@charset "UTF-8";
/*---------------------------
 CSS Index  
****************************

01. Variables
02. Typography
03. Spacing
04. Reset
05. Forms
06. Shortcode
07. Common
08. Animations
09. Text Animation
10. Header
11. Nav
12. Mobilemenu
13. Rightdemo
14. Button
15. Accordion
16. Section Title
17. Banner
18. Service
19. Modal
20. Skill
21. Progressbar
22. Testimonial
23. Clients
24. Pricing
25. Contact
26. About
27. Brand
28. Footer
29. Portfolio
30. Slickstyle
31. Home Classic
32. White Version
----------------------------*/
/*-------------------
    Default  
--------------------*/
:root {
  --color-primary: #ff014f;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-dark: #1a1d23;
  --color-darker: #1e1f21;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --color-border-white: #dadada;
  --color-primary-gradient-from: #6a67ce;
  --color-primary-gradient-to: #fc636b;
  --background-color-1: linear-gradient(145deg, #1e2024, #23272b);
  --background-color-2: #212428;
  --shadow-1: 10px 10px 19px #1c1e22,
      -10px -10px 19px #262a2e;
  --shadow-2: inset 21px 21px 19px #181a1d, inset -21px -21px 19px #202225;
  --inner-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  --inner-shadow-white: 1px 4px 2px -3px #D1D9E6 inset, -1px -3px 3px -2px #ffffff inset;
  --shadow-white-3: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
  --gradient-box-w: linear-gradient(145deg, #e2e8ec, #ffffff);
  --gradient-red-hover: linear-gradient(145deg, var(--color-primary-gradient-from), var(--color-primary-gradient-to));
  --color-heading: #c4cfde;
  --color-heading-wv: #1e2125;
  --color-body: #878e99;
  --color-body-white: #3c3e41;
  --color-lightn: #c4cfde;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: hsla(0, 0%, 100%, .2);
  --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-border-white: #dce1e4;
  --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;
  --color-separator: #878e9982;
  --border-width: 2px;
  --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.4s;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-size-b1: 18px;
  --font-size-b2: 22px;
  --font-size-b3: 14px;
  --line-height-b1: 1.9;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 44px;
  --h2: 36px;
  --h3: 30px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
body {
  font-size: 16px;
  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);
}
@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.template-color-2 {
  background: #1D1E24;
}
body.template-color-1 {
  background-color: #212428;
}
body.active_dark_mode {
  background-color: #212428;
}

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

a {
  transition: all 0.4s ease-in-out 0s;
}

@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: 16px;
  line-height: var(--line-height-b1);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 30px;
}
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);
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
  }
}
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;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
}

.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-body);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

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

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

ul {
  list-style: disc;
  margin-bottom: 40px;
  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: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 400;
}
ul li a {
  text-decoration: none;
  color: var(--color-heading);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: 16px;
  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;
}

.wp-block-latest-comments__comment {
  line-height: 1.7;
}

label {
  margin-bottom: 10px;
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mt_dec-sm--60 {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .mt_dec-sm--60 {
    margin-top: -40px;
  }
}

.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

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

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

.mt_dec--25 {
  margin-top: -25px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_md_dec--30 {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .mt_sm_dec--30 {
    margin-top: -30px;
  }
}
.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: 100px;
}
@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;
}

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

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

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

.elementor-widget-text-editor p {
  color: var(--color-lightn);
}

* {
  -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-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

code {
  color: var(--color-primary);
}

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

kbd,
ins {
  color: #ffffff;
}

pre {
  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-darker);
  border-radius: 4px;
}
pre.wp-block-code {
  color: var(--color-body);
  border: 0 none;
  border-radius: 4px;
  padding: 20px;
  font-family: "Courier 10 Pitch", Courier, monospace;
}

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

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

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

ins,
p ins {
  background: var(--color-primary);
  text-decoration: none;
  padding: 0 5px;
  color: #ffffff;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  border-top: 1px solid var(--color-border);
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--color-primary);
  color: #ffffff;
  font-size: 15px;
}

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

select {
  transition: 0.3s;
  height: 60px;
  padding: 0 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  background: url(../images/icons/arrow-icon.png) 98% center no-repeat transparent;
  padding-right: 32px;
  font-size: 16px;
  cursor: pointer;
}

i.rbt-icon.rbt-tiktok {
  position: relative;
}

i.rbt-icon.rbt-tiktok::before {
  content: "";
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 9;
  background-color: var(--color-lightn);
  -webkit-mask: url(../images/icons/tiktok.svg) no-repeat center;
  mask: url(../images/icons/tiktok.svg) no-repeat center;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b1);
  font-weight: 400;
  height: 50px;
  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);
}

.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) !important;
  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;
  line-height: 24px;
}
.form-group textarea:focus {
  border-color: var(--color-primary) !important;
}

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

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: 25px;
  color: var(--color-body);
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #191b1e;
  border-radius: 2px;
  transition: all 0.3s;
  box-shadow: var(--inner-shadow);
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: var(--border-width) solid #fff;
  border-left: var(--border-width) solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpcf7-form-control-wrap span.wpcf7-list-item label input {
  margin-bottom: 0;
  box-shadow: none;
}

.wpcf7-form-control-wrap span.wpcf7-list-item input {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap input[type=checkbox],
.wpcf7-form-control-wrap input[type=radio] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  height: 14px;
  width: auto;
}

.wpcf7-form-control-wrap span.wpcf7-list-item .wpcf7-list-item-label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  color: var(--color-body);
  font-size: 16px;
  margin-left: 0.5rem;
}

.contact-form--1 label {
  margin-bottom: 20px;
}

.contact-form--1 label label {
  margin-bottom: 0;
}

.contact-form-wrapper .introduce .wpcf7-acceptance input {
  width: auto;
}

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

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

/* Height and width */
.fullscreen {
  min-height: 100vh;
  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: #130d0d;
}

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

/*--------------------
    Customizer CSS
----------------------*/
.elementor-text-editor p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.rn-header.header--fixed.rb-sticky {
  display: block;
}

.padding-left-0 .contact-form-wrapper {
  margin-left: 0;
}

/*---------------------------
    Banner Area Styles 
-----------------------------*/
.liststyle {
  padding: 0;
  list-style: none;
}

.color-white {
  color: var(--color-white) !important;
}

ul.blog-meta, .post-pagination ul.page-numbers, .post-pagination ul.page-list, .inbio-single-widget .post-list .post-content ul.blog-meta, .inbio-single-widget.share ul.social-list, .inbio-single-widget.category ul.category-list, .inbio-single-widget .small-post .content ul.blog-meta, ul.meta, ul.post-meta-list, .testimonial .inner .card-description .title-area .rating ul, .mainmenu-nav ul.primary-menu > li ul.sub-menu, .mainmenu-nav ul.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.border-style {
  border: 1px solid #00000040 !important;
}

.rainbow-single-post .rainbow-post-wrapper p a, .rainbow-single-post ul li a, .single-post-content-wrap input, .comment-list .comment .reply-edit .reply a.comment-reply-link,
.comment-list .pingback .reply-edit .reply a.comment-reply-link,
.comment-list .trackback .reply-edit .reply a.comment-reply-link, .comment-list .comment .reply-edit a.comment-edit-link,
.comment-list .pingback .reply-edit a.comment-edit-link,
.comment-list .trackback .reply-edit a.comment-edit-link, .comment-list .comment .comment-text a,
.comment-list .pingback .comment-text a,
.comment-list .trackback .comment-text a, .comment-list .comment .comment-img .commenter a,
.comment-list .pingback .comment-img .commenter a,
.comment-list .trackback .comment-img .commenter a, ul.blog-meta li a, .post-pagination .post-page-numbers,
.page-links .post-page-numbers,
.rainbow-page-links .post-page-numbers, .post-pagination ul.page-numbers li a, .post-pagination ul.page-list li a, .tagcloud a,
.wp-block-tag-cloud a, ul.meta li a, ul.post-meta-list li a, .mainmenu-nav ul.primary-menu > li ul.sub-menu li > a, .mainmenu-nav ul.primary-menu > li ul.sub-menu, .mainmenu-nav ul.primary-menu > li > a {
  transition: 0.3s;
}

.hover-effect-gradient {
  position: relative;
  z-index: 1;
}
.hover-effect-gradient::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.hover-effect-gradient:hover::before {
  opacity: 1;
}

/*------------------------
 Video Play Button  
-------------------------*/
.slide .video-play-button:before {
  box-shadow: none;
  background: #21242830;
}

.slide .video-play-button::after {
  box-shadow: none;
  background: #212428bf;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  box-shadow: none;
  background: #21242830;
  border-radius: 50%;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: none;
  background: #212428bf;
}

.video-play-button:hover:after {
  background-color: #212428;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
  text-align: center;
  line-height: 45px;
}

.video-overlay-close {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  right: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: none;
  border-radius: 100%;
  opacity: 1;
  border: 0 none;
}
.video-overlay-close::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: none;
  z-index: -1;
}
.video-overlay-close:hover::after {
  transform: scale(1.1);
}

.box-wrapper .backto-top > div {
  bottom: 45px;
  right: 45px;
}

.social-share-style-1.single-page-icone {
  border-top: none;
  margin-top: 0 !important;
  padding-top: 0;
}
.social-share-style-1 .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--color-lightn);
  display: inline-block;
  margin-bottom: 20px;
}
.social-share-style-1 .social-share {
  margin: 0;
  flex-wrap: wrap;
}
.social-share-style-1 .social-share li {
  margin: 0 25px 25px 0;
}
.social-share-style-1 .social-share li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: var(--transition);
  background: var(--background-color-1);
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-1);
}
.social-share-style-1 .social-share li a.only-border {
  background: transparent;
  border: 1px solid #ff014f87;
}
.social-share-style-1 .social-share li a.only-border::before {
  display: none;
}
.social-share-style-1 .social-share li a.border-white {
  background: transparent;
  border: 1px solid #433888 !important;
}
.social-share-style-1 .social-share li a.border-white::before {
  display: none;
}
.social-share-style-1 .social-share li a.border-none {
  border-radius: 0;
}
.social-share-style-1 .social-share li a.border-none::before {
  border-radius: 0;
}
.social-share-style-1 .social-share li a.circle {
  border-radius: 50%;
}
.social-share-style-1 .social-share li a.circle::before {
  border-radius: 50%;
}
.social-share-style-1 .social-share li a::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.social-share-style-1 .social-share li a:hover {
  transform: translateY(-5px);
}
.social-share-style-1 .social-share li a:hover::before {
  opacity: 1;
}
.social-share-style-1 .social-share li a svg {
  color: var(--color-lightn);
  transition: var(--transition);
  stroke-width: 2;
  position: relative;
  z-index: 2;
  width: 20px;
}

ul.slick-dots {
  width: auto;
  top: auto;
  z-index: 3;
  position: absolute;
  left: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  bottom: -40px;
}
ul.slick-dots li {
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0;
}
ul.slick-dots li.slick-active button {
  background: var(--color-primary);
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: var(--background-color-1);
  box-shadow: var(--inner-shadow);
  border-radius: 50%;
  transition: var(--transition);
}

.rn-video-popup-area .thumbnail {
  padding: 30px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 15px;
}
.rn-video-popup-area .thumbnail img {
  border-radius: 8px;
  object-fit: cover;
}

.tab-content-wrapper .tab-navigation-button {
  background: var(--background-color-1);
  margin: 0;
  box-shadow: none;
  padding: 20px 15px;
  box-shadow: var(--shadow-1);
}
@media only screen and (max-width: 1199px) {
  .tab-content-wrapper .tab-navigation-button.tab-smlg {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 30px;
    padding: 10px 15px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .tab-content-wrapper .tab-navigation-button.tab-smlg {
    border-bottom: 0;
    border-radius: 0;
    padding: 0.5rem 0.9375rem;
    position: fixed;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 5;
    justify-content: space-between;
  }
}
.tab-content-wrapper .tab-content {
  padding: 45px 25px;
  padding: 45px 25px;
  background: var(--background-color-1);
  border-radius: 10px;
  box-shadow: var(--shadow-1);
}
@media only screen and (max-width: 767px) {
  .tab-content-wrapper .tab-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-content-wrapper .tab-content {
    padding: 0;
  }
}

.in-radius {
  border-radius: var(--radius) !important;
}

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

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

/*--------------------
    Header  
----------------------*/
/*---------------------------
    Header Area Styles 
-----------------------------*/
.logo a {
  display: inline-block;
}
.logo a img {
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo a img {
    max-height: 52px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .logo a img {
    max-height: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .logo a img {
    max-height: 45px;
  }
}

.sticky .header-wrapper .logo img {
  max-width: calc(100% - 10%);
}

body #sideNav {
  height: inherit;
  height: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  position: relative;
}

.nav-pills .nav-link {
  margin: 0.5rem 1rem;
  padding: 0;
}

.header-wrapper .header-left {
  flex-basis: 20%;
  justify-content: flex-start;
  display: flex;
}
.header-wrapper .header-center {
  flex-basis: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.header-wrapper .header-right {
  margin-left: 30px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrapper .header-right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header-right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-wrapper .header-right a.rn-btn {
    font-size: 13px;
    padding: 14px 25px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .header-wrapper .header-right a.rn-btn {
    font-size: 10px;
    padding: 9px 10px;
    line-height: 18px;
    min-width: max-content;
  }
}
.header-wrapper .header-right .hamberger-menu {
  padding: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  border-radius: 100%;
  position: relative;
  line-height: 57px;
  text-align: center;
  margin-left: 16px;
}
@media only screen and (max-width: 575px) {
  .header-wrapper .header-right .hamberger-menu {
    margin-left: 10px;
  }
}
.header-wrapper .header-right .hamberger-menu::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: var(--shadow-1);
  z-index: -1;
}
.header-wrapper .header-right .hamberger-menu i {
  z-index: 800;
  color: var(--color-primary);
  font-size: 23px;
  position: relative;
  transition: 0.5s;
}
.header-wrapper .header-right .hamberger-menu:hover::after {
  transform: scale(1.1);
}
@media only screen and (max-width: 575px) {
  .header-wrapper .rbt-mini-cart-wrap {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-wrapper .rbt-mini-cart-wrap a::after {
    box-shadow: none;
  }
}

.rn-header .header-wrapper {
  padding: 20px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rn-header .header-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-header .header-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header .header-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-header .header-wrapper {
    padding: 20px 10px;
  }
}
.rn-header.header--sticky .rainbow-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  animation: headerSlideDown 0.5s ease forwards;
}
.rn-header.header--sticky .header-wrapper {
  padding: 14px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-header.header--sticky .header-wrapper {
    padding: 12px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header.header--sticky .header-wrapper {
    padding: 12px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-header.header--sticky .header-wrapper {
    padding: 14px 15px;
  }
}
.rn-header.header--fixed {
  transition: 0.3s;
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.rn-header.header-transparent, .rn-header.header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}
.rn-header.rn-d-none {
  display: none;
}
.rn-header.rn-d-none.sticky {
  display: block;
}
.rn-header.header-style-1 .logo a img {
  transition: 0.4s;
}
.rn-header.header-style-1 .rainbow-sticky .logo a img {
  max-height: 53px;
}

/*--------------------------
    Header Style Three  
----------------------------*/
.header-style-3 .header-wrapper {
  padding: 10px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-3 .header-wrapper {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-3 .header-wrapper {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-3 .header-wrapper {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-3 .header-wrapper {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .rn-header .header-wrapper.menu-open #sideNav {
    right: 0 !important;
  }
  .rn-header .header-wrapper.menu-open .close-menu {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    color: var(--color-primary);
    font-size: 36px;
    margin-bottom: 15px;
    position: inherit;
    transition: 0.7s;
  }
}
.close-menu {
  opacity: 0;
  visibility: hidden;
}
.close-menu .closeTrigger i {
  position: relative;
}

.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);
  border-right: 1px solid #121415;
  background: #212428;
  padding: 50px 40px 40px;
  transition: all 0.3s ease-in-out 0s;
}
.left-header-style .logo-area a img {
  border-radius: 50%;
  border: 5px solid #32363b;
  box-shadow: var(--shadow-1);
}
.left-header-style #sideNav {
  margin-left: -20px;
}
.left-header-style .mainmenu-nav {
  height: auto;
}
.left-header-style .mainmenu-nav ul.primary-menu {
  display: block;
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
  margin: 0;
  padding: 30px 0 0 10px;
}
.left-header-style .mainmenu-nav ul.primary-menu li {
  margin: 0;
}
.left-header-style .mainmenu-nav ul.primary-menu li a {
  display: flex;
  align-items: center;
  border: none;
  font-size: 18px;
  color: var(--color-heading);
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin: 12px 0;
  font-size: 16px;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .left-header-style .mainmenu-nav ul.primary-menu li a {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-header-style .mainmenu-nav ul.primary-menu li a {
    margin: 12px 0;
    font-size: 14px;
  }
}
.left-header-style .mainmenu-nav ul.primary-menu li a.active {
  color: var(--color-primary);
}
.left-header-style .mainmenu-nav ul.primary-menu li a .menu-icon {
  margin-right: 10px;
}
.left-header-style .mainmenu-nav ul.primary-menu li a img {
  max-width: 24px;
}
.left-header-style .mainmenu-nav ul.primary-menu li a svg {
  height: 20px;
  width: 20px;
  stroke: var(--color-light);
  top: -3px;
  position: relative;
  transition: var(--transition);
}
.left-header-style .mainmenu-nav ul.primary-menu li a:hover {
  color: var(--color-primary);
}
.left-header-style .mainmenu-nav ul.primary-menu li a:hover svg {
  stroke: var(--color-primary);
}
.left-header-style .mainmenu-nav ul.primary-menu li.current a {
  color: var(--color-primary) !important;
}
.left-header-style .mainmenu-nav ul.primary-menu li.current svg {
  stroke: var(--color-primary) !important;
}
.left-header-style .mainmenu-nav ul.primary-menu li ul.sub-menu {
  min-width: 100%;
  height: auto;
  position: static;
  top: inherit;
  left: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  border-radius: 0;
  padding: 0;
  margin: -10px 0;
}
.left-header-style .mainmenu-nav ul.primary-menu li ul.sub-menu li > a {
  font-weight: 500;
  padding: 7px 0px;
  font-size: 13px;
  margin: 0 10px;
  border-radius: 0;
  color: var(--color-heading);
}
.left-header-style .mainmenu-nav ul.primary-menu li ul.sub-menu li.current-menu-item > a {
  color: var(--color-primary);
}
.left-header-style .mainmenu-nav ul.primary-menu li ul.sub-menu li:hover > a {
  background: transparent;
}
.left-header-style .footer .social-share-style-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px !important;
}
.left-header-style::-webkit-scrollbar {
  width: 5px;
}
.left-header-style::-webkit-scrollbar-track {
  width: 5px;
  background: #17191c;
}
.left-header-style::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
  border-radius: 10px;
}
.left-header-style .rbt-mini-cart-wrap {
  margin-left: 0;
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  margin-right: 0;
  margin-top: 30px;
}
.left-header-style .rbt-mini-cart-wrap a {
  position: relative;
  display: block;
  border-radius: 10px;
  text-align: left;
  padding: 0 20px;
  height: 100%;
}
.left-header-style .rbt-mini-cart-wrap a::after {
  border-radius: 10px;
}
.left-header-style .rbt-mini-cart-wrap .mini-cart {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.left-header-style .rbt-mini-cart-wrap .mini-cart i {
  padding-right: 0;
}
.left-header-style .rbt-mini-cart-wrap .mini-cart .rbt-cart-count {
  position: static;
}

.with-particles {
  position: relative;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.header-style-2 {
  position: absolute;
  top: 0;
  z-index: 99;
  width: auto;
  right: 0;
  padding: 15px 30px;
  left: 0;
}
.header-style-2 .header-right .hamberger-menu i {
  font-size: 32px;
  color: var(--color-primary);
}

.home-sticky .rn-header.header--fixed.sticky {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
  backdrop-filter: none;
  top: 0;
  animation: headerSlideDown 0.5s ease forwards;
}
.home-sticky .sticky .header-wrapper {
  height: 90px;
  border-bottom: none;
}
.home-sticky .header-wrapper .header-right a.rn-btn {
  display: none;
}
.home-sticky .header-wrapper .header-right i.feather-menu {
  display: block;
  margin-top: -10px;
  cursor: pointer;
}
.home-sticky .rn-header .header-wrapper.menu-open .close-menu {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  color: var(--color-primary);
  font-size: 36px;
  margin-bottom: 15px;
  position: inherit;
  transition: 0.7s;
  cursor: pointer;
}
.home-sticky .rn-header .header-wrapper.menu-open #sideNav {
  right: 0 !important;
}
.home-sticky #sideNav {
  width: 250px;
  height: 100vh;
  position: fixed;
  background: #191b1e;
  box-shadow: none;
  right: -250px;
  top: 0;
  z-index: 999;
  transition: 0.7s;
  display: flex;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-sticky #sideNav {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-sticky #sideNav {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .home-sticky #sideNav {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .home-sticky #sideNav {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .home-sticky #sideNav {
    display: inline-block;
  }
}
.home-sticky #sideNav ul {
  display: block;
  margin-top: 54px;
  margin-left: 30px;
}
.home-sticky #sideNav ul li {
  list-style: none;
  margin: 50px 20px;
  display: block;
}
.home-sticky #sideNav ul li a {
  text-decoration: none;
  color: var(--color-white);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.rn-header.header--sticky.sticky, .rn-header.header--sticky.rainbow-sticky {
  background-color: #212428de;
  box-shadow: var(--shadow-1);
  position: fixed;
  backdrop-filter: blur(15px);
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  animation: headerSlideDown 0.5s ease forwards;
}

.rn-header.header--fixed.sticky,
.rn-header.header--fixed.rainbow-sticky {
  background-color: rgba(33, 36, 40, 0.8705882353);
  box-shadow: var(--shadow-1);
  position: fixed;
  backdrop-filter: blur(15px);
  top: 0;
}

/* Admin Bar Style */
.admin-bar .rn-header.header--transparent,
.admin-bar .rn-header.header--transparent.sticky,
.admin-bar .header-area.header--sticky.rainbow-sticky,
.admin-bar .header-style-2 {
  top: 32px;
}

body.admin-bar .header-style-1.sticky,
body.admin-bar .header-style-3.sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .rn-header.header--transparent {
    top: 46px;
  }

  .admin-bar .rn-header.header--transparent.rainbow-sticky {
    top: 0;
  }

  body.admin-bar .header-style-1.sticky,
body.admin-bar .header-style-3.sticky {
    top: 46px;
  }
}
@media only screen and (min-width: 779px) {
  body.admin-bar .side-nav,
body.admin-bar .popup-mobile-manu {
    top: 32px;
  }
}
@media only screen and (max-width: 779px) and (min-width: 601px) {
  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 46px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 779px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav {
    top: 0;
  }
}
@media only screen and (max-width: 779px) and (min-width: 601px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar .popup-mobile-manu,
body.admin-bar .side-nav,
.admin-bar .rn-header.header--transparent.sticky,
.admin-bar .header-area.header--sticky.sticky {
    top: 0;
  }

  body.admin-bar .header-area .header-wrapper .mainmenunav ul.mainmenu {
    top: 46px;
  }

  body.admin-bar .header-area.sticky .header-wrapper .mainmenunav ul.mainmenu {
    top: 0;
  }

  body.admin-bar .header-style-1 .header-wrapper.rainbow-sticky {
    top: 0;
  }

  .admin-bar .header-style-2,
body.admin-bar .header-style-1.sticky,
body.admin-bar .header-style-3.sticky {
    top: 0;
  }
}
.box-wrapper .rn-header.header--transparent {
  top: 0 !important;
}

.box-wrapper .header-style-1.sticky {
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
  box-shadow: 0px 0px 19px 0 #1c1e22;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
    opacity: 0;
  }
  30% {
    margin-top: -50px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/*----------------------------
    Mobile Menu Styles  
------------------------------*/
.popup-mobile-menu {
  z-index: 1000000;
  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 {
  padding: 25px 40px;
  width: 375px;
  z-index: 999;
  position: absolute;
  background: #191b1e;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .popup-mobile-menu .inner {
    width: 310px;
    padding: 20px;
  }
}
.popup-mobile-menu .inner .menu-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.popup-mobile-menu .inner .menu-top .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-mobile-menu .inner .menu-top .menu-header .close-button .close {
  opacity: 1;
  width: max-content;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  right: -20px;
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  border-radius: 100%;
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .popup-mobile-menu .inner .menu-top .menu-header .close-button .close {
    right: 0;
  }
}
.popup-mobile-menu .inner .menu-top .menu-header .close-button .close::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: var(--shadow-1);
  z-index: -1;
}
.popup-mobile-menu .inner .menu-top .menu-header .close-button .close svg,
.popup-mobile-menu .inner .menu-top .menu-header .close-button .close i {
  width: 22px;
  height: auto;
  transition: var(--transition);
  color: var(--color-primary);
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  font-weight: 500;
}
.popup-mobile-menu .inner .menu-top .menu-header .close-button .close:hover::after {
  transform: scale(1.1);
}
.popup-mobile-menu .inner .menu-top .menu-header a img.logo {
  max-height: 70px;
}
.popup-mobile-menu .inner .menu-top .logo-area img {
  border-radius: 100%;
}
.popup-mobile-menu .inner .menu-top p.description {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  color: var(--color-lighten);
  padding-right: 7%;
}
.popup-mobile-menu.menu-open {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.menu-open .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .content {
  display: flex;
  flex-direction: column;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 20px;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li {
  display: block;
  margin: 8px 0 !important;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li a {
  color: var(--color-lightn);
  position: relative;
  transition: var(--transition);
  font-size: 14px;
  font-weight: var(--s-regular);
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin: 0;
  display: block;
  font-weight: 500;
  padding: 0;
  opacity: 1;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li a.open {
  color: var(--color-primary);
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li.menu-item-has-children > a {
  position: relative;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li.menu-item-has-children > a::after {
  position: absolute;
  content: "";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li.menu-item-has-children > a.open::after {
  content: "";
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li ul.sub-menu {
  min-width: 100%;
  height: auto;
  position: static;
  top: inherit;
  left: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  border-radius: 0;
  padding: 0;
  display: none;
  transition: none;
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li ul.sub-menu li > a {
  font-weight: 500;
  font-size: 13px;
  padding: 7px 10px;
  border-radius: 0;
  color: var(--color-heading);
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li ul.sub-menu li.current-menu-item > a {
  color: var(--color-primary);
}
.popup-mobile-menu .content .mainmenu-nav .primary-menu li ul.sub-menu li:hover > a {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-mobile-menu .social-share-style-1 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .popup-mobile-menu .social-share-style-1 {
    margin-top: 20px !important;
  }
}

.social-share-style-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}

.social-share-style-1 .social-share li {
  margin: 0 15px 15px 0;
}

.social-share-style-1 .social-share {
  margin-right: -15px;
}

.social-share-style-1 .social-share li a {
  width: 53px;
  height: 53px;
}

.popup-mobile-menu .social-share-style-1 .social-share li a {
  box-shadow: none;
}

/*----------------------
    Right Demo  
-----------------------*/
.rn-right-demo {
  width: 40px;
  position: fixed;
  z-index: 99;
  right: 0px;
  top: calc(50% - 55px);
}
.rn-right-demo .demo-button {
  border-radius: 6px 0 0 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  border: 0 none;
  width: 100%;
  min-width: 100%;
  padding: 10px 0px 8px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--color-heading);
}
.rn-right-demo .demo-button::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.rn-right-demo .demo-button .text {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
}

.demo-modal-area {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0px;
  background-color: #212428;
  position: fixed;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateX(100px);
}
.demo-modal-area .wrapper .rn-modal-inner {
  margin: 70px auto;
  border-radius: 6px;
  padding: 50px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  max-width: 1170px;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-modal-area .wrapper .rn-modal-inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-modal-area .wrapper .rn-modal-inner {
    padding: 40px 30px;
  }
}
.demo-modal-area .wrapper .rn-modal-inner::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  border-radius: 100%;
  opacity: 1;
  border: 0 none;
}
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn::after {
  content: "";
  position: absolute;
  transition: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: var(--shadow-1);
  z-index: -1;
}
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn span,
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn i {
  color: var(--color-primary);
}
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn:hover {
  color: var(--color-primary);
}
.demo-modal-area .wrapper .rn-modal-inner .demo-close-btn:hover::after {
  transform: scale(1.1);
}
.demo-modal-area .wrapper .rn-modal-inner .demo-top .title {
  margin-bottom: 12px;
  color: var(--color-heading);
}
.demo-modal-area .wrapper .rn-modal-inner .demo-top .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--color-body);
}
.demo-modal-area.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.single-demo {
  position: relative;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  padding: 0;
  border-radius: 6px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.single-demo.coming-soon {
  pointer-events: none;
}
.single-demo .inner.badge-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-demo .inner.badge-1::after {
  position: absolute;
  content: "Hot New";
  padding: 5px 22px 5px 10px;
  border-radius: 9px;
  z-index: 2;
  font-size: 14px;
  top: 17px;
  right: -12px;
  background: linear-gradient(to right, var(--color-primary-gradient-from), var(--color-primary-gradient-to)) !important;
  color: var(--color-white);
}
.single-demo .inner .thumbnail {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .thumbnail a {
  position: relative;
  display: block;
  z-index: 2;
}
.single-demo .inner .thumbnail a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 0 0;
  transition: 0.4s;
  opacity: 0;
}
.single-demo .inner .thumbnail a .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 10px;
  display: inline-block;
  transition: 0.4s;
}
.single-demo .inner .thumbnail a .overlay-content .overlay-text {
  display: inline-block;
  padding: 8px 12px;
  background: var(--color-primary);
  font-size: 14px;
  border-radius: 6px;
  opacity: 0;
  transition: 0.4s;
  color: var(--color-white);
}
.single-demo .inner .thumbnail img {
  border-radius: 6px 6px 0 0;
}
.single-demo .inner .title {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  border-top: 1px solid #1a1d23;
  margin-top: 0;
  font-weight: 600;
}
.single-demo .inner .title a {
  color: var(--color-heading);
  display: block;
  transition: 0.3s;
}
.single-demo .inner .title a:hover {
  color: var(--color-primary);
}
.single-demo:hover .inner .thumbnail a::after {
  opacity: 1;
}
.single-demo:hover .inner .thumbnail a .overlay-content {
  margin-top: 0;
}
.single-demo:hover .inner .thumbnail a .overlay-content .overlay-text {
  opacity: 1;
}
.single-demo::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}

/*-------------------
 Popup Tab  
-----------------------*/
.popuptab-area {
  justify-content: center;
  margin: -20px -10px;
  margin-bottom: 50px;
  border: 0 none;
}
.popuptab-area li {
  margin: 20px 10px;
}
.popuptab-area li a.nav-link {
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 35px;
  list-style: none;
  text-decoration: none;
  color: var(--color-white);
  outline: none !important;
  transition: inherit;
}
.popuptab-area li a.nav-link.active {
  border-color: transparent !important;
  color: var(--color-primary);
  background-color: transparent;
}
.popuptab-area li a.nav-link::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.popuptab-area li a.nav-link:hover, .popuptab-area li a.nav-link.active {
  outline: none;
  border-color: transparent !important;
}
.popuptab-area li a.nav-link:hover::before, .popuptab-area li a.nav-link.active::before {
  opacity: 1;
}

/*---------------------------------
    Right Demo Light Version  
----------------------------------*/
.demo-modal-area.white-version .wrapper .rn-modal-inner {
  background: var(--gradient-box-w);
  box-shadow: none;
}

.demo-modal-area.white-version {
  background-color: #212428;
}

.demo-modal-area.white-version .single-demo {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}

.demo-modal-area.white-version .single-demo .inner .title a {
  color: var(--color-heading-wv);
  transition: var(--transition);
}

.demo-modal-area .popuptab-area li a.nav-link {
  position: relative;
  z-index: 2;
}

.demo-modal-area.white-version .popuptab-area li a.nav-link {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-heading-wv);
}

.demo-modal-area.white-version .popuptab-area li a.nav-link.active {
  color: var(--color-primary);
}

.demo-modal-area.white-version .popuptab-area li a.nav-link::before {
  display: none;
}

.demo-modal-area.white-version .popuptab-area li a.nav-link.active::before {
  opacity: 1;
}

.demo-modal-area.white-version .single-demo .inner .title {
  border-top: 1px solid transparent;
}

.demo-modal-area.white-version .wrapper .rn-modal-inner .demo-top .title {
  color: var(--color-heading-wv);
}

.demo-modal-area.white-version .wrapper .rn-modal-inner .demo-top .subtitle {
  color: var(--color-body-white);
}

.demo-modal-area.white-version .wrapper .rn-modal-inner .demo-close-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-3);
}

.demo-modal-area.white-version .wrapper .rn-modal-inner .demo-close-btn::after {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}

/*-------------------------
    Dropdown Menu  
--------------------------*/
.mainmenu-nav ul.primary-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: -24px;
  padding: 0;
}
.mainmenu-nav ul.primary-menu li.current-menu-ancestor > a, .mainmenu-nav ul.primary-menu li.current_page_item > a, .mainmenu-nav ul.primary-menu li.current_page_item > a {
  color: var(--color-primary) !important;
}
.mainmenu-nav ul.primary-menu > li {
  margin: 10px 14px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu-nav ul.primary-menu > li {
    margin: 10px 5px;
  }
}
.mainmenu-nav ul.primary-menu > li > a {
  color: var(--color-lightn);
  position: relative;
  transition: var(--transition);
  font-size: 13px;
  font-weight: var(--s-regular);
  text-transform: uppercase;
  font-family: var(--font-secondary);
  display: inline-block;
  padding: 0.5rem 1rem;
}
.mainmenu-nav ul.primary-menu > li a .menu-icon img {
  max-width: 18px;
  margin-right: 5px;
}
.mainmenu-nav ul.primary-menu > li a .menu-icon svg {
  margin-right: 5px;
  width: 18px;
  margin-top: -2px;
  stroke: var(--color-lightn);
}
.mainmenu-nav ul.primary-menu > li.current-menu-ancestor > a, .mainmenu-nav ul.primary-menu > li.current_page_item > a, .mainmenu-nav ul.primary-menu > li.current_page_item > a {
  color: var(--color-primary) !important;
  opacity: 1;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu {
  min-width: 247px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: var(--background-color-2);
  box-shadow: var(--shadow-1);
  text-align: left;
  padding: 12px 0;
  border-radius: 4px;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 13px;
  display: block;
  color: var(--color-lightn);
  margin: 0 10px;
  border-radius: 3px;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li:hover > a {
  color: var(--color-primary) !important;
  background: var(--color-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav ul.primary-menu > li ul.sub-menu li:hover > a {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .mainmenu-nav ul.primary-menu > li ul.sub-menu li:hover > a {
    background: transparent;
  }
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li.is-active > a {
  color: var(--color-primary) !important;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  text-align: left;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu li ul.sub-menu {
  left: auto;
  right: 100%;
  top: 0;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.mainmenu-nav ul.primary-menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.mainmenu-nav ul.primary-menu > li.has-dropdown > a {
  position: relative;
}
.mainmenu-nav ul.primary-menu > li.has-dropdown > a::after {
  content: "";
  position: absolute;
  top: 50%;
  font-family: "feather" !important;
  right: -7px;
  transform: translateY(-50%);
}
.mainmenu-nav ul.primary-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.mainmenu-nav ul.primary-menu > li:hover > a {
  color: var(--color-primary);
}
.mainmenu-nav ul.primary-menu > li:first-child {
  margin-left: 0;
}

.rn-header.header-right-align .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
  right: 100%;
  left: auto;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header.header-right-align .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
    right: auto;
    left: initial;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-header.header-right-align .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
    right: auto;
    left: initial;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
    left: auto;
    top: 0;
    text-align: left;
  }

  .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainmenu-nav ul.primary-menu > li ul.sub-menu li ul.sub-menu {
    left: auto;
    top: 0;
    text-align: left;
  }

  .mainmenu-nav ul.mainprimary-menumenu > li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 0;
    top: 0;
  }
}
/*--------------------------
    Navigation Styles  
----------------------------*/
.mainmenu-nav .primary-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: -24px;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .primary-menu {
    display: block;
    margin-top: 95px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav .primary-menu {
    display: block;
    margin-top: 95px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mainmenu-nav .primary-menu {
    display: block;
    margin-top: 95px;
    margin-left: 30px;
  }
}
.mainmenu-nav .primary-menu li {
  margin: 10px 14px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu-nav .primary-menu li {
    margin: 10px 5px;
  }
}
.mainmenu-nav .primary-menu li:hover a {
  opacity: 1 !important;
  color: var(--color-white);
}
.mainmenu-nav .primary-menu li a {
  color: var(--color-lightn);
  position: relative;
  transition: var(--transition);
  font-size: 13px;
  font-weight: var(--s-regular);
  text-transform: uppercase;
  font-family: var(--font-secondary);
}
.mainmenu-nav .primary-menu li a.active {
  opacity: 1 !important;
  color: var(--color-white);
}
.mainmenu-nav .primary-menu:hover li a {
  opacity: 0.7;
}

.header--sticky.sticky .mainmenu-nav ul.primary-menu > li > a {
  opacity: 0.7;
}

/*---------------------
    Elements  
-----------------------*/
/*---------------------------
    Header Area Styles 
-----------------------------*/
a.rn-btn,
button.rn-btn {
  display: inline-block;
  padding: 15px 35px;
  list-style: none;
  text-decoration: none;
  color: var(--color-primary);
}

.contact-form-wrapper input[type=submit] {
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  border: 0 none;
  color: var(--color-primary);
}

a.rn-btn,
button.rn-btn {
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 0 none;
}
a.rn-btn::before,
button.rn-btn::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
a.rn-btn:hover,
button.rn-btn:hover {
  transform: translateY(-5px);
}
a.rn-btn:hover::before,
button.rn-btn:hover::before {
  opacity: 1;
}
a.rn-btn.no-shadow,
button.rn-btn.no-shadow {
  box-shadow: none;
}
a.rn-btn.btn-theme,
button.rn-btn.btn-theme {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}
a.rn-btn.btn-theme::before,
button.rn-btn.btn-theme::before {
  display: none;
}
a.rn-btn.btn-transparent,
button.rn-btn.btn-transparent {
  background: transparent;
}
a.rn-btn.btn-transparent::before,
button.rn-btn.btn-transparent::before {
  display: none;
}
a.rn-btn.thumbs-icon svg,
button.rn-btn.thumbs-icon svg {
  margin-top: -7px;
}

.breadcrumb-style-one {
  background: #1f2125;
  padding: 40px 0;
}
.breadcrumb-style-one .breadcrumb-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-style-one .breadcrumb-inner .title {
  font-size: 30px;
  color: var(--color-heading);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-style-one .breadcrumb-inner .title {
    margin-bottom: 10px;
  }
}
.breadcrumb-style-one .breadcrumb-inner .page-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumb-style-one .breadcrumb-inner .page-list li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
}
.breadcrumb-style-one .breadcrumb-inner .page-list li a {
  transition: var(--transition);
  color: var(--color-body);
}
.breadcrumb-style-one .breadcrumb-inner .page-list li a:hover {
  color: var(--color-primary);
}
.breadcrumb-style-one .breadcrumb-inner .page-list li.separator {
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-style-one .breadcrumb-inner .page-list li.separator {
    padding: 0 10px;
  }
}
.breadcrumb-style-one .breadcrumb-inner .page-list li.separator::after {
  position: absolute;
  background-color: var(--color-primary);
  width: 5px;
  content: "";
  height: 5px;
  border-radius: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .plr--45 {
    padding: 0 15px !important;
  }
}

.button-group {
  margin: -15px;
}
@media only screen and (max-width: 767px) {
  .button-group {
    margin: -7px;
  }
}
.button-group a.rn-btn {
  margin: 15px;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .button-group a.rn-btn {
    margin: 7px;
  }
}
.button-group a.rn-btn.btn-small {
  padding: 13px 30px;
}
.button-group a.rn-btn.btn-large {
  padding: 18px 40px;
}
.button-group a.rn-btn.border-button {
  background: transparent;
  border: 1px solid var(--color-primary);
}
.button-group a.rn-btn.border-button::before {
  display: none;
}

.button-style-border-radius .button-group a.rn-btn {
  border-radius: 0;
}
.button-style-border-radius .button-group a.rn-btn::before {
  border-radius: 0;
}

.button-style-underline .button-group:nth-child(1) {
  margin-bottom: 30px;
}

.rn-btn-ulderline {
  position: relative;
  margin: 30px !important;
}
.rn-btn-ulderline::after {
  content: "";
  position: absolute;
  width: 40%;
  background: var(--color-primary);
  height: 3px;
  bottom: -3px;
  left: 0;
  transition: var(--transition);
}
.rn-btn-ulderline:hover::after {
  width: 100%;
}

a.rn-btn.no-shadow,
button.rn-btn.no-shadow {
  box-shadow: none !important;
}

/* Clap Animat Button */
.post-like span a.like-button.rn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-like span a.like-button.rn-btn i {
  padding-left: 4px;
  margin-top: -3px;
}

.post-like span a.like-button.rn-btn mark {
  line-height: 7px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 500;
  background: var(--color-primary);
}

.like-button > *,
.like-button.rn-btn > * {
  pointer-events: none !important;
}

.like-button,
.like-button.rn-btn {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.like-button:focus,
.like-button.rn-btn:focus {
  outline: 0;
}
.like-button:before, .like-button:after,
.like-button.rn-btn:before,
.like-button.rn-btn:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
  opacity: 1;
}
.like-button:before,
.like-button.rn-btn:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 10%, transparent 30%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 15%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%) !important;
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.like-button:after,
.like-button.rn-btn:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, transparent 10%, var(--color-primary) 15%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%), radial-gradient(circle, var(--color-primary) 10%, transparent 10%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.like-button:active,
.like-button.rn-btn:active {
  transform: scale(0.9) !important;
}
.like-button.animate:before,
.like-button.rn-btn.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.like-button.animate:after,
.like-button.rn-btn.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

.like-button:before {
  background-image: radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, transparent 30%, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, transparent 30%, var(--color-primary) 15%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%);
}
.like-button:after {
  background-image: radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, transparent 30%, var(--color-primary) 15%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%), radial-gradient(circle, var(--color-primary) 30%, transparent 30%);
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
.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: "";
  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: "";
  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: "";
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two[aria-expanded=true]::before {
  content: "";
}
.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;
}

.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: 8.4em !important;
  line-height: 0.78;
  margin: 4px 15px 0 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  color: #878e99 !important;
  -webkit-font-smoothing: antialiased;
}

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

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

/*-------------------------
    Section Title Styles
-------------------------- */
.section-separator {
  position: relative;
}
.section-separator::after {
  position: absolute;
  max-width: 1270px;
  height: 1px;
  background: #121415;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .section-flex {
    flex: none;
    display: block !important;
  }
}

.section-title span.subtitle {
  color: #ff014f;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.section-title h2.title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-lightn);
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2.title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2.title {
    font-size: 40px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2.title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h2.title {
    text-align: center;
    margin: 0;
    font-size: 34px;
  }
}
.section-title .title.small-h2 {
  font-size: 32px !important;
}

/*---------------------------
    Banner Area Styles 
-----------------------------*/
.slide {
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .slide {
    padding-bottom: 100px;
  }
}
.slide .content {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .content {
    margin-top: 40px;
  }
}
.slide .content .inner {
  margin-bottom: 142px;
}
@media only screen and (max-width: 1199px) {
  .slide .content .inner {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .content .inner {
    margin-bottom: 40px;
  }
}
.slide .content .inner span.subtitle {
  font-size: 14px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .slide .content .inner span.subtitle {
    letter-spacing: 1px;
  }
}
.slide .content .inner .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 22px;
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .content .inner .title {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .content .inner .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .content .inner .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .slide .content .inner .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.slide .content .inner .title span {
  color: #ff014f;
}
.slide .content .inner .title .header-caption span {
  color: var(--color-white);
  font-weight: 600;
}
.slide .content .inner .title .span {
  font-size: 48px;
  color: var(--color-white);
}
@media only screen and (max-width: 479px) {
  .slide .content .inner .title .span {
    font-size: 24px;
    line-height: 33px;
  }
}
.slide .content .inner .description {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-lightn);
  padding-right: 16%;
  opacity: 0.9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .content .inner .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide .content .inner .description {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide .content .inner .description {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.slide .social-share-inner-left span.title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: var(--color-lightn);
  display: inline-block;
  margin-bottom: 20px;
}
.slide .social-share-inner-left .social-share {
  margin: -10px -12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .social-share-inner-left .social-share {
    margin: -10px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .social-share-inner-left .social-share {
    margin: -10px -10px;
  }
}
.slide .social-share-inner-left .social-share li {
  margin: 10px 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide .social-share-inner-left .social-share li {
    margin: 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slide .social-share-inner-left .social-share li {
    margin: 10px 10px;
  }
}
.slide .social-share-inner-left .social-share li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: var(--transition);
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide .social-share-inner-left .social-share li a::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.slide .social-share-inner-left .social-share li a svg {
  color: var(--color-lightn);
  transition: var(--transition);
  stroke-width: 2;
  position: relative;
  z-index: 2;
  width: 20px;
}
.slide .social-share-inner-left .social-share li a:hover {
  transform: translateY(-3px);
}
.slide .social-share-inner-left .social-share li a:hover svg {
  color: var(--color-white);
}
.slide .social-share-inner-left .social-share li a:hover::before {
  opacity: 1;
}
.slide .skill-share-inner span.title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: var(--color-lightn);
  display: inline-block;
  margin-bottom: 20px;
}
.slide .skill-share-inner .skill-share {
  flex-wrap: wrap;
  margin: -10px -12px;
}
.slide .skill-share-inner .skill-share li {
  margin: 10px 12px;
  line-height: 55px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: var(--shadow-1);
}
.slide .skill-share-inner .skill-share li img {
  max-height: 23px;
  width: auto;
  padding: 0 15px;
}
.slide .thumbnail {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .slide .thumbnail {
    display: flex;
    justify-content: center;
  }
}
.slide .thumbnail::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 130px);
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 6px;
}
.slide .thumbnail .inner {
  text-align: center;
}
.slide .thumbnail .inner img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.slide .thumbnail.box-gradient::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--color-primary-gradient-from), var(--color-primary-gradient-to));
}
.slide .thumbnail.box-gradient .inner {
  padding: 15px;
}
.slide .thumbnail.box-gradient .inner img {
  border-radius: 6px;
}
.slide.slider-style-1 {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-1 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-1 {
    padding-top: 100px;
  }
}
.slide.slider-style-1.with-square-box {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-1.with-square-box {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-1.with-square-box {
    padding-top: 120px;
  }
}
.slide.slider-style-1 .content {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-1.box-layout {
    padding-top: 157px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-1.box-layout {
    padding-top: 157px;
  }
}
@media only screen and (max-width: 575px) {
  .slide.slider-style-1.box-layout {
    padding-top: 100px;
  }
}
.slide.slider-style-2 {
  padding-top: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slider-style-2 {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-2 {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.slide.slider-style-2 .content {
  margin-top: 0;
}
.slide.slider-style-2 .content .inner {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-2 .content .inner .description {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-3 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 {
    padding-bottom: 60px;
  }
}
.slide.slider-style-3 .slider-wrapper {
  padding-top: 210px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide.slider-style-3 .slider-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .slide.slider-style-3 .slider-wrapper {
    padding-top: 126px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-3 .slider-wrapper {
    padding-top: 126px;
    padding-bottom: 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 .slider-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper {
    padding-top: 126px;
    padding-bottom: 16px;
  }
}
.slide.slider-style-3 .slider-wrapper .slider-info {
  top: 250px;
  transition: var(--transition);
}
.slide.slider-style-3 .slider-wrapper .slider-info:hover {
  transform: translateY(-5px);
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top {
  padding: 35px;
  background: var(--background-color-2);
  box-shadow: var(--shadow-1);
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top {
    padding: 25px;
    padding-top: 41px;
  }
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header {
  margin-bottom: 30px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .user {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .user svg,
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .user i {
  width: 22px;
  font-size: 22px;
  height: auto;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .user::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 0.7;
  z-index: -1;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .user::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background: var(--color-primary);
  opacity: 0.2;
  z-index: -2;
  transform: translate(-50%, -50%);
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 11px;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 1199px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .title span {
  color: var(--color-primary);
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header p.disc {
  font-size: 16px;
  color: var(--color-lightn);
  line-height: 24px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-footer .info {
  display: flex;
  margin-bottom: 13px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-footer .info svg,
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-footer .info i {
  color: var(--color-primary);
  margin-right: 10px;
  font-size: 24px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-footer .info span {
  color: var(--color-lightn);
  font-size: 16px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom {
  border-radius: 0 0 10px 10px;
  margin-top: 30px;
  padding: 35px;
  box-shadow: var(--shadow-1);
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom {
    padding: 20px;
  }
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom > span {
  color: var(--color-lightn);
  font-size: 16px;
}
.slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom .button-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom .button-wrapper {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom .button-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom .button-wrapper .rn-btn {
    margin-top: 20px;
  }
}
.slide.slider-style-3 .slider-wrapper .background-image-area {
  padding: 34px;
  box-shadow: var(--shadow-1);
  position: relative;
  right: 0;
  border-radius: 10px;
  transition: var(--transition);
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .slide.slider-style-3 .slider-wrapper .background-image-area {
    padding: 20px;
  }
}
.slide.slider-style-3 .slider-wrapper .background-image-area:hover {
  transform: translateY(-5px);
}
.slide.slider-style-3 .slider-wrapper .background-image-area .thumbnail-image {
  height: 100%;
}
.slide.slider-style-3 .slider-wrapper .background-image-area .thumbnail-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.slide.slider-style-4 {
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slider-style-4 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slider-style-4 {
    height: auto;
    padding: 150px 0;
  }
}
.slide.slider-style-4 .content {
  margin-top: 0;
}
.slide.slider-style-4 .content .social-share-inner-left ul li a {
  box-shadow: none;
}

.underline-area {
  display: flex;
  align-items: flex-end;
}
.underline-area hr {
  height: 3px;
  width: 200px;
  background: var(--color-primary);
  margin: 0;
  margin-right: 30px;
  left: 8px;
}
@media only screen and (max-width: 575px) {
  .underline-area hr {
    display: none;
  }
}

.banner-details-wrapper-sticky .thumbnail::before {
  display: none;
}
.banner-details-wrapper-sticky .thumbnail img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #32363b;
  box-shadow: var(--shadow-1);
  object-fit: cover;
}
.banner-details-wrapper-sticky .banner-title-area .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 22px;
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-details-wrapper-sticky .banner-title-area .title {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .banner-details-wrapper-sticky .banner-title-area .title {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.banner-details-wrapper-sticky .banner-title-area .title .span {
  font-size: 48px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-details-wrapper-sticky .banner-title-area .title .span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-details-wrapper-sticky .banner-title-area .title .span {
    font-size: 30px;
  }
}
.banner-details-wrapper-sticky .banner-title-area .title span {
  color: #ff014f;
}
@media only screen and (max-width: 575px) {
  .banner-details-wrapper-sticky .banner-title-area .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-details-wrapper-sticky .banner-title-area .title span {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-details-wrapper-sticky .banner-title-area p {
  font-size: 18px;
  color: var(--color-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-details-wrapper-sticky .banner-title-area p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-details-wrapper-sticky .banner-title-area p {
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
  }
}

.thumbnail.masking .inner {
  -webkit-mask-image: url("../images/icones/shape1.svg");
  mask-image: url("../images/icones/shape1.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.thumbnail.masking::before {
  display: none;
}

.thumbnail.style-2::before {
  height: 100%;
}

.thumbnail.style-2 img {
  border-radius: 6px !important;
}

.thumbnail.style-2 .inner {
  padding: 15px;
}

.front-end-developer div#carouselExampleControls {
  padding: 15px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 8px;
}

.front-end-developer #carouselExampleControls .carousel-control-prev svg {
  width: 34px;
  height: auto;
  position: relative;
  left: 5px;
}

.front-end-developer #carouselExampleControls .carousel-control-next svg {
  width: 34px;
  height: auto;
  position: relative;
  right: 5px;
}

/* home vedio */
.sticky-top-slider a.rn-btn,
.sticky-top-slider button.rn-btn {
  font-size: 18px;
}

.attachment {
  background-attachment: fixed;
}

.page-wrapper-two {
  margin-left: 290px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two {
    margin-left: 0;
  }
}

.header-layout-2 .rn-footer-area {
  margin-left: 290px;
}
@media only screen and (max-width: 1199px) {
  .header-layout-2 .rn-footer-area {
    margin-left: 0;
  }
}

.slider-style-5 {
  margin: auto;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 105px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .slider-style-5 {
    padding-top: 100px;
  }
}
.slider-style-5.height--100 {
  height: 730px;
}
.slider-style-5.position-content {
  transform: translateY(150px);
}
.slider-style-5 .thumbnail {
  margin-bottom: 18px;
  padding: 10px;
  display: inline-block;
  min-width: 340px;
  min-height: 340px;
}
@media only screen and (max-width: 767px) {
  .slider-style-5 .thumbnail {
    min-width: 240px;
    min-height: 240px;
  }
}
.slider-style-5 .thumbnail img {
  border-radius: 50%;
  height: auto;
  width: 320px;
  border: 5px solid #32363b;
}
.slider-style-5 .thumbnail.gradient-border img {
  border: none;
  background-size: 400% 400%;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
}
.slider-style-5 .thumbnail.gradient-animation img {
  animation: gradient 3s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.slider-style-5 h1 {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slider-style-5 h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-style-5 h1 {
    font-size: 28px;
  }
}
.slider-style-5 .cd-headline span {
  font-size: 30px;
  color: var(--color-lightn);
}
@media only screen and (max-width: 767px) {
  .slider-style-5 .cd-headline span {
    font-size: 18px;
  }
}
.slider-style-5 .cd-headline .cd-words-wrapper b {
  font-weight: 300;
  color: var(--color-primary);
}
.slider-style-5 .social-share-style-1 {
  border-top: none;
  padding: 0;
  text-align: center;
  margin-top: 40px !important;
}
.slider-style-5 .social-share-style-1 ul {
  justify-content: center;
}
.slider-style-5 .button-area a {
  margin-top: 25px;
}

.slider-style-6.height--100 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6.height--100 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6.height--100 {
    height: auto;
    padding: 150px 0;
  }
}
.slider-style-6 h1 {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .slider-style-6 h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.slider-style-6 .cd-headline span {
  font-size: 30px;
  color: var(--color-lightn);
}
.slider-style-6 .cd-headline .cd-words-wrapper b {
  font-weight: 300;
  font-size: 30px;
  color: var(--color-primary);
}
.slider-style-6 .button-area {
  margin-top: 30px;
}

.rn-content-wrapper {
  position: relative;
  z-index: 5;
}
.rn-content-wrapper .padding-tb {
  padding: 20px;
  background: var(--background-color-1);
  border-radius: 10px;
  box-shadow: 10px 10px 10px #1c1e22;
}
.rn-content-wrapper .padding-tb.m_dec-top {
  margin-top: -100px;
  margin-left: 0;
  margin-right: 0;
}
.rn-content-wrapper .header-left {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rn-content-wrapper .header-left {
    flex-direction: column;
    text-align: center;
  }
}
.rn-content-wrapper .header-left .header-thumbnail img {
  border-radius: 15px;
  max-height: 200px;
  border: 5px solid #1D1E24;
  position: relative;
  top: -80px;
  object-fit: cover;
}
.rn-content-wrapper .header-left .header-info-content {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .rn-content-wrapper .header-left .header-info-content {
    margin-left: 0;
    margin-top: -46px;
  }
}
.rn-content-wrapper .header-left .header-info-content .social-share-style-1 {
  margin-top: 15px !important;
  border: 0;
}
@media only screen and (max-width: 1199px) {
  .rn-content-wrapper .header-left .header-info-content .social-share-style-1 {
    margin-left: 0;
    margin-top: -50px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .rn-content-wrapper .header-left .header-info-content .social-share-style-1.border-none {
    justify-content: center;
    display: flex;
    margin-top: 5px !important;
  }
}
.rn-content-wrapper .header-left .header-info-content h4 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .rn-content-wrapper .header-left .header-info-content h4 {
    font-size: 24px;
  }
}
.rn-content-wrapper .header-left .header-info-content .status-info {
  font-size: 18px;
  font-weight: 500;
}
.rn-content-wrapper .header-left::before {
  content: "";
  background-color: #151517;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-content-wrapper .header-left::before {
    content: "";
    background-color: #151517;
    position: absolute;
    top: 106%;
    right: 0;
    bottom: -13px;
    height: 1px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rn-content-wrapper .header-left::before {
    content: "";
    background-color: #151517;
    position: absolute;
    top: 106%;
    right: 0;
    bottom: -13px;
    height: 1px;
    width: 100%;
  }
}
.rn-content-wrapper .header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-content-wrapper .header-right {
    margin: -20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-content-wrapper .header-right {
    margin: -20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-content-wrapper .header-right {
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-start;
  }
}

.rn-header-content {
  list-style: none;
  padding-left: 30px;
  margin: 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-header-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-header-content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-header-content.two {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-header-content.two {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-header-content.two {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .rn-header-content.two {
    margin-top: 0;
  }
}
.rn-header-content li {
  font-size: 18px;
  color: var(--color-lightn);
  margin-bottom: 20px;
}
.rn-header-content li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-body);
  text-transform: uppercase;
}

#box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  color: white;
  font-family: "Raleway";
  font-size: 2.5rem;
}

.gradient-border {
  --borderWidth: 3px;
  background: transparent;
  position: relative;
  border-radius: 50%;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: 50%;
  z-index: -1;
  animation: animatedgradient 2s ease alternate infinite;
  background-size: 300% 300%;
  transform: translate(-50%, -50%);
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fs--100 {
  font-size: 120px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs--100 {
    font-size: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs--100 {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fs--100 {
    font-size: 50px !important;
  }
}

/*---------------------------
    Service Area Styles 
-----------------------------*/
.rn-service {
  text-align: left;
  padding: 35px 50px 35px 50px;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 10px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-service {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-service {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-service {
    padding: 20px;
  }
}
.rn-service a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.rn-service .inner .icon {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .rn-service .inner .icon {
    margin-bottom: 10px;
  }
}
.rn-service .inner .icon svg,
.rn-service .inner .icon i {
  width: 50px;
  height: auto;
  color: var(--color-primary);
  stroke-width: 1 !important;
  font-size: 50px;
  font-weight: 400;
  stroke: var(--color-primary);
}
.rn-service .inner .icon img {
  border-radius: 6px;
}
.rn-service .inner .content .title {
  font-family: var(--color-primary);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--color-lightn);
}
@media only screen and (max-width: 767px) {
  .rn-service .inner .content .title {
    margin-bottom: 15px;
  }
}
.rn-service .inner .content .title a {
  transition: var(--transition);
}
.rn-service .inner .content p.description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  margin-bottom: 22px;
  transition: var(--transition);
}
.rn-service .inner .content .read-more-button {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.rn-service .inner .content .read-more-button::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
.rn-service .inner .content .read-more-button i {
  color: var(--color-primary);
  font-size: 32px;
}
.rn-service::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.rn-service:hover .inner .content .title {
  color: var(--color-white);
}
.rn-service:hover .inner .content .description {
  color: var(--color-white);
}
.rn-service:hover .inner .content .read-more-button {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.rn-service:hover::before {
  opacity: 1;
}

.rn-service .inner > * {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}

.rn-service:hover .inner > * {
  transform: translateY(0px);
}

.service-card-one {
  text-align: center;
  padding: 35px 20px;
  border-radius: 13px;
  height: 100%;
}
.service-card-one .inner svg,
.service-card-one .inner i {
  width: 55px;
  height: auto;
  stroke-width: 1px;
  color: var(--color-primary);
  margin-bottom: 25px !important;
  font-size: 55px;
  display: inline-block;
}
.service-card-one .inner p.describe {
  font-size: 18px;
  line-height: 28px;
}
.service-card-one .inner .title {
  line-height: 1.25;
  font-size: 20px;
}

.modal-backdrop {
  background-color: transparent;
}

.modal.fade {
  transition: opacity 0.1s linear;
}

body.modal-open {
  padding-right: 0 !important;
}

.box-wrapper.modal-open {
  padding-right: 25px !important;
}

.modal {
  z-index: 99999999;
  background: #212428;
  padding: 60px 15px !important;
}
.modal.modal-boxed-home {
  width: calc(100% - 50px) !important;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-news {
  max-width: 1000px !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 1230px;
}
.modal .modal-dialog .modal-content {
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  z-index: 1;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .modal .modal-dialog .modal-content {
    padding: 40px 15px 25px 15px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  border-radius: 100%;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-header .close {
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .close {
    right: 0;
    top: 0;
  }
}
.modal .modal-dialog .modal-content .modal-header .close::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: var(--shadow-1);
  z-index: -1;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.modal .modal-dialog .modal-content .modal-header .close span svg,
.modal .modal-dialog .modal-content .modal-header .close span i {
  width: 22px;
  height: auto;
  transition: var(--transition);
  color: var(--color-primary);
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-header .close:hover::after {
  transform: scale(1.1);
}
.modal .modal-dialog .modal-content .modal-body .text-content {
  padding-left: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .text-content h3 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  color: var(--color-lightn);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .text-content h3 {
    font-size: 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body .text-content h3 span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-body);
  font-weight: 500;
  margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-body .text-content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  font-weight: 400;
  margin-bottom: 0;
  width: 93%;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .text-content p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .modal-body .text-content p:nth-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .text-content {
    margin-top: 30px;
    padding: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .text-content a svg {
  position: relative;
  margin-right: -13px;
  width: 19px;
}
.modal .featured-project-carousel .carousel-indicators {
  position: absolute;
  top: 83%;
}
.modal .featured-project-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  position: relative;
  flex: 0 1 auto;
  background-color: var(--color-body);
}
.modal .featured-project-carousel .carousel-indicators li.active {
  background-color: var(--color-primary);
  opacity: 1;
}
.modal .carousel {
  position: relative;
}
.modal .carousel .carousel-inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.modal .carousel .carousel-inner img {
  max-width: 100%;
  height: auto;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

ol.carousel-indicators {
  position: absolute !important;
  top: 0;
  z-index: 5;
}

div#featured-project-carousel {
  padding: 0;
}

.featured-project-carousel .carousel-control-prev-icon {
  background: url(../images/icons/short-arrow-left.png) center center no-repeat;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}

.featured-project-carousel .carousel-control-next-icon {
  background: url(../images/icons/short-arrow-right.png) center center no-repeat;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}

.modal-body .modal-feat-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.8rem;
  border-radius: 10px;
  vertical-align: middle;
}
.modal-body .img-fluid {
  width: 100%;
  height: auto;
}
.modal-body .comment-inner .title {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-lightn);
  margin-bottom: 16px;
}
.modal-body .comment-inner .rnform-group {
  margin-bottom: 20px;
}
.modal-body .comment-inner .rnform-group input {
  background-color: #191b1e;
  border-radius: 6px;
  height: 55px;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 0 15px;
  font-size: 14px;
  font-family: var(--font-primary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
}
.modal-body .comment-inner .rnform-group input:focus {
  color: var(--color-light);
  border-color: var(--color-primary);
  box-shadow: none;
}
.modal-body .comment-inner .rnform-group textarea {
  min-height: 205px;
  background-color: #191b1e;
  border-radius: 6px;
  padding: 0;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  resize: none;
}
.modal-body .comment-inner .rnform-group textarea:focus {
  color: var(--color-light);
  border-color: var(--color-primary);
  box-shadow: none;
}
.modal-body .news-details .date {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-lightn);
  font-weight: 500;
  margin-bottom: 9px;
}
.modal-body .news-details .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-lightn);
  margin-top: 20px;
  margin-bottom: 40px;
}
.modal-body .news-details p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
  font-weight: 400;
}
.modal-body .news-details h4 {
  font-size: 30px;
  color: var(--color-lightn);
}

/*=====================
    Skill Area 
========================*/
.personal-experience-inner {
  margin-top: 40px;
}

@media only screen and (max-width: 479px) {
  .section-title.text-center span.subtitle {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center span.subtitle {
    margin-bottom: 10px;
  }
}
.section-title span.subtitle {
  color: var(--color-subtitle);
  letter-spacing: 1px;
  display: block;
  line-height: 14px;
}
@media only screen and (max-width: 575px) {
  .section-title span.subtitle {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .section-title span.subtitle {
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
  }
}

.rn-nav-list {
  border: 0 none;
  border-radius: 10px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-nav-list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-nav-list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rn-nav-list {
    margin-top: 0;
  }
}
.rn-nav-list .nav-item {
  flex-basis: 25%;
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-nav-list .nav-item {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .rn-nav-list .nav-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .rn-nav-list .nav-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-nav-list .nav-item {
    flex-basis: 100%;
  }
}
.rn-nav-list .nav-item .nav-link {
  color: #c4cfde;
  font-family: var(--font-primary);
  padding: 30px 10px;
  text-transform: capitalize;
  font-size: var(--font-size-b1);
  font-weight: 500;
  outline: none;
  border: 0 none;
  transition: all 0.5s;
  background: transparent;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-nav-list .nav-item .nav-link {
    padding: 25px 7px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-nav-list .nav-item .nav-link {
    padding: 30px 6px;
    padding: 18px 6px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-nav-list .nav-item .nav-link {
    font-size: 18px;
  }
}
.rn-nav-list .nav-item .nav-link:hover, .rn-nav-list .nav-item .nav-link.active {
  color: #ff014f;
  background-color: transparent;
  border-color: transparent;
  border: 0 none;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
}

.personal-experience-inner span.subtitle,
.progress-wrapper span.subtitle {
  color: var(--color-subtitle);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}
.personal-experience-inner .maintitle,
.progress-wrapper .maintitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 62px;
  color: var(--color-lightn);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .personal-experience-inner .maintitle,
.progress-wrapper .maintitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .personal-experience-inner .maintitle,
.progress-wrapper .maintitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .maintitle,
.progress-wrapper .maintitle {
    font-size: 24px;
  }
}
.personal-experience-inner .experience-list,
.progress-wrapper .experience-list {
  padding-left: 31px;
  border-left: 5px solid #17191c;
}
@media only screen and (max-width: 767px) {
  .personal-experience-inner .experience-list,
.progress-wrapper .experience-list {
    padding-left: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .experience-list,
.progress-wrapper .experience-list {
    padding-left: 0;
    border: 0 none;
  }
}
.personal-experience-inner .experience-list .resume-single-list,
.progress-wrapper .experience-list .resume-single-list {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding: 45px 40px;
  border-radius: 6px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .personal-experience-inner .experience-list .resume-single-list,
.progress-wrapper .experience-list .resume-single-list {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .personal-experience-inner .experience-list .resume-single-list,
.progress-wrapper .experience-list .resume-single-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .personal-experience-inner .experience-list .resume-single-list,
.progress-wrapper .experience-list .resume-single-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .experience-list .resume-single-list,
.progress-wrapper .experience-list .resume-single-list {
    padding: 20px;
  }
}
.personal-experience-inner .experience-list .resume-single-list::before,
.progress-wrapper .experience-list .resume-single-list::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.personal-experience-inner .experience-list .resume-single-list .inner::after,
.progress-wrapper .experience-list .resume-single-list .inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #17191c;
  border-radius: 100%;
  left: -43.5px;
  top: 55px;
  transform: translateY(-7px);
  background: #222529;
  transition: var(--transition);
}
@media only screen and (max-width: 767px) {
  .personal-experience-inner .experience-list .resume-single-list .inner::after,
.progress-wrapper .experience-list .resume-single-list .inner::after {
    left: -39.5px;
  }
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .experience-list .resume-single-list .inner::after,
.progress-wrapper .experience-list .resume-single-list .inner::after {
    display: none;
  }
}
.personal-experience-inner .experience-list .resume-single-list .inner::before,
.progress-wrapper .experience-list .resume-single-list .inner::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #1b1c1d;
  z-index: 0;
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .experience-list .resume-single-list .inner::before,
.progress-wrapper .experience-list .resume-single-list .inner::before {
    display: none;
  }
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading,
.progress-wrapper .experience-list .resume-single-list .inner .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1a1d23;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .personal-experience-inner .experience-list .resume-single-list .inner .heading,
.progress-wrapper .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .personal-experience-inner .experience-list .resume-single-list .inner .heading,
.progress-wrapper .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .personal-experience-inner .experience-list .resume-single-list .inner .heading,
.progress-wrapper .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading .title,
.progress-wrapper .experience-list .resume-single-list .inner .heading .title {
  margin-bottom: 15px;
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading .title h4,
.progress-wrapper .experience-list .resume-single-list .inner .heading .title h4 {
  color: var(--color-lightn);
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 7px;
  font-weight: 500;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .personal-experience-inner .experience-list .resume-single-list .inner .heading .title h4,
.progress-wrapper .experience-list .resume-single-list .inner .heading .title h4 {
    font-size: 21px;
    line-height: 34px;
  }
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading .title span,
.progress-wrapper .experience-list .resume-single-list .inner .heading .title span {
  color: var(--color-body);
  display: block;
  font-size: 14px;
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading .date-of-time,
.progress-wrapper .experience-list .resume-single-list .inner .heading .date-of-time {
  display: inline-block;
}
.personal-experience-inner .experience-list .resume-single-list .inner .heading .date-of-time span,
.progress-wrapper .experience-list .resume-single-list .inner .heading .date-of-time span {
  color: var(--color-primary);
  display: block;
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  transition: var(--transition);
  font-weight: 500;
}
.personal-experience-inner .experience-list .resume-single-list .inner p,
.progress-wrapper .experience-list .resume-single-list .inner p {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-body);
  transition: var(--transition);
}
.personal-experience-inner .experience-list .resume-single-list:hover,
.progress-wrapper .experience-list .resume-single-list:hover {
  background: #212427;
}
.personal-experience-inner .experience-list .resume-single-list:hover .inner .heading .title h4,
.progress-wrapper .experience-list .resume-single-list:hover .inner .heading .title h4 {
  color: var(--color-white) !important;
}
.personal-experience-inner .experience-list .resume-single-list:hover .inner .heading .list-sub-title,
.progress-wrapper .experience-list .resume-single-list:hover .inner .heading .list-sub-title {
  color: var(--color-white) !important;
}
.personal-experience-inner .experience-list .resume-single-list:hover .inner .heading .date-of-time span,
.progress-wrapper .experience-list .resume-single-list:hover .inner .heading .date-of-time span {
  background: #1e2025;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #222527;
}
.personal-experience-inner .experience-list .resume-single-list:hover .inner .description,
.progress-wrapper .experience-list .resume-single-list:hover .inner .description {
  color: var(--color-lightn) !important;
}
.personal-experience-inner .experience-list .resume-single-list:hover .inner::after,
.progress-wrapper .experience-list .resume-single-list:hover .inner::after {
  background: var(--color-primary) !important;
}
.personal-experience-inner .experience-list .resume-single-list:hover::before,
.progress-wrapper .experience-list .resume-single-list:hover::before {
  opacity: 1;
}

.experience-style-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  margin: 40px auto 0;
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two {
    display: block;
    padding: 20px;
  }
}
.experience-style-two .experience-image {
  max-width: 250px;
  height: auto;
  border-radius: 8px;
  transition: var(--transition);
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-image {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two .experience-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-image {
    max-width: 100%;
  }
}
.experience-style-two .experience-image img {
  border-radius: 8px;
  transition: var(--transition);
}
.experience-style-two .experience-image:hover img {
  transform: scale(1.05);
}
.experience-style-two .experience-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-left {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two .experience-left {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-left {
    display: block;
  }
}
.experience-style-two .experience-center {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-center {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two .experience-center {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-center {
    padding-left: 0;
    padding-top: 25px;
  }
}
.experience-style-two .experience-center .date {
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #545961;
  font-size: 14px;
  color: var(--color-lightn);
}
.experience-style-two .experience-center .experience-title {
  margin-top: 10px;
  font-size: 26px;
  color: var(--color-lightn);
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .experience-style-two .experience-center .experience-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.experience-style-two .experience-center .subtitle {
  margin-top: 15px;
  font-size: 20px;
  color: var(--color-lightn);
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-center .subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-center .subtitle {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
}
.experience-style-two .experience-center .disc {
  font-size: 16px;
  color: var(--color-body);
}
.experience-style-two .experience-right {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-right {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two .experience-right {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-right {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-two .experience-footer {
    flex-basis: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-two .experience-footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-two .experience-footer {
    margin-top: 20px;
  }
}

/*=========================
    Progress Bar Styles 
==========================*/
.progress-charts {
  overflow: hidden;
}
.progress-charts + .progress-charts {
  margin-top: 30px;
}
.progress-charts h6.heading {
  margin-bottom: 15px;
  color: #c3cedd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  font-weight: 400;
}
.progress-charts h6.heading span.percent-label {
  color: #c3cedd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  font-weight: 400;
}
.progress-charts .progress {
  height: 13px;
  overflow: visible;
  font-size: 14px;
  border-radius: 10px;
  padding: 3px;
  background: #212428;
  box-shadow: inset 8px 8px 16px #00000075, inset -8px -8px 16px #383e4575;
}
.progress-charts .progress .progress-bar {
  overflow: visible;
  position: relative;
  border-radius: 14px;
  background: var(--color-primary-gradient-from);
  background: linear-gradient(145deg, var(--color-primary-gradient-from) 0%, var(--color-primary-gradient-to) 100%);
}
.progress-charts .progress .progress-bar span.percent-label {
  position: absolute;
  right: 0;
  top: -22px;
  font-weight: 400;
  color: #c3cedd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
  left: inherit;
  width: min-content;
}

/*---------------------------
    Testimonial Area Styles 
-----------------------------*/
.rn-testimonial {
  padding: 30px 15px;
}

.testimonial {
  outline: none;
  padding-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .testimonial {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial {
    margin-top: 35px !important;
  }
}
.testimonial .inner {
  display: flex;
  justify-content: center;
  margin: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial .inner {
    display: block;
    margin: 0;
  }
}
.testimonial .inner .card-info {
  margin-right: 40px;
  max-width: 395px;
  min-width: 395px;
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial .inner .card-info {
    min-width: 250px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .inner .card-info {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial .inner .card-info {
    margin-right: 0;
    padding: 15px;
  }
}
.testimonial .inner .card-info .card-thumbnail {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 27px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-info .card-thumbnail {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.testimonial .inner .card-info .card-thumbnail img {
  max-width: 100%;
  height: auto;
  transition: var(--transition);
  display: inline-block !important;
  object-fit: cover;
  width: 100%;
}
.testimonial .inner .card-info .card-thumbnail img:hover {
  transform: scale(1.1);
}
.testimonial .inner .card-info .card-content .subtitle {
  font-size: 12px;
  color: var(--color-primary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.testimonial .inner .card-info .card-content .title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 34px;
  color: #c4cfde;
}
@media only screen and (max-width: 575px) {
  .testimonial .inner .card-info .card-content .title {
    font-size: 18px;
    line-height: 27px;
  }
}
.testimonial .inner .card-info .card-content .designation {
  font-size: 14px;
}
.testimonial .inner .card-description {
  position: relative;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  margin-top: 115px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .testimonial .inner .card-description {
    padding: 15px;
  }
}
.testimonial .inner .card-description .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .testimonial .inner .card-description .title-area {
    display: block;
  }
}
.testimonial .inner .card-description .title-area .title-info {
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .testimonial .inner .card-description .title-area .title-info {
    display: block;
    margin-bottom: 25px;
  }
}
.testimonial .inner .card-description .title-area .title-info .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #c4cfde;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description .title-area .title-info .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.testimonial .inner .card-description .title-area .title-info .date {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description .title-area .title-info .date {
    font-size: 12px;
  }
}
.testimonial .inner .card-description .title-area .rating {
  padding: 6px 17px;
  border-radius: 6px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description .title-area .rating {
    padding: 15px 25px;
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial .inner .card-description .title-area .rating {
    padding: 5px 17px 9px 17px;
    display: inline-block;
  }
}
.testimonial .inner .card-description .title-area .rating ul {
  display: flex;
  align-items: center;
}
.testimonial .inner .card-description .title-area .rating ul li {
  margin: 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-top: -1px;
  margin-right: 4px;
}
.testimonial .inner .card-description .title-area .rating ul li i svg {
  width: 10px;
  height: 10px;
}
.testimonial .inner .card-description .title-area .rating ul li.has-rating i {
  color: #FFAB1A;
}
.testimonial .inner .card-description .title-area .rating ul li:last-child {
  margin-right: 0;
}
.testimonial .inner .card-description .title-area .rating img {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description .title-area .rating img {
    margin-right: 5px;
  }
}
.testimonial .inner .card-description .seperator {
  position: relative;
}
.testimonial .inner .card-description .seperator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1a1d23;
  top: 20px;
}
.testimonial .inner .card-description .description {
  margin-top: 45px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description .description {
    font-size: 16px;
    line-height: 28px;
  }
}
.testimonial .inner .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #181a1d;
  left: -43px;
  z-index: -1;
  top: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .inner .card-description::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description::before {
    display: none;
  }
}
.testimonial .inner .card-description::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  top: -130px;
  background: transparent;
  background-image: url(../images/icons/quote.png);
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .inner .card-description::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-description::after {
    display: none;
  }
}

.testimonial-style-2 .carousel-testimonial {
  padding: 0;
  margin-top: 30px;
}
.testimonial-style-2 .carousel-testimonial .carousel-control-next {
  right: -20px;
}
.testimonial-style-2 .carousel-testimonial .carousel-control-prev {
  left: -20px;
}
.testimonial-style-2 .carousel-testimonial .carousel-inner {
  padding: 30px 0;
  margin-bottom: -10px;
}
.testimonial-style-2 .carousel-testimonial a {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  background-color: #212428;
}
.testimonial-style-2 .carousel-testimonial a svg {
  width: 25px;
  position: absolute;
  z-index: 100;
  color: var(--color-primary);
}
.testimonial-style-2 .testimonial-inner {
  padding: 45px 44px;
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-style-2 .testimonial-inner {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-2 .testimonial-inner {
    padding: 20px 30px;
  }
}
.testimonial-style-2 .testimonial-inner::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.testimonial-style-2 .testimonial-inner .testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.testimonial-style-2 .testimonial-inner .testimonial-header .thumbnail img {
  width: 50px;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
}
.testimonial-style-2 .testimonial-inner .testimonial-header .ts-header {
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  font-weight: 500;
}
.testimonial-style-2 .testimonial-inner .testimonial-body p.description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  margin-bottom: 22px;
  transition: var(--transition);
  margin: 0;
  font-weight: 400;
  text-align: left;
}
.testimonial-style-2 .testimonial-inner .testimonial-body p.description span {
  text-decoration: underline;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
}
.testimonial-style-2 .testimonial-inner .testimonial-body p.description span:hover {
  color: var(--color-primary);
}
.testimonial-style-2 .testimonial-inner:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .inner .card-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    padding: 30px;
  }

  .testimonial .inner .card-info .card-thumbnail {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }

  .testimonial .inner .card-description {
    max-width: 100%;
    padding: 35px 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .inner .card-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    padding: 30px;
  }

  .testimonial .inner .card-info .card-thumbnail {
    max-width: 100px;
    margin-right: 25px;
    margin-bottom: 0;
  }

  .testimonial .inner .card-description {
    max-width: 100%;
    padding: 35px 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial .inner .card-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    padding: 20px;
  }

  .testimonial .inner .card-info .card-thumbnail {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .testimonial .inner .card-description {
    max-width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}
.tab-navigation-button {
  float: left;
  box-shadow: var(--shadow-1);
  background-color: var(--background-color-1);
  border-radius: 10px;
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-navigation-button {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button {
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button {
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .tab-navigation-button {
    margin-bottom: 35px;
  }
}
.tab-navigation-button .nav-item {
  margin: 0;
}
.tab-navigation-button .nav-item .nav-link {
  border: none;
  font-size: 18px;
  color: var(--color-light);
  height: 90px;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-navigation-button .nav-item .nav-link {
    height: auto;
    padding: 15px 20px;
  }
}
.tab-navigation-button .nav-item .nav-link:hover, .tab-navigation-button .nav-item .nav-link:focus, .tab-navigation-button .nav-item .nav-link.active {
  box-shadow: var(--shadow-1);
  color: var(--color-primary);
  background-color: #212428;
}
.tab-navigation-button .nav-item .nav-link.rn-nav:hover, .tab-navigation-button .nav-item .nav-link.rn-nav:focus, .tab-navigation-button .nav-item .nav-link.rn-nav.active {
  box-shadow: none;
  color: #ffffff !important;
  background: var(--color-primary) !important;
}
@media only screen and (max-width: 575px) {
  .tab-navigation-button .nav-item .nav-link.rn-nav {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-navigation-button .nav-item .nav-link.rn-nav {
    font-size: 12px;
    padding: 10px 13px;
  }
}

.clients-wrapper {
  width: 100%;
}

.rn-client-area .section-title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rn-client-area .section-title {
    text-align: center !important;
  }
}

.clients-wrapper {
  width: 100%;
}

.rn-client-area .tab-area {
  margin: -10px;
}
.rn-client-area .section-title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rn-client-area .section-title {
    text-align: center !important;
  }
}

/*------------------------------
    Client Single Card 
--------------------------------*/
.client-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: -30px;
}
@media only screen and (max-width: 479px) {
  .client-card {
    padding: 0 20px;
  }
}
.client-card .main-content {
  margin-top: 30px;
  flex-basis: 33.33%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .client-card .main-content {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .client-card .main-content {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .client-card .main-content {
    flex-basis: 100%;
  }
}
.client-card .main-content .inner {
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.client-card .main-content .inner::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
}
.client-card .main-content .inner:hover::after {
  opacity: 1;
}
.client-card .main-content .thumbnail {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.client-card .main-content .thumbnail a {
  display: block;
}
.client-card .main-content .thumbnail img {
  width: auto;
  max-height: 85px;
  max-width: 180px;
}
.client-card .main-content .seperator {
  position: relative;
  z-index: 2;
}
.client-card .main-content .seperator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1d23;
  z-index: -1;
}
.client-card .main-content .client-name {
  padding: 16px;
  color: var(--color-body);
}
.client-card .main-content .client-name a {
  transition: var(--transition);
  color: var(--color-body);
}
.client-card .main-content .client-name a:hover {
  color: var(--color-primary);
}
.client-card .main-content .client-name a span {
  color: var(--color-light);
  font-size: 16px;
}

.rn-brand {
  flex-basis: 33.33%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .rn-brand {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .rn-brand {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-brand {
    flex-basis: 100%;
  }
}
.rn-brand .inner {
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.rn-brand .inner::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
}
.rn-brand .inner:hover::after {
  opacity: 1;
}
.rn-brand .thumbnail img {
  width: 265px;
  height: 175px;
  padding: 30px;
  object-fit: contain;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-brand .thumbnail img {
    height: 150px;
    padding: 30px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-brand .thumbnail img {
    padding: 30px;
    object-fit: contain;
    height: 148px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rn-brand .thumbnail img {
    height: 148px !important;
    padding: 30px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 479px) {
  .rn-brand .thumbnail img {
    height: 148px !important;
    padding: 30px;
    object-fit: contain;
  }
}
.rn-brand .seperator {
  position: relative;
  z-index: 2;
}
.rn-brand .seperator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1d23;
  z-index: -1;
}
.rn-brand .client-name {
  padding: 16px;
  color: var(--color-body);
}
.rn-brand .client-name a {
  transition: var(--transition);
  color: var(--color-body);
}
.rn-brand .client-name a:hover {
  color: var(--color-primary);
}
.rn-brand .client-name a span {
  color: var(--color-light);
  font-size: 16px;
}

.brand-activation-item-5 {
  margin: -28px 0;
}
.brand-activation-item-5 .rn-brand .inner {
  margin: 28px 0;
}

.brand-wrapper-three {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-wrapper-three .rn-brand {
  margin-bottom: 30px;
  flex-basis: 20%;
}

.rn-client-style-2 .skill-style-1 {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rn-client-style-2 .client-card .main-content .client-name a {
  color: var(--color-lightn);
}
.rn-client-style-2 .client-card .main-content .client-name a:hover {
  color: var(--color-primary);
}
.rn-client-style-2 .client-card {
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-client-style-2 .client-card {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-client-style-2 .client-card {
    margin-top: 15px;
  }
}
.rn-client-style-2 .client-card .main-content {
  flex-basis: 25%;
}
@media only screen and (max-width: 767px) {
  .rn-client-style-2 .client-card .main-content {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .rn-client-style-2 .client-card .main-content {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-client-style-2 .client-card .main-content {
    flex-basis: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-client-style-2 .client-card .main-content {
    flex-basis: 33%;
  }
}
.rn-client-style-2 .client-card .main-content .thumbnail img {
  height: auto;
  max-width: 100px;
}
.rn-client-style-2 ul {
  padding: 0;
}

.elementor-widget-rainbow-about-tab .personal-experience-inner {
  margin-top: 0;
}
.elementor-widget-rainbow-about-tab .menu-list {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-widget-rainbow-about-tab .menu-list {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-widget-rainbow-about-tab .menu-list {
    margin-top: -30px;
  }
}
.elementor-widget-rainbow-about-tab .rn-blog-area {
  margin-top: -30px;
}
.elementor-widget-rainbow-about-tab .rainbow-items {
  margin-top: 30px !important;
}

.elementor-widget-rb-about-tab .elementor-widget-rainbow-my-resume {
  margin-top: -40px;
}
.elementor-widget-rb-about-tab .elementor-widget-rainbow-portfolio-grid {
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-widget-rb-about-tab .elementor-widget-rainbow-portfolio-grid {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-widget-rb-about-tab .elementor-widget-rainbow-portfolio-grid {
    margin-top: -50px;
  }
}
.elementor-widget-rb-about-tab .elementor-widget-rainbow-post-grid {
  margin-top: -30px;
}

/*---------------------------
    Pricing Area Styles 
-----------------------------*/
.navigation-wrapper {
  margin-left: 10px;
  box-shadow: var(--shadow-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-wrapper {
    margin: 0;
  }
}
.navigation-wrapper ul {
  border-radius: 10px;
  align-items: center;
}
.navigation-wrapper ul.nav {
  background-color: var(--background-color-1);
  box-shadow: var(--shadow-1);
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 479px) {
  .navigation-wrapper ul.nav {
    display: block;
  }
}
.navigation-wrapper ul.nav li {
  flex-basis: 33.33%;
  margin: 0;
}
.navigation-wrapper ul.nav li.recommended {
  position: relative;
}
.navigation-wrapper ul.nav li.recommended::after {
  content: "";
  right: 40px;
  top: -23px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #545961;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .navigation-wrapper ul.nav li.recommended::after {
    display: none;
  }
}
.navigation-wrapper ul.nav li.recommended::before {
  content: attr(data-recommended-label);
  position: absolute;
  top: -50px;
  right: 33px;
  background: #545961;
  padding: 5px 13px;
  font-size: 12px;
  border-radius: 30px;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .navigation-wrapper ul.nav li.recommended::before {
    top: -4px;
    right: 0;
    border-radius: 9px;
  }
}
.navigation-wrapper ul.nav li a {
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: var(--transition);
  font-size: 18px;
  line-height: var(--line-height-b1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation-wrapper ul.nav li a {
    font-size: 16px;
  }
}
.navigation-wrapper ul.nav li a:hover, .navigation-wrapper ul.nav li a:focus, .navigation-wrapper ul.nav li a.active {
  box-shadow: var(--shadow-1);
  color: var(--color-primary);
}
.navigation-wrapper .tab-content {
  padding: 0 50px 40px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .navigation-wrapper .tab-content {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation-wrapper .tab-content {
    padding: 0 40px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-wrapper .tab-content {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-wrapper .tab-content {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .navigation-wrapper .tab-content {
    padding: 15px 15px;
  }
}

.rn-pricing .pricing-header {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-pricing .pricing-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-header {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-header {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-header {
    margin-bottom: 25px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-header .header-left {
    margin-bottom: 25px;
  }
}
.rn-pricing .pricing-header .header-left h2.title {
  font-size: 27px;
  color: var(--color-lightn);
  margin-bottom: 9px;
}
@media only screen and (max-width: 575px) {
  .rn-pricing .pricing-header .header-left h2.title {
    font-size: 22px;
  }
}
.rn-pricing .pricing-header .header-left span {
  color: var(--color-body);
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-header .header-right {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-header .header-right {
    margin-top: 20px;
  }
}
.rn-pricing .pricing-header .header-right span {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 600;
  padding: 9px 25px;
  box-shadow: var(--shadow-1);
  border-radius: 6px;
  display: inline-block;
}
.rn-pricing .pricing-body p.description {
  font-size: 18px;
  line-height: 30px;
  max-width: 84%;
  font-weight: 400;
  color: var(--color-body);
  font-family: var(--font-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-body p.description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-body p.description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rn-pricing .pricing-body p.description {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.rn-pricing .pricing-body .check-wrapper {
  justify-content: space-between;
  display: flex;
}
.rn-pricing .pricing-body .check-wrapper .left-area {
  margin-bottom: 30px;
}
.rn-pricing .pricing-body .check-wrapper .check {
  margin-bottom: 15px;
}
.rn-pricing .pricing-body .check-wrapper .check:last-child {
  margin-bottom: 0;
}
.rn-pricing .pricing-body .check-wrapper .check svg,
.rn-pricing .pricing-body .check-wrapper .check i {
  margin-top: 5px;
  color: var(--color-lightn);
  align-items: center;
  font-size: 22px;
}
.rn-pricing .pricing-body .check-wrapper .check p {
  margin-left: 5px;
  color: var(--color-lightn);
  font-weight: 400;
  font-size: 18px;
  font-family: var(--font-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-pricing .pricing-body .check-wrapper .check p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-body .check-wrapper .check p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-body .check-wrapper .check p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .rn-pricing .pricing-body .check-wrapper .check p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-body .check-wrapper {
    display: block;
  }
}
.rn-pricing .pricing-footer {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-pricing .pricing-footer {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing .pricing-footer {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-footer {
    margin-top: 15px;
  }
}
.rn-pricing .pricing-footer .rn-btn {
  display: flex;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-family: var(--font-secondary);
  padding: 20px 0;
}
.rn-pricing .pricing-footer .rn-btn span {
  margin-right: 5px;
  font-size: 16px;
}
.rn-pricing .pricing-footer .rn-btn svg {
  transition: var(--transition);
}
.rn-pricing .pricing-footer .rn-btn:hover svg {
  margin-left: 10px;
}
.rn-pricing .pricing-footer .time-line {
  justify-content: center;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-footer .time-line {
    display: block !important;
    padding-left: 5px;
  }
}
.rn-pricing .pricing-footer .time-line .single-cmt {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-footer .time-line .single-cmt:nth-child(2) {
    margin-top: 5px;
  }
}
.rn-pricing .pricing-footer .time-line .single-cmt svg,
.rn-pricing .pricing-footer .time-line .single-cmt i {
  width: 14px;
  margin-right: 7px;
  color: #9ca5b1;
  margin-top: 2px;
  font-size: 14px;
}
.rn-pricing .pricing-footer .time-line .single-cmt span {
  font-size: 12px;
  font-weight: 500;
  color: #9ca5b1;
  margin-top: 5px;
  letter-spacing: 1px;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 479px) {
  .rn-pricing .pricing-footer .time-line .single-cmt span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-pricing-area .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-pricing-area .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-pricing-area .section-title {
    margin-bottom: 10px;
  }
}
.rn-pricing-area .section-title h2.title {
  margin-bottom: 0;
}

.sticky-top {
  z-index: 2 !important;
  position: -webkit-sticky;
}

.pricing-style-2 .title-area-wrapper {
  margin-right: -20px;
}
@media only screen and (max-width: 575px) {
  .pricing-style-2 .title-area-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-style-2 .title-area-wrapper {
    margin-right: 0;
  }
}
.pricing-style-2 .title-area-wrapper .section-title {
  margin-bottom: 0;
}
.pricing-style-2 .title-area-wrapper .section-title h2.title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-2 .title-area-wrapper .section-title h2.title {
    margin-bottom: 5px;
  }
}
.pricing-style-2 .title-area-wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  margin: 0;
  font-family: var(--font-secondary);
  padding-right: 49px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-style-2 .title-area-wrapper p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-2 .title-area-wrapper p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-2 .title-area-wrapper p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-style-2 .title-area-wrapper p {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .pricing-style-2 .title-area-wrapper p {
    text-align: center;
    padding-right: 0;
  }
}
.pricing-style-2 .title-area-wrapper p.title-disc {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-2 .title-area-wrapper p.title-disc {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-2 .title-area-wrapper p.title-disc {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-style-2 .title-area-wrapper p.title-disc {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .pricing-style-2 .title-area-wrapper p.title-disc {
    text-align: center;
    padding-right: 0;
  }
}
.pricing-style-2 .pricing-wrapper,
.pricing-style-2 .pricing-wrapper-pro {
  margin-left: 20px;
  position: relative;
  z-index: 1;
  padding: 40px;
  box-shadow: var(--shadow-1);
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-2 .pricing-wrapper,
.pricing-style-2 .pricing-wrapper-pro {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-2 .pricing-wrapper,
.pricing-style-2 .pricing-wrapper-pro {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-style-2 .pricing-wrapper,
.pricing-style-2 .pricing-wrapper-pro {
    margin-left: 0;
  }
}
.pricing-style-2 .pricing-wrapper::before,
.pricing-style-2 .pricing-wrapper-pro::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.pricing-style-2 .pricing-wrapper .ts-header,
.pricing-style-2 .pricing-wrapper-pro .ts-header {
  margin-bottom: 30px;
}
.pricing-style-2 .pricing-wrapper .ts-header h6,
.pricing-style-2 .pricing-wrapper-pro .ts-header h6 {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pricing-style-2 .pricing-wrapper .ts-header span,
.pricing-style-2 .pricing-wrapper-pro .ts-header span {
  color: var(--color-lightn);
  font-size: 16px;
  text-transform: uppercase;
}
.pricing-style-2 .pricing-wrapper .price,
.pricing-style-2 .pricing-wrapper-pro .price {
  font-size: 36px;
  font-family: var(--font-primary);
  color: var(--color-lightest);
  margin-bottom: 23px;
}
.pricing-style-2 .pricing-wrapper .pricing-body,
.pricing-style-2 .pricing-wrapper-pro .pricing-body {
  margin-bottom: 40px;
}
.pricing-style-2 .pricing-wrapper .pricing-body .name.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .name.off {
  color: #646669;
}
.pricing-style-2 .pricing-wrapper .pricing-body .feature,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pricing-style-2 .pricing-wrapper .pricing-body .feature svg,
.pricing-style-2 .pricing-wrapper .pricing-body .feature i,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check svg,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check i,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature svg,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature i,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check svg,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check i {
  margin-right: 10px;
  position: relative;
  background-color: var(--color-lightn);
  border-radius: 50%;
  background: none;
  color: var(--color-lightn);
  opacity: 0.8;
  width: 22px;
  font-size: 22px;
}
.pricing-style-2 .pricing-wrapper .pricing-body .feature svg.off,
.pricing-style-2 .pricing-wrapper .pricing-body .feature i.off,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check svg.off,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check i.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature svg.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature i.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check svg.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check i.off {
  color: #666666;
  position: relative;
  background-color: var(--color-lightn);
  border-radius: 50%;
  background: none;
}
.pricing-style-2 .pricing-wrapper .pricing-body .feature .name,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check .name,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature .name,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check .name {
  color: var(--color-lightn);
  font-weight: 400;
  font-size: 16px;
}
.pricing-style-2 .pricing-wrapper .pricing-body .feature .name.off,
.pricing-style-2 .pricing-wrapper .pricing-body .feature-check .name.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature .name.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check .name.off {
  color: #646669;
}
.pricing-style-2 .pricing-wrapper .pricing-body svg,
.pricing-style-2 .pricing-wrapper .pricing-body i,
.pricing-style-2 .pricing-wrapper-pro .pricing-body svg,
.pricing-style-2 .pricing-wrapper-pro .pricing-body i {
  margin-right: 10px;
  position: relative;
  background-color: var(--color-lightn);
  border-radius: 50%;
  background: none;
  color: var(--color-lightn);
  opacity: 0.8;
  width: 22px;
  font-size: 22px;
}
.pricing-style-2 .pricing-wrapper .pricing-body svg.off, .pricing-style-2 .pricing-wrapper .pricing-body svg.feather-x,
.pricing-style-2 .pricing-wrapper .pricing-body i.off,
.pricing-style-2 .pricing-wrapper .pricing-body i.feather-x,
.pricing-style-2 .pricing-wrapper-pro .pricing-body svg.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body svg.feather-x,
.pricing-style-2 .pricing-wrapper-pro .pricing-body i.off,
.pricing-style-2 .pricing-wrapper-pro .pricing-body i.feather-x {
  color: #666666;
  position: relative;
  background-color: var(--color-lightn);
  border-radius: 50%;
  background: none;
}
.pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn,
.pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn {
  box-shadow: var(--shadow-1);
  display: block;
  text-align: center;
  padding: 14px;
}
.pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn::before,
.pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn::before {
  background: linear-gradient(to left top, #212428, #16181c);
}
.pricing-style-2 .pricing-wrapper-pro {
  margin-left: 5px;
}
.pricing-style-2 .pricing-wrapper-pro::before {
  opacity: 0;
}
.pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn {
  box-shadow: var(--shadow-1);
}
.pricing-style-2 .pricing-wrapper {
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-2 .pricing-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-style-2 .pricing-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-style-2 .pricing-wrapper {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}

/*---------------------------
    Contact Area Styles 
-----------------------------*/
.contact-about-area {
  padding: 30px;
  box-shadow: var(--shadow-1);
  border-radius: 10px;
  background-color: #212428;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-about-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-about-area {
    margin-bottom: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact-about-area {
    margin-bottom: 0;
    padding: 50px 20px;
    height: auto;
  }
}
.contact-about-area .thumbnail {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 10px;
}
.contact-about-area .thumbnail img {
  width: 100%;
  height: auto;
  transition: var(--transition);
}
.contact-about-area .title-area {
  margin-bottom: 15px;
}
.contact-about-area .title-area h4.title {
  font-size: 29px;
  line-height: 44px;
  color: var(--color-light);
  margin-bottom: 9px;
}
@media only screen and (max-width: 479px) {
  .contact-about-area .title-area h4.title {
    font-size: 20px;
  }
}
.contact-about-area .description {
  margin-bottom: 39px;
}
.contact-about-area .description p {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-body);
  font-family: var(--font-primary);
  line-height: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact-about-area .description span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact-about-area .description span {
    font-size: 16px;
  }
}
.contact-about-area .description span a {
  transition: var(--transition);
  position: relative;
  color: var(--color-lightn);
  font-weight: 400;
}
.contact-about-area .description span a::before {
  content: "";
  position: absolute;
  width: 0%;
  background-color: var(--color-primary);
  height: 1px;
  left: 0;
  bottom: 2px;
  transition: var(--transition);
  z-index: 10;
}
.contact-about-area .description span a:hover {
  color: var(--color-primary);
}
.contact-about-area .description span a:hover::before {
  width: 100%;
}
.contact-about-area .social-area .name {
  font-size: 14px;
  font-family: var(--font-secondary);
  font-weight: 500;
  color: var(--color-body);
  margin-bottom: 8px;
}
.contact-about-area .social-area .social-icone {
  margin: -15px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .contact-about-area .social-area .social-icone {
    margin: -5px;
    margin-top: 24px;
  }
}
.contact-about-area .social-area .social-icone a {
  width: 61px;
  height: 61px;
  line-height: 62px;
  margin: 15px;
  box-shadow: var(--shadow-1);
  border-radius: 6px;
  transition: var(--transition);
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: var(--color-lightn);
}
@media only screen and (max-width: 767px) {
  .contact-about-area .social-area .social-icone a {
    margin: 5px;
  }
}
.contact-about-area .social-area .social-icone a::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.contact-about-area .social-area .social-icone a svg {
  stroke-width: 2;
  width: 20px;
  color: var(--color-lightn);
  transition: var(--transition);
}
.contact-about-area .social-area .social-icone a:hover {
  transform: translateY(-5px);
  color: var(--color-primary);
}
.contact-about-area .social-area .social-icone a:hover svg {
  color: var(--color-white);
}
.contact-about-area .social-area .social-icone a:hover::before {
  opacity: 1;
}
.contact-about-area:hover .thumbnail img {
  transform: scale(1.1);
}

.contact-form-wrapper {
  box-shadow: var(--shadow-1);
  padding: 30px;
  border-radius: 10px;
  margin-left: 20px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrapper {
    margin: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-wrapper {
    margin: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper {
    padding: 20px;
  }
}
.contact-form-wrapper label {
  font-size: 12px;
  color: #a0a8b3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  margin-bottom: 14px;
  text-align: left;
  display: block;
}
.contact-form-wrapper input {
  background-color: #191b1e;
  border-radius: 6px;
  height: 55px;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 0 15px;
  font-size: 14px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper input {
    margin-bottom: 15px;
  }
}
.contact-form-wrapper input:focus {
  background: #191b1e;
}
.contact-form-wrapper textarea {
  min-height: 216px;
  background-color: #191b1e;
  border-radius: 6px;
  padding: 0;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .contact-form-wrapper textarea {
    min-height: 150px;
  }
}
.contact-form-wrapper textarea:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.contact-form-wrapper .introduce {
  display: flex;
  justify-content: space-between;
}
.contact-form-wrapper .introduce input {
  width: 100%;
  transition: 0.4s;
}
.contact-form-wrapper a.rn-btn span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--font-secondary);
  transform: var(--transition);
  margin-left: 5px;
}
.contact-form-wrapper a.rn-btn svg {
  transition: var(--transition);
}
.contact-form-wrapper a:hover svg {
  margin-left: 10px;
}
.contact-form-wrapper .email-area {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper .email-area {
    margin-top: 0;
  }
}
.contact-form-wrapper .subject {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper .subject {
    margin-top: 0;
  }
}
.contact-form-wrapper .message {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper .message {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .contact-form-wrapper .rn-btn {
    display: block;
    text-align: center;
  }
}

.error-msg {
  margin-top: 20px;
  background: #ff00031f;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.error-msg p {
  color: var(--color-danger);
}

.success-msg {
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 6px;
  text-align: center;
}

.success-msg p {
  color: var(--color-success);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: transparent;
  box-shadow: var(--shadow-1);
  color: var(--color-danger);
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--color-warning);
}

.wpcf7 form.spam .wpcf7-response-output {
  color: var(--color-warning);
  /* Orange */
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-success);
  /* Green */
}

.elementor-766 .elementor-widget-image img {
  border-radius: 8px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  color: var(--color-danger);
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form-wrapper .introduce input.wpcf7-not-valid,
.contact-form-wrapper .introduce textarea.wpcf7-not-valid {
  border-color: var(--color-primary) !important;
}

.rnt-contact-form {
  padding-bottom: 10px;
}

.wpcf7-spinner {
  display: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.submitting .wpcf7-spinner {
  display: block;
}

.page-developer .rn-about-area .image-area {
  margin-right: 0;
}

.rn-about-area .image-area {
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--shadow-1);
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .rn-about-area .image-area {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-about-area .image-area {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-about-area .image-area {
    margin-right: 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-about-area .image-area {
    margin-right: 0;
    padding: 15px;
  }
}
.rn-about-area .image-area .thumbnail {
  overflow: hidden;
  border-radius: 8px;
}
.rn-about-area .image-area .thumbnail img {
  border-radius: 8px;
  transition: var(--transition);
  width: 100%;
}
.rn-about-area .image-area .thumbnail img:hover {
  transform: scale(1.08);
}
.rn-about-area .contant {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-about-area .contant {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-about-area .contant {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rn-about-area .contant {
    padding: 0 10px;
    padding-top: 16px;
  }
}
.rn-about-area .contant .description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  margin-bottom: 30px;
  padding-right: 10%;
}
@media only screen and (max-width: 1199px) {
  .rn-about-area .contant .description {
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-about-area .contant .description {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-about-area .contant .description {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rn-about-area .contant .description {
    line-height: 26px;
    text-align: center;
  }
}
.rn-about-area .contant .description:nth-child(2) {
  margin-bottom: 20px;
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .rn-about-area .contant .description:nth-child(2) {
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.rn-about-area .rn-btn {
  padding: 18px 35px;
}
@media only screen and (max-width: 575px) {
  .rn-about-area .rn-btn {
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
  }
}

.sticky-home-wrapper .section-height {
  padding: 35px 40px 40px;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .sticky-home-wrapper .section-height {
    padding: 35px 15px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .sticky-home-wrapper .section-height {
    padding: 35px 15px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sticky-home-wrapper .section-height {
    text-align: center;
  }
}
.sticky-home-wrapper .section-height::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--background-color-1);
  box-shadow: var(--shadow-1);
  filter: blur(1px);
  z-index: -1;
}
.sticky-home-wrapper h5.title {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-home-wrapper h5.title {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-home-wrapper h5.title {
    margin-bottom: 17px;
    font-size: 24px;
  }
}
.sticky-home-wrapper h5.title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #121415;
  bottom: -18px;
  left: 0;
}
.sticky-home-wrapper .rn-about-area .inner p {
  margin: 0;
}
.sticky-home-wrapper .rn-about-area .inner p:nth-child(2) {
  margin-bottom: 25px;
}
.sticky-home-wrapper .rn-about-area .inner p.about-disc {
  font-size: 18px;
  color: var(--color-body);
  line-height: 28px;
}
.sticky-home-wrapper .rn-skill-area .inner.slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner {
  padding-top: 0 !important;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner.margin-top-25 {
  margin-top: 25px !important;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner span {
  padding: 0;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share {
  margin: -10px;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share li {
  width: 76px;
  height: 76px;
  line-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
@media only screen and (max-width: 479px) {
  .sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share li {
    height: 65px;
    width: 65px;
  }
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share li img {
  max-height: 30px;
}
@media only screen and (max-width: 479px) {
  .sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share li img {
    max-height: 27px;
  }
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner.skill-share-inner-width .skill-share {
  justify-content: flex-start;
}
@media only screen and (max-width: 575px) {
  .sticky-home-wrapper .rn-skill-area .inner .skill-share-inner.skill-share-inner-width .skill-share {
    justify-content: center;
  }
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner.skill-share-inner-width li {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.sticky-home-wrapper .rn-skill-area .inner .skill-share-inner.skill-share-inner-width li img {
  max-width: 23px;
}
.sticky-home-wrapper .single-card-sticky .card-list {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .sticky-home-wrapper .single-card-sticky .card-list {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .sticky-home-wrapper .single-card-sticky .card-list {
    text-align: left;
  }
}
.sticky-home-wrapper .single-card-sticky .card-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: var(--color-lightn);
  position: relative;
  line-height: 38px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-home-wrapper .single-card-sticky .card-list li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-home-wrapper .single-card-sticky .card-list li {
    margin-left: 10px;
  }
}
.sticky-home-wrapper .single-card-sticky .card-list li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--color-body);
  border-radius: 50%;
  top: 50%;
  left: -20px;
  opacity: 0.3;
  transform: translateY(-50%);
}
.sticky-home-wrapper .single-card-sticky .card-list li a {
  font-size: 18px;
  font-weight: 400;
  transition: var(--transition);
  color: var(--color-body);
  line-height: 38px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-home-wrapper .single-card-sticky .card-list li a {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-home-wrapper .single-card-sticky .card-list li a {
    font-size: 15px;
    line-height: 1.4;
  }
}
.sticky-home-wrapper .single-card-sticky .card-list li a svg,
.sticky-home-wrapper .single-card-sticky .card-list li a i {
  width: 0px;
  transition: var(--transition);
  color: var(--color-primary);
  opacity: 0;
  top: 4px;
  position: relative;
}
.sticky-home-wrapper .single-card-sticky .card-list li a:hover {
  margin-top: 5px;
  color: var(--color-primary);
}
.sticky-home-wrapper .single-card-sticky .card-list li a:hover svg,
.sticky-home-wrapper .single-card-sticky .card-list li a:hover i {
  font-size: 24px;
  width: 24px;
  opacity: 1;
}
.sticky-home-wrapper .rn-testimonial-area .testimonial-inner {
  padding: 10px 1px 57px 1px;
  box-shadow: none;
}
.sticky-home-wrapper .rn-testimonial-area .testimonial-inner::before {
  display: none;
}
.sticky-home-wrapper .contact-form-wrapper {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.portfolio-popup-thumbnail img {
  border-radius: 10px;
}

.rn-testimonial-carousel.carousel .carousel-indicators {
  top: 84%;
  left: 0;
  justify-content: flex-start;
  margin-left: 0;
}
.rn-testimonial-carousel.carousel .carousel-indicators li {
  font-size: 0;
  line-height: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: var(--background-color-1);
  box-shadow: var(--inner-shadow);
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 8px;
}
.rn-testimonial-carousel.carousel .carousel-indicators li.active {
  background: var(--color-primary);
}
.rn-testimonial-carousel.carousel a {
  width: 20px;
  height: 20px;
  top: -39%;
  padding: 23px;
  border-radius: 13%;
  background: #212428;
  box-shadow: var(--shadow-1);
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rn-testimonial-carousel.carousel a {
    top: -31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-testimonial-carousel.carousel a {
    top: -33%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-testimonial-carousel.carousel a {
    top: -25%;
  }
}
@media only screen and (max-width: 575px) {
  .rn-testimonial-carousel.carousel a {
    top: -24%;
  }
}
.rn-testimonial-carousel.carousel a svg {
  width: 25px;
  position: absolute;
  z-index: 100;
  transition: 0.3s;
}
.rn-testimonial-carousel.carousel a:hover::before {
  opacity: 1;
}
.rn-testimonial-carousel.carousel a:hover svg {
  color: var(--color-primary);
}
.rn-testimonial-carousel.carousel a::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.rn-testimonial-carousel.carousel .carousel-control-prev {
  left: 79%;
}
@media only screen and (max-width: 1199px) {
  .rn-testimonial-carousel.carousel .carousel-control-prev {
    left: 70%;
    left: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-testimonial-carousel.carousel .carousel-control-prev {
    left: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .rn-testimonial-carousel.carousel .carousel-control-prev {
    left: 74%;
  }
}
@media only screen and (max-width: 575px) {
  .rn-testimonial-carousel.carousel .carousel-control-prev {
    left: 71%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-testimonial-carousel.carousel .carousel-control-prev {
    left: 58%;
  }
}
.rn-testimonial-carousel.carousel .carousel-control-next {
  right: 0;
}
.rn-testimonial-carousel.carousel.slide {
  padding-bottom: 0;
}

.about-skill-style {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.about-skill-style li {
  display: flex;
  list-style: none;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
.about-skill-style li svg,
.about-skill-style li i {
  width: 18px;
  height: auto;
  color: var(--color-lightn);
  margin-right: 15px;
  font-size: 18px;
}
.about-skill-style li span {
  color: var(--color-body);
}

.tab-content-wrapper img {
  width: 100%;
}

.carousel-item img {
  width: 100%;
}

div#carouselExampleControlsImg {
  padding-bottom: 0;
}

div#carouselExampleControlsImg:hover .carousel-control-prev,
div#carouselExampleControlsImg:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  text-align: center;
  transition: 0.4s;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  background-color: #212428;
  line-height: 1;
  opacity: 0;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
  left: auto;
}

.skill-style-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-style-1 {
    margin-top: 33px;
  }
}
.skill-style-1 li {
  text-align: center;
  box-shadow: var(--shadow-1);
  margin-right: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 30px;
  flex-basis: 20%;
  padding: 35px 30px;
  min-height: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-style-1 li {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .skill-style-1 li {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .skill-style-1 li {
    flex-basis: 80%;
  }
}
.skill-style-1 li::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.skill-style-1 li:hover::before {
  opacity: 1;
}
.skill-style-1 li:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
  opacity: 1;
}
.skill-style-1 li img {
  max-height: 50px;
  transition: var(--transition);
}

/*---------------------------
    Contact Area Styles 
-----------------------------*/
.footer-area h4 span {
  padding: 20px 23px;
  box-shadow: var(--shadow-1);
  display: inline-block;
  border-radius: 50%;
  font-size: 30px;
  line-height: 30px;
  color: var(--color-primary);
  margin-bottom: 23px;
}
.footer-area .description {
  font-size: 17px;
  color: var(--color-body);
  font-family: var(--font-primary);
}
.footer-area .description a {
  color: var(--color-body);
  transition: var(--transition);
  position: relative;
  display: inline-block;
}
.footer-area .description a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--color-primary);
  left: 0;
  bottom: 3px;
  transition: var(--transition);
}
.footer-area .description a:hover {
  color: var(--color-primary);
}
.footer-area .description a:hover::before {
  width: 100%;
}
.footer-area .logo a img {
  max-height: 100px;
}

/*-----------------------
    Footer Style Two  
--------------------------*/
.footer-style-2 .copyright .description {
  color: var(--color-body);
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .copyright .description {
    padding: 0 44px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-style-2 .copyright .description {
    padding: 0 30px;
  }
}
.footer-style-2 .copyright .description a {
  color: var(--color-body);
  transition: var(--transition);
  position: relative;
  display: inline-block;
}
.footer-style-2 .copyright .description a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--color-primary);
  left: 0;
  bottom: 3px;
  transition: var(--transition);
}
.footer-style-2 .copyright .description a:hover {
  color: var(--color-primary);
}
.footer-style-2 .copyright .description a:hover::before {
  width: 100%;
}
.footer-style-2 .logo-thumbnail,
.footer-style-2 .widget_media_image {
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .logo-thumbnail,
.footer-style-2 .widget_media_image {
    text-align: left;
  }
}
.footer-style-2 .logo-thumbnail img,
.footer-style-2 .widget_media_image img {
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .social-icone-wrapper .social-share {
    justify-content: left;
  }
}
.footer-style-2 .social-icone-wrapper .social-share li {
  margin: 0 25px 25px 0;
}
.footer-style-2 .social-icone-wrapper .social-share li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: var(--transition);
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
}
.footer-style-2 .social-icone-wrapper .social-share li a::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.footer-style-2 .social-icone-wrapper .social-share li a:hover {
  transform: translateY(-3px);
}
.footer-style-2 .social-icone-wrapper .social-share li a:hover::after {
  opacity: 1;
}
.footer-style-2 .social-icone-wrapper .social-share li a svg {
  color: var(--color-lightn);
  transition: var(--transition);
  stroke-width: 2;
  position: relative;
  z-index: 2;
  width: 20px;
}
.footer-style-2 .ft-widget-list-wrapper {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-2 .ft-widget-list-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-2 .ft-widget-list-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .ft-widget-list-wrapper {
    text-align: left;
  }
}
.footer-style-2 .ft-widget-list-wrapper .menu-title h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .ft-widget-list-wrapper .menu-title h6 {
    margin-bottom: 0;
  }
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer {
  padding: 0;
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .footer-style-2 .ft-widget-list-wrapper .menu-footer {
    margin-top: 0;
  }
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer li {
  margin-bottom: 8px;
  list-style: none;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer li a {
  font-size: 17px;
  font-weight: 400;
  transition: var(--transition);
  color: var(--color-lightn);
  position: relative;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer-style-2 .ft-widget-list-wrapper .menu-footer li a {
    font-size: 16px;
  }
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--color-primary);
  left: 0;
  bottom: 3px;
  transition: var(--transition);
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer li a:hover {
  color: var(--color-primary) !important;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer li a:hover::after {
  width: 100%;
}

.footer-style-2 .copyright .description a::after {
  display: none;
}

/*--------------------------
    Unit Test Footer  
---------------------------*/
.footer-style-2 .ft-widget-list-wrapper {
  margin-top: -40px;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer {
  margin-top: 40px;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer select {
  background: url(../images/icons/arrow-icon.png) 94% center no-repeat transparent;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer .menu-wrapper ul {
  padding: 0;
  margin-left: 0;
}
.footer-style-2 .ft-widget-list-wrapper .menu-footer .menu-wrapper ul ul {
  padding-left: 20px;
}

/*---------------------------
    Portfolio Area Styles 
-----------------------------*/
.project-archive-wrapper {
  margin-top: -20px;
}

.rn-portfolio {
  text-align: left;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 1;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-portfolio {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .rn-portfolio {
    padding: 20px;
  }
}
.rn-portfolio .inner {
  position: relative;
}
.rn-portfolio .inner .thumbnail {
  overflow: hidden;
  border-radius: 10px;
}
.rn-portfolio .inner .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.rn-portfolio .inner .thumbnail img {
  width: 100%;
  transition: var(--transition);
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-portfolio .inner .thumbnail img {
    height: inherit;
  }
}
.rn-portfolio .inner .thumbnail video {
  border-radius: 10px;
  height: 100%;
  transition: var(--transition);
  object-fit: cover;
  width: 100%;
}
.rn-portfolio .inner .content {
  padding-top: 18px;
}
.rn-portfolio .inner .content .category-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.rn-portfolio .inner .content .category-info .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-separator);
  font-size: 11px;
  margin: -5px;
}
.rn-portfolio .inner .content .category-info .category-list a,
.rn-portfolio .inner .content .category-info .category-list span {
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  display: inline-block;
  padding: 5px;
}
.rn-portfolio .inner .content .category-info .meta span {
  color: var(--color-lightn);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 13px;
}
.rn-portfolio .inner .content .category-info .meta span i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.rn-portfolio .inner .content .category-info .meta span a i {
  margin-right: 5px;
  font-size: 13px;
  transition: var(--transition);
}
.rn-portfolio .inner .content .title {
  margin: 0;
  transition: var(--transition);
}
.rn-portfolio .inner .content .title a,
.rn-portfolio .inner .content .title span {
  transition: var(--transition);
  color: var(--color-lightn);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-portfolio .inner .content .title a,
.rn-portfolio .inner .content .title span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-portfolio .inner .content .title a,
.rn-portfolio .inner .content .title span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-portfolio .inner .content .title a,
.rn-portfolio .inner .content .title span {
    font-size: 20px;
    line-height: 30px;
  }
}
.rn-portfolio .inner .content .title a i,
.rn-portfolio .inner .content .title span i {
  font-size: 0;
  position: relative;
  top: 10px;
  transition: var(--transition);
  opacity: 0;
}
.rn-portfolio .inner .content .title:hover a,
.rn-portfolio .inner .content .title:hover span {
  color: var(--color-primary);
}
.rn-portfolio .inner .content .title:hover a i,
.rn-portfolio .inner .content .title:hover span i {
  color: var(--color-primary);
  top: 3px;
  opacity: 1;
  font-size: 23px;
}
.rn-portfolio .inner .preview-type {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
  display: inline-block;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  pointer-events: none;
}
.rn-portfolio::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-portfolio:hover::before {
  opacity: 1;
}
.rn-portfolio:hover .thumbnail img {
  transform: scale(1.1);
}
.rn-portfolio:hover video {
  transform: scale(1.1);
}

.portfolio-slick-activation .rn-portfolio-slick {
  padding: 35px 15px;
}

.blog-slick-activation {
  margin: -35px -15px;
}
@media only screen and (max-width: 1199px) {
  .blog-slick-activation {
    margin: -26px -15px -57px -16px;
  }
}
.blog-slick-activation .rn-blog-slick {
  padding: 35px 15px;
}
/*-----------------------------
    Portfolio Style Two  
-------------------------------*/
.portfolio-style-two .carousel.slide {
  box-shadow: var(--shadow-1);
  border-radius: 10px !important;
  padding: 55px !important;
  margin-top: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .carousel.slide {
    padding: 30px !important;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel.slide {
    padding: 30px !important;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel.slide {
    padding: 30px !important;
    margin-top: 20px;
  }
}
.portfolio-style-two .carousel.slide .carousel-control-next,
.portfolio-style-two .carousel.slide .carousel-control-prev {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  background-color: #212428;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel.slide .carousel-control-next,
.portfolio-style-two .carousel.slide .carousel-control-prev {
    padding: 26px;
    border-radius: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-style-two .carousel.slide .carousel-control-next,
.portfolio-style-two .carousel.slide .carousel-control-prev {
    padding: 25px;
    top: 752px;
    border-radius: 19%;
  }
}
@media only screen and (max-width: 479px) {
  .portfolio-style-two .carousel.slide .carousel-control-next,
.portfolio-style-two .carousel.slide .carousel-control-prev {
    top: 703px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel.slide .carousel-control-next,
.portfolio-style-two .carousel.slide .carousel-control-prev {
    top: 106%;
    border-radius: 20%;
    padding: 26px;
  }
}
.portfolio-style-two .carousel.slide .carousel-control-next svg,
.portfolio-style-two .carousel.slide .carousel-control-prev svg {
  width: 25px;
  position: absolute;
  z-index: 100;
  transition: 0.3s;
  color: var(--color-lightn);
}
.portfolio-style-two .carousel.slide .carousel-control-next:hover svg,
.portfolio-style-two .carousel.slide .carousel-control-prev:hover svg {
  color: var(--color-primary);
}
.portfolio-style-two .carousel.slide .carousel-control-next {
  right: -30px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .carousel.slide .carousel-control-next {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel.slide .carousel-control-next {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel.slide .carousel-control-next {
    right: auto;
    left: 15%;
  }
}
@media only screen and (max-width: 479px) {
  .portfolio-style-two .carousel.slide .carousel-control-next {
    right: auto;
    left: 27%;
  }
}
.portfolio-style-two .carousel.slide .carousel-control-prev {
  left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .carousel.slide .carousel-control-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel.slide .carousel-control-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel.slide .carousel-control-prev {
    left: 0;
  }
}
.portfolio-style-two .carousel-inner {
  border-radius: 8px;
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .direction {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .direction {
    flex-direction: column-reverse;
  }
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .thumbnail {
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .thumbnail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .thumbnail {
    margin-bottom: 40px;
  }
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .thumbnail img {
  border-radius: 8px;
  width: auto;
  object-fit: fill;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner {
    bottom: 0;
    top: 0;
    transform: translate(0);
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner {
    bottom: 0;
    top: 0;
    transform: translate(0);
  }
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .title {
  color: var(--color-lightn);
  margin-bottom: 34px;
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner p.description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner p.description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner p.description {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner p.description {
    margin-bottom: 15px;
  }
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature svg,
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature i {
  margin-right: 10px;
  position: relative;
  background-color: var(--color-lightn);
  border-radius: 50%;
  background: none;
  color: var(--color-lightn);
  opacity: 0.8;
  width: 22px;
  font-size: 22px;
  top: 1px;
  display: inline-block;
}
.portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature p {
  color: var(--color-lightn);
  font-size: 16px;
}

@media only screen and (max-width: 479px) {
  .blog-style-three.rn-blog-area h2.title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .blog-style-three.rn-blog-area .slick-dots {
    bottom: -20px;
  }
}

.portfolio-style-three .portfolio-wrapper-style-one,
.portfolio-style-three .blog-wrapper-style-one,
.blog-style-three .portfolio-wrapper-style-one,
.blog-style-three .blog-wrapper-style-one {
  padding: 20px 0 20px 0;
}
.portfolio-style-three .portfolio-wrapper-style-one .inner .thumbnail,
.portfolio-style-three .blog-wrapper-style-one .inner .thumbnail,
.blog-style-three .portfolio-wrapper-style-one .inner .thumbnail,
.blog-style-three .blog-wrapper-style-one .inner .thumbnail {
  height: 100%;
}
.portfolio-style-three .portfolio-wrapper-style-one .inner .thumbnail a,
.portfolio-style-three .blog-wrapper-style-one .inner .thumbnail a,
.blog-style-three .portfolio-wrapper-style-one .inner .thumbnail a,
.blog-style-three .blog-wrapper-style-one .inner .thumbnail a {
  height: 100%;
}
.portfolio-style-three .portfolio-wrapper-style-one .inner .content,
.portfolio-style-three .blog-wrapper-style-one .inner .content,
.blog-style-three .portfolio-wrapper-style-one .inner .content,
.blog-style-three .blog-wrapper-style-one .inner .content {
  margin-top: 0;
}
.portfolio-style-three .carousel-control-prev,
.blog-style-three .carousel-control-prev {
  left: -30px;
}
.portfolio-style-three .carousel-control-next,
.blog-style-three .carousel-control-next {
  right: -30px;
  left: auto;
}
.portfolio-style-three .carousel-control-prev,
.portfolio-style-three .carousel-control-next,
.blog-style-three .carousel-control-prev,
.blog-style-three .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 50%;
  padding: 30px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c);
  box-shadow: var(--shadow-1);
  opacity: 1;
}
.portfolio-style-three .carousel-control-prev svg,
.portfolio-style-three .carousel-control-next svg,
.blog-style-three .carousel-control-prev svg,
.blog-style-three .carousel-control-next svg {
  width: 25px;
  position: absolute;
  z-index: 100;
  color: var(--color-primary);
}
.portfolio-style-three .carousel.slide,
.blog-style-three .carousel.slide {
  padding-bottom: 0;
}
.portfolio-style-three .carousel .carousel-inner,
.blog-style-three .carousel .carousel-inner {
  padding: 0px 10px;
}
.portfolio-style-three .carousel .carousel-inner .carousel-item .portfolio-wrapper-style-one,
.blog-style-three .carousel .carousel-inner .carousel-item .portfolio-wrapper-style-one {
  padding: 20px 0 20px 0;
}

.blog-style-three .carousel-control-prev,
.blog-style-three .carousel-control-next {
  top: 45%;
}

.home-classic .portfolio-style-two {
  padding: 60px 0 120px 0;
}

.item-portfolio-static .portfolio-static {
  padding: 30px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border-radius: 15px;
}
.item-portfolio-static .portfolio-static .thumbnail-inner .thumbnail {
  overflow: hidden;
  border-radius: 8px;
}
.item-portfolio-static .portfolio-static .thumbnail-inner .thumbnail img {
  border-radius: 8px;
  transition: var(--transition);
}
.item-portfolio-static .portfolio-static .thumbnail-inner .thumbnail img:hover {
  transform: scale(1.03);
}
.item-portfolio-static .content .inner {
  padding-top: 20px;
}
.item-portfolio-static .content .inner h4 {
  font-size: 25px;
  color: var(--color-lightn);
  transition: var(--transition);
  margin-bottom: 0;
}
.item-portfolio-static .content .inner h4:hover {
  color: var(--color-primary);
}
.item-portfolio-static .content .inner p {
  margin-bottom: 5px;
  font-size: 16px;
}

.rn-portfolio a.like-button {
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.rn-portfolio a.like-button:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*--------------------------
    New Update 
---------------------------*/
.modal-layout-right .row {
  flex-direction: row-reverse;
}

.modal.modal-layout-center .modal-dialog .modal-content .modal-body .text-content,
.modal.modal-layout-right .modal-dialog .modal-content .modal-body .text-content {
  padding-left: 0;
}

.portfolio-style-three .newportfolio-modal .carousel-inner {
  padding: 0px;
}
.portfolio-style-three .newportfolio-modal .carousel-control-next,
.portfolio-style-three .newportfolio-modal .carousel-control-prev {
  box-shadow: none;
}

.newportfolio-modal .wp-block-gallery,
.newportfolio-modal .wp-block-image {
  margin-bottom: 30px !important;
}
.newportfolio-modal .portfolio-popup-thumbnail {
  margin-bottom: 50px;
}
.newportfolio-modal .portfolio-popup-thumbnail iframe {
  border-radius: 10px;
}
.newportfolio-modal.modal-layout-center .carousel-inner {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newportfolio-modal.modal-layout-center .carousel-inner {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .newportfolio-modal.modal-layout-center .carousel-inner {
    margin-bottom: 0px !important;
  }
}

.newportfolio-modal.modal-layout-left .portfolio-popup-thumbnail,
.newportfolio-modal.modal-layout-right .portfolio-popup-thumbnail {
  margin-bottom: 0;
}

.inbio-carousel-gallery.slick-dotted.slick-slider {
  margin-bottom: 90px !important;
}

.inbio-carousel-gallery.slick-arrow-style-one .slick-arrow {
  left: -30px;
}

.inbio-carousel-gallery.slick-arrow-style-one .next-arrow.slick-arrow {
  left: auto;
  right: -30px;
}

.inbio-carousel-gallery.slick-arrow-style-one .slick-arrow {
  box-shadow: none;
}

.info-list {
  margin-bottom: 0;
  margin-top: 24px;
}
.info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .info-list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.info-list ul li {
  flex-basis: 50%;
  margin: 8px 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .info-list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .info-list ul li {
    flex-basis: 100%;
  }
}
.info-list ul li > strong {
  padding-right: 5px;
  color: var(--color-heading);
  position: relative;
  padding-right: 7px;
  margin-right: 10px;
  font-weight: 500;
}
.info-list ul li > strong::after {
  position: absolute;
  content: ":";
  right: 0;
}

/*----------------------
Rn Slick Dots Style  
-----------------------*/
.slick-initialized .slick-slide {
  margin-bottom: 0 !important;
}

.slick-dots li button:before {
  display: none;
}

.rn-slick-dot-style .slick-dots {
  width: auto;
  top: auto;
  z-index: 3;
  position: absolute;
  left: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-slick-dot-style .slick-dots {
    bottom: -4px;
  }
}
.rn-slick-dot-style .slick-dots li {
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0;
}
.rn-slick-dot-style .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: var(--background-color-1);
  box-shadow: var(--inner-shadow);
  border-radius: 50%;
  transition: var(--transition);
}
.rn-slick-dot-style .slick-dots li button::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-slick-dot-style .slick-dots li button {
    bottom: 3px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .rn-slick-dot-style .slick-dots li button {
    bottom: 3px;
    position: relative;
  }
}
.rn-slick-dot-style .slick-dots li.slick-active button {
  background: var(--color-primary);
}
.rn-slick-dot-style.dot-position-left .slick-dots {
  left: 0;
  bottom: 2%;
  transform: none;
}

.slick-arrow-style-one .slick-arrow {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: var(--shadow-1);
  background-color: #212428;
  left: -18px;
  border: 0;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .slick-arrow-style-one .slick-arrow {
    width: 43px;
    height: 43px;
    top: 30%;
    left: 74%;
    border-radius: 23%;
  }
}
.slick-arrow-style-one .slick-arrow svg {
  width: 25px;
  position: absolute;
  z-index: 100;
  color: var(--color-primary);
}
.slick-arrow-style-one .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.slick-arrow-style-one .next-arrow.slick-arrow {
  left: auto;
  right: -18px;
}
@media only screen and (max-width: 575px) {
  .slick-arrow-style-one .next-arrow.slick-arrow {
    left: 84%;
    top: 30%;
  }
}
.slick-arrow-style-one.arrow-top-align {
  position: relative;
}
.slick-arrow-style-one.arrow-top-align .slide-arrow {
  width: 20px;
  height: 20px;
  top: -45px;
  padding: 23px;
  border-radius: 13%;
  background: #212428;
  box-shadow: var(--shadow-1);
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
.slick-arrow-style-one.arrow-top-align .slide-arrow:hover {
  color: var(--color-primary);
}
.slick-arrow-style-one.arrow-top-align .next-arrow {
  right: 0;
}
.slick-arrow-style-one.arrow-top-align .prev-arrow {
  left: auto;
  right: 61px;
}

.testimonial-activation {
  position: relative;
  margin: 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-activation {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-activation {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-activation {
    margin: 0px;
  }
}
.testimonial-activation button.slide-arrow {
  font-size: 25px;
  position: absolute;
  right: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  border: 0 none;
  top: 81px;
  z-index: 3;
  border-radius: 6px;
}
.testimonial-activation button.slide-arrow:focus {
  color: var(--color-primary);
}
.testimonial-activation button.slide-arrow.prev-arrow {
  right: 105px;
}
@media only screen and (max-width: 575px) {
  .testimonial-activation button.slide-arrow.prev-arrow {
    right: 80px;
  }
}
.testimonial-activation button.slide-arrow::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-activation button.slide-arrow {
    top: auto;
    bottom: -70px;
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-activation button.slide-arrow {
    top: auto;
    bottom: -70px;
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-activation button.slide-arrow {
    top: auto;
    bottom: -70px;
    right: 0;
  }
}
.testimonial-activation button.slide-arrow:hover {
  color: var(--color-primary);
}
.testimonial-activation button.slide-arrow:hover::after {
  opacity: 1;
}
.testimonial-activation .slick-dots {
  width: auto;
  top: auto;
  z-index: 3;
  position: absolute;
  left: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  bottom: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-activation .slick-dots {
    bottom: -4px;
  }
}
.testimonial-activation .slick-dots li {
  width: auto;
  height: auto;
  padding: 10px;
  margin: 0;
}
.testimonial-activation .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: var(--background-color-1);
  box-shadow: var(--inner-shadow);
  border-radius: 50%;
  transition: var(--transition);
}
.testimonial-activation .slick-dots li button::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-activation .slick-dots li button {
    bottom: 3px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-activation .slick-dots li button {
    bottom: 3px;
    position: relative;
  }
}
.testimonial-activation .slick-dots li.slick-active button {
  background: var(--color-primary);
}

.text-color-primary {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 18px;
}

body.box-wrapper {
  margin: 25px;
  background: var(--color-primary);
  background: linear-gradient(to right, var(--color-primary-gradient-from), var(--color-primary-gradient-to));
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.box-wrapper {
    margin: 10px;
  }
}

.box-wrapper .main-page-wrapper,
.box-wrapper .rn-footer-area {
  background: #212428;
}

.home-classic .rn-header.sticky .header-right a.rn-btn {
  box-shadow: var(--shadow-1);
}

@media only screen and (max-width: 767px) {
  .box-wrapper .main-page-wrapper {
    padding: 15px;
  }

  .box-wrapper .rn-header.header--fixed.sticky {
    left: 10px;
    right: 10px;
  }
}
.box-wrapper .rn-right-demo {
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .box-wrapper .rn-right-demo {
    right: 10px;
  }
}
.box-wrapper .rn-right-demo .demo-button {
  box-shadow: none;
}

.box-wrapper .rn-header.header--fixed.sticky {
  top: 0;
  left: 25px;
  right: 25px;
  width: auto;
}

.box-wrapper .rn-header.header--fixed.sticky {
  box-shadow: 0px 0px 19px 0 #1c1e22;
}

.backto-top {
  opacity: 0;
}

.backto-top > div {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #212428;
  text-align: center;
  z-index: 999 !important;
  box-shadow: var(--shadow-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .backto-top > div {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .backto-top > div {
    bottom: 10px;
    right: 10px;
  }
}
.backto-top > div::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.backto-top i {
  color: var(--color-primary);
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.backto-top.position-left > div {
  right: auto;
  left: 30px;
}

/*------------------------
    Social Share  
-------------------------*/
.social-share {
  margin: -5px;
  flex-wrap: wrap;
}
.social-share li {
  margin: 5px;
}
.social-share li svg,
.social-share li i {
  color: var(--color-lightn);
  transition: var(--transition);
  stroke-width: 2;
  position: relative;
  z-index: 2;
  width: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.social-share li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: var(--transition);
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
}
.social-share li a::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.social-share li a:hover {
  transform: translateY(-3px);
}
.social-share li a:hover svg {
  color: var(--color-white);
}
.social-share li a:hover::before {
  opacity: 1;
}

/*----------------------
    Error Styles  
----------------------*/
.error-area .title {
  color: var(--color-primary);
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .error-area .title {
    font-size: 76px;
  }
}
.error-area .sub-title {
  font-weight: 400;
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .sub-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .error-area .sub-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.error-area p {
  color: #c6c9d8;
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .error-area p {
    margin-bottom: 30px;
  }
}

.rbt-intro-video-card-wrapper {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: 160px;
  height: 208px;
  transition: all 0.25s ease-in-out;
  border-radius: 16px;
  opacity: 1;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.rbt-intro-video-card-wrapper.position-left {
  right: auto;
  left: 20px;
}
.rbt-intro-video-card-wrapper.position-left .card-greeting {
  left: calc(100% - 32px);
  right: auto;
  border-radius: 20px 20px 20px 5px;
}
.rbt-intro-video-card-wrapper.position-left .rbt-iv-close-button {
  left: -10px;
  right: auto;
  box-shadow: var(--shadow-2);
}
.rbt-intro-video-card-wrapper.position-left .play-button {
  left: 35px;
  right: auto;
}
.rbt-intro-video-card-wrapper.position-left .sound-button {
  left: 5px;
  right: auto;
}
.rbt-intro-video-card-wrapper.position-left.is-expanded .play-button {
  left: 50px;
  right: auto;
}
.rbt-intro-video-card-wrapper.position-left.is-expanded .sound-button {
  left: 10px;
  right: auto;
}

.rbt-video-controls {
  opacity: 0;
  transition: 0.3s;
}

.rbt-intro-video-card-wrapper:hover .rbt-video-controls {
  opacity: 1;
}

.rbt-video-inner {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
}

.rbt-video-progress-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.rbt-video-element {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}

.card-greeting {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: auto;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  width: max-content;
  min-height: 36px;
  -webkit-animation: bounce-fade 0.4s;
  animation: bounce-fade 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  border-radius: 20px 20px 5px;
  opacity: 1;
  background: var(--color-primary);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation-fill-mode: forwards;
  display: flex;
  padding: 5px 10px;
  right: calc(100% - 32px);
}

.card-greeting p {
  color: #fff;
  line-height: 20px;
}

.is-expanded .card-greeting {
  display: none;
}

.play-button,
.sound-button,
.expand-icon {
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 100px;
  transition: 0.3s;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

.play-button:hover,
.sound-button:hover,
.expand-icon:hover {
  background: rgba(0, 0, 0, 0.2);
}

.play-button {
  right: 35px;
  top: 5px;
}

.play-button.position-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.playing .play-button .feather-play:before {
  content: "" !important;
}

.sound-button {
  right: 5px;
  top: 5px;
}

.sound-button.sound-muted .feather-volume-2:before {
  content: "" !important;
}

.expand-icon {
  right: 5px;
  bottom: 5px;
}
.expand-icon i {
  font-size: 20px;
}

.expand-icon:hover {
  transform: scale(1.3);
}

.is-expanded .expand-icon {
  right: 10px;
  bottom: 10px;
}
.is-expanded .expand-icon .feather-maximize-2:before {
  content: "" !important;
}

.rbt-intro-video-card-wrapper.is-expanded {
  width: 260px;
  height: 466px;
}

.is-expanded .play-button,
.is-expanded .sound-button,
.is-expanded .expand-icon {
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 25px;
}

.is-expanded .play-button {
  top: 10px;
  right: 50px;
}

.is-expanded .sound-button {
  top: 10px;
  right: 10px;
}

.rbt-iv-close-button {
  position: absolute;
  right: -10px;
  top: -10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  box-shadow: var(--shadow-1);
  display: inline-block;
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.3s;
  transform: scale(0.8);
}

.rbt-iv-close-button i {
  font-weight: 900;
}

.rbt-intro-video-card-wrapper:hover .rbt-iv-close-button {
  opacity: 1;
}

.is-expanded .rbt-iv-close-button {
  opacity: 0;
  transform: scale(1);
}

.rbt-iv-top-wrapper {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  display: none;
}

.rbt-iv-progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  margin-bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 8px 8px;
}
.rbt-iv-progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
}
.rbt-iv-progress-bar .time-bar {
  z-index: 10;
  background: var(--color-primary);
}
.rbt-iv-progress-bar .buffer-bar {
  z-index: 5;
  background: var(--color-primary);
  opacity: 0.3;
}

body.white-version .rbt-intro-video-card-wrapper {
  background: var(--gradient-box-w);
}
body.white-version .rbt-video-element {
  background: rgba(0, 0, 0, 0.1);
}
body.white-version .card-greeting p {
  color: white;
}
body.white-version .rbt-iv-close-button {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}

/*-------------------
    Blog  
--------------------*/
/*------------------------
    Wp Button Style  
--------------------------*/
a.wp-block-button__link {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2px;
  transition: 0.4s;
  padding: 10px 16px;
}
a.wp-block-button__link:hover {
  background: transparent;
  color: var(--color-primary);
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1 !important;
}

a.wp-block-file__button, a.wp-block-search__button,
a .wp-block-file__button,
button.wp-block-file__button,
button.wp-block-search__button,
button .wp-block-file__button,
.wp-block-file.wp-block-file__button,
.wp-block-file.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
  color: #ffffff !important;
  letter-spacing: 0.2px;
  transition: 0.4s;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 500;
}
a.wp-block-file__button:hover, a.wp-block-search__button:hover,
a .wp-block-file__button:hover,
button.wp-block-file__button:hover,
button.wp-block-search__button:hover,
button .wp-block-file__button:hover,
.wp-block-file.wp-block-file__button:hover,
.wp-block-file.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover {
  background: transparent !important;
  color: var(--color-primary) !important;
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  opacity: 1 !important;
}

.is-style-outline a.wp-block-button__link,
.wp-block-button.is-style-outline a.wp-block-button__link {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.wp-block-button__link {
  border-radius: 500px;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
  border-radius: 0;
}

/*--------------------------
    Blog Area  
---------------------------*/
.inbio-post-wrapper {
  margin-top: -30px;
}

.rn-blog {
  margin-top: 30px;
  text-align: left;
  position: relative;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.rn-blog .inner {
  text-align: left;
  padding: 30px;
  padding-bottom: 34px;
  position: relative;
  border-radius: 20px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 479px) {
  .rn-blog .inner {
    padding: 20px;
    padding-bottom: 24px;
  }
}
.rn-blog .inner::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 .content p {
  margin-bottom: 0;
  margin-top: 14px;
}
.rn-blog .thumbnail {
  margin-bottom: 25px;
}
.rn-blog .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.rn-blog .thumbnail a img {
  transition: var(--transition);
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-blog .thumbnail a img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-blog .thumbnail a img {
    height: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rn-blog .thumbnail a img {
    width: 100%;
  }
}
.rn-blog .thumbnail a video {
  border-radius: 10px;
  height: 100%;
  transition: var(--transition);
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .rn-blog .thumbnail a {
    display: inline-flex;
  }
}
.rn-blog .title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
.rn-blog .title a,
.rn-blog .title .title-only-popup {
  transition: var(--transition);
  color: var(--color-lightn);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .rn-blog .title a,
.rn-blog .title .title-only-popup {
    font-size: 20px;
    line-height: 30px;
  }
}
.rn-blog .title a i,
.rn-blog .title .title-only-popup i {
  font-size: 0;
  position: relative;
  top: 10px;
  transition: var(--transition);
  opacity: 0;
}
.rn-blog .title a:hover,
.rn-blog .title .title-only-popup:hover {
  color: var(--color-primary) !important;
}
.rn-blog .title:hover a,
.rn-blog .title:hover .title-only-popup {
  color: var(--color-primary);
}
.rn-blog .title:hover a i,
.rn-blog .title:hover .title-only-popup i {
  color: var(--color-primary);
  top: 3px;
  opacity: 1;
  font-size: 23px;
}
.rn-blog .category-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.rn-blog .category-info .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
  flex-basis: 65%;
  color: var(--color-separator);
  font-size: 12px;
}
.rn-blog .category-info .category-list a,
.rn-blog .category-info .category-list span {
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 4px;
}
.rn-blog .category-info .meta {
  display: flex;
  flex-basis: 35%;
  justify-content: flex-end;
}
.rn-blog .category-info .meta span {
  color: var(--color-lightn);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 13px;
}
.rn-blog .category-info .meta span i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.rn-blog .category-info .meta span a i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.rn-blog:hover .inner::before {
  opacity: 1;
}
.rn-blog:hover .thumbnail a img {
  transform: scale(1.1);
}
.rn-blog:hover video {
  transform: scale(1.1);
}

.content-blog .rn-blog .meta {
  margin-top: 18px;
}
.content-blog .rn-blog .meta li.single-post-meta-tag a {
  position: relative;
}
.content-blog .rn-blog .meta li.single-post-meta-tag a::after {
  content: ",";
  position: absolute;
  right: 0;
}
.content-blog .rn-blog .inner {
  position: relative;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .content-blog .rn-blog .inner {
    padding: 20px;
  }
}
.content-blog .rn-blog .rn-btn {
  align-items: center;
  display: inline-flex;
}
.content-blog .rn-blog .rn-btn i {
  font-weight: 600;
  padding-left: 5px;
}
.content-blog.sticky .rn-blog .inner {
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .content-blog.sticky .rn-blog .inner {
    padding: 66px 20px;
    padding-bottom: 45px;
  }
}
.content-blog.sticky .rn-blog .inner::before {
  content: "";
  width: 50px;
  height: 55px;
  background: var(--color-primary);
  position: absolute;
  right: 40px;
  top: 0;
  font-family: "feather" !important;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 22px;
  z-index: 2;
  opacity: 1;
  left: auto;
  border-radius: 0;
}
.content-blog.sticky .rn-blog .inner::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 0;
  height: 0;
  z-index: 2;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--color-primary);
  border-right: 25px solid var(--color-primary);
  border-top: 15px solid transparent;
}
.content-blog.format-link .rn-blog .inner {
  display: flex;
  align-items: center;
}
.content-blog.format-link .rn-blog .inner .sticky {
  margin-right: 18px;
}
.content-blog.format-link .rn-blog .inner .sticky i {
  font-size: 40px;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .content-blog.format-link .rn-blog .inner .sticky i {
    font-size: 32px;
  }
}
.content-blog.format-quote .rn-blog .inner {
  padding: 0;
}
.content-blog.format-quote .rn-blog .inner blockquote {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: transparent;
  box-shadow: none;
}
.content-blog.format-quote .rn-blog .inner blockquote::after {
  display: none;
}
.content-blog.format-quote .rn-blog .inner blockquote .title {
  margin-bottom: 0;
  font-style: normal;
}
.content-blog.format-video .thumbnail {
  position: relative;
}
.content-blog.format-video .video-button.position-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-blog.format-video .video-button .video-popup {
  width: 80px;
  height: 80px;
  border: 0 none;
  border-radius: 100%;
  line-height: 83px;
  text-align: center;
  font-size: 26px;
  z-index: 1;
  color: var(--color-white);
  transition: 0.4s;
}
.content-blog.format-video .video-button .video-popup::before {
  background: var(--color-primary);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  transition: 0.4s;
}
.content-blog.format-video .video-button .video-popup:hover::before {
  transform: scale(1.1);
}

/*-----------------------
    Blog Meta  
-----------------------*/
ul.meta, ul.post-meta-list {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  ul.meta, ul.post-meta-list {
    margin: 0 -7px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.meta, ul.post-meta-list {
    padding: 0;
  }
}
ul.meta li, ul.post-meta-list li {
  font-size: 14px;
  line-height: 1.3;
  color: var(--color-body);
  margin: 0 12px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  ul.meta li, ul.post-meta-list li {
    font-size: 14px;
    margin: 0 7px;
    margin-bottom: 10px;
  }
}
ul.meta li a, ul.post-meta-list li a {
  color: var(--color-body);
  display: inline-block;
  line-height: 22px;
}
ul.meta li a:hover, ul.post-meta-list li a:hover {
  color: var(--color-primary);
}
ul.meta li svg,
ul.meta li i, ul.post-meta-list li svg,
ul.post-meta-list li i {
  margin-right: 8px;
  font-size: 14px;
}

.inbio-post-meta {
  display: flex;
}
.inbio-post-meta .post-author-avatar img {
  border-radius: 6px;
}
.inbio-post-meta .post-meta-content .author-title {
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.inbio-post-meta .post-meta-content .author-title a {
  transition: 0.3s;
}
.inbio-post-meta .post-meta-content .post-meta-list {
  display: flex;
  margin: -5px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}
.inbio-post-meta .post-meta-content .post-meta-list li {
  margin: 5px;
  font-size: 16px;
}

.single-post-meta-tag a,
.single-post-meta-categories a {
  padding: 3px;
}

/*-----------------------
    Blog Gallery
-----------------------*/
.inbio-slick-active .rn-blog .inner .content {
  padding-top: 54px;
}

.inbio-slick-active.inbio-carousel-gallery {
  margin-bottom: 54px !important;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  button.slick-arrow {
    display: none !important;
  }
}
button.slick-arrow::before {
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: -2px;
  transition: 0.5s;
  z-index: 2;
}
button.slick-arrow.slick-prev {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-prev {
    left: 20px;
  }
}
button.slick-arrow.slick-prev::before {
  content: url(../images/icons/slick-arrow-left-small.png);
}
button.slick-arrow.slick-prev:hover {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-prev:hover {
    left: 20px;
  }
}
button.slick-arrow.slick-prev:hover::before {
  opacity: 1;
}
button.slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-next {
    right: 20px;
  }
}
button.slick-arrow.slick-next::before {
  content: url(../images/icons/slick-arrow-right-small.png);
}
button.slick-arrow.slick-next:hover {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  button.slick-arrow.slick-next:hover {
    right: 20px;
  }
}
button.slick-arrow.slick-next:hover::before {
  opacity: 1;
}

.rn-blog-area .modal .wp-block-gallery {
  margin-bottom: 30px !important;
}
.rn-blog-area .modal figcaption,
.rn-blog-area .modal .wp-block-image figcaption {
  margin-bottom: 20px;
}

/*--------------------------
    Blog Sidebar Styles 
----------------------------*/
.inbio-single-widget {
  border-radius: 10px;
  padding: 20px 20px;
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  overflow: hidden;
}
.inbio-single-widget:first-child {
  margin-top: 0 !important;
}
.inbio-single-widget p:empty {
  display: none;
}
.inbio-single-widget input,
.inbio-single-widget select {
  border: 2px solid var(--color-dark);
}
.inbio-single-widget select {
  background: url(../images/icons/arrow-icon.png) 93% center no-repeat transparent;
}
.inbio-single-widget.widget_rainbow_info_widget .logo {
  margin-bottom: 20px;
  max-height: 60px;
  margin-top: 20px;
}
.inbio-single-widget.widget_rainbow_info_widget .logo a {
  display: block;
}
.inbio-single-widget.widget_rainbow_info_widget .logo a img {
  max-height: 60px;
}
.inbio-single-widget.widget_rainbow_info_widget .address p {
  margin-bottom: 9px;
}
.inbio-single-widget.widget_rainbow_info_widget .address p i {
  margin-right: 10px;
  font-size: 15px;
  color: var(--color-primary);
}
.inbio-single-widget.widget_rainbow_info_widget .address p a {
  color: var(--color-body);
  transition: 0.3s;
}
.inbio-single-widget.widget_rainbow_info_widget .address p a:hover {
  color: var(--color-primary);
}
.inbio-single-widget.widget_rainbow_info_widget .address p:last-child {
  margin-bottom: 0;
}
.inbio-single-widget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
}
.inbio-single-widget .title,
.inbio-single-widget h2,
.inbio-single-widget .wp-block-search__label,
.inbio-single-widget .widget-title {
  line-height: 26px;
  position: relative;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-lightn);
  background: #1e1f21;
  margin: -1px -21px 20px;
  padding: 14px 24px;
  border-radius: 0;
  display: block;
  width: auto;
}
.inbio-single-widget .title a,
.inbio-single-widget h2 a,
.inbio-single-widget .wp-block-search__label a,
.inbio-single-widget .widget-title a {
  color: var(--color-lightn);
  transition: 0.3s;
}
.inbio-single-widget .title a:hover,
.inbio-single-widget h2 a:hover,
.inbio-single-widget .wp-block-search__label a:hover,
.inbio-single-widget .widget-title a:hover {
  color: var(--color-primary);
}
.inbio-single-widget .title a.rsswidget img,
.inbio-single-widget h2 a.rsswidget img,
.inbio-single-widget .wp-block-search__label a.rsswidget img,
.inbio-single-widget .widget-title a.rsswidget img {
  height: 13px;
  margin-right: 3px;
}
.inbio-single-widget .title img,
.inbio-single-widget h2 img,
.inbio-single-widget .wp-block-search__label img,
.inbio-single-widget .widget-title img {
  vertical-align: 0px;
}
.inbio-single-widget .small-post {
  display: flex;
}
.inbio-single-widget .small-post .thumbnail {
  padding-right: 20px;
}
.inbio-single-widget .small-post .thumbnail a {
  display: block;
}
.inbio-single-widget .small-post .thumbnail img {
  max-height: 80px;
  max-width: 100px;
}
.inbio-single-widget .small-post .content h6 {
  margin-bottom: 10px;
  font-weight: 500;
}
.inbio-single-widget .small-post .content h6 a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.inbio-single-widget .small-post .content ul.blog-meta {
  margin: 0 -10px;
  display: flex;
}
.inbio-single-widget .small-post .content ul.blog-meta li {
  color: var(--color-body);
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin: 0 10px;
}
.inbio-single-widget .small-post .content ul.blog-meta li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-body);
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.inbio-single-widget .small-post + .small-post {
  margin-top: 20px;
}
.inbio-single-widget ul,
.inbio-single-widget ol {
  padding-left: 0;
  margin-bottom: -10px;
  list-style: none;
  padding-right: 0;
}
.inbio-single-widget ul ul,
.inbio-single-widget ol ul {
  margin-bottom: 0;
}
.inbio-single-widget ul li,
.inbio-single-widget ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
}
.inbio-single-widget ul li a,
.inbio-single-widget ol li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--color-lightn);
  display: inline-block;
  padding: 0;
}
.inbio-single-widget ul li a:hover,
.inbio-single-widget ol li a:hover {
  color: var(--color-primary) !important;
}
.inbio-single-widget.widget_archive .screen-reader-text, .inbio-single-widget.widget_block .screen-reader-text {
  display: none;
}
.inbio-single-widget.widget_search {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inbio-single-widget.widget_search .wp-block-search .wp-block-search__button {
    margin-top: 0;
    padding: 2px 10px;
  }
}
.inbio-single-widget.rainbow_social_widget .social-share li a {
  width: 50px;
  height: 50px;
  line-height: 45px;
}
.inbio-single-widget.widget_rss ul li a, .inbio-single-widget.widget_recent_comments ul li a {
  text-decoration: none;
}
.inbio-single-widget.widget_rss li cite {
  margin-top: 4px;
  font-size: 13px;
  display: inline-block;
}
.inbio-single-widget .textwidget img {
  margin: 10px 0;
}
.inbio-single-widget.category ul.category-list li a {
  display: block;
  padding: 10px 0;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid var(--color-dark);
  text-decoration: none;
  color: var(--color-body);
  transition: 0.3s;
  position: relative;
}
.inbio-single-widget.category ul.category-list li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--color-heading);
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.inbio-single-widget.category ul.category-list li:hover a {
  color: var(--color-primary);
}
.inbio-single-widget.category ul.category-list li:first-child a {
  padding-top: 0;
}
.inbio-single-widget.share {
  background: #7A19FF;
  padding: 17px 20px;
}
.inbio-single-widget.share span {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
.inbio-single-widget.share ul.social-list li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inbio-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inbio-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inbio-single-widget.share ul.social-list li {
    margin-left: 10px;
  }
}
.inbio-single-widget.share ul.social-list li a {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.inbio-single-widget.widget_recent_comments ul li,
.inbio-single-widget.widget_recent_comments ol li, .inbio-single-widget.widget_recent_entries ul li,
.inbio-single-widget.widget_recent_entries ol li, .inbio-single-widget.widget_archive ul li,
.inbio-single-widget.widget_archive ol li, .inbio-single-widget.widget_block ul li,
.inbio-single-widget.widget_block ol li, .inbio-single-widget.widget_meta ul li,
.inbio-single-widget.widget_meta ol li, .inbio-single-widget.widget_pages ul li,
.inbio-single-widget.widget_pages ol li, .inbio-single-widget.widget_nav_menu ul li,
.inbio-single-widget.widget_nav_menu ol li, .inbio-single-widget.widget_categories ul li,
.inbio-single-widget.widget_categories ol li {
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.inbio-single-widget.widget_recent_comments ul li:first-child,
.inbio-single-widget.widget_recent_comments ol li:first-child, .inbio-single-widget.widget_recent_entries ul li:first-child,
.inbio-single-widget.widget_recent_entries ol li:first-child, .inbio-single-widget.widget_archive ul li:first-child,
.inbio-single-widget.widget_archive ol li:first-child, .inbio-single-widget.widget_block ul li:first-child,
.inbio-single-widget.widget_block ol li:first-child, .inbio-single-widget.widget_meta ul li:first-child,
.inbio-single-widget.widget_meta ol li:first-child, .inbio-single-widget.widget_pages ul li:first-child,
.inbio-single-widget.widget_pages ol li:first-child, .inbio-single-widget.widget_nav_menu ul li:first-child,
.inbio-single-widget.widget_nav_menu ol li:first-child, .inbio-single-widget.widget_categories ul li:first-child,
.inbio-single-widget.widget_categories ol li:first-child {
  margin-top: 10px;
}
.inbio-single-widget.widget_recent_comments ul li::before,
.inbio-single-widget.widget_recent_comments ol li::before, .inbio-single-widget.widget_recent_entries ul li::before,
.inbio-single-widget.widget_recent_entries ol li::before, .inbio-single-widget.widget_archive ul li::before,
.inbio-single-widget.widget_archive ol li::before, .inbio-single-widget.widget_block ul li::before,
.inbio-single-widget.widget_block ol li::before, .inbio-single-widget.widget_meta ul li::before,
.inbio-single-widget.widget_meta ol li::before, .inbio-single-widget.widget_pages ul li::before,
.inbio-single-widget.widget_pages ol li::before, .inbio-single-widget.widget_nav_menu ul li::before,
.inbio-single-widget.widget_nav_menu ol li::before, .inbio-single-widget.widget_categories ul li::before,
.inbio-single-widget.widget_categories ol li::before {
  position: absolute;
  content: "";
  font-family: "feather";
  left: 0;
  top: 16px;
  font-size: 18px;
  opacity: 0.8;
  color: var(--color-primary);
}
.inbio-single-widget.widget_recent_comments ul li:first-child,
.inbio-single-widget.widget_recent_comments ol li:first-child, .inbio-single-widget.widget_recent_entries ul li:first-child,
.inbio-single-widget.widget_recent_entries ol li:first-child, .inbio-single-widget.widget_archive ul li:first-child,
.inbio-single-widget.widget_archive ol li:first-child, .inbio-single-widget.widget_block ul li:first-child,
.inbio-single-widget.widget_block ol li:first-child, .inbio-single-widget.widget_meta ul li:first-child,
.inbio-single-widget.widget_meta ol li:first-child, .inbio-single-widget.widget_pages ul li:first-child,
.inbio-single-widget.widget_pages ol li:first-child, .inbio-single-widget.widget_nav_menu ul li:first-child,
.inbio-single-widget.widget_nav_menu ol li:first-child, .inbio-single-widget.widget_categories ul li:first-child,
.inbio-single-widget.widget_categories ol li:first-child {
  padding-top: 0;
}
.inbio-single-widget.widget_recent_comments ul li:first-child::before,
.inbio-single-widget.widget_recent_comments ol li:first-child::before, .inbio-single-widget.widget_recent_entries ul li:first-child::before,
.inbio-single-widget.widget_recent_entries ol li:first-child::before, .inbio-single-widget.widget_archive ul li:first-child::before,
.inbio-single-widget.widget_archive ol li:first-child::before, .inbio-single-widget.widget_block ul li:first-child::before,
.inbio-single-widget.widget_block ol li:first-child::before, .inbio-single-widget.widget_meta ul li:first-child::before,
.inbio-single-widget.widget_meta ol li:first-child::before, .inbio-single-widget.widget_pages ul li:first-child::before,
.inbio-single-widget.widget_pages ol li:first-child::before, .inbio-single-widget.widget_nav_menu ul li:first-child::before,
.inbio-single-widget.widget_nav_menu ol li:first-child::before, .inbio-single-widget.widget_categories ul li:first-child::before,
.inbio-single-widget.widget_categories ol li:first-child::before {
  top: 1px;
}
.inbio-single-widget.widget_recent_comments ul li:last-child,
.inbio-single-widget.widget_recent_comments ol li:last-child, .inbio-single-widget.widget_recent_entries ul li:last-child,
.inbio-single-widget.widget_recent_entries ol li:last-child, .inbio-single-widget.widget_archive ul li:last-child,
.inbio-single-widget.widget_archive ol li:last-child, .inbio-single-widget.widget_block ul li:last-child,
.inbio-single-widget.widget_block ol li:last-child, .inbio-single-widget.widget_meta ul li:last-child,
.inbio-single-widget.widget_meta ol li:last-child, .inbio-single-widget.widget_pages ul li:last-child,
.inbio-single-widget.widget_pages ol li:last-child, .inbio-single-widget.widget_nav_menu ul li:last-child,
.inbio-single-widget.widget_nav_menu ol li:last-child, .inbio-single-widget.widget_categories ul li:last-child,
.inbio-single-widget.widget_categories ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.inbio-single-widget.widget_recent_comments ul li + li,
.inbio-single-widget.widget_recent_comments ol li + li, .inbio-single-widget.widget_recent_entries ul li + li,
.inbio-single-widget.widget_recent_entries ol li + li, .inbio-single-widget.widget_archive ul li + li,
.inbio-single-widget.widget_archive ol li + li, .inbio-single-widget.widget_block ul li + li,
.inbio-single-widget.widget_block ol li + li, .inbio-single-widget.widget_meta ul li + li,
.inbio-single-widget.widget_meta ol li + li, .inbio-single-widget.widget_pages ul li + li,
.inbio-single-widget.widget_pages ol li + li, .inbio-single-widget.widget_nav_menu ul li + li,
.inbio-single-widget.widget_nav_menu ol li + li, .inbio-single-widget.widget_categories ul li + li,
.inbio-single-widget.widget_categories ol li + li {
  border-top: 1px solid var(--color-dark);
}
.inbio-single-widget.widget_recent_comments > ul > li,
.inbio-single-widget.widget_recent_comments > ol > li, .inbio-single-widget.widget_recent_entries > ul > li,
.inbio-single-widget.widget_recent_entries > ol > li, .inbio-single-widget.widget_archive > ul > li,
.inbio-single-widget.widget_archive > ol > li, .inbio-single-widget.widget_block > ul > li,
.inbio-single-widget.widget_block > ol > li, .inbio-single-widget.widget_meta > ul > li,
.inbio-single-widget.widget_meta > ol > li, .inbio-single-widget.widget_pages > ul > li,
.inbio-single-widget.widget_pages > ol > li, .inbio-single-widget.widget_categories > ul > li,
.inbio-single-widget.widget_categories > ol > li {
  margin-top: 0;
  margin-bottom: 0;
}
.inbio-single-widget.widget_recent_comments > ul > li:first-child,
.inbio-single-widget.widget_recent_comments > ol > li:first-child, .inbio-single-widget.widget_recent_entries > ul > li:first-child,
.inbio-single-widget.widget_recent_entries > ol > li:first-child, .inbio-single-widget.widget_archive > ul > li:first-child,
.inbio-single-widget.widget_archive > ol > li:first-child, .inbio-single-widget.widget_block > ul > li:first-child,
.inbio-single-widget.widget_block > ol > li:first-child, .inbio-single-widget.widget_meta > ul > li:first-child,
.inbio-single-widget.widget_meta > ol > li:first-child, .inbio-single-widget.widget_pages > ul > li:first-child,
.inbio-single-widget.widget_pages > ol > li:first-child, .inbio-single-widget.widget_categories > ul > li:first-child,
.inbio-single-widget.widget_categories > ol > li:first-child {
  margin-top: 0;
}
.inbio-single-widget.widget_recent_comments > ul > li:last-child,
.inbio-single-widget.widget_recent_comments > ol > li:last-child, .inbio-single-widget.widget_recent_entries > ul > li:last-child,
.inbio-single-widget.widget_recent_entries > ol > li:last-child, .inbio-single-widget.widget_archive > ul > li:last-child,
.inbio-single-widget.widget_archive > ol > li:last-child, .inbio-single-widget.widget_block > ul > li:last-child,
.inbio-single-widget.widget_block > ol > li:last-child, .inbio-single-widget.widget_meta > ul > li:last-child,
.inbio-single-widget.widget_meta > ol > li:last-child, .inbio-single-widget.widget_pages > ul > li:last-child,
.inbio-single-widget.widget_pages > ol > li:last-child, .inbio-single-widget.widget_categories > ul > li:last-child,
.inbio-single-widget.widget_categories > ol > li:last-child {
  margin-bottom: 10px;
}
.inbio-single-widget.widget_nav_menu, .inbio-single-widget.widget_categories, .inbio-single-widget.widget_archive {
  padding-bottom: 20px;
}
.inbio-single-widget .wp-block-archives,
.inbio-single-widget .wp-block-latest-comments,
.inbio-single-widget .wp-block-latest-posts,
.inbio-single-widget .wp-block-categories {
  padding-bottom: 10px;
}
.inbio-single-widget.widget_recent_entries ul li::before {
  content: "";
  font-family: "feather";
}
.inbio-single-widget.widget_archive ul li::before,
.inbio-single-widget.widget_archive ol li::before, .inbio-single-widget.widget_block ul li::before,
.inbio-single-widget.widget_block ol li::before, .inbio-single-widget.widget_categories ul li::before,
.inbio-single-widget.widget_categories ol li::before {
  content: "";
  font-family: "feather";
}
.inbio-single-widget.widget_meta ul li, .inbio-single-widget.widget_pages ul li, .inbio-single-widget.widget_nav_menu ul li {
  padding-left: 23px;
}
@media only screen and (max-width: 767px) {
  .inbio-single-widget.widget_meta ul li, .inbio-single-widget.widget_pages ul li, .inbio-single-widget.widget_nav_menu ul li {
    padding-left: 18px;
  }
}
.inbio-single-widget.widget_meta ul li::before, .inbio-single-widget.widget_pages ul li::before, .inbio-single-widget.widget_nav_menu ul li::before {
  content: "";
  font-family: "feather";
}
.inbio-single-widget.widget_meta ul li:first-child, .inbio-single-widget.widget_pages ul li:first-child, .inbio-single-widget.widget_nav_menu ul li:first-child {
  top: 0;
}
.inbio-single-widget.tagcloud {
  margin-top: 25px;
}
.inbio-single-widget .post-list {
  display: flex;
}
.inbio-single-widget .post-list .post-thumnb {
  padding-right: 20px;
}
.inbio-single-widget .post-list .post-thumnb a {
  display: block;
}
.inbio-single-widget .post-list .post-thumnb img {
  max-height: 80px;
  max-width: 100px;
  border-radius: 6px;
}
.inbio-single-widget .post-list .post-content .post-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.inbio-single-widget .post-list .post-content .post-title a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.inbio-single-widget .post-list .post-content ul.blog-meta {
  margin: 0 -10px;
  display: flex;
}
.inbio-single-widget .post-list .post-content ul.blog-meta li {
  color: var(--color-body);
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin: 0 10px;
}
.inbio-single-widget .post-list .post-content ul.blog-meta li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-body);
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.inbio-single-widget .post-list + .post-list {
  margin-top: 20px;
}
.inbio-single-widget.rainbow_social_widget .social-icone-wrapper {
  margin-top: 20px !important;
}
.inbio-single-widget.rainbow_social_widget .social-icone-wrapper .social-share {
  margin: -5px;
}
.inbio-single-widget.rainbow_social_widget .social-icone-wrapper .social-share li {
  margin: 5px;
}

.tagcloud,
.wp-block-tag-cloud {
  margin: -3px;
  margin-bottom: 10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  background: transparent;
  display: inline-block;
  height: 40px;
  color: var(--color-body);
  font-size: 16px !important;
  line-height: 36px;
  text-decoration: none;
  margin: 3px;
  border: 2px solid var(--color-border);
  padding: 0 20px;
  border-radius: 3px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}

.wp-block-search,
.blog-search {
  position: relative;
}
.wp-block-search input,
.wp-block-search .wp-block-search__input,
.blog-search input,
.blog-search .wp-block-search__input {
  height: 60px;
  padding: 0 20px;
  color: var(--color-body);
  padding-right: 90px;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  background: transparent;
  font-size: 16px;
  width: 100%;
}
.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search .form-group,
.blog-search .wp-block-search__inside-wrapper,
.blog-search .form-group {
  position: relative;
  margin-top: 25px;
}
.wp-block-search .wp-block-search__button,
.wp-block-search .search-button,
.blog-search .wp-block-search__button,
.blog-search .search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  background: var(--color-primary);
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  text-align: center;
  width: auto;
  color: var(--color-white);
  box-shadow: none;
  font-size: 14px;
  border: 2px solid var(--color-primary);
}
.wp-block-search .wp-block-search__button i,
.wp-block-search .search-button i,
.blog-search .wp-block-search__button i,
.blog-search .search-button i {
  color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
}
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .search-button:hover,
.blog-search .wp-block-search__button:hover,
.blog-search .search-button:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.wp-block-search input,
.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
  /* Edge */
  color: var(--color-body);
}

.wp-block-search input,
.wp-block-search .wp-block-search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-body);
}

.wp-block-search input,
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--color-body);
}

.widget_calendar caption {
  caption-side: top;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 10px;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #prev a {
  text-decoration: none;
  color: var(--color-body);
}

table,
.wp-calendar-table {
  font-size: 14px;
  line-height: 24px;
}
table thead th,
.wp-calendar-table thead th {
  background: transparent;
}
table th,
table td,
.wp-calendar-table th,
.wp-calendar-table td {
  border: 1px solid var(--color-dark);
  padding: 7px;
  text-align: center;
}
table th#today,
table td#today,
.wp-calendar-table th#today,
.wp-calendar-table td#today {
  background: var(--color-primary);
  color: #ffffff;
}
table th#today a,
table td#today a,
.wp-calendar-table th#today a,
.wp-calendar-table td#today a {
  color: #ffffff;
}

.wp-block-calendar table thead th {
  background: #1e1f21;
}

.wp-calendar-nav span,
.wp-calendar-nav a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: var(--color-heading);
}

.widget_rss ul li {
  position: relative;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget_rss ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget_rss ul li:last-child {
  margin-bottom: 10px;
}
.widget_rss ul li + li {
  border-top: 1px solid var(--color-dark);
}
.widget_rss ul li a.rsswidget {
  display: block;
  margin-bottom: 5px;
}
.widget_rss ul li .cite {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
}
.widget_rss ul li .rssSummary {
  font-size: 15px;
  line-height: 26px;
}
.widget_rss ul li .rss-date {
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
}

/*--------------------
    With Sidebar  
---------------------*/
.with-sidebar .wp-block-image.alignfull,
.with-sidebar .wp-block-cover.alignfull,
.with-sidebar .wp-block-image.alignwide,
.with-sidebar .wp-block-cover.alignwide,
.with-sidebar .alignfull,
.with-sidebar .alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.with-sidebar .rainbow-single-post .title {
  text-align: left;
}
.with-sidebar .rainbow-single-post .inbio-post-meta {
  justify-content: flex-start;
}
.with-sidebar .rainbow-single-post .inner {
  padding: 0;
}
.with-sidebar .rainbow-single-post .inbio-post-meta .post-meta-content .post-meta-list {
  justify-content: flex-start;
}
.with-sidebar .wp-block-gallery.alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.with-sidebar .wp-block-gallery.alignwide {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

/*=====================
    Pagination Styles 
=======================*/
.post-pagination .page-link-holder {
  margin-right: 10px;
}
.post-pagination ul.page-numbers, .post-pagination ul.page-list {
  margin: -5px;
}
.post-pagination ul.page-numbers li, .post-pagination ul.page-list li {
  display: inline-block;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.post-pagination ul.page-numbers li a, .post-pagination ul.page-list li a {
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 44px;
  min-width: 42px;
  height: 42px;
  border: 2px solid var(var(--background-color-1));
  background: var(--background-color-1);
  color: var(--color-body);
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: var(--shadow-1);
}
.post-pagination ul.page-numbers li a:hover, .post-pagination ul.page-list li a:hover {
  color: #ffffff;
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.post-pagination ul.page-numbers li .current, .post-pagination ul.page-list li .current {
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 38px;
  min-width: 42px;
  height: 42px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: 2px solid var(--color-border);
  border-color: var(--color-primary);
}
.post-pagination ul.page-numbers li.active a, .post-pagination ul.page-list li.active a {
  color: #ffffff;
  border-color: var(--color-primary);
}

/*---------------------------
    Post Pagination  
----------------------------*/
.post-pagination,
.page-links,
.rainbow-page-links {
  margin-bottom: 20px;
}
.post-pagination .pagination,
.page-links .pagination,
.rainbow-page-links .pagination {
  justify-content: center;
}
.post-pagination .page-link-holder,
.page-links .page-link-holder,
.rainbow-page-links .page-link-holder {
  margin-right: 10px;
}
.post-pagination .post-page-numbers,
.page-links .post-page-numbers,
.rainbow-page-links .post-page-numbers {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  min-width: 42px;
  height: 42px;
  border: 2px solid var(--color-border);
  background: #fff;
  color: var(--color-body);
  position: relative;
  z-index: 2;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  background-color: transparent;
}
.post-pagination .post-page-numbers:hover,
.page-links .post-page-numbers:hover,
.rainbow-page-links .post-page-numbers:hover {
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
  background: var(--color-primary);
}
.post-pagination .post-page-numbers.current,
.page-links .post-page-numbers.current,
.rainbow-page-links .post-page-numbers.current {
  background: var(--color-primary);
  border-color: var(--color-primary) !important;
  color: #ffffff !important;
}

/*------------------------------
    BLog Single For Default  
---------------------------------*/
figure {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.wp-block-button {
  margin-bottom: 20px;
  margin-top: 0;
}

.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@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;
  margin-bottom: 20px;
}

.wp-block-gallery.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.wp-block-gallery.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: var(--color-dark-alt);
  letter-spacing: 0.5px;
}

.wp-block-image,
.wp-block-cover {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-image .alignleft,
.wp-block-cover .alignleft {
  float: left;
  display: table;
  margin-left: 0;
  margin-right: 20px;
}
.wp-block-image.alignright,
.wp-block-cover.alignright {
  float: right;
  margin-left: 20px;
  display: table;
}
.wp-block-image figcaption,
.wp-block-cover figcaption {
  caption-side: bottom;
  margin: 20px 0 0;
  font-size: 16px;
}
.wp-block-image figcaption a,
.wp-block-cover figcaption a {
  text-decoration: none;
  color: var(--color-heading);
}
.wp-block-image figcaption a:hover,
.wp-block-cover figcaption a:hover {
  color: var(--color-primary);
}
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 100vw;
  margin-bottom: 15px;
}
.wp-block-image.alignwide,
.wp-block-cover.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-image.alignwide,
.wp-block-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-image.alignwide img,
.wp-block-cover.alignwide img {
  width: 100%;
}
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
.wp-block-image.alignfull img,
.wp-block-cover.alignfull img {
  width: 100%;
}
.wp-block-image a,
.wp-block-cover a {
  transition: 0.3s;
}
.wp-block-image a:hover,
.wp-block-cover a:hover {
  color: var(--color-primary);
}

.wp-block-file a {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-body);
  display: inline-block;
  transition: 0.3s;
}
.wp-block-file a:hover {
  color: var(--color-primary);
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-latest-comments__comment-date {
  color: var(--color-body);
}

.wp-block-calendar tbody td,
.wp-block-calendar th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--color-border);
}

.wp-block-separator {
  border-bottom: 1px solid var(--color-border);
}

.wp-block-calendar tfoot a,
.entry-content .wp-block-calendar tfoot a {
  color: var(--color-heading);
  text-decoration: none;
}

ol.has-avatars,
ol.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-cover.alignleft {
  padding: 0;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--color-body);
  font-size: 15px;
  text-align: center;
}

figcaption,
.wp-block-image figcaption {
  margin: 10px 0 0;
  line-height: 1.7;
  color: var(--color-body);
}
figcaption a,
.wp-block-image figcaption a {
  color: var(--color-body);
}

.rainbow-single-post .wp-block-cover .wp-block-cover-text a {
  color: #ffffff;
  transition: 0.3s;
}

.rainbow-single-post .wp-block-cover .wp-block-cover-text a:hover {
  color: var(--color-primary);
}

.single-post-content-wrap > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}

cite.author-name {
  font-style: normal;
  margin-bottom: 5px;
  display: inline-block;
}

.gallery-item {
  margin-bottom: 30px;
  padding: 0 15px;
}

.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
  text-align: center;
}

.wp-caption-text {
  text-align: center;
}

.screen-reader-text {
  display: none;
}

.rainbow-blog-details-area figure {
  margin-bottom: 3px;
}
.rainbow-blog-details-area select {
  margin-bottom: 30px;
}

.rainbow-single-post figcaption,
.entry-content figcaption {
  font-size: 15px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.6;
  color: var(--color-body);
  display: block;
  width: 100%;
  font-weight: 400;
}

/*-----------------------------
    BLog Details Styles 
------------------------------*/
.blog-single-page-title {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-page-title {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single-page-title {
    padding-top: 70px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-page-title {
    padding-top: 65px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-page-title {
    padding-top: 68px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-single-page-title ul.blog-meta {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-page-title ul.blog-meta {
    padding-top: 10px !important;
  }
}
.blog-single-page-title ul.blog-meta li {
  color: #c6c9d8;
}
.blog-single-page-title ul.blog-meta li svg {
  margin-right: 7px;
  font-size: 18px;
  width: 14px;
}
.blog-single-page-title ul.blog-meta li a {
  color: #c6c9d8;
  transition: 0.3s;
}
.blog-single-page-title ul.blog-meta li a:hover {
  color: var(--color-primary);
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag, .blog-single-page-title ul.blog-meta li.single-post-meta-categories {
  position: relative;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a {
  position: relative;
  padding-right: 7px;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a::after, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a::after {
  content: ",";
  left: 3px;
  position: relative;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a:last-child, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a:last-child {
  padding-right: 0;
}
.blog-single-page-title ul.blog-meta li.single-post-meta-tag a:last-child::after, .blog-single-page-title ul.blog-meta li.single-post-meta-categories a:last-child::after {
  display: none;
}

.rainbow-single-post .inner-wrapper .inner {
  padding: 0 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rainbow-single-post .inner-wrapper .inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner-wrapper .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .inner {
    padding: 0;
  }
}
.rainbow-single-post .inner-wrapper .inner .thumbnail {
  margin: 0 -110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rainbow-single-post .inner-wrapper .inner .thumbnail {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner-wrapper .inner .thumbnail {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .inner .thumbnail {
    margin-left: 0;
    margin-right: 0;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper {
  margin-right: -110px;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper {
    margin-right: 0;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail {
  width: 55%;
  padding-right: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail {
    width: 100%;
    padding-right: 0;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail img {
  width: 100%;
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail span {
  color: var(--color-body);
  font-size: 14px;
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .thumbnail span {
    font-size: 13px;
    padding-left: 0;
    margin-bottom: 23px;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper h4.title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper h4.title {
    margin-bottom: 16px;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper .content {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .content {
    width: 100%;
  }
}
.rainbow-single-post .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
    margin-bottom: 25px;
  }
}
.rainbow-single-post p.form-group {
  margin-bottom: 25px;
}
.rainbow-single-post p.form-group:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------
    Blog Comment Form And Comment List  
---------------------------------------------*/
.rainbow-single-post .trydo-comment-form .inner,
.rainbow-single-post .comment-form .inner {
  padding: 0;
}
.rainbow-single-post .trydo-comment-form .inner p.logged-in-as,
.rainbow-single-post .comment-form .inner p.logged-in-as {
  margin-bottom: 30px;
}
.rainbow-single-post .trydo-comment-form .inner p a,
.rainbow-single-post .comment-form .inner p a {
  color: var(--color-heading);
}
.rainbow-single-post .trydo-comment-form .inner p a:hover,
.rainbow-single-post .comment-form .inner p a:hover {
  color: var(--color-primary);
}

/*------------------------
    BLog Contact Form  
--------------------------*/
.comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
}
.comment-respond .logged-in-as {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
}
.comment-respond label {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.comment-respond input {
  background-color: #191b1e;
  border-radius: 6px;
  height: 55px;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 0 15px;
  font-size: 14px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
}
.comment-respond input[type=submit] {
  border-radius: 6px;
  background: var(--color-primary) !important;
  box-shadow: none;
  transition: var(--transition);
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 0 none;
  border: 0 none;
  display: inline-block;
  padding: 15px 35px;
  color: var(--color-white) !important;
}
.comment-respond input[type=submit]::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.comment-respond input[type=submit]:hover::before {
  opacity: 1;
}
.comment-respond textarea {
  min-height: 216px;
  background-color: #191b1e;
  border-radius: 6px;
  padding: 0;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  resize: none;
}
.comment-respond .form-group {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent {
  margin-bottom: 25px;
  margin-top: -10px;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 14px;
  padding-left: 36px;
  position: relative;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.comment-respond #cancel-comment-reply-link::before {
  content: "";
  position: absolute;
  left: 15px;
  font-family: "feather" !important;
  top: 50%;
  color: var(--color-primary);
  transform: translateY(-50%);
  font-size: 19px;
}

/*-------------------
    BlockQuote  
-------------------*/
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 40px 40px 40px 100px;
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  background: transparent;
  border-radius: 5px;
  margin: 30px 0;
  font-weight: 500;
  color: var(--color-heading);
  z-index: 1;
  border: 0 none;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
    margin: 20px 0;
  }
}
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  content: "“";
  position: absolute;
  color: var(--color-primary);
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 1em;
  top: 40px;
  left: 30px;
  font-size: 70px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
    top: 7px;
    left: 0;
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
    top: 7px;
    left: 0;
    font-size: 48px;
  }
}
.wp-block-quote::after,
blockquote::after,
.wp-block-coblocks-click-to-tweet::after,
.wp-block-pullquote blockquote::after,
.wp-block-quote.is-style-large::after,
.wp-block-quote.is-large::after,
blockquote.has-text-align-right::after,
.wp-block-quote.has-text-align-right::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  z-index: -1;
  border-radius: 5px;
}
.wp-block-quote p,
blockquote p,
.wp-block-coblocks-click-to-tweet p,
.wp-block-pullquote blockquote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p,
blockquote.has-text-align-right p,
.wp-block-quote.has-text-align-right p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-heading);
}

.comment-list .comment .comment-text blockquote p,
.comment-list .pingback .comment-text blockquote p,
.comment-list .trackback .comment-text blockquote p {
  margin-bottom: 0;
  font-style: normal;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-heading);
}

.wp-block-quote.is-style-large {
  padding: 50px 50px 50px 120px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
.wp-block-quote.is-style-large::before {
  height: 52px;
  width: 52px;
  top: 50px;
  left: 34px;
  font-size: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large::before {
    top: 20px;
    left: 10px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large::before {
    top: 20px;
    left: 10px;
    font-size: 60px;
  }
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px !important;
  font-weight: 400;
}

.wp-block-quote.has-text-align-right {
  padding: 40px 100px 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right {
    padding: 20px;
    padding-right: 40px;
  }
}
.wp-block-quote.has-text-align-right::before {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right::before {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right::before {
    right: 0;
    left: auto;
  }
}

.wp-block-quote.has-text-align-right.is-style-large {
  padding: 50px 120px 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.has-text-align-right.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.has-text-align-right.is-style-large {
    padding: 40px;
    padding-left: 70px;
  }
}
.wp-block-quote.has-text-align-right.is-style-large::before {
  right: 34px;
  left: auto;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote,
.has-cyan-bluish-gray-background-color .wp-block-coblocks-click-to-tweet,
.has-cyan-bluish-gray-background-color .wp-block-pullquote blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote.is-style-large,
.has-cyan-bluish-gray-background-color .wp-block-quote.is-large,
.has-cyan-bluish-gray-background-color blockquote.has-text-align-right,
.has-cyan-bluish-gray-background-color .wp-block-quote.has-text-align-right {
  background: #ffffff;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p,
.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  border: 0 none;
  font-size: 20px;
  line-height: 1.7;
}

.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 30px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
    font-size: 24px;
  }
}

.alignright blockquote {
  border-left: 0;
  border-right: 4px solid var(--color-primary);
}

.rainbow-blog-details-area blockquote p {
  margin-bottom: 0;
  font-size: 20px;
}

.wp-block-pullquote {
  border: 0 none;
  border-top: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
  border-left: none;
  padding: 30px 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
  border: 0 none;
  padding: 35px 20px;
}
.wp-block-pullquote blockquote::before {
  display: none;
}

.wp-block-pullquote.alignleft,
.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright,
.alignright {
  text-align: right;
}

.wp-block-pullquote.aligncenter,
.aligncenter {
  text-align: center;
}

.wp-block-pullquote.has-background {
  padding: 30px 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 40px 40px 40px 100px;
  box-shadow: none;
}

.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 30px;
  line-height: 1.6;
}

.has-drop-cap:first-letter {
  font-family: var(--font-primary) !important;
}

.wp-block-latest-comments__comment-author {
  font-size: 16px;
}

/*-----------------------
    Blog Meta  
-----------------------*/
ul.blog-meta {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  ul.blog-meta {
    margin: 0 -7px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.blog-meta {
    padding: 0;
  }
}
ul.blog-meta li {
  font-size: 14px;
  line-height: 1.3;
  color: var(--color-body);
  margin: 0 12px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  ul.blog-meta li {
    font-size: 14px;
    margin: 0 7px;
    margin-bottom: 10px;
  }
}
ul.blog-meta li a {
  color: var(--color-body);
  display: inline-block;
  line-height: 22px;
}
ul.blog-meta li a:hover {
  color: var(--color-primary);
}
ul.blog-meta li svg {
  margin-right: 13px;
  font-size: 22px;
}

/* Blog Details  */
.rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li a,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-heading);
  font-weight: 500;
  transition: 0.3s;
}
.rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li a:hover,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: var(--color-primary);
}
.rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.entry-content .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  color: var(--color-body);
}
.rainbow-single-post .sticky-blog ul.blog-meta li,
.entry-content .sticky-blog ul.blog-meta li {
  margin-bottom: 0;
}
.rainbow-single-post .blog-top .author,
.entry-content .blog-top .author {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.rainbow-single-post .blog-top .info,
.entry-content .blog-top .info {
  padding-left: 20px;
}
.rainbow-single-post .blog-top .info h6,
.entry-content .blog-top .info h6 {
  margin-bottom: 6px;
}
.rainbow-single-post .blog-top .info ul.blog-meta li,
.entry-content .blog-top .info ul.blog-meta li {
  position: relative;
}
.rainbow-single-post .blog-top .info ul.blog-meta li + li::before,
.entry-content .blog-top .info ul.blog-meta li + li::before {
  position: absolute;
  background: #D3D3D3;
  height: 14px;
  width: 1px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.rainbow-single-post .alignleft,
.entry-content .alignleft {
  margin-right: 20px;
}
.rainbow-single-post .alignright,
.entry-content .alignright {
  margin-left: 20px;
}
.rainbow-single-post .aligncenter,
.entry-content .aligncenter {
  text-align: center;
}
.rainbow-single-post .wp-block-calendar,
.entry-content .wp-block-calendar {
  margin-bottom: 20px;
}
.rainbow-single-post .wp-block-calendar a,
.entry-content .wp-block-calendar a {
  text-decoration: none;
}
.rainbow-single-post .wp-block-calendar nav.wp-calendar-nav,
.entry-content .wp-block-calendar nav.wp-calendar-nav {
  text-align: left;
}

.wp-block-latest-comments__comment-date {
  margin-top: 4px;
}

.wp-block-search .wp-block-search__button {
  padding: 0 14px;
  border-radius: 4px;
}

.wp-block-search {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .wp-block-search {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-search .wp-block-search__input {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 15px;
    padding: 5px 10px;
    display: inline-block;
  }
}

/*--------------------------
    Table Style Css Here  
---------------------------*/
.wp-block-table a,
table a {
  transition: 0.3s;
  color: var(--color-heading);
}

table thead th,
.wp-calendar-table thead th {
  color: var(--color-heading);
}

table th {
  font-weight: 600;
  color: var(--color-heading);
}

table tbody tr th {
  font-weight: 400;
}

table a,
table a:link,
table a:visited {
  font-weight: 400;
}

table th,
table td,
.wp-block-calendar tbody th,
.wp-block-calendar tbody td,
.wp-block-table td,
.wp-block-table th,
.wp-calendar-table th,
.wp-calendar-table td {
  border: 1px solid var(--color-border);
  padding: 7px 6px;
  text-align: center;
}

table,
.wp-block-calendar {
  font-size: 16px !important;
  line-height: 28px;
}

.post-password-form input[type=submit] {
  margin-top: 0;
  border: 0 none;
  display: inline-block;
  padding: 9px 20px;
  margin-left: 10px;
}

.wp-block-group.has-background {
  margin-bottom: 20px;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #717173;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/* Entry Content  */
ul.aligncenter {
  list-style: inside;
}
ul.aligncenter ul {
  list-style: inside;
}

.wp-block-coblocks-alert {
  margin-bottom: 15px;
}

.wp-block-coblocks-highlight__content:not(.has-background) {
  background-color: var(--color-primary);
}

.has-secondary-background-color {
  background-color: var(--color-secondary);
}

a.post-edit-link {
  background: var(--color-primary);
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rainbow-single-post .wp-block-cover .wp-block-cover-text {
  margin-bottom: 0;
  max-width: 1040px;
  color: #ffffff;
  padding: 15px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 36px;
  line-height: 1.6;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 20px 20px;
  border-radius: 10px;
}

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 40px;
  padding-right: 40px;
}

.wp-block-columns {
  margin-bottom: 30px;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-preformatted {
  margin-top: 30px;
}

.wp-block-coblocks-social a.wp-block-button__link {
  border: 0 none;
}

@media (min-width: 1200px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rainbow-single-post .wp-block-cover .wp-block-cover-text {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rainbow-single-post .wp-block-cover .wp-block-cover-text {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rainbow-single-post .wp-block-cover .wp-block-cover-text {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-text,
P.wp-block-cover-text,
P.wp-block-cover,
.rainbow-single-post .wp-block-cover .wp-block-cover-text {
    max-width: 540px;
  }
}
.audio-player-wrapper audio {
  display: block;
  width: 100%;
}

.trydo-blog-comment .comment-navigation:first-child {
  margin-bottom: 20px;
}

.trydo-blog-list.format-gallery .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .post-password-form input[type=submit] {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*------------------------
    Code New  
--------------------------*/
.tag.entry-tags a {
  font-size: 16px;
  transition: 0.3s;
}

.tag.entry-tags span {
  display: inline-block;
  margin-right: 15px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--color-darker);
}

.wp-block-table.is-style-stripes {
  border-color: var(--color-border);
}

:root .has-cyan-bluish-gray-background-color {
  background: #abb8c3 !important;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px;
}

:root .has-very-light-gray-color {
  color: #eee !important;
}

.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
  border-radius: 10px;
}

.wp-block-group.has-background {
  border-radius: 10px;
}

.comment-respond {
  box-shadow: var(--shadow-1);
  padding: 50px 40px;
  border-radius: 4px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > ul {
  list-style: none;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 80px;
}
.comment-list a {
  text-decoration: none;
  font-size: 16px;
}
.comment-list a.comment-reply-link {
  font-size: 14px;
}
.comment-list ol {
  margin-bottom: 30px;
}
.comment-list ol ol {
  margin-bottom: 0;
}
.comment-list .time-spent {
  margin-top: 10px;
}
.comment-list .comment-text {
  margin-bottom: 20px;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
  margin: 0;
  padding: 0;
  /* Comment Top  */
  /* Comment Text  */
  /* Reply Button  */
}
.comment-list .comment.parent .single-comment::after,
.comment-list .pingback.parent .single-comment::after,
.comment-list .trackback.parent .single-comment::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  z-index: -1;
  border-radius: 8px;
}
.comment-list .comment.parent ul.children .comment,
.comment-list .pingback.parent ul.children .comment,
.comment-list .trackback.parent ul.children .comment {
  position: relative;
}
.comment-list .comment.parent ul.children .comment::before,
.comment-list .pingback.parent ul.children .comment::before,
.comment-list .trackback.parent ul.children .comment::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid #121415;
  left: -45px;
}
.comment-list .comment.parent ul.children .comment .single-comment,
.comment-list .pingback.parent ul.children .comment .single-comment,
.comment-list .trackback.parent ul.children .comment .single-comment {
  position: relative;
  border-color: #121415;
}
.comment-list .comment.parent ul.children .comment .single-comment::before,
.comment-list .pingback.parent ul.children .comment .single-comment::before,
.comment-list .trackback.parent ul.children .comment .single-comment::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #121415;
  left: -45px;
  width: 45px;
}
.comment-list .comment.parent ul.children .single-comment,
.comment-list .pingback.parent ul.children .single-comment,
.comment-list .trackback.parent ul.children .single-comment {
  background-color: transparent;
}
.comment-list .comment.byuser .single-comment,
.comment-list .pingback.byuser .single-comment,
.comment-list .trackback.byuser .single-comment {
  background-color: transparent !important;
  border: 0 none;
  box-shadow: var(--shadow-1);
}
.comment-list .comment .single-comment,
.comment-list .pingback .single-comment,
.comment-list .trackback .single-comment {
  background-color: var(--background-color-1);
  border: 0 none;
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 2;
  padding: 40px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
}
.comment-list .comment .single-comment::after,
.comment-list .pingback .single-comment::after,
.comment-list .trackback .single-comment::after {
  display: none;
}
.comment-list .comment .single-comment em.comment-awaiting-moderation,
.comment-list .pingback .single-comment em.comment-awaiting-moderation,
.comment-list .trackback .single-comment em.comment-awaiting-moderation {
  font-size: 16px;
  color: var(--color-heading);
  font-weight: 600;
}
.comment-list .comment .comment-img,
.comment-list .pingback .comment-img,
.comment-list .trackback .comment-img {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
}
.comment-list .comment .comment-img .comment-avatar,
.comment-list .pingback .comment-img .comment-avatar,
.comment-list .trackback .comment-img .comment-avatar {
  margin-right: 20px;
  border-radius: 3px;
}
.comment-list .comment .comment-img h6,
.comment-list .pingback .comment-img h6,
.comment-list .trackback .comment-img h6 {
  margin-bottom: 0;
}
.comment-list .comment .comment-img .commenter,
.comment-list .pingback .comment-img .commenter,
.comment-list .trackback .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 .commenter a,
.comment-list .pingback .comment-img .commenter a,
.comment-list .trackback .comment-img .commenter a {
  color: var(--color-heading);
}
.comment-list .comment .comment-img .commenter a:hover,
.comment-list .pingback .comment-img .commenter a:hover,
.comment-list .trackback .comment-img .commenter a:hover {
  color: var(--color-primary) !important;
}
.comment-list .comment .comment-img .time-spent,
.comment-list .pingback .comment-img .time-spent,
.comment-list .trackback .comment-img .time-spent {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 400;
}
.comment-list .comment .comment-text,
.comment-list .pingback .comment-text,
.comment-list .trackback .comment-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comment-list .comment .comment-text a,
.comment-list .pingback .comment-text a,
.comment-list .trackback .comment-text a {
  color: var(--color-body);
}
.comment-list .comment .comment-text a:hover,
.comment-list .pingback .comment-text a:hover,
.comment-list .trackback .comment-text a:hover {
  color: var(--color-primary) !important;
}
.comment-list .comment .comment-text p,
.comment-list .pingback .comment-text p,
.comment-list .trackback .comment-text p {
  font-size: 16px;
  font-weight: 400;
}
.comment-list .comment .comment-text p img,
.comment-list .pingback .comment-text p img,
.comment-list .trackback .comment-text p img {
  padding: 10px 0;
}
.comment-list .comment .comment-text p a,
.comment-list .pingback .comment-text p a,
.comment-list .trackback .comment-text p a {
  color: var(--color-body);
}
.comment-list .comment .reply-edit,
.comment-list .pingback .reply-edit,
.comment-list .trackback .reply-edit {
  display: flex;
  font-weight: 500;
  margin-top: 15px;
  align-items: center;
}
.comment-list .comment .reply-edit a.comment-edit-link,
.comment-list .pingback .reply-edit a.comment-edit-link,
.comment-list .trackback .reply-edit a.comment-edit-link {
  margin-right: 14px;
  color: var(--color-heading);
  font-size: 14px;
}
.comment-list .comment .reply-edit a.comment-edit-link:hover,
.comment-list .pingback .reply-edit a.comment-edit-link:hover,
.comment-list .trackback .reply-edit a.comment-edit-link:hover {
  color: var(--color-primary);
}
.comment-list .comment .reply-edit .reply a.comment-reply-link,
.comment-list .pingback .reply-edit .reply a.comment-reply-link,
.comment-list .trackback .reply-edit .reply a.comment-reply-link {
  color: var(--color-primary);
  font-size: 16px;
}
.comment-list .comment .reply-edit .reply a.comment-reply-link:hover,
.comment-list .pingback .reply-edit .reply a.comment-reply-link:hover,
.comment-list .trackback .reply-edit .reply a.comment-reply-link:hover {
  color: var(--color-heading);
}
.comment-list .comment .reply-edit .reply a.comment-reply-link i,
.comment-list .pingback .reply-edit .reply a.comment-reply-link i,
.comment-list .trackback .reply-edit .reply a.comment-reply-link i {
  padding-right: 4px;
}
@media only screen and (max-width: 575px) {
  .comment-list .comment .content .heading,
.comment-list .pingback .content .heading,
.comment-list .trackback .content .heading {
    display: block;
  }
}
.comment-list .comment .content .heading .title h5,
.comment-list .pingback .content .heading .title h5,
.comment-list .trackback .content .heading .title h5 {
  margin-bottom: 0;
}
.comment-list .comment .content .heading .coment-date,
.comment-list .pingback .content .heading .coment-date,
.comment-list .trackback .content .heading .coment-date {
  display: flex;
  align-items: center;
}
.comment-list .comment .content .heading .coment-date p,
.comment-list .pingback .content .heading .coment-date p,
.comment-list .trackback .content .heading .coment-date p {
  font-size: 15px;
  line-height: 24px;
  color: var(--color-primary);
  margin-bottom: 0;
}
.comment-list .comment .content .heading .coment-date a.reply-btn,
.comment-list .pingback .content .heading .coment-date a.reply-btn,
.comment-list .trackback .content .heading .coment-date a.reply-btn {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  color: var(--color-primary);
  padding-left: 10px;
}
.comment-list .comment.comment-reply,
.comment-list .pingback.comment-reply,
.comment-list .trackback.comment-reply {
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  .comment-list .comment.comment-reply,
.comment-list .pingback.comment-reply,
.comment-list .trackback.comment-reply {
    margin-left: 0;
  }
}

.single-post-content-wrap input {
  border: var(--border-width) solid #121415;
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
}
.single-post-content-wrap input:focus {
  border-color: var(--color-primary);
}

/*--------------------------
Blog Details Styles  
----------------------------*/
.rainbow-single-post img {
  border-radius: 10px;
}
.rainbow-single-post .title {
  text-align: center;
}
.rainbow-single-post .inbio-post-meta {
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.rainbow-single-post .inbio-post-meta .post-author-avatar {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.rainbow-single-post .inbio-post-meta .post-author-avatar > a {
  border: 3px solid var(--color-separator);
  border-radius: 100%;
}
.rainbow-single-post .inbio-post-meta .post-author-avatar::after {
  position: absolute;
  content: "";
  background: var(--color-separator);
  width: 2px;
  height: 23px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rainbow-single-post .inbio-post-meta .post-author-avatar img {
  border-radius: 100%;
  border: 2px solid #212428;
}
.rainbow-single-post .inbio-post-meta .post-author-avatar .post-author-name {
  margin-bottom: 0;
  margin-left: 10px;
  transition: 0.4s;
}
.rainbow-single-post .inbio-post-meta .post-meta-content .post-meta-list {
  justify-content: center;
}
.rainbow-single-post .inner {
  padding: 0 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rainbow-single-post .inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-single-post .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rainbow-single-post .inner {
    padding: 0;
  }
}
.rainbow-single-post .content-blog::before,
.rainbow-single-post .content-block::before {
  display: none;
}
.rainbow-single-post .content-blog:hover video,
.rainbow-single-post .content-block:hover video {
  transform: none;
}
.rainbow-single-post .post-thumbnail {
  margin-bottom: 30px;
  position: relative;
}
.rainbow-single-post .post-thumbnail img {
  border-radius: 10px;
}
.rainbow-single-post .post-thumbnail a.preview-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #212428bf;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
  font-size: 25px;
}
.rainbow-single-post ul.blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}
.rainbow-single-post iframe,
.rainbow-single-post video {
  border-radius: 10px;
}
.rainbow-single-post figure img {
  border-radius: 10px;
}
.rainbow-single-post figure.wp-block-gallery, .rainbow-single-post figure.wp-block-audio {
  margin-bottom: 30px;
}
.rainbow-single-post .inbio-comment-form .inner,
.rainbow-single-post .comment-form .inner {
  padding: 0;
}
.rainbow-single-post .inbio-comment-form .inner p.logged-in-as,
.rainbow-single-post .comment-form .inner p.logged-in-as {
  margin-bottom: 30px;
}
.rainbow-single-post .inbio-comment-form .inner p a,
.rainbow-single-post .comment-form .inner p a {
  color: var(--color-heading);
  transition: 0.4s;
}
.rainbow-single-post .inbio-comment-form .inner p a:hover,
.rainbow-single-post .comment-form .inner p a:hover {
  color: var(--color-primary);
}
.rainbow-single-post .post-password-form input {
  height: 50px;
  border-radius: 500px;
}
.rainbow-single-post .post-password-form input[type=submit] {
  margin-top: 0;
  border: 0 none;
  display: inline-block;
  padding: 9px 20px;
  margin-left: 10px;
  font-size: 16px;
}
.rainbow-single-post .post-password-form input[type=submit]:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.rainbow-single-post .rainbow-post-wrapper .wp-block-image:nth-last-of-type(1) {
  margin-bottom: 30px;
  overflow: hidden;
}

.rainbow-post-content-wrapper .wp-block-image:last-child {
  overflow: hidden;
}

.has-inbio-primary-background-color {
  background-color: #ff014f;
}

.has-inbio-primary-color {
  color: #ff014f;
}

.has-inbio-primary-border-color {
  border-color: #ff014f;
}

.has-inbio-secondary-background-color {
  background-color: #FFDC60;
}

.has-inbio-secondary-color {
  color: #FFDC60;
}

.has-inbio-secondary-border-color {
  border-color: #FFDC60;
}

.has-inbio-tertiary-background-color {
  background-color: #FAB8C4;
}

.has-inbio-tertiary-color {
  color: #FAB8C4;
}

.has-inbio-tertiary-border-color {
  border-color: #FAB8C4;
}

.has-inbio-white-background-color {
  background-color: #ffffff;
}

.has-inbio-white-color {
  color: #ffffff;
}

.has-inbio-white-border-color {
  border-color: #ffffff;
}

.has-inbio-dark-background-color {
  background-color: #27272E;
}

.has-inbio-dark-color {
  color: #27272E;
}

.has-inbio-dark-border-color {
  border-color: #27272E;
}

/*-------------------
    Shop  
--------------------*/
/*---------------------------
    Product Styles  
-----------------------------*/
.rbt-mini-cart-wrap {
  margin-left: 20px;
  display: block;
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  transition: 0.4s;
  text-align: center;
  line-height: 45px;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-mini-cart-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-mini-cart-wrap {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-mini-cart-wrap {
    margin-left: 4px;
  }
}
.rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
  position: relative;
}
.rbt-mini-cart-wrap .mini-cart i {
  padding-right: 5px;
}
.rbt-mini-cart-wrap .mini-cart .rbt-cart-count {
  position: absolute;
  top: -15px;
  left: auto;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 4px 0 4px;
  line-height: 16px;
  right: -15px;
  font-weight: 600;
}
.rbt-mini-cart-wrap a {
  position: relative;
  display: block;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: var(--shadow-1);
  border-radius: 100%;
  z-index: 1;
}
.rbt-mini-cart-wrap a::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 1;
  box-shadow: var(--shadow-1);
  z-index: -1;
}
.rbt-mini-cart-wrap a:hover::after {
  transform: scale(1.1);
}

.rbt-mini-cart-wrap .mini-cart {
  color: var(--color-heading);
  position: relative;
  top: 2px;
  left: 1px;
}

.header-area.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-white);
}
.header-area.header--transparent .rbt-mini-cart-wrap .mini-cart .rbt-cart-count {
  color: #fff;
}

.header-area.header--sticky.sticky .rbt-mini-cart-wrap .mini-cart {
  color: #1f1f25;
}

.header-area.header-style-3.header--transparent .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-body);
}

.product .shop-thumbnail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.product .shop-thumbnail img {
  border-radius: 10px;
}
.product .shop-product-info {
  padding-top: 17px;
  padding-bottom: 5px;
}
.product .shop-product-info h3 a {
  font-weight: 700;
  color: var(--color-heading);
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  transition: 0.3s;
}
.product .shop-product-info h3 a:hover {
  color: var(--color-primary) !important;
}
.product:hover .shop-thumbnail a.button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.woocommerce ul.products li.product .onsale {
  top: 15px;
  right: 15px;
  left: auto;
  margin: 0;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  position: absolute;
  text-align: center;
  line-height: 14px;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 13px;
  z-index: 9;
  font-weight: 400;
  display: inline-block;
  padding: 3px 6px;
}

span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-heading);
}

.woocommerce ul.products li.product .price del {
  opacity: 0.7;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 10px;
  right: 15px;
}

.woocommerce .quantity .qty {
  border-radius: 6px;
}

.woocommerce div.product div.summary {
  margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 4px !important;
}

.woocommerce #review_form #respond textarea {
  min-height: 216px;
  background-color: #191b1e;
  border-radius: 6px;
  padding: 0;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  resize: none;
  font-weight: 500;
}

.woocommerce-input-wrapper label.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-heading);
  font-size: 20px;
}

.woocommerce-form__label-for-checkbox span {
  padding-left: 10px;
}

.woocommerce-input-wrapper .input-checkbox[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox] {
  opacity: 1;
  position: static;
  pointer-events: auto;
  height: 14px;
  width: auto;
}

.page-my-account .woocommerce-input-wrapper .input-checkbox[type=checkbox],
.page-my-account .woocommerce-form__label-for-checkbox input[type=checkbox] {
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-cart .woocommerce .actions #coupon_code {
    width: 100% !important;
  }
}
.woocommerce-message {
  line-height: 40px;
}

/*------------------------
    Shop SideBar  
--------------------------*/
.inbio-single-widget.widget_product_search {
  padding-top: 20px;
}
.inbio-single-widget.widget_price_filter .price_slider_amount .button {
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 13px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.inbio-single-widget.widget_price_filter .price_slider_amount .button:hover {
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}
.inbio-single-widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 15px;
  font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--color-primary);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  top: -4px;
}

.inbio-single-widget ul.cart_list li img,
.inbio-single-widget ul.product_list_widget li img {
  width: 62px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 0;
  float: left;
  border-radius: 4px;
}

.inbio-single-widget ul.cart_list li a,
.inbio-single-widget ul.product_list_widget li a {
  font-weight: 500;
  margin-bottom: 0;
  display: block;
}

.inbio-single-widget.widget_products ul.product_list_widget li,
.inbio-single-widget.widget_top_rated_products ul.product_list_widget li,
.inbio-single-widget.widget_recently_viewed_products ul.product_list_widget li,
.inbio-single-widget.widget_shopping_cart .cart_list li,
.inbio-single-widget.widget_recent_reviews .product_list_widget li {
  padding: 10px 0;
}

.inbio-single-widget.widget_recently_viewed_products ul.product_list_widget li:first-child,
.inbio-single-widget.widget_recent_reviews li:first-child {
  padding-top: 0;
}

.inbio-single-widget.widget_products ul.product_list_widget li:first-child,
.inbio-single-widget.widget_top_rated_products ul.product_list_widget li:first-child,
.inbio-single-widget.widget_recently_viewed_products ul.product_list_widget li:first-child,
.inbio-single-widget.widget_shopping_cart .cart_list li:first-child,
.inbio-single-widget.widget_recent_reviews li:first-child {
  padding-top: 0;
}

.inbio-single-widget.widget_products ul.product_list_widget li:last-child,
.inbio-single-widget.widget_top_rated_products ul.product_list_widget li:last-child,
.inbio-single-widget.widget_recently_viewed_products ul.product_list_widget li:last-child,
.inbio-single-widget.widget_shopping_cart .cart_list li:last-child,
.inbio-single-widget.widget_recent_reviews li:last-child {
  padding-bottom: 0;
}

.inbio-single-widget.widget_shopping_cart .cart_list li a.remove {
  font-size: 17px;
  margin-top: 16px;
  left: auto;
  right: 19px;
}

.inbio-single-widget.widget_products ul.product_list_widget li + li,
.inbio-single-widget.widget_top_rated_products ul.product_list_widget li + li,
.inbio-single-widget.widget_recently_viewed_products ul.product_list_widget li + li,
.inbio-single-widget.widget_shopping_cart .cart_list li + li,
.inbio-single-widget.widget_recent_reviews li + li {
  border-top: 1px solid var(--color-border);
}

.inbio-single-widget.widget_products span.woocommerce-Price-amount.amount,
.inbio-single-widget.widget_top_rated_products span.woocommerce-Price-amount.amount,
.inbio-single-widget.widget_recently_viewed_products span.woocommerce-Price-amount.amount,
.inbio-single-widget.widget_shopping_cart span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

.inbio-single-widget.widget_products del span.woocommerce-Price-amount.amount,
.inbio-single-widget.widget_top_rated_products del span.woocommerce-Price-amount.amount,
.inbio-single-widget.widget_recently_viewed_products del span.woocommerce-Price-amount.amount {
  opacity: 0.5;
}

/*--------------------------
    White Version 
---------------------------*/
body.white-version .product .shop-product-info h3 a .woocommerce-form__label-for-checkbox,
body.white-version strong.woocommerce-review__author {
  color: var(--color-heading-wv);
}
body.white-version .woocommerce-form__label-for-checkbox:hover {
  color: var(--color-primary);
}
body.white-version .woocommerce a.remove,
body.white-version .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox + span {
  color: var(--color-heading-wv) !important;
}
body.white-version .woocommerce a.remove:hover {
  color: #f10 !important;
}
body.white-version .product .shop-thumbnail,
body.white-version .woocommerce .quantity .qty,
body.white-version #add_payment_method #payment, body.white-version .woocommerce-cart #payment, body.white-version .woocommerce-checkout #payment {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version span.woocommerce-Price-amount.amount,
body.white-version .woocommerce .quantity .qty,
body.white-version .woocommerce-error, body.white-version .woocommerce-info, body.white-version .woocommerce-message, body.white-version .woocommerce-notice,
body.white-version .woocommerce form .form-row input.input-text, body.white-version .woocommerce form .form-row textarea,
body.white-version .select2-container--default .select2-selection--single .select2-selection__rendered,
body.white-version input[type=checkbox] ~ label,
body.white-version input[type=radio] ~ label {
  color: var(--color-body-white);
}
body.white-version .woocommerce-error, body.white-version .woocommerce-info, body.white-version .woocommerce-message, body.white-version .woocommerce-notice {
  box-shadow: var(--shadow-white-3);
}
body.white-version .woocommerce table.shop_table.cart,
body.white-version .woocommerce table.shop_table.shop_table_responsive,
body.white-version .woocommerce table.shop_table,
body.white-version span.select2-selection.select2-selection--single,
body.white-version .woocommerce table.shop_table td,
body.white-version .woocommerce table.shop_table tfoot th,
body.white-version .woocommerce-account .woocommerce .addresses address,
body.white-version .woocommerce .woocommerce-customer-details address,
body.white-version .woocommerce form.checkout_coupon,
body.white-version .woocommerce form.login,
body.white-version .woocommerce form.register {
  border-color: #dadada;
}
body.white-version #add_payment_method #payment div.payment_box,
body.white-version .woocommerce-cart #payment div.payment_box,
body.white-version .woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff;
}
body.white-version #add_payment_method #payment div.payment_box::before,
body.white-version .woocommerce-cart #payment div.payment_box::before,
body.white-version .woocommerce-checkout #payment div.payment_box::before {
  border-bottom: 1em solid #ffffff;
}

.woocommerce-cart.white-version .woocommerce table.shop_table td,
.woocommerce.white-version table.shop_table,
.woocommerce-cart.white-version .woocommerce table.shop_table th,
.woocommerce-cart.white-version .woocommerce table.shop_table td,
.woocommerce-cart.white-version .woocommerce .actions #coupon_code,
.woocommerce-account.white-version .woocommerce .addresses address,
.woocommerce.white-version div.product .short-description,
.white-version .woocommerce-product-details__short-description,
.woocommerce.white-version #reviews #comments ol.commentlist li .comment-text {
  border-color: #dadada;
}

.woocommerce.white-version table.shop_attributes th,
.woocommerce.white-version table.shop_attributes td {
  border-color: #dadada !important;
}

.woocommerce-account.white-version .woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce.white-version .quantity .qty,
.woocommerce.white-version div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce.white-version div.product .woocommerce-tabs ul.tabs {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}

.woocommerce-account.white-version .woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce.white-version .quantity .qty,
.woocommerce.white-version ul.products li.product .price,
.woocommerce.white-version div.product .product_meta,
.woocommerce.white-version #reviews #comments ol.commentlist li .meta,
.woocommerce.white-version div.product .product-meta span,
.woocommerce.white-version div.product .product_meta span {
  color: var(--color-body-white);
}

.woocommerce-account.white-version .woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account.white-version .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce.white-version div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce.white-version div.product .woocommerce-tabs ul.tabs li:hover a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}

.woocommerce.white-version div.product .product-meta a,
.woocommerce.white-version div.product .product_meta a,
.woocommerce.white-version div.product .woocommerce-tabs ul.tabs li a,
.woocommerce.white-version div.product .woocommerce-tabs h2,
.woocommerce.white-version div.product .woocommerce-tabs #respond .comment-reply-title,
.woocommerce.white-version div.product form.cart .variations label {
  color: var(--color-heading-wv);
}

.woocommerce.white-version #review_form #respond {
  box-shadow: var(--shadow-white-3);
}

.woocommerce.white-version #review_form #respond textarea {
  background: #fdfefe;
  border-color: var(--color-border-white);
  color: var(--color-body-white);
  box-shadow: none;
}

/*----------------------
    Color Variation  
-----------------------*/
/*---------------------------
    white version home
-----------------------------*/
body.white-version {
  background-color: #ECF0F3;
}

body.white-version {
  color: var(--color-body-white);
}
body.white-version h1,
body.white-version h2,
body.white-version h3,
body.white-version h4,
body.white-version h5,
body.white-version h6,
body.white-version .h1,
body.white-version .h2,
body.white-version .h3,
body.white-version .h4,
body.white-version .h5,
body.white-version .h6,
body.white-version .rainbow-single-post .inbio-comment-form .inner p a,
body.white-version .rainbow-single-post .comment-form .inner p a,
body.white-version .inbio-single-widget .title a,
body.white-version .inbio-single-widget h2 a,
body.white-version .inbio-single-widget .wp-block-search__label a,
body.white-version .inbio-single-widget .widget-title a,
body.white-version table thead th,
body.white-version .wp-calendar-table thead th,
body.white-version .widget_calendar caption,
body.white-version .rn-blog .inner .content .title a,
body.white-version ul li a,
body.white-version .tag.entry-tags a,
body.white-version .comment-list .comment .comment-img .commenter a,
body.white-version .comment-list .pingback .comment-img .commenter a,
body.white-version .comment-list .trackback .comment-img .commenter a,
body.white-version .comment-list .comment .reply-edit a.comment-edit-link,
body.white-version .comment-list .pingback .reply-edit a.comment-edit-link,
body.white-version .comment-list .trackback .reply-edit a.comment-edit-link,
body.white-version .rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li a,
body.white-version .entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a,
body.white-version table a,
body.white-version table a:link,
body.white-version table a:visited,
body.white-version dt,
body.white-version dd a,
body.white-version p a,
body.white-version address,
body.white-version del {
  color: var(--color-heading-wv);
}
body.white-version p,
body.white-version .rainbow-single-post p,
body.white-version ul li,
body.white-version .comment-respond label,
body.white-version .inbio-single-widget .post-list .post-content ul.blog-meta li,
body.white-version .inbio-single-widget ul li a,
body.white-version .inbio-single-widget ol li a,
body.white-version .inbio-single-widget.widget_rss li cite,
body.white-version .wp-calendar-nav span,
body.white-version .wp-calendar-nav a,
body.white-version table th,
body.white-version table td,
body.white-version .wp-block-calendar tbody th,
body.white-version .wp-block-calendar tbody td,
body.white-version .wp-block-table td,
body.white-version .wp-block-table th,
body.white-version .wp-calendar-table th,
body.white-version .wp-calendar-table td,
body.white-version .rn-blog .inner .content .category-info .meta span,
body.white-version .tag.entry-tags span,
body.white-version .comment-list .comment .comment-img .time-spent,
body.white-version .comment-list .pingback .comment-img .time-spent,
body.white-version .comment-list .trackback .comment-img .time-spent,
body.white-version .rainbow-single-post figcaption,
body.white-version .entry-content figcaption,
body.white-version cite,
body.white-version .wp-block-pullquote cite,
body.white-version .wp-block-pullquote.is-style-solid-color blockquote cite,
body.white-version .wp-block-quote cite,
body.white-version ol li,
body.white-version .wp-block-archives-dropdown label,
body.white-version .wp-block-calendar table caption,
body.white-version .wp-block-calendar table tbody,
body.white-version .wp-block-latest-comments__comment-date,
body.white-version select,
body.white-version .rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
body.white-version .rainbow-single-post .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
body.white-version .entry-content .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
body.white-version .entry-content .wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
body.white-version .post-pagination .page-link-holder,
body.white-version .page-links .page-link-holder,
body.white-version .rainbow-page-links .page-link-holder,
body.white-version dd,
body.white-version pre {
  color: var(--color-body-white);
}
body.white-version .rainbow-single-post .inbio-comment-form .inner p a:hover,
body.white-version .rainbow-single-post .comment-form .inner p a:hover,
body.white-version .tag.entry-tags a:hover {
  color: var(--color-primary);
}
body.white-version .comment-respond textarea,
body.white-version .comment-respond input {
  background: #fdfefe;
  border-color: var(--color-border-white);
  box-shadow: none;
  color: var(--color-body-white);
}
body.white-version .inbio-single-widget .title,
body.white-version .inbio-single-widget h2,
body.white-version .inbio-single-widget .wp-block-search__label,
body.white-version .inbio-single-widget .widget-title {
  color: var(--color-heading-wv);
  background: var(--gradient-box-w);
  border-bottom: 1px solid var(--color-border-white);
}
body.white-version .inbio-single-widget,
body.white-version .wp-block-quote,
body.white-version blockquote,
body.white-version .wp-block-coblocks-click-to-tweet,
body.white-version .wp-block-pullquote blockquote,
body.white-version .wp-block-quote.is-style-large,
body.white-version .wp-block-quote.is-large,
body.white-version blockquote.has-text-align-right,
body.white-version .wp-block-quote.has-text-align-right {
  background: var(--color-white);
  box-shadow: var(--shadow-white-3);
}
body.white-version pre {
  background: #fff;
  box-shadow: var(--shadow-white-3);
}
body.white-version .wp-block-quote::after,
body.white-version blockquote::after,
body.white-version .wp-block-coblocks-click-to-tweet::after,
body.white-version .wp-block-pullquote blockquote::after,
body.white-version .wp-block-quote.is-style-large::after,
body.white-version .wp-block-quote.is-large::after,
body.white-version blockquote.has-text-align-right::after,
body.white-version .wp-block-quote.has-text-align-right::after,
body.white-version .wp-block-calendar table thead th {
  background: var(--gradient-box-w);
}
body.white-version .wp-block-pullquote.is-style-solid-color blockquote::after {
  display: none;
}
body.white-version .wp-block-pullquote.is-style-solid-color blockquote {
  box-shadow: none;
}
body.white-version .blocks-gallery-item figcaption {
  color: var(--color-white);
}
body.white-version .inbio-single-widget.widget_recent_comments ul li + li,
body.white-version .inbio-single-widget.widget_recent_comments ol li + li,
body.white-version .inbio-single-widget.widget_recent_entries ul li + li,
body.white-version .inbio-single-widget.widget_recent_entries ol li + li,
body.white-version .inbio-single-widget.widget_archive ul li + li,
body.white-version .inbio-single-widget.widget_archive ol li + li,
body.white-version .inbio-single-widget.widget_block ul li + li,
body.white-version .inbio-single-widget.widget_block ol li + li,
body.white-version .inbio-single-widget.widget_meta ul li + li,
body.white-version .inbio-single-widget.widget_meta ol li + li,
body.white-version .inbio-single-widget.widget_pages ul li + li,
body.white-version .inbio-single-widget.widget_pages ol li + li,
body.white-version .inbio-single-widget.widget_nav_menu ul li + li,
body.white-version .inbio-single-widget.widget_nav_menu ol li + li,
body.white-version .inbio-single-widget.widget_categories ul li + li,
body.white-version .inbio-single-widget.widget_categories ol li + li,
body.white-version .inbio-single-widget input,
body.white-version .inbio-single-widget select,
body.white-version table th,
body.white-version table td,
body.white-version .wp-block-calendar tbody th,
body.white-version .wp-block-calendar tbody td,
body.white-version .wp-block-table td,
body.white-version .wp-block-table th,
body.white-version .wp-calendar-table th,
body.white-version .wp-calendar-table td,
body.white-version .widget_rss ul li + li,
body.white-version .tagcloud a,
body.white-version .wp-block-tag-cloud a,
body.white-version select,
body.white-version .wp-block-search input,
body.white-version .wp-block-search .wp-block-search__input,
body.white-version .blog-search input,
body.white-version .blog-search .wp-block-search__input,
body.white-version .post-pagination .post-page-numbers,
body.white-version .page-links .post-page-numbers,
body.white-version .rainbow-page-links .post-page-numbers {
  border-color: var(--color-border-white);
}
body.white-version .wp-block-search .wp-block-search__button i,
body.white-version .wp-block-search .search-button i,
body.white-version .blog-search .wp-block-search__button i,
body.white-version .blog-search .search-button i {
  color: var(--color-white);
}
body.white-version .wp-block-search .wp-block-search__button,
body.white-version .wp-block-search .search-button,
body.white-version .blog-search .wp-block-search__button,
body.white-version .blog-search .search-button {
  box-shadow: var(--shadow-white-3);
}
body.white-version .wp-block-search .wp-block-search__button:hover i,
body.white-version .wp-block-search .search-button:hover i,
body.white-version .blog-search .wp-block-search__button:hover i,
body.white-version .blog-search .search-button:hover i {
  color: var(--color-white);
}
body.white-version .post-pagination ul.page-numbers li a,
body.white-version .post-pagination ul.page-list li a {
  background: var(--gradient-box-w);
  color: var(--color-body-white);
  box-shadow: var(--shadow-white-3);
}
body.white-version .comment-list .comment.byuser .single-comment,
body.white-version .comment-list .pingback.byuser .single-comment,
body.white-version .comment-list .trackback.byuser .single-comment {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  border-color: transparent !important;
  color: var(--color-body-white);
}
body.white-version .rn-blog .inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-blog .inner::before {
  background: var(--gradient-box-w);
}
body.white-version .rn-blog .inner:hover {
  box-shadow: var(--shadow-white-3);
}
body.white-version .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--color-border-white);
}
body.white-version .rn-pricing .pricing-body .check-wrapper .check svg,
body.white-version .rn-pricing .pricing-body .check-wrapper .check i {
  color: var(--color-primary);
}
body.white-version .left-header-style {
  background: var(--gradient-box-w);
}
body.white-version .left-header-style .logo-area a img {
  border: 5px solid #fff;
  box-shadow: var(--shadow-white-3);
}
body.white-version .left-header-style #sideNavs .primary-menu li a {
  color: var(--color-body-white);
  font-weight: 500;
}
body.white-version .left-header-style #sideNavs .primary-menu li a.active {
  color: var(--color-primary);
}
body.white-version .banner-inner h1.color-black {
  color: var(--color-heading-wv);
}
body.white-version .banner-inner .cd-headline span:nth-child(1) {
  color: var(--color-body-white);
}
body.white-version .banner-inner .cd-headline.color-light span:nth-child(1) {
  color: var(--color-lightn);
}
body.white-version .client-style-two .rn-brand .inner,
body.white-version .client-style-three .rn-brand .inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .client-style-two .rn-brand .inner::after,
body.white-version .client-style-three .rn-brand .inner::after {
  display: none;
}
body.white-version .client-style-two .rn-brand .inner .seperator::after,
body.white-version .client-style-three .rn-brand .inner .seperator::after {
  background: #dce1e4;
  opacity: 0.9;
}
body.white-version .rn-video-popup-area .thumbnail {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-video-popup-area .thumbnail a::after {
  box-shadow: none;
}
body.white-version .rn-video-popup-area .thumbnail a span {
  border-left: 27px solid #f1f1f1ce;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
body.white-version .gallery-wrapper .portfolio-static {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .gallery-wrapper .portfolio-static .content .inner p {
  color: var(--color-primary);
}
body.white-version .gallery-wrapper .portfolio-static .content .inner h4 {
  color: var(--color-heading-wv);
}
body.white-version .social-share-style-1 .title {
  color: var(--color-heading-wv);
}
body.white-version .social-share-style-1 .social-share li a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .social-share-style-1 .social-share li a svg {
  color: rgba(0, 0, 0, 0.384);
  transition: var(--transition);
}
body.white-version .social-share-style-1 .social-share li a::before {
  background: var(--gradient-red-hover);
}
body.white-version .social-share-style-1 .social-share li a:hover svg {
  color: var(--color-white);
}
body.white-version .testimonial-style-2 .testimonial-inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .testimonial-style-2 .testimonial-inner .testimonial-header .ts-header {
  color: var(--color-body-white);
  transition: var(--transition);
}
body.white-version .testimonial-style-2 .testimonial-inner .testimonial-header .ts-header span {
  transition: var(--transition);
}
body.white-version .testimonial-style-2 .testimonial-inner::before {
  background: var(--gradient-box-w);
}
body.white-version .testimonial-style-2 .testimonial-inner .testimonial-body .description {
  color: var(--color-body-white);
}
body.white-version .portfolio-style-two .portfolio-single .inner .title {
  color: var(--color-heading-wv) !important;
}
body.white-version .portfolio-style-two .portfolio-single .inner p.description {
  color: var(--color-body-white) !important;
}
body.white-version .portfolio-style-two .portfolio-single .inner .ft-area .feature-wrapper .single-feature p {
  color: var(--color-body-white) !important;
}
body.white-version .portfolio-style-two .portfolio-single .inner .ft-area .feature-wrapper .single-feature svg {
  color: var(--color-body-white) !important;
}
body.white-version .portfolio-style-two a {
  background: var(--gradient-box-w) !important;
  box-shadow: var(--shadow-white-3) !important;
}
body.white-version ul.slick-dots li button {
  box-shadow: var(--shadow-white-3);
  background: var(--color-lightn);
  position: relative;
  z-index: 1;
}
body.white-version ul.slick-dots li button::after {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
body.white-version ul.slick-dots li.slick-active button {
  background: var(--color-primary);
}
body.white-version.home-classic .slide .content .inner .title {
  color: var(--color-white);
}
body.white-version.home-classic .slide .content .inner .title .span {
  color: var(--color-white);
}
body.white-version.home-classic .slide .content .inner p.description {
  color: var(--color-lightn);
}
body.white-version.home-classic .skill-style-1 li {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version.home-classic .rn-client-style-2 .main-content .client-name span a {
  color: var(--color-body-white);
}
body.white-version.home-classic .rn-client-style-2 .main-content .client-name span a:hover {
  color: var(--color-primary);
}
body.white-version.home-classic .pricing-style-2 .title-area-wrapper p {
  color: var(--color-body-white);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .ts-header span {
  color: #5c6065;
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .ts-header h6 {
  color: var(--color-heading-wv);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper h3.price {
  color: var(--color-primary);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-body .feature svg {
  color: var(--color-heading-wv);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-body .feature svg.off {
  color: rgba(61, 60, 60, 0.281);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-body .feature span.name {
  color: var(--color-body-white);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-body .feature span.name.off {
  color: rgba(0, 0, 0, 0.6);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version.home-classic .pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn:hover {
  color: var(--color-white);
}
body.white-version.home-classic .rn-header .header-right a.rn-btn {
  box-shadow: none;
}
body.white-version .rn-about-area .image-area {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .rn-about-area .contant .description {
  color: var(--color-body-white);
}
body.white-version .rn-about-area a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-about-area a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .rn-about-area a.rn-btn:hover {
  color: var(--color-white);
}
body.white-version.box-wrapper header.rn-header, body.white-version.box-wrapper .main-page-wrapper, body.white-version.box-wrapper .rn-footer-area {
  background: #ECF0F3;
}
body.white-version .slide-style-2 .slide .slider-wrapper .background-image-area {
  box-shadow: var(--gradient-red-hover);
  box-shadow: var(--shadow-white-3);
}
body.white-version .slide-style-2 .user-info-top {
  background: var(--gradient-box-w) !important;
  box-shadow: var(--shadow-white-3) !important;
}
body.white-version .slide-style-2 .user-info-top .user-info-header h2.title {
  color: var(--color-heading-wv) !important;
}
body.white-version .slide-style-2 .user-info-top .user-info-header p.disc {
  color: var(--color-body-white) !important;
}
body.white-version .slide-style-2 .user-info-top .user-info-footer .info span {
  color: var(--color-heading-wv) !important;
}
body.white-version .slide-style-2 .user-info-bottom {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3) !important;
}
body.white-version .slide-style-2 .user-info-bottom .button-wrapper a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .slide-style-2 .user-info-bottom .button-wrapper a.rn-btn span {
  color: var(--color-primary) !important;
  transition: var(--transition) !important;
}
body.white-version .slide-style-2 .user-info-bottom .button-wrapper a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .slide-style-2 .user-info-bottom .button-wrapper a.rn-btn:hover span {
  color: var(--color-white) !important;
}
body.white-version .slide-style-2 .user-info-bottom span {
  color: var(--color-body-white) !important;
}
body.white-version .experience-style-two .experience-center .date {
  background-color: var(--color-primary);
  color: var(--color-white);
}
body.white-version .experience-style-two .experience-center .experience-title {
  color: var(--color-heading-wv);
}
body.white-version .experience-style-two .experience-center .subtitle {
  color: var(--color-body-white);
}
body.white-version .experience-style-two .experience-center p.disc {
  color: var(--color-body-white);
}
body.white-version .footer-style-2 .social-icone-wrapper .social-share li a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .footer-style-2 .social-icone-wrapper .social-share li a svg {
  color: var(--color-body-white);
}
body.white-version .footer-style-2 .social-icone-wrapper .social-share li a::after {
  background: var(--gradient-red-hover) !important;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
body.white-version .footer-style-2 .social-icone-wrapper .social-share li a:hover svg {
  color: var(--color-white);
}
body.white-version .footer-style-2 .menu-wrapper .menu-footer li a {
  color: var(--color-body-white);
}
body.white-version .footer-style-2 .copyright .description a {
  color: var(--color-body-white);
  transition: var(--transition);
}
body.white-version .footer-style-2 .copyright .description a::after {
  background: var(--color-white);
}
body.white-version .footer-style-2 .copyright .description a:hover {
  color: var(--color-primary);
}
body.white-version .slick-arrow-style-one .slick-arrow {
  color: var(--color-body-white);
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .slick-arrow-style-one .slick-arrow::before {
  background: var(--gradient-red-hover);
}
body.white-version .experience-style-two {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .experience-style-two a.rn-btn {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .experience-style-two a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .experience-style-two a.rn-btn:hover {
  color: var(--color-white);
}
body.white-version .cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}
body.white-version #sideNav .primary-menu li a {
  color: var(--color-body-white);
  font-weight: 600;
}
body.white-version .section-separator::after {
  background: #dce1e4;
}
body.white-version .rn-header .header-center .primary-menu li a {
  color: var(--color-tertiary);
}
body.white-version .rn-header .header-right a::before {
  background: var(--gradient-red-hover);
}
body.white-version .rn-header .header-right a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-header .header-right a.rn-btn:hover {
  transform: translateY(-3px);
}
body.white-version .rn-header .header-right a:hover {
  color: var(--color-white);
}
body.white-version .slide .content .inner .title {
  color: var(--color-heading-wv);
}
body.white-version .slide .content .inner .title span {
  color: var(--color-heading-wv);
}
body.white-version .slide .content .inner .title span:nth-child(1) {
  color: var(--color-primary);
}
body.white-version .slide .content .inner .subtitle {
  color: var(--color-body-white);
  font-weight: 500;
}
body.white-version .slide .content .inner .description {
  color: var(--color-body-white);
}
body.white-version .slide .thumbnail::before {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .slide .social-share-inner-left span.title {
  color: var(--color-heading-wv);
  font-weight: 500;
}
body.white-version .slide .social-share-inner-left span.title.white-clr {
  color: var(--color-lightn);
}
body.white-version .slide .social-share-inner-left .social-share li {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .slide .social-share-inner-left .social-share li a {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .slide .social-share-inner-left .social-share li a::before {
  background: var(--gradient-red-hover);
}
body.white-version .slide .social-share-inner-left .social-share li a svg,
body.white-version .slide .social-share-inner-left .social-share li a i,
body.white-version .slide .social-share-inner-left .social-share li a img {
  color: var(--color-body-white);
}
body.white-version .slide .social-share-inner-left .social-share li a:hover svg,
body.white-version .slide .social-share-inner-left .social-share li a:hover i,
body.white-version .slide .social-share-inner-left .social-share li a:hover img {
  color: var(--color-white);
}
body.white-version .slide .social-share-inner-left .social-share li svg,
body.white-version .slide .social-share-inner-left .social-share li i,
body.white-version .slide .social-share-inner-left .social-share li img {
  color: var(--color-body-white);
}
body.white-version .slide .skill-share-inner span.title {
  color: var(--color-heading-wv);
  font-weight: 500;
}
body.white-version .slide .skill-share-inner .skill-share li {
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-service {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-service::before {
  background: var(--gradient-red-hover);
}
body.white-version .rn-service .inner .content h4.title {
  color: var(--color-heading-wv);
}
body.white-version .rn-service .inner .content p.description {
  color: var(--color-body-white);
}
body.white-version .rn-service:hover .inner .icon svg,
body.white-version .rn-service:hover .inner .icon i {
  color: var(--color-white);
  stroke: var(--color-white);
}
body.white-version .rn-service:hover .inner .content h4.title {
  color: var(--color-white);
}
body.white-version .rn-service:hover .inner .content .description {
  color: var(--color-white);
}
body.white-version .rn-service:hover .inner .content .read-more-button i {
  color: var(--color-white);
}
body.white-version .rn-portfolio {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-portfolio::before {
  display: none;
}
body.white-version .rn-portfolio .inner .content .title a {
  color: var(--color-heading-wv);
}
body.white-version .rn-portfolio .inner .content .category-info .category-list a {
  font-weight: 500;
}
body.white-version .rn-portfolio .inner .content .category-info .meta span {
  color: var(--color-body-white);
}
body.white-version .rn-portfolio .inner .content .category-info .meta span a i {
  color: var(--color-body-white);
}
body.white-version .modal-portfolio {
  background: #ECF0F3;
}
body.white-version .modal-portfolio .modal-dialog {
  margin: auto;
}
body.white-version .modal-portfolio .modal-dialog .modal-content {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-header .close span {
  transition: var(--transition);
  color: var(--color-primary);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-header .close span::after {
  opacity: 1;
  transition: var(--transition);
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-header .close span:hover {
  color: var(--color-white);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-header .close span:hover::after {
  background: var(--gradient-red-hover);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-body .text-content p {
  color: var(--color-body-white);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-body .text-content h3 {
  color: var(--color-heading-wv);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-body .text-content a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-body .text-content a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .modal-portfolio .modal-dialog .modal-content .modal-body .text-content a.rn-btn:hover {
  color: var(--color-white);
}
body.white-version .modal {
  background: #ECF0F3;
}
body.white-version .modal .modal-dialog {
  margin: auto;
}
body.white-version .modal .modal-dialog .modal-content {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close span {
  transition: var(--transition);
  color: var(--color-primary);
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close span::after {
  opacity: 1;
  transition: var(--transition);
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close span:hover {
  color: var(--color-white);
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close span:hover::after {
  background: var(--gradient-red-hover);
}
body.white-version .modal .modal-body .news-details p {
  color: var(--color-body-white);
}
body.white-version .modal .modal-body .news-details h2 {
  color: var(--color-heading-wv);
}
body.white-version .modal .modal-body .news-details h4 {
  color: var(--color-heading-wv);
}
body.white-version .modal .modal-body .news-details h2 span {
  color: var(--color-body-white);
}
body.white-version .modal .modal-body .comment-inner .title {
  color: var(--color-heading-wv);
}
body.white-version .modal .modal-body .comment-inner a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal .modal-body .comment-inner a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .modal .modal-body .comment-inner a.rn-btn:hover {
  color: var(--color-white);
  transform: translateY(-3px);
}
body.white-version .modal .modal-body .comment-inner .rnform-group input {
  background: #fdfefe;
  border: 2px solid var(--color-border-white);
  color: var(--color-body-white);
  box-shadow: none;
}
body.white-version .modal .modal-body .comment-inner .rnform-group input:focus {
  border: 2px solid var(--color-primary);
}
body.white-version .modal .modal-body .comment-inner .rnform-group textarea {
  background: #fdfefe;
  border: 2px solid var(--color-border-white);
  font-family: var(--font-secondary);
  color: var(--color-body-white);
  box-shadow: none;
}
body.white-version .modal .modal-body .comment-inner .rnform-group textarea:focus {
  border: 2px solid var(--color-primary);
}
body.white-version .backto-top > div {
  background-color: var(--color-white);
  box-shadow: var(--shadow-white-3);
}
body.white-version .backto-top > div svg {
  color: var(--color-primary);
}
body.white-version .backto-top > div::after {
  transition: var(--transition);
  background: var(--gradient-red-hover);
}
body.white-version .backto-top > div:hover svg {
  color: var(--color-white);
}
body.white-version .rn-resume-area .rn-nav-list {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-resume-area .rn-nav-list .nav-item .nav-link {
  color: var(--color-heading-wv);
}
body.white-version .rn-resume-area .rn-nav-list .nav-item .nav-link.active {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .rn-resume-area .rn-nav-list .nav-item .nav-link:hover {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .rn-resume-area .personal-experience-inner .content .maintitle {
  color: var(--color-heading-wv);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list {
  border-left: 5px solid #d9dee2;
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .inner::before {
  background: #d9dee2;
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .inner::after {
  border: 5px solid #d9dee2;
  background: #ecf0f3;
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .inner p {
  color: var(--color-body-white);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list::before {
  background: var(--gradient-red-hover);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .heading {
  border-bottom: 1px solid #e3e9ed;
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .heading .title h4 {
  color: var(--color-heading-wv);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .heading .title span {
  color: var(--color-body-white);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list .heading .date-of-time span {
  background: var(--color-white);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .heading {
  border-bottom: 1px solid #ce6e6e;
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .heading .title h4 {
  color: var(--color-white);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .heading .title span {
  color: var(--color-white);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .heading .date-of-time span {
  box-shadow: none;
  background: #fe024e;
  color: var(--color-white);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .inner::after {
  background: var(--color-primary);
}
body.white-version .rn-resume-area .personal-experience-inner .experience-list .resume-single-list:hover .inner p {
  color: var(--color-white) !important;
}
body.white-version .rn-resume-area .progress-charts .progress {
  background: #dce1e4;
  box-shadow: none;
}
body.white-version .rn-resume-area .progress-charts .progress .progress-bar {
  background: linear-gradient(145deg, #fff 0%, var(--color-primary) 100%);
}
body.white-version .rn-resume-area .progress-charts .progress .progress-bar span.percent-label {
  color: var(--color-body-white);
}
body.white-version .rn-resume-area .progress-charts h6.heading {
  color: var(--color-heading-wv);
  font-weight: 500;
}
body.white-version .progress-charts .progress {
  background: #dce1e4;
  box-shadow: none;
}
body.white-version .progress-charts .progress .progress-bar {
  background: linear-gradient(145deg, #fff 0%, var(--color-primary) 100%);
}
body.white-version .progress-charts .progress .progress-bar span.percent-label {
  color: var(--color-body-white);
}
body.white-version .progress-charts h6.heading {
  color: var(--color-heading-wv);
  font-weight: 500;
}
body.white-version .progress-wrapper .content .subtitle {
  color: var(--color-subtitle);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}
body.white-version .progress-wrapper .content h4.maintitle {
  color: var(--color-heading-wv);
}
body.white-version .testimonial .inner .card-info {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .testimonial .inner .card-info .card-content .title {
  color: var(--color-heading-wv);
}
body.white-version .testimonial .inner .card-info .card-content .designation {
  color: var(--color-body-white);
}
body.white-version .testimonial .inner .card-description {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .testimonial .inner .card-description::after {
  opacity: 0.2;
}
body.white-version .testimonial .inner .card-description .description {
  color: var(--color-body-white);
}
body.white-version .testimonial .inner .card-description .title-area .rating {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .testimonial .inner .card-description .title-area .title-info .title {
  color: var(--color-heading-wv);
}
body.white-version .testimonial .inner .card-description .title-area .title-info .date {
  color: var(--color-body-white);
}
body.white-version .testimonial .inner .card-description::before {
  background: #d9dee2;
}
body.white-version .testimonial .inner .card-description .seperator::after {
  background: #d9dee2;
  height: 1px;
}
body.white-version .testimonial-activation button.slide-arrow {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .testimonial-activation button.slide-arrow::after {
  background: var(--gradient-red-hover);
}
body.white-version .testimonial-activation button.slide-arrow:hover {
  color: var(--color-white);
}
body.white-version .testimonial-activation .slick-dots li button {
  box-shadow: var(--shadow-white-3);
  background: var(--color-lightn);
}
body.white-version .testimonial-activation .slick-dots li.slick-active button {
  background: var(--color-primary);
}
body.white-version .breadcrumb-style-one {
  background: var(--gradient-box-w);
}
body.white-version .breadcrumb-style-one .breadcrumb-inner .page-list li a {
  color: var(--color-body-white);
}
body.white-version .breadcrumb-style-one .breadcrumb-inner .page-list li.current-page {
  color: var(--color-primary);
}
body.white-version .breadcrumb-style-one .breadcrumb-inner .title {
  color: var(--color-heading-wv);
}
body.white-version .rn-client-area .section-title span {
  color: var(--color-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
body.white-version .rn-client-area .tab-navigation-button {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-client-area .tab-navigation-button .nav-item .nav-link {
  color: var(--color-body-white);
}
body.white-version .rn-client-area .tab-navigation-button .nav-item .nav-link:hover {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-client-area .tab-navigation-button .nav-item .nav-link.active {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .rn-client-area .client-card .seperator::after {
  background: #dce1e4;
  opacity: 0.9;
}
body.white-version .rn-client-area .client-card .inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-client-area .client-card .inner::after {
  background: none;
}
body.white-version .rn-client-area .client-card .inner:hover {
  background: var(--gradient-box-w);
}
body.white-version .rn-pricing-area .navigation-wrapper {
  box-shadow: var(--shadow-white-3);
  border-radius: 6px;
  background: var(--gradient-box-w);
}
body.white-version .rn-pricing-area .navigation-wrapper .nav {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-pricing-area .navigation-wrapper .nav li a {
  color: var(--color-body-white);
}
body.white-version .rn-pricing-area .navigation-wrapper .nav li a:hover {
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
  border-radius: 6px;
}
body.white-version .rn-pricing-area .navigation-wrapper .nav li a.active {
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
  background: var(--gradient-box-w);
}
body.white-version .rn-pricing-area .navigation-wrapper .nav li::before {
  background: #e3e9ec;
  color: #000;
}
body.white-version .rn-pricing-area .navigation-wrapper .nav li::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #e3e9ec;
}
body.white-version .rn-pricing .pricing-header .header-left h2.title {
  color: var(--color-heading-wv);
}
body.white-version .rn-pricing .pricing-header .header-right span {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-pricing .pricing-body p.description {
  color: var(--color-body-white);
}
body.white-version .rn-pricing .pricing-body .check-wrapper .check p {
  color: var(--color-body-white);
}
body.white-version .rn-pricing .pricing-body .check-wrapper .check svg {
  color: var(--color-primary);
}
body.white-version .rn-pricing .pricing-footer .rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-pricing .pricing-footer .rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .rn-pricing .pricing-footer .rn-btn:hover {
  color: var(--color-white);
  transform: translateY(-3px);
}
body.white-version .rn-pricing .pricing-footer .time-line .single-cmt svg {
  color: var(--color-body-white);
}
body.white-version .rn-pricing .pricing-footer .time-line .single-cmt span {
  color: var(--color-body-white);
}
body.white-version .contact-about-area {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .contact-about-area .title-area h4.title {
  color: var(--color-heading-wv);
}
body.white-version .contact-about-area .title-area span {
  color: var(--color-body-white);
  opacity: 0.9;
}
body.white-version .contact-about-area .description span {
  color: var(--color-body-white);
}
body.white-version .contact-about-area .description span a {
  color: var(--color-body-white);
}
body.white-version .contact-about-area .description span a:hover {
  color: var(--color-primary);
}
body.white-version .contact-about-area .description p {
  color: var(--color-body-white);
  font-weight: 400;
}
body.white-version .contact-about-area .social-area .name {
  color: var(--color-heading-wv);
}
body.white-version .contact-about-area .social-area .social-icone a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .contact-about-area .social-area .social-icone a i {
  color: var(--color-body-white);
}
body.white-version .contact-about-area .social-area .social-icone a::before {
  background: var(--gradient-red-hover);
}
body.white-version .contact-about-area .social-area .social-icone a:hover i {
  color: var(--color-white);
}
body.white-version .contact-form-wrapper {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .contact-form-wrapper input {
  background-color: #fdfefe;
  border: 2px solid var(--color-border-white);
  font-family: var(--font-secondary);
  color: var(--color-body-white);
  box-shadow: none;
}
body.white-version .contact-form-wrapper input:focus {
  border: 2px solid var(--color-primary);
}
body.white-version .contact-form-wrapper input.rn-btn {
  background-color: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
  border: 0 none;
}
body.white-version .contact-form-wrapper input.rn-btn:hover {
  background: var(--gradient-red-hover);
  color: var(--color-white);
}
body.white-version .contact-form-wrapper textarea {
  background: #fdfefe;
  border: 2px solid var(--color-border-white);
  font-family: var(--font-secondary);
  color: var(--color-body-white);
  box-shadow: none;
}
body.white-version .contact-form-wrapper textarea:focus {
  border: 2px solid var(--color-primary);
}
body.white-version .contact-form-wrapper label {
  color: var(--color-body-white);
}
body.white-version .contact-form-wrapper a.rn-btn {
  background-color: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
  border: 0 none;
}
body.white-version .contact-form-wrapper a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .contact-form-wrapper a.rn-btn:hover {
  color: var(--color-white);
  transform: translateY(-3px);
  background: var(--gradient-red-hover);
}
body.white-version .footer-area .description {
  color: var(--color-body-white);
}
body.white-version .popup-mobile-menu .inner {
  background: var(--gradient-box-w);
}
body.white-version .popup-mobile-menu .inner .menu-top .menu-header .close-button .close:after {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .popup-mobile-menu .inner .menu-top .description {
  color: var(--color-body-white);
}
body.white-version .popup-mobile-menu .inner .content .primary-menu .nav-item a {
  color: var(--color-heading-wv);
}
body.white-version .popup-mobile-menu .inner .content .social-share-style-1 span.title {
  color: var(--color-body-white);
}
body.white-version .popup-mobile-menu .inner .content .social-share-style-1 .social-share li a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .popup-mobile-menu .inner .content .social-share-style-1 .social-share li a svg {
  color: var(--color-primary);
}
body.white-version a.video-play-button span {
  border-left: 27px solid #2c2a2bce;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
body.white-version a.video-play-button::after {
  background: #ffffff96;
}
body.white-version a.video-play-button::before {
  background: #ecf0f33b;
}
body.white-version .rn-right-demo .demo-button {
  background: var(--gradient-box-w);
  box-shadow: none;
}
body.white-version .rn-right-demo .demo-button span.text {
  color: var(--color-primary);
}
body.white-version a.rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .slide.slider-style-3 .slider-wrapper .background-image-area,
body.white-version .portfolio-style-two .carousel.slide,
body.white-version .pricing-style-2 .pricing-wrapper,
body.white-version .pricing-style-2 .pricing-wrapper-pro,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn {
  box-shadow: var(--shadow-white-3);
}
body.white-version .modal .modal-dialog .modal-content .modal-body .text-content h3,
body.white-version .pricing-style-2 .pricing-wrapper .ts-header h6,
body.white-version .pricing-style-2 .pricing-wrapper-pro .ts-header h6 {
  color: var(--color-heading-wv);
}
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header .title,
body.white-version .modal-body .news-details .date,
body.white-version .modal .modal-dialog .modal-content .modal-body .text-content h3 span,
body.white-version .modal .modal-dialog .modal-content .modal-body .text-content p,
body.white-version .portfolio-style-two .carousel.slide .carousel-control-next svg,
body.white-version .portfolio-style-two .carousel.slide .carousel-control-prev svg,
body.white-version .pricing-style-2 .pricing-wrapper .ts-header span,
body.white-version .pricing-style-2 .pricing-wrapper-pro .ts-header span,
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature .name,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature .name,
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature svg,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature svg {
  color: var(--color-body-white);
}
body.white-version .pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn::before,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .portfolio-style-two .carousel.slide .carousel-control-next svg:hover,
body.white-version .portfolio-style-two .carousel.slide .carousel-control-prev svg:hover,
body.white-version .pricing-style-2 .pricing-wrapper .price,
body.white-version .pricing-style-2 .pricing-wrapper-pro .price {
  color: var(--color-primary);
}
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-header p.disc,
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top .user-info-footer .info span,
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom > span,
body.white-version .footer-area .description a {
  color: var(--color-body-white);
}
body.white-version .section-title span.subtitle {
  color: var(--color-subtitle);
  letter-spacing: 2px;
  display: block;
  line-height: 14px;
  font-weight: 500;
}
body.white-version .section-title h2.title {
  color: var(--color-body-white);
}
body.white-version .sticky-home-wrapper h5.title {
  color: var(--color-body-white);
}
body.white-version .sticky-home-wrapper h5.title::after {
  background: var(--color-tertiary);
  opacity: 0.3;
}
body.white-version .sticky-home-wrapper .section-height::after {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  filter: blur(0);
}
body.white-version .sticky-home-wrapper .rn-skill-area .inner .skill-share-inner span {
  color: var(--color-heading-wv);
  font-weight: 400;
}
body.white-version .sticky-home-wrapper .rn-skill-area .inner .skill-share-inner .skill-share li {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .banner-details-wrapper-sticky .banner-title-area h1.title {
  color: var(--color-heading-wv);
}
body.white-version .banner-details-wrapper-sticky .banner-title-area h1.title span {
  color: var(--color-primary);
}
body.white-version .banner-details-wrapper-sticky .banner-title-area h1.title .span {
  color: var(--color-body-white);
}
body.white-version .banner-details-wrapper-sticky .banner-title-area p {
  color: var(--color-body-white);
}
body.white-version .banner-details-wrapper-sticky .button-area .rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .banner-details-wrapper-sticky .button-area .rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .banner-details-wrapper-sticky .button-area .rn-btn:hover {
  color: var(--color-white);
}
body.white-version .banner-details-wrapper-sticky .thumbnail img {
  border: 5px solid #fefefe;
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-about-area .inner p.about-disc {
  color: var(--color-body-white);
}
body.white-version .single-card-sticky .card-list li a {
  color: #5c5f62;
}
body.white-version .single-card-sticky .card-list li::before {
  background: #b9b9b9;
}
body.white-version .testimonial-style-2 .carousel .carousel-indicators li {
  box-shadow: none;
  background: #ced2d5;
}
body.white-version .testimonial-style-2 .carousel a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .testimonial-style-2 .carousel a::before {
  background: var(--gradient-red-hover);
  transition: var(--transition);
}
body.white-version .testimonial-style-2 .carousel a svg {
  transition: var(--transition);
  color: var(--color-body-white);
}
body.white-version .testimonial-style-2 .carousel a:hover svg {
  color: var(--color-white);
}
body.white-version .testimonial-style-2 .testimonial-inner .testimonial-header .ts-header {
  color: var(--color-body-white);
}
body.white-version .testimonial-style-2 .testimonial-inner .testimonial-body p.description {
  color: var(--color-body-white);
}
body.white-version .contact-form-wrapper label {
  color: var(--color-body-white);
}
body.white-version .contact-form-wrapper input {
  background: #fdfefe;
  border: 2px solid var(--color-border-white);
  box-shadow: none;
  color: var(--color-body-white);
}
body.white-version .contact-form-wrapper textarea {
  background: #fdfefe;
  border: 2px solid var(--color-border-white);
  box-shadow: none;
  color: var(--color-body-white);
}
body.white-version .contact-form-wrapper .rn-btn {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
  border: 0 none;
  text-transform: uppercase;
}
body.white-version .contact-form-wrapper .rn-btn::before {
  background: var(--gradient-red-hover);
}
body.white-version .contact-form-wrapper .rn-btn:hover {
  color: var(--color-white);
  transform: translateY(-3px);
  background: var(--gradient-red-hover);
}
body.white-version .contact-form-wrapper .rn-btn:hover span {
  color: var(--color-white);
}
body.white-version .contact-form-wrapper .rn-btn:hover i {
  color: var(--color-white);
}
body.white-version .backto-top > div {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  background-color: var(--gradient-box-w);
  text-align: center;
  z-index: 999 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.white-version .backto-top > div::after {
  background: var(--gradient-red-hover);
}
body.white-version .backto-top > div:hover svg {
  color: var(--color-white);
}
body.white-version .backto-top svg {
  color: #282a2f;
}
body.white-version a.rn-btn::before,
body.white-version button.rn-btn::before {
  background-image: var(--gradient-red-hover);
}
body.white-version a.rn-btn:hover,
body.white-version button.rn-btn {
  color: var(--color-white);
}
body.white-version .rn-portfolio .inner .content .title a:hover,
body.white-version .rn-blog .inner .content .title a:hover {
  color: var(--color-primary);
}
body.white-version .slick-arrow-style-one .slick-arrow:hover,
body.white-version .footer-area .description a:hover {
  color: var(--color-primary);
}
body.white-version .slide.slider-style-4 .social-share-inner-left span.title {
  color: var(--color-white);
}
body.white-version.home-classic .header-style-2.sticky #sideNav .primary-menu li a {
  color: var(--color-body-white);
}
body.white-version .testimonial-style-2.testimonial-with-carousel .testimonial-inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .sticky-home-wrapper .rn-contact-area.section-height .contact-form-wrapper {
  background: transparent;
  box-shadow: none;
}
body.white-version.home-classic #sideNav .primary-menu li a {
  color: var(--color-lightn);
}
body.white-version.home-classic .header--sticky.sticky #sideNav .primary-menu li a {
  color: var(--color-body-white);
}
body.white-version .mainmenu-nav ul.primary-menu > li:hover > a {
  color: var(--color-primary);
}
body.white-version .popup-mobile-menu .inner .menu-top {
  border-bottom-color: #dce1e4;
}
body.white-version .header--sticky.sticky .mainmenu-nav .primary-menu li a {
  opacity: 0.8;
}
body.white-version .client-card .main-content .client-name a,
body.white-version .rn-pricing .pricing-header .header-left span {
  color: var(--color-body-white);
}
body.white-version #sideNav .primary-menu li a.active {
  color: var(--color-primary);
}
body.white-version .footer-style-2 .copyright .description,
body.white-version .slider-style-5 h1 {
  color: var(--color-body-white);
}
body.white-version .slider-style-6 .cd-headline span {
  color: var(--color-white) !important;
}
body.white-version .rainbow-sticky {
  background-color: #ECF0F3;
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1);
}
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-top {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .slide.slider-style-3 .slider-wrapper .slider-info .user-info-bottom {
  box-shadow: var(--shadow-white-3);
}

.front-end-developer.white-version div#carouselExampleControls {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}

body.white-version .rn-pricing .pricing-footer .time-line .single-cmt svg,
body.white-version .rn-pricing .pricing-footer .time-line .single-cmt i {
  color: var(--color-body-white);
}
body.white-version .rn-content-wrapper .padding-tb {
  background: #fff;
  box-shadow: none;
}
body.white-version .social-share li a svg,
body.white-version .social-share li a i,
body.white-version .rn-header-content li span {
  color: var(--color-body-white);
}
body.white-version i.rbt-icon.rbt-tiktok::before {
  background-color: var(--color-body-white);
}
body.white-version .social-share li a:hover i.rbt-icon.rbt-tiktok::before {
  background-color: var(--color-white);
}
body.white-version .social-share li a:hover svg,
body.white-version .social-share li a:hover i {
  color: #fff;
}
body.white-version .tab-content-wrapper .tab-content {
  background: #fff;
  box-shadow: none;
}
body.white-version .tab-content-wrapper .tab-navigation-button {
  background: #fff;
  box-shadow: none;
}
body.white-version .tab-navigation-button .nav-item .nav-link {
  color: var(--color-body-white);
}
body.white-version .about-skill-style li span {
  color: var(--color-body-white);
}
body.white-version .about-skill-style li svg,
body.white-version .about-skill-style li i {
  color: var(--color-primary);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list,
body.white-version .progress-wrapper .experience-list .resume-single-list {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list::before,
body.white-version .progress-wrapper .experience-list .resume-single-list::before {
  background: var(--gradient-red-hover);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner .heading .date-of-time span,
body.white-version .progress-wrapper .experience-list .resume-single-list .inner .heading .date-of-time span {
  background: var(--color-white);
  box-shadow: var(--shadow-white-3);
  color: var(--color-primary);
}
body.white-version .rn-content-wrapper .tab-content-wrapper .tab-content .personal-experience-inner .resume-single-list:hover .heading .date-of-time span {
  background: var(--color-primary);
  box-shadow: none;
  color: var(--color-white);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner .heading .title h4,
body.white-version .progress-wrapper .experience-list .resume-single-list .inner .heading .title h4 {
  color: var(--color-body-white);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner .heading .title span {
  color: var(--color-body-white);
}
body.white-version .rn-content-wrapper .tab-content-wrapper .tab-content .personal-experience-inner .resume-single-list:hover .heading .title span {
  color: var(--color-white);
}
body.white-version .personal-experience-inner .maintitle,
body.white-version .progress-wrapper .maintitle {
  color: var(--color-heading-wv);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner::before,
body.white-version .progress-wrapper .experience-list .resume-single-list .inner::before {
  background: #d9dee2;
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner::after,
body.white-version .progress-wrapper .experience-list .resume-single-list .inner::after {
  border: 5px solid #d9dee2;
  background: var(--color-white);
}
body.white-version .personal-experience-inner .experience-list,
body.white-version .progress-wrapper .experience-list {
  border-color: #d9dee2;
}
body.white-version .personal-experience-inner .experience-list .resume-single-list:hover .inner .heading .date-of-time span,
body.white-version .progress-wrapper .experience-list .resume-single-list:hover .inner .heading .date-of-time span {
  box-shadow: none;
  background: var(--color-primary);
  color: var(--color-white);
}
body.white-version .left-header-style #sideNavs .primary-menu li a svg {
  stroke: var(--color-body-white);
}
body.white-version .elementor-1992 .elementor-element.elementor-element-00e86fe .elementor-heading-title {
  color: var(--color-body-white);
}
body.white-version .portfolio-style-two .carousel.slide i {
  color: var(--color-body-white);
}
body.white-version .portfolio-style-two .carousel.slide:hover i,
body.white-version ul li a:hover,
body.white-version ol li a:hover {
  color: var(--color-primary);
}
body.white-version .pricing-style-2 .pricing-wrapper .pricing-footer a.rn-btn,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-footer a.rn-btn {
  box-shadow: var(--shadow-white-3);
}
body.white-version .sticky-home-wrapper .testimonial-style-2 .testimonial-inner {
  background: transparent;
  box-shadow: none;
}
body.white-version .front-end-developer div#carouselExampleControls {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .skill-style-1 li {
  box-shadow: var(--shadow-white-3);
  background: var(--gradient-box-w);
}
body.white-version .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature svg,
body.white-version .portfolio-style-two .carousel-inner .carousel-item .portfolio-single .inner .ft-area .feature-wrapper .single-feature i {
  color: var(--color-body-white);
}
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature svg,
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature i,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature svg,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature i,
body.white-version .post-pagination .post-page-numbers,
body.white-version .page-links .post-page-numbers,
body.white-version .rainbow-page-links .post-page-numbers {
  color: var(--color-body-white);
}
body.white-version .wpcf7 form.invalid .wpcf7-response-output,
body.white-version .wpcf7 form.unaccepted .wpcf7-response-output,
body.white-version .wpcf7 form.payment-required .wpcf7-response-output,
body.white-version .wpcf7 form.failed .wpcf7-response-output,
body.white-version .wpcf7 form.aborted .wpcf7-response-output {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.white-version .rn-header .header-wrapper {
  border-bottom: 1px solid #dce1e4;
}
body.white-version .comment-list a,
body.white-version ol li a,
body.white-version .wp-block-file a {
  color: var(--color-heading-wv);
}
body.white-version .wp-block-file a:hover,
body.white-version .rainbow-single-post .rainbow-post-wrapper p a:hover {
  color: var(--color-primary);
}
body.white-version .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--gradient-box-w);
}
body.white-version .rn-header.header--sticky.sticky,
body.white-version .rn-header.header--sticky.rainbow-sticky {
  background-color: #ECF0F3;
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1);
}
body.white-version .footer-style-2 .ft-widget-list-wrapper .menu-footer li a {
  color: var(--color-body-white);
}
body.white-version .rn-content-wrapper .header-left .header-thumbnail img {
  border-color: #ecf0f3;
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close,
body.white-version .modal .modal-dialog .modal-content .modal-header .close,
body.white-version .video-overlay-close,
body.white-version .header-wrapper .header-right .hamberger-menu,
body.white-version .popup-mobile-menu .inner .menu-top .menu-header .close-button .close,
body.white-version .rbt-mini-cart-wrap a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-3);
}
body.white-version .modal .modal-dialog .modal-content .modal-header .close::after,
body.white-version .modal .modal-dialog .modal-content .modal-header .close::after,
body.white-version .video-overlay-close::after,
body.white-version .header-wrapper .header-right .hamberger-menu::after,
body.white-version .popup-mobile-menu .inner .menu-top .menu-header .close-button .close::after,
body.white-version .rbt-mini-cart-wrap a::after {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .left-header-style .mainmenu-nav ul.primary-menu li a svg {
  stroke: var(--color-body-white);
}
body.white-version .rbt-mini-cart-wrap .mini-cart {
  color: var(--color-body-white);
}
body.white-version .mainmenu-nav ul.primary-menu > li ul.sub-menu {
  background: var(--gradient-box-w);
  box-shadow: none;
}
body.white-version .mainmenu-nav ul.primary-menu > li ul.sub-menu li:hover > a {
  background: #ECF0F3;
}
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature .name.off,
body.white-version .pricing-style-2 .pricing-wrapper .pricing-body .feature-check .name.off,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature .name.off,
body.white-version .pricing-style-2 .pricing-wrapper-pro .pricing-body .feature-check .name.off {
  color: rgba(0, 0, 0, 0.6);
}
body.white-version ul li::marker {
  color: var(--color-body);
}
body.white-version input[type=text],
body.white-version input[type=password],
body.white-version input[type=email],
body.white-version input[type=number],
body.white-version input[type=tel],
body.white-version textarea {
  border-color: var(--color-border-white);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list .inner .heading,
body.white-version .progress-wrapper .experience-list .resume-single-list .inner .heading {
  border-color: rgba(0, 0, 0, 0.08);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list:hover .inner .heading,
body.white-version .progress-wrapper .experience-list .resume-single-list:hover .inner .heading {
  border-color: rgba(255, 255, 255, 0.1);
}
body.white-version .rn-content-wrapper .header-left::before {
  background-color: #e3e9ed;
}
body.white-version .about-me-white .slide .content .inner .subtitle,
body.white-version .about-me-white .slide .content .inner .title,
body.white-version .about-me-white .slide .content .inner .description {
  color: var(--color-white);
}
body.white-version .left-header-style {
  border-color: var(--color-border-white);
}
body.white-version .left-header-style::-webkit-scrollbar-thumb {
  background: #3c3e41;
  border-color: #3c3e41;
}
body.white-version .left-header-style::-webkit-scrollbar-track {
  background: #dce1e4;
  border-color: #dce1e4;
}
body.white-version .popup-mobile-menu .content .mainmenu-nav .primary-menu li a {
  color: var(--color-body-white);
}
body.white-version .mainmenu-nav ul.primary-menu > li a .menu-icon svg {
  stroke: var(--color-body-white);
}
body.white-version .social-share li a {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .social-share li a::before {
  background: var(--gradient-red-hover);
}
body.white-version .comment-list .comment .single-comment,
body.white-version .comment-list .pingback .single-comment,
body.white-version .comment-list .trackback .single-comment {
  box-shadow: var(--shadow-white-3);
  background-color: var(--gradient-box-w);
}
body.white-version .comment-respond {
  box-shadow: var(--shadow-white-3);
}
body.white-version .comment-list .comment .reply-edit .reply a.comment-reply-link:hover,
body.white-version .comment-list .pingback .reply-edit .reply a.comment-reply-link:hover,
body.white-version .comment-list .trackback .reply-edit .reply a.comment-reply-link:hover {
  color: var(--color-heading-wv);
}
body.white-version .rainbow-single-post .inbio-post-meta .post-author-avatar img,
body.white-version .wp-block-separator,
body.white-version .comment-list .comment.parent ul.children .comment::before,
body.white-version .comment-list .pingback.parent ul.children .comment::before,
body.white-version .comment-list .trackback.parent ul.children .comment::before,
body.white-version .comment-list .comment.parent ul.children .comment .single-comment::before,
body.white-version .comment-list .pingback.parent ul.children .comment .single-comment::before,
body.white-version .comment-list .trackback.parent ul.children .comment .single-comment::before {
  border-color: #dadada;
}
body.white-version .comment-list .comment .comment-text p a,
body.white-version .comment-list .pingback .comment-text p a,
body.white-version .comment-list .trackback .comment-text p a,
body.white-version .rn-blog .title a {
  color: var(--color-heading-wv);
}
body.white-version table a:hover,
body.white-version p a:hover {
  color: var(--color-primary);
}
body.white-version .comment-list .comment .comment-text blockquote p,
body.white-version .comment-list .pingback .comment-text blockquote p,
body.white-version .comment-list .trackback .comment-text blockquote p,
body.white-version .comment-list .comment .comment-text a,
body.white-version .comment-list .pingback .comment-text a,
body.white-version .comment-list .trackback .comment-text a {
  color: var(--color-body-white);
}
body.white-version .comment-list .comment .comment-img .commenter,
body.white-version .comment-list .pingback .comment-img .commenter,
body.white-version .comment-list .trackback .comment-img .commenter,
body.white-version .rn-right-demo .demo-button {
  color: var(--color-heading-wv);
}
body.white-version .client-card .main-content .inner {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .rn-right-demo .demo-button {
  background: var(--gradient-box-w);
  box-shadow: var(--shadow-white-3);
}
body.white-version .client-card .main-content .seperator::after {
  background-color: #dce1e4;
}
body.white-version .client-card .main-content .inner::after {
  background: var(--gradient-box-w) !important;
}
body.white-version .client-card .main-content .inner:focus-visible {
  border: 0 none;
  outline: none;
}
body.white-version .testimonial .inner .card-description .title-area .rating ul li.nonrating i svg {
  opacity: 0.3;
}
body.white-version input[type=checkbox] ~ label::before,
body.white-version input[type=radio] ~ label::before {
  background-color: #dadada;
  box-shadow: var(--shadow-white-3);
}
body.white-version input[type=checkbox] ~ label::after,
body.white-version input[type=radio] ~ label::after {
  border-bottom: var(--border-width) solid var(--color-primary);
  border-left: var(--border-width) solid var(--color-primary);
}
body.white-version .personal-experience-inner .experience-list .resume-single-list:hover .inner .description {
  color: #fff !important;
}
body.white-version .rn-portfolio .inner .preview-type {
  opacity: 0.5;
}

body.white-version .like-button:hover,
body.white-version .like-button.rn-btn:hover {
  color: var(--color-primary);
}

body.white-version .info-list ul li > strong {
  color: var(--color-heading-wv);
}

body.white-version .portfolio-style-three .carousel-control-prev,
body.white-version .portfolio-style-three .carousel-control-next,
body.white-version .blog-style-three .carousel-control-prev,
body.white-version .blog-style-three .carousel-control-next {
  background: var(--gradient-box-w);
  color: var(--color-primary);
}

/*# sourceMappingURL=style.css.map */
