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

1. variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation'
10.header
11.nav
12.button
13.banner-one
14.breadcrumb
15.brand
16.about
17.category
18.course
19.why-choose-us
20.events
21.fun-facts
22.instructor
23.testimonials
24.blog
25.cta
26.footer
27.filter
28.search-input
29.cart-bar
30.nice-select
31.backto-top
32.benefits
33.common
34.zoom
35.lession-details
36.course-single
37.dashboard
38.modal-over
39calender
40.side-bar
41.mobile-menu.scss
42.create-course
43.date-picker
44.contact
45.pricing
46.shop

========================================*/
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");

:root {
  --color-primary: #4b1b43;
  --color-primary-gym: #b10d00;
  --color-primary-kitchen: #ff6d1c;
  --color-secondary: #1f1f25;
  --color-secondary-2: #110c2d;
  --color-body: #737477;
  --color-body-2: #f9f8ff;
  --color-secondary: #1f1f25;
  --color-heading-1: #110c2d;
  --color-heading-2: #262626;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Hind", sans-serif;
  --font-3: "fontawesome", sans-serif;
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 40px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

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

table tr:nth-child(odd) {
  background-color: #4b1b43;
  color: #fff;
}


body {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

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

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

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

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

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

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

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

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

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

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}

.bg-color-tertiary p {
  color: #6c7279;
}

.bg-color-tertiary a {
  color: #6c7279;
}

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

  h1,
  .h1 {
    font-size: 38px;
  }

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

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

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

  h5,
  .h5 {
    font-size: 18px;
  }
}

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

  h1,
  .h1 {
    font-size: 34px;
  }

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

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

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

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

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

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

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

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-very-light-gray-color {
  color: var(--color-white);
}

p.has-background {
  padding: 20px 30px;
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

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

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

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}

ul.liststyle.bullet li+li {
  margin-top: 8px;
}

ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}

ul li a {
  text-decoration: none;
  color: var(--color-gray);
}

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

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

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

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

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

.m--0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.rts-section-gap2 {
  padding: 160px 0;
}

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

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

.rts-section-gap2Bottom {
  padding-bottom: 160px;
}

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

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

.rts-section-gap2Top {
  padding-top: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt_lp--5 {
    padding-top: 5px !important;
  }

  .pb_lp--5 {
    padding-bottom: 5px !important;
  }

  .pl_lp--5 {
    padding-left: 5px !important;
  }

  .pr_lp--5 {
    padding-right: 5px !important;
  }

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

  .mb_lp--5 {
    margin-bottom: 5px !important;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px !important;
  }

  .pt_lp--10 {
    padding-top: 10px !important;
  }

  .pb_lp--10 {
    padding-bottom: 10px !important;
  }

  .pl_lp--10 {
    padding-left: 10px !important;
  }

  .pr_lp--10 {
    padding-right: 10px !important;
  }

  .mt_lp--10 {
    margin-top: 10px !important;
  }

  .mb_lp--10 {
    margin-bottom: 10px !important;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px !important;
  }

  .pt_lp--15 {
    padding-top: 15px !important;
  }

  .pb_lp--15 {
    padding-bottom: 15px !important;
  }

  .pl_lp--15 {
    padding-left: 15px !important;
  }

  .pr_lp--15 {
    padding-right: 15px !important;
  }

  .mt_lp--15 {
    margin-top: 15px !important;
  }

  .mb_lp--15 {
    margin-bottom: 15px !important;
  }

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

  .plr_lp--20 {
    padding: 0 20px !important;
  }

  .pt_lp--20 {
    padding-top: 20px !important;
  }

  .pb_lp--20 {
    padding-bottom: 20px !important;
  }

  .pl_lp--20 {
    padding-left: 20px !important;
  }

  .pr_lp--20 {
    padding-right: 20px !important;
  }

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

  .mb_lp--20 {
    margin-bottom: 20px !important;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px !important;
  }

  .pt_lp--25 {
    padding-top: 25px !important;
  }

  .pb_lp--25 {
    padding-bottom: 25px !important;
  }

  .pl_lp--25 {
    padding-left: 25px !important;
  }

  .pr_lp--25 {
    padding-right: 25px !important;
  }

  .mt_lp--25 {
    margin-top: 25px !important;
  }

  .mb_lp--25 {
    margin-bottom: 25px !important;
  }

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

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

  .pt_lp--30 {
    padding-top: 30px !important;
  }

  .pb_lp--30 {
    padding-bottom: 30px !important;
  }

  .pl_lp--30 {
    padding-left: 30px !important;
  }

  .pr_lp--30 {
    padding-right: 30px !important;
  }

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

  .mb_lp--30 {
    margin-bottom: 30px !important;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px !important;
  }

  .pt_lp--35 {
    padding-top: 35px !important;
  }

  .pb_lp--35 {
    padding-bottom: 35px !important;
  }

  .pl_lp--35 {
    padding-left: 35px !important;
  }

  .pr_lp--35 {
    padding-right: 35px !important;
  }

  .mt_lp--35 {
    margin-top: 35px !important;
  }

  .mb_lp--35 {
    margin-bottom: 35px !important;
  }

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

  .plr_lp--40 {
    padding: 0 40px !important;
  }

  .pt_lp--40 {
    padding-top: 40px !important;
  }

  .pb_lp--40 {
    padding-bottom: 40px !important;
  }

  .pl_lp--40 {
    padding-left: 40px !important;
  }

  .pr_lp--40 {
    padding-right: 40px !important;
  }

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

  .mb_lp--40 {
    margin-bottom: 40px !important;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px !important;
  }

  .pt_lp--45 {
    padding-top: 45px !important;
  }

  .pb_lp--45 {
    padding-bottom: 45px !important;
  }

  .pl_lp--45 {
    padding-left: 45px !important;
  }

  .pr_lp--45 {
    padding-right: 45px !important;
  }

  .mt_lp--45 {
    margin-top: 45px !important;
  }

  .mb_lp--45 {
    margin-bottom: 45px !important;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px !important;
  }

  .pt_lp--50 {
    padding-top: 50px !important;
  }

  .pb_lp--50 {
    padding-bottom: 50px !important;
  }

  .pl_lp--50 {
    padding-left: 50px !important;
  }

  .pr_lp--50 {
    padding-right: 50px !important;
  }

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

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

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px !important;
  }

  .pt_lp--55 {
    padding-top: 55px !important;
  }

  .pb_lp--55 {
    padding-bottom: 55px !important;
  }

  .pl_lp--55 {
    padding-left: 55px !important;
  }

  .pr_lp--55 {
    padding-right: 55px !important;
  }

  .mt_lp--55 {
    margin-top: 55px !important;
  }

  .mb_lp--55 {
    margin-bottom: 55px !important;
  }

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

  .plr_lp--60 {
    padding: 0 60px !important;
  }

  .pt_lp--60 {
    padding-top: 60px !important;
  }

  .pb_lp--60 {
    padding-bottom: 60px !important;
  }

  .pl_lp--60 {
    padding-left: 60px !important;
  }

  .pr_lp--60 {
    padding-right: 60px !important;
  }

  .mt_lp--60 {
    margin-top: 60px !important;
  }

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

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px !important;
  }

  .pt_lp--65 {
    padding-top: 65px !important;
  }

  .pb_lp--65 {
    padding-bottom: 65px !important;
  }

  .pl_lp--65 {
    padding-left: 65px !important;
  }

  .pr_lp--65 {
    padding-right: 65px !important;
  }

  .mt_lp--65 {
    margin-top: 65px !important;
  }

  .mb_lp--65 {
    margin-bottom: 65px !important;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px !important;
  }

  .pt_lp--70 {
    padding-top: 70px !important;
  }

  .pb_lp--70 {
    padding-bottom: 70px !important;
  }

  .pl_lp--70 {
    padding-left: 70px !important;
  }

  .pr_lp--70 {
    padding-right: 70px !important;
  }

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

  .mb_lp--70 {
    margin-bottom: 70px !important;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px !important;
  }

  .pt_lp--75 {
    padding-top: 75px !important;
  }

  .pb_lp--75 {
    padding-bottom: 75px !important;
  }

  .pl_lp--75 {
    padding-left: 75px !important;
  }

  .pr_lp--75 {
    padding-right: 75px !important;
  }

  .mt_lp--75 {
    margin-top: 75px !important;
  }

  .mb_lp--75 {
    margin-bottom: 75px !important;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px !important;
  }

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

  .pb_lp--80 {
    padding-bottom: 80px !important;
  }

  .pl_lp--80 {
    padding-left: 80px !important;
  }

  .pr_lp--80 {
    padding-right: 80px !important;
  }

  .mt_lp--80 {
    margin-top: 80px !important;
  }

  .mb_lp--80 {
    margin-bottom: 80px !important;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px !important;
  }

  .pt_lp--85 {
    padding-top: 85px !important;
  }

  .pb_lp--85 {
    padding-bottom: 85px !important;
  }

  .pl_lp--85 {
    padding-left: 85px !important;
  }

  .pr_lp--85 {
    padding-right: 85px !important;
  }

  .mt_lp--85 {
    margin-top: 85px !important;
  }

  .mb_lp--85 {
    margin-bottom: 85px !important;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px !important;
  }

  .pt_lp--90 {
    padding-top: 90px !important;
  }

  .pb_lp--90 {
    padding-bottom: 90px !important;
  }

  .pl_lp--90 {
    padding-left: 90px !important;
  }

  .pr_lp--90 {
    padding-right: 90px !important;
  }

  .mt_lp--90 {
    margin-top: 90px !important;
  }

  .mb_lp--90 {
    margin-bottom: 90px !important;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px !important;
  }

  .pt_lp--95 {
    padding-top: 95px !important;
  }

  .pb_lp--95 {
    padding-bottom: 95px !important;
  }

  .pl_lp--95 {
    padding-left: 95px !important;
  }

  .pr_lp--95 {
    padding-right: 95px !important;
  }

  .mt_lp--95 {
    margin-top: 95px !important;
  }

  .mb_lp--95 {
    margin-bottom: 95px !important;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px !important;
  }

  .pt_lp--100 {
    padding-top: 100px !important;
  }

  .pb_lp--100 {
    padding-bottom: 100px !important;
  }

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

  .pr_lp--100 {
    padding-right: 100px !important;
  }

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

  .mb_lp--100 {
    margin-bottom: 100px !important;
  }

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .plr_lp--105 {
    padding: 0 105px !important;
  }

  .pt_lp--105 {
    padding-top: 105px !important;
  }

  .pb_lp--105 {
    padding-bottom: 105px !important;
  }

  .pl_lp--105 {
    padding-left: 105px !important;
  }

  .pr_lp--105 {
    padding-right: 105px !important;
  }

  .mt_lp--105 {
    margin-top: 105px !important;
  }

  .mb_lp--105 {
    margin-bottom: 105px !important;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .plr_lp--110 {
    padding: 0 110px !important;
  }

  .pt_lp--110 {
    padding-top: 110px !important;
  }

  .pb_lp--110 {
    padding-bottom: 110px !important;
  }

  .pl_lp--110 {
    padding-left: 110px !important;
  }

  .pr_lp--110 {
    padding-right: 110px !important;
  }

  .mt_lp--110 {
    margin-top: 110px !important;
  }

  .mb_lp--110 {
    margin-bottom: 110px !important;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .plr_lp--115 {
    padding: 0 115px !important;
  }

  .pt_lp--115 {
    padding-top: 115px !important;
  }

  .pb_lp--115 {
    padding-bottom: 115px !important;
  }

  .pl_lp--115 {
    padding-left: 115px !important;
  }

  .pr_lp--115 {
    padding-right: 115px !important;
  }

  .mt_lp--115 {
    margin-top: 115px !important;
  }

  .mb_lp--115 {
    margin-bottom: 115px !important;
  }

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

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

  .pt_lp--120 {
    padding-top: 120px !important;
  }

  .pb_lp--120 {
    padding-bottom: 120px !important;
  }

  .pl_lp--120 {
    padding-left: 120px !important;
  }

  .pr_lp--120 {
    padding-right: 120px !important;
  }

  .mt_lp--120 {
    margin-top: 120px !important;
  }

  .mb_lp--120 {
    margin-bottom: 120px !important;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .plr_lp--125 {
    padding: 0 125px !important;
  }

  .pt_lp--125 {
    padding-top: 125px !important;
  }

  .pb_lp--125 {
    padding-bottom: 125px !important;
  }

  .pl_lp--125 {
    padding-left: 125px !important;
  }

  .pr_lp--125 {
    padding-right: 125px !important;
  }

  .mt_lp--125 {
    margin-top: 125px !important;
  }

  .mb_lp--125 {
    margin-bottom: 125px !important;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .plr_lp--130 {
    padding: 0 130px !important;
  }

  .pt_lp--130 {
    padding-top: 130px !important;
  }

  .pb_lp--130 {
    padding-bottom: 130px !important;
  }

  .pl_lp--130 {
    padding-left: 130px !important;
  }

  .pr_lp--130 {
    padding-right: 130px !important;
  }

  .mt_lp--130 {
    margin-top: 130px !important;
  }

  .mb_lp--130 {
    margin-bottom: 130px !important;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .plr_lp--135 {
    padding: 0 135px !important;
  }

  .pt_lp--135 {
    padding-top: 135px !important;
  }

  .pb_lp--135 {
    padding-bottom: 135px !important;
  }

  .pl_lp--135 {
    padding-left: 135px !important;
  }

  .pr_lp--135 {
    padding-right: 135px !important;
  }

  .mt_lp--135 {
    margin-top: 135px !important;
  }

  .mb_lp--135 {
    margin-bottom: 135px !important;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .plr_lp--140 {
    padding: 0 140px !important;
  }

  .pt_lp--140 {
    padding-top: 140px !important;
  }

  .pb_lp--140 {
    padding-bottom: 140px !important;
  }

  .pl_lp--140 {
    padding-left: 140px !important;
  }

  .pr_lp--140 {
    padding-right: 140px !important;
  }

  .mt_lp--140 {
    margin-top: 140px !important;
  }

  .mb_lp--140 {
    margin-bottom: 140px !important;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .plr_lp--145 {
    padding: 0 145px !important;
  }

  .pt_lp--145 {
    padding-top: 145px !important;
  }

  .pb_lp--145 {
    padding-bottom: 145px !important;
  }

  .pl_lp--145 {
    padding-left: 145px !important;
  }

  .pr_lp--145 {
    padding-right: 145px !important;
  }

  .mt_lp--145 {
    margin-top: 145px !important;
  }

  .mb_lp--145 {
    margin-bottom: 145px !important;
  }

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

  .plr_lp--150 {
    padding: 0 150px !important;
  }

  .pt_lp--150 {
    padding-top: 150px !important;
  }

  .pb_lp--150 {
    padding-bottom: 150px !important;
  }

  .pl_lp--150 {
    padding-left: 150px !important;
  }

  .pr_lp--150 {
    padding-right: 150px !important;
  }

  .mt_lp--150 {
    margin-top: 150px !important;
  }

  .mb_lp--150 {
    margin-bottom: 150px !important;
  }

  .ptb_lp--155 {
    padding: 155px 0;
  }

  .plr_lp--155 {
    padding: 0 155px !important;
  }

  .pt_lp--155 {
    padding-top: 155px !important;
  }

  .pb_lp--155 {
    padding-bottom: 155px !important;
  }

  .pl_lp--155 {
    padding-left: 155px !important;
  }

  .pr_lp--155 {
    padding-right: 155px !important;
  }

  .mt_lp--155 {
    margin-top: 155px !important;
  }

  .mb_lp--155 {
    margin-bottom: 155px !important;
  }

  .ptb_lp--160 {
    padding: 160px 0;
  }

  .plr_lp--160 {
    padding: 0 160px !important;
  }

  .pt_lp--160 {
    padding-top: 160px !important;
  }

  .pb_lp--160 {
    padding-bottom: 160px !important;
  }

  .pl_lp--160 {
    padding-left: 160px !important;
  }

  .pr_lp--160 {
    padding-right: 160px !important;
  }

  .mt_lp--160 {
    margin-top: 160px !important;
  }

  .mb_lp--160 {
    margin-bottom: 160px !important;
  }

  .ptb_lp--165 {
    padding: 165px 0;
  }

  .plr_lp--165 {
    padding: 0 165px !important;
  }

  .pt_lp--165 {
    padding-top: 165px !important;
  }

  .pb_lp--165 {
    padding-bottom: 165px !important;
  }

  .pl_lp--165 {
    padding-left: 165px !important;
  }

  .pr_lp--165 {
    padding-right: 165px !important;
  }

  .mt_lp--165 {
    margin-top: 165px !important;
  }

  .mb_lp--165 {
    margin-bottom: 165px !important;
  }

  .ptb_lp--170 {
    padding: 170px 0;
  }

  .plr_lp--170 {
    padding: 0 170px !important;
  }

  .pt_lp--170 {
    padding-top: 170px !important;
  }

  .pb_lp--170 {
    padding-bottom: 170px !important;
  }

  .pl_lp--170 {
    padding-left: 170px !important;
  }

  .pr_lp--170 {
    padding-right: 170px !important;
  }

  .mt_lp--170 {
    margin-top: 170px !important;
  }

  .mb_lp--170 {
    margin-bottom: 170px !important;
  }

  .ptb_lp--175 {
    padding: 175px 0;
  }

  .plr_lp--175 {
    padding: 0 175px !important;
  }

  .pt_lp--175 {
    padding-top: 175px !important;
  }

  .pb_lp--175 {
    padding-bottom: 175px !important;
  }

  .pl_lp--175 {
    padding-left: 175px !important;
  }

  .pr_lp--175 {
    padding-right: 175px !important;
  }

  .mt_lp--175 {
    margin-top: 175px !important;
  }

  .mb_lp--175 {
    margin-bottom: 175px !important;
  }

  .ptb_lp--180 {
    padding: 180px 0;
  }

  .plr_lp--180 {
    padding: 0 180px !important;
  }

  .pt_lp--180 {
    padding-top: 180px !important;
  }

  .pb_lp--180 {
    padding-bottom: 180px !important;
  }

  .pl_lp--180 {
    padding-left: 180px !important;
  }

  .pr_lp--180 {
    padding-right: 180px !important;
  }

  .mt_lp--180 {
    margin-top: 180px !important;
  }

  .mb_lp--180 {
    margin-bottom: 180px !important;
  }

  .ptb_lp--185 {
    padding: 185px 0;
  }

  .plr_lp--185 {
    padding: 0 185px !important;
  }

  .pt_lp--185 {
    padding-top: 185px !important;
  }

  .pb_lp--185 {
    padding-bottom: 185px !important;
  }

  .pl_lp--185 {
    padding-left: 185px !important;
  }

  .pr_lp--185 {
    padding-right: 185px !important;
  }

  .mt_lp--185 {
    margin-top: 185px !important;
  }

  .mb_lp--185 {
    margin-bottom: 185px !important;
  }

  .ptb_lp--190 {
    padding: 190px 0;
  }

  .plr_lp--190 {
    padding: 0 190px !important;
  }

  .pt_lp--190 {
    padding-top: 190px !important;
  }

  .pb_lp--190 {
    padding-bottom: 190px !important;
  }

  .pl_lp--190 {
    padding-left: 190px !important;
  }

  .pr_lp--190 {
    padding-right: 190px !important;
  }

  .mt_lp--190 {
    margin-top: 190px !important;
  }

  .mb_lp--190 {
    margin-bottom: 190px !important;
  }

  .ptb_lp--195 {
    padding: 195px 0;
  }

  .plr_lp--195 {
    padding: 0 195px !important;
  }

  .pt_lp--195 {
    padding-top: 195px !important;
  }

  .pb_lp--195 {
    padding-bottom: 195px !important;
  }

  .pl_lp--195 {
    padding-left: 195px !important;
  }

  .pr_lp--195 {
    padding-right: 195px !important;
  }

  .mt_lp--195 {
    margin-top: 195px !important;
  }

  .mb_lp--195 {
    margin-bottom: 195px !important;
  }

  .ptb_lp--200 {
    padding: 200px 0;
  }

  .plr_lp--200 {
    padding: 0 200px !important;
  }

  .pt_lp--200 {
    padding-top: 200px !important;
  }

  .pb_lp--200 {
    padding-bottom: 200px !important;
  }

  .pl_lp--200 {
    padding-left: 200px !important;
  }

  .pr_lp--200 {
    padding-right: 200px !important;
  }

  .mt_lp--200 {
    margin-top: 200px !important;
  }

  .mb_lp--200 {
    margin-bottom: 200px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ptb_lg--105 {
    padding: 105px 0;
  }

  .plr_lg--105 {
    padding: 0 105px !important;
  }

  .pt_lg--105 {
    padding-top: 105px !important;
  }

  .pb_lg--105 {
    padding-bottom: 105px !important;
  }

  .pl_lg--105 {
    padding-left: 105px !important;
  }

  .pr_lg--105 {
    padding-right: 105px !important;
  }

  .mt_lg--105 {
    margin-top: 105px !important;
  }

  .mb_lg--105 {
    margin-bottom: 105px !important;
  }

  .ml_lg--105 {
    margin-left: 105px !important;
  }

  .ptb_lg--110 {
    padding: 110px 0;
  }

  .plr_lg--110 {
    padding: 0 110px !important;
  }

  .pt_lg--110 {
    padding-top: 110px !important;
  }

  .pb_lg--110 {
    padding-bottom: 110px !important;
  }

  .pl_lg--110 {
    padding-left: 110px !important;
  }

  .pr_lg--110 {
    padding-right: 110px !important;
  }

  .mt_lg--110 {
    margin-top: 110px !important;
  }

  .mb_lg--110 {
    margin-bottom: 110px !important;
  }

  .ml_lg--110 {
    margin-left: 110px !important;
  }

  .ptb_lg--115 {
    padding: 115px 0;
  }

  .plr_lg--115 {
    padding: 0 115px !important;
  }

  .pt_lg--115 {
    padding-top: 115px !important;
  }

  .pb_lg--115 {
    padding-bottom: 115px !important;
  }

  .pl_lg--115 {
    padding-left: 115px !important;
  }

  .pr_lg--115 {
    padding-right: 115px !important;
  }

  .mt_lg--115 {
    margin-top: 115px !important;
  }

  .mb_lg--115 {
    margin-bottom: 115px !important;
  }

  .ml_lg--115 {
    margin-left: 115px !important;
  }

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

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

  .pt_lg--120 {
    padding-top: 120px !important;
  }

  .pb_lg--120 {
    padding-bottom: 120px !important;
  }

  .pl_lg--120 {
    padding-left: 120px !important;
  }

  .pr_lg--120 {
    padding-right: 120px !important;
  }

  .mt_lg--120 {
    margin-top: 120px !important;
  }

  .mb_lg--120 {
    margin-bottom: 120px !important;
  }

  .ml_lg--120 {
    margin-left: 120px !important;
  }

  .ptb_lg--125 {
    padding: 125px 0;
  }

  .plr_lg--125 {
    padding: 0 125px !important;
  }

  .pt_lg--125 {
    padding-top: 125px !important;
  }

  .pb_lg--125 {
    padding-bottom: 125px !important;
  }

  .pl_lg--125 {
    padding-left: 125px !important;
  }

  .pr_lg--125 {
    padding-right: 125px !important;
  }

  .mt_lg--125 {
    margin-top: 125px !important;
  }

  .mb_lg--125 {
    margin-bottom: 125px !important;
  }

  .ml_lg--125 {
    margin-left: 125px !important;
  }

  .ptb_lg--130 {
    padding: 130px 0;
  }

  .plr_lg--130 {
    padding: 0 130px !important;
  }

  .pt_lg--130 {
    padding-top: 130px !important;
  }

  .pb_lg--130 {
    padding-bottom: 130px !important;
  }

  .pl_lg--130 {
    padding-left: 130px !important;
  }

  .pr_lg--130 {
    padding-right: 130px !important;
  }

  .mt_lg--130 {
    margin-top: 130px !important;
  }

  .mb_lg--130 {
    margin-bottom: 130px !important;
  }

  .ml_lg--130 {
    margin-left: 130px !important;
  }

  .ptb_lg--135 {
    padding: 135px 0;
  }

  .plr_lg--135 {
    padding: 0 135px !important;
  }

  .pt_lg--135 {
    padding-top: 135px !important;
  }

  .pb_lg--135 {
    padding-bottom: 135px !important;
  }

  .pl_lg--135 {
    padding-left: 135px !important;
  }

  .pr_lg--135 {
    padding-right: 135px !important;
  }

  .mt_lg--135 {
    margin-top: 135px !important;
  }

  .mb_lg--135 {
    margin-bottom: 135px !important;
  }

  .ml_lg--135 {
    margin-left: 135px !important;
  }

  .ptb_lg--140 {
    padding: 140px 0;
  }

  .plr_lg--140 {
    padding: 0 140px !important;
  }

  .pt_lg--140 {
    padding-top: 140px !important;
  }

  .pb_lg--140 {
    padding-bottom: 140px !important;
  }

  .pl_lg--140 {
    padding-left: 140px !important;
  }

  .pr_lg--140 {
    padding-right: 140px !important;
  }

  .mt_lg--140 {
    margin-top: 140px !important;
  }

  .mb_lg--140 {
    margin-bottom: 140px !important;
  }

  .ml_lg--140 {
    margin-left: 140px !important;
  }

  .ptb_lg--145 {
    padding: 145px 0;
  }

  .plr_lg--145 {
    padding: 0 145px !important;
  }

  .pt_lg--145 {
    padding-top: 145px !important;
  }

  .pb_lg--145 {
    padding-bottom: 145px !important;
  }

  .pl_lg--145 {
    padding-left: 145px !important;
  }

  .pr_lg--145 {
    padding-right: 145px !important;
  }

  .mt_lg--145 {
    margin-top: 145px !important;
  }

  .mb_lg--145 {
    margin-bottom: 145px !important;
  }

  .ml_lg--145 {
    margin-left: 145px !important;
  }

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

  .plr_lg--150 {
    padding: 0 150px !important;
  }

  .pt_lg--150 {
    padding-top: 150px !important;
  }

  .pb_lg--150 {
    padding-bottom: 150px !important;
  }

  .pl_lg--150 {
    padding-left: 150px !important;
  }

  .pr_lg--150 {
    padding-right: 150px !important;
  }

  .mt_lg--150 {
    margin-top: 150px !important;
  }

  .mb_lg--150 {
    margin-bottom: 150px !important;
  }

  .ml_lg--150 {
    margin-left: 150px !important;
  }

  .ptb_lg--155 {
    padding: 155px 0;
  }

  .plr_lg--155 {
    padding: 0 155px !important;
  }

  .pt_lg--155 {
    padding-top: 155px !important;
  }

  .pb_lg--155 {
    padding-bottom: 155px !important;
  }

  .pl_lg--155 {
    padding-left: 155px !important;
  }

  .pr_lg--155 {
    padding-right: 155px !important;
  }

  .mt_lg--155 {
    margin-top: 155px !important;
  }

  .mb_lg--155 {
    margin-bottom: 155px !important;
  }

  .ml_lg--155 {
    margin-left: 155px !important;
  }

  .ptb_lg--160 {
    padding: 160px 0;
  }

  .plr_lg--160 {
    padding: 0 160px !important;
  }

  .pt_lg--160 {
    padding-top: 160px !important;
  }

  .pb_lg--160 {
    padding-bottom: 160px !important;
  }

  .pl_lg--160 {
    padding-left: 160px !important;
  }

  .pr_lg--160 {
    padding-right: 160px !important;
  }

  .mt_lg--160 {
    margin-top: 160px !important;
  }

  .mb_lg--160 {
    margin-bottom: 160px !important;
  }

  .ml_lg--160 {
    margin-left: 160px !important;
  }

  .ptb_lg--165 {
    padding: 165px 0;
  }

  .plr_lg--165 {
    padding: 0 165px !important;
  }

  .pt_lg--165 {
    padding-top: 165px !important;
  }

  .pb_lg--165 {
    padding-bottom: 165px !important;
  }

  .pl_lg--165 {
    padding-left: 165px !important;
  }

  .pr_lg--165 {
    padding-right: 165px !important;
  }

  .mt_lg--165 {
    margin-top: 165px !important;
  }

  .mb_lg--165 {
    margin-bottom: 165px !important;
  }

  .ml_lg--165 {
    margin-left: 165px !important;
  }

  .ptb_lg--170 {
    padding: 170px 0;
  }

  .plr_lg--170 {
    padding: 0 170px !important;
  }

  .pt_lg--170 {
    padding-top: 170px !important;
  }

  .pb_lg--170 {
    padding-bottom: 170px !important;
  }

  .pl_lg--170 {
    padding-left: 170px !important;
  }

  .pr_lg--170 {
    padding-right: 170px !important;
  }

  .mt_lg--170 {
    margin-top: 170px !important;
  }

  .mb_lg--170 {
    margin-bottom: 170px !important;
  }

  .ml_lg--170 {
    margin-left: 170px !important;
  }

  .ptb_lg--175 {
    padding: 175px 0;
  }

  .plr_lg--175 {
    padding: 0 175px !important;
  }

  .pt_lg--175 {
    padding-top: 175px !important;
  }

  .pb_lg--175 {
    padding-bottom: 175px !important;
  }

  .pl_lg--175 {
    padding-left: 175px !important;
  }

  .pr_lg--175 {
    padding-right: 175px !important;
  }

  .mt_lg--175 {
    margin-top: 175px !important;
  }

  .mb_lg--175 {
    margin-bottom: 175px !important;
  }

  .ml_lg--175 {
    margin-left: 175px !important;
  }

  .ptb_lg--180 {
    padding: 180px 0;
  }

  .plr_lg--180 {
    padding: 0 180px !important;
  }

  .pt_lg--180 {
    padding-top: 180px !important;
  }

  .pb_lg--180 {
    padding-bottom: 180px !important;
  }

  .pl_lg--180 {
    padding-left: 180px !important;
  }

  .pr_lg--180 {
    padding-right: 180px !important;
  }

  .mt_lg--180 {
    margin-top: 180px !important;
  }

  .mb_lg--180 {
    margin-bottom: 180px !important;
  }

  .ml_lg--180 {
    margin-left: 180px !important;
  }

  .ptb_lg--185 {
    padding: 185px 0;
  }

  .plr_lg--185 {
    padding: 0 185px !important;
  }

  .pt_lg--185 {
    padding-top: 185px !important;
  }

  .pb_lg--185 {
    padding-bottom: 185px !important;
  }

  .pl_lg--185 {
    padding-left: 185px !important;
  }

  .pr_lg--185 {
    padding-right: 185px !important;
  }

  .mt_lg--185 {
    margin-top: 185px !important;
  }

  .mb_lg--185 {
    margin-bottom: 185px !important;
  }

  .ml_lg--185 {
    margin-left: 185px !important;
  }

  .ptb_lg--190 {
    padding: 190px 0;
  }

  .plr_lg--190 {
    padding: 0 190px !important;
  }

  .pt_lg--190 {
    padding-top: 190px !important;
  }

  .pb_lg--190 {
    padding-bottom: 190px !important;
  }

  .pl_lg--190 {
    padding-left: 190px !important;
  }

  .pr_lg--190 {
    padding-right: 190px !important;
  }

  .mt_lg--190 {
    margin-top: 190px !important;
  }

  .mb_lg--190 {
    margin-bottom: 190px !important;
  }

  .ml_lg--190 {
    margin-left: 190px !important;
  }

  .ptb_lg--195 {
    padding: 195px 0;
  }

  .plr_lg--195 {
    padding: 0 195px !important;
  }

  .pt_lg--195 {
    padding-top: 195px !important;
  }

  .pb_lg--195 {
    padding-bottom: 195px !important;
  }

  .pl_lg--195 {
    padding-left: 195px !important;
  }

  .pr_lg--195 {
    padding-right: 195px !important;
  }

  .mt_lg--195 {
    margin-top: 195px !important;
  }

  .mb_lg--195 {
    margin-bottom: 195px !important;
  }

  .ml_lg--195 {
    margin-left: 195px !important;
  }

  .ptb_lg--200 {
    padding: 200px 0;
  }

  .plr_lg--200 {
    padding: 0 200px !important;
  }

  .pt_lg--200 {
    padding-top: 200px !important;
  }

  .pb_lg--200 {
    padding-bottom: 200px !important;
  }

  .pl_lg--200 {
    padding-left: 200px !important;
  }

  .pr_lg--200 {
    padding-right: 200px !important;
  }

  .mt_lg--200 {
    margin-top: 200px !important;
  }

  .mb_lg--200 {
    margin-bottom: 200px !important;
  }

  .ml_lg--200 {
    margin-left: 200px !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ptb_md--105 {
    padding: 105px 0;
  }

  .plr_md--105 {
    padding: 0 105px !important;
  }

  .pt_md--105 {
    padding-top: 105px !important;
  }

  .pb_md--105 {
    padding-bottom: 105px !important;
  }

  .pl_md--105 {
    padding-left: 105px !important;
  }

  .pr_md--105 {
    padding-right: 105px !important;
  }

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

  .mb_md--105 {
    margin-bottom: 105px !important;
  }

  .ptb_md--110 {
    padding: 110px 0;
  }

  .plr_md--110 {
    padding: 0 110px !important;
  }

  .pt_md--110 {
    padding-top: 110px !important;
  }

  .pb_md--110 {
    padding-bottom: 110px !important;
  }

  .pl_md--110 {
    padding-left: 110px !important;
  }

  .pr_md--110 {
    padding-right: 110px !important;
  }

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

  .mb_md--110 {
    margin-bottom: 110px !important;
  }

  .ptb_md--115 {
    padding: 115px 0;
  }

  .plr_md--115 {
    padding: 0 115px !important;
  }

  .pt_md--115 {
    padding-top: 115px !important;
  }

  .pb_md--115 {
    padding-bottom: 115px !important;
  }

  .pl_md--115 {
    padding-left: 115px !important;
  }

  .pr_md--115 {
    padding-right: 115px !important;
  }

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

  .mb_md--115 {
    margin-bottom: 115px !important;
  }

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

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

  .pt_md--120 {
    padding-top: 120px !important;
  }

  .pb_md--120 {
    padding-bottom: 120px !important;
  }

  .pl_md--120 {
    padding-left: 120px !important;
  }

  .pr_md--120 {
    padding-right: 120px !important;
  }

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

  .mb_md--120 {
    margin-bottom: 120px !important;
  }

  .ptb_md--125 {
    padding: 125px 0;
  }

  .plr_md--125 {
    padding: 0 125px !important;
  }

  .pt_md--125 {
    padding-top: 125px !important;
  }

  .pb_md--125 {
    padding-bottom: 125px !important;
  }

  .pl_md--125 {
    padding-left: 125px !important;
  }

  .pr_md--125 {
    padding-right: 125px !important;
  }

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

  .mb_md--125 {
    margin-bottom: 125px !important;
  }

  .ptb_md--130 {
    padding: 130px 0;
  }

  .plr_md--130 {
    padding: 0 130px !important;
  }

  .pt_md--130 {
    padding-top: 130px !important;
  }

  .pb_md--130 {
    padding-bottom: 130px !important;
  }

  .pl_md--130 {
    padding-left: 130px !important;
  }

  .pr_md--130 {
    padding-right: 130px !important;
  }

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

  .mb_md--130 {
    margin-bottom: 130px !important;
  }

  .ptb_md--135 {
    padding: 135px 0;
  }

  .plr_md--135 {
    padding: 0 135px !important;
  }

  .pt_md--135 {
    padding-top: 135px !important;
  }

  .pb_md--135 {
    padding-bottom: 135px !important;
  }

  .pl_md--135 {
    padding-left: 135px !important;
  }

  .pr_md--135 {
    padding-right: 135px !important;
  }

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

  .mb_md--135 {
    margin-bottom: 135px !important;
  }

  .ptb_md--140 {
    padding: 140px 0;
  }

  .plr_md--140 {
    padding: 0 140px !important;
  }

  .pt_md--140 {
    padding-top: 140px !important;
  }

  .pb_md--140 {
    padding-bottom: 140px !important;
  }

  .pl_md--140 {
    padding-left: 140px !important;
  }

  .pr_md--140 {
    padding-right: 140px !important;
  }

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

  .mb_md--140 {
    margin-bottom: 140px !important;
  }

  .ptb_md--145 {
    padding: 145px 0;
  }

  .plr_md--145 {
    padding: 0 145px !important;
  }

  .pt_md--145 {
    padding-top: 145px !important;
  }

  .pb_md--145 {
    padding-bottom: 145px !important;
  }

  .pl_md--145 {
    padding-left: 145px !important;
  }

  .pr_md--145 {
    padding-right: 145px !important;
  }

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

  .mb_md--145 {
    margin-bottom: 145px !important;
  }

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

  .plr_md--150 {
    padding: 0 150px !important;
  }

  .pt_md--150 {
    padding-top: 150px !important;
  }

  .pb_md--150 {
    padding-bottom: 150px !important;
  }

  .pl_md--150 {
    padding-left: 150px !important;
  }

  .pr_md--150 {
    padding-right: 150px !important;
  }

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

  .mb_md--150 {
    margin-bottom: 150px !important;
  }

  .ptb_md--155 {
    padding: 155px 0;
  }

  .plr_md--155 {
    padding: 0 155px !important;
  }

  .pt_md--155 {
    padding-top: 155px !important;
  }

  .pb_md--155 {
    padding-bottom: 155px !important;
  }

  .pl_md--155 {
    padding-left: 155px !important;
  }

  .pr_md--155 {
    padding-right: 155px !important;
  }

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

  .mb_md--155 {
    margin-bottom: 155px !important;
  }

  .ptb_md--160 {
    padding: 160px 0;
  }

  .plr_md--160 {
    padding: 0 160px !important;
  }

  .pt_md--160 {
    padding-top: 160px !important;
  }

  .pb_md--160 {
    padding-bottom: 160px !important;
  }

  .pl_md--160 {
    padding-left: 160px !important;
  }

  .pr_md--160 {
    padding-right: 160px !important;
  }

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

  .mb_md--160 {
    margin-bottom: 160px !important;
  }

  .ptb_md--165 {
    padding: 165px 0;
  }

  .plr_md--165 {
    padding: 0 165px !important;
  }

  .pt_md--165 {
    padding-top: 165px !important;
  }

  .pb_md--165 {
    padding-bottom: 165px !important;
  }

  .pl_md--165 {
    padding-left: 165px !important;
  }

  .pr_md--165 {
    padding-right: 165px !important;
  }

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

  .mb_md--165 {
    margin-bottom: 165px !important;
  }

  .ptb_md--170 {
    padding: 170px 0;
  }

  .plr_md--170 {
    padding: 0 170px !important;
  }

  .pt_md--170 {
    padding-top: 170px !important;
  }

  .pb_md--170 {
    padding-bottom: 170px !important;
  }

  .pl_md--170 {
    padding-left: 170px !important;
  }

  .pr_md--170 {
    padding-right: 170px !important;
  }

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

  .mb_md--170 {
    margin-bottom: 170px !important;
  }

  .ptb_md--175 {
    padding: 175px 0;
  }

  .plr_md--175 {
    padding: 0 175px !important;
  }

  .pt_md--175 {
    padding-top: 175px !important;
  }

  .pb_md--175 {
    padding-bottom: 175px !important;
  }

  .pl_md--175 {
    padding-left: 175px !important;
  }

  .pr_md--175 {
    padding-right: 175px !important;
  }

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

  .mb_md--175 {
    margin-bottom: 175px !important;
  }

  .ptb_md--180 {
    padding: 180px 0;
  }

  .plr_md--180 {
    padding: 0 180px !important;
  }

  .pt_md--180 {
    padding-top: 180px !important;
  }

  .pb_md--180 {
    padding-bottom: 180px !important;
  }

  .pl_md--180 {
    padding-left: 180px !important;
  }

  .pr_md--180 {
    padding-right: 180px !important;
  }

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

  .mb_md--180 {
    margin-bottom: 180px !important;
  }

  .ptb_md--185 {
    padding: 185px 0;
  }

  .plr_md--185 {
    padding: 0 185px !important;
  }

  .pt_md--185 {
    padding-top: 185px !important;
  }

  .pb_md--185 {
    padding-bottom: 185px !important;
  }

  .pl_md--185 {
    padding-left: 185px !important;
  }

  .pr_md--185 {
    padding-right: 185px !important;
  }

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

  .mb_md--185 {
    margin-bottom: 185px !important;
  }

  .ptb_md--190 {
    padding: 190px 0;
  }

  .plr_md--190 {
    padding: 0 190px !important;
  }

  .pt_md--190 {
    padding-top: 190px !important;
  }

  .pb_md--190 {
    padding-bottom: 190px !important;
  }

  .pl_md--190 {
    padding-left: 190px !important;
  }

  .pr_md--190 {
    padding-right: 190px !important;
  }

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

  .mb_md--190 {
    margin-bottom: 190px !important;
  }

  .ptb_md--195 {
    padding: 195px 0;
  }

  .plr_md--195 {
    padding: 0 195px !important;
  }

  .pt_md--195 {
    padding-top: 195px !important;
  }

  .pb_md--195 {
    padding-bottom: 195px !important;
  }

  .pl_md--195 {
    padding-left: 195px !important;
  }

  .pr_md--195 {
    padding-right: 195px !important;
  }

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

  .mb_md--195 {
    margin-bottom: 195px !important;
  }

  .ptb_md--200 {
    padding: 200px 0;
  }

  .plr_md--200 {
    padding: 0 200px !important;
  }

  .pt_md--200 {
    padding-top: 200px !important;
  }

  .pb_md--200 {
    padding-bottom: 200px !important;
  }

  .pl_md--200 {
    padding-left: 200px !important;
  }

  .pr_md--200 {
    padding-right: 200px !important;
  }

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

  .mb_md--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0;
  }

  .ptb_sm--0 {
    padding: 0;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

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

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

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

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

  .ptb_sm--105 {
    padding: 105px 0 !important;
  }

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

  .pt_sm--105 {
    padding-top: 105px !important;
  }

  .pb_sm--105 {
    padding-bottom: 105px !important;
  }

  .pl_sm--105 {
    padding-left: 105px !important;
  }

  .pr_sm--105 {
    padding-right: 105px !important;
  }

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

  .ml_sm--105 {
    margin-left: 105px !important;
  }

  .mr_sm--105 {
    margin-right: 105px !important;
  }

  .mb_sm--105 {
    margin-bottom: 105px !important;
  }

  .ptb_sm--110 {
    padding: 110px 0 !important;
  }

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

  .pt_sm--110 {
    padding-top: 110px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .pl_sm--110 {
    padding-left: 110px !important;
  }

  .pr_sm--110 {
    padding-right: 110px !important;
  }

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

  .ml_sm--110 {
    margin-left: 110px !important;
  }

  .mr_sm--110 {
    margin-right: 110px !important;
  }

  .mb_sm--110 {
    margin-bottom: 110px !important;
  }

  .ptb_sm--115 {
    padding: 115px 0 !important;
  }

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

  .pt_sm--115 {
    padding-top: 115px !important;
  }

  .pb_sm--115 {
    padding-bottom: 115px !important;
  }

  .pl_sm--115 {
    padding-left: 115px !important;
  }

  .pr_sm--115 {
    padding-right: 115px !important;
  }

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

  .ml_sm--115 {
    margin-left: 115px !important;
  }

  .mr_sm--115 {
    margin-right: 115px !important;
  }

  .mb_sm--115 {
    margin-bottom: 115px !important;
  }

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

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

  .pt_sm--120 {
    padding-top: 120px !important;
  }

  .pb_sm--120 {
    padding-bottom: 120px !important;
  }

  .pl_sm--120 {
    padding-left: 120px !important;
  }

  .pr_sm--120 {
    padding-right: 120px !important;
  }

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

  .ml_sm--120 {
    margin-left: 120px !important;
  }

  .mr_sm--120 {
    margin-right: 120px !important;
  }

  .mb_sm--120 {
    margin-bottom: 120px !important;
  }

  .ptb_sm--125 {
    padding: 125px 0 !important;
  }

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

  .pt_sm--125 {
    padding-top: 125px !important;
  }

  .pb_sm--125 {
    padding-bottom: 125px !important;
  }

  .pl_sm--125 {
    padding-left: 125px !important;
  }

  .pr_sm--125 {
    padding-right: 125px !important;
  }

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

  .ml_sm--125 {
    margin-left: 125px !important;
  }

  .mr_sm--125 {
    margin-right: 125px !important;
  }

  .mb_sm--125 {
    margin-bottom: 125px !important;
  }

  .ptb_sm--130 {
    padding: 130px 0 !important;
  }

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

  .pt_sm--130 {
    padding-top: 130px !important;
  }

  .pb_sm--130 {
    padding-bottom: 130px !important;
  }

  .pl_sm--130 {
    padding-left: 130px !important;
  }

  .pr_sm--130 {
    padding-right: 130px !important;
  }

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

  .ml_sm--130 {
    margin-left: 130px !important;
  }

  .mr_sm--130 {
    margin-right: 130px !important;
  }

  .mb_sm--130 {
    margin-bottom: 130px !important;
  }

  .ptb_sm--135 {
    padding: 135px 0 !important;
  }

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

  .pt_sm--135 {
    padding-top: 135px !important;
  }

  .pb_sm--135 {
    padding-bottom: 135px !important;
  }

  .pl_sm--135 {
    padding-left: 135px !important;
  }

  .pr_sm--135 {
    padding-right: 135px !important;
  }

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

  .ml_sm--135 {
    margin-left: 135px !important;
  }

  .mr_sm--135 {
    margin-right: 135px !important;
  }

  .mb_sm--135 {
    margin-bottom: 135px !important;
  }

  .ptb_sm--140 {
    padding: 140px 0 !important;
  }

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

  .pt_sm--140 {
    padding-top: 140px !important;
  }

  .pb_sm--140 {
    padding-bottom: 140px !important;
  }

  .pl_sm--140 {
    padding-left: 140px !important;
  }

  .pr_sm--140 {
    padding-right: 140px !important;
  }

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

  .ml_sm--140 {
    margin-left: 140px !important;
  }

  .mr_sm--140 {
    margin-right: 140px !important;
  }

  .mb_sm--140 {
    margin-bottom: 140px !important;
  }

  .ptb_sm--145 {
    padding: 145px 0 !important;
  }

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

  .pt_sm--145 {
    padding-top: 145px !important;
  }

  .pb_sm--145 {
    padding-bottom: 145px !important;
  }

  .pl_sm--145 {
    padding-left: 145px !important;
  }

  .pr_sm--145 {
    padding-right: 145px !important;
  }

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

  .ml_sm--145 {
    margin-left: 145px !important;
  }

  .mr_sm--145 {
    margin-right: 145px !important;
  }

  .mb_sm--145 {
    margin-bottom: 145px !important;
  }

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

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

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--150 {
    padding-bottom: 150px !important;
  }

  .pl_sm--150 {
    padding-left: 150px !important;
  }

  .pr_sm--150 {
    padding-right: 150px !important;
  }

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

  .ml_sm--150 {
    margin-left: 150px !important;
  }

  .mr_sm--150 {
    margin-right: 150px !important;
  }

  .mb_sm--150 {
    margin-bottom: 150px !important;
  }

  .ptb_sm--155 {
    padding: 155px 0 !important;
  }

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

  .pt_sm--155 {
    padding-top: 155px !important;
  }

  .pb_sm--155 {
    padding-bottom: 155px !important;
  }

  .pl_sm--155 {
    padding-left: 155px !important;
  }

  .pr_sm--155 {
    padding-right: 155px !important;
  }

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

  .ml_sm--155 {
    margin-left: 155px !important;
  }

  .mr_sm--155 {
    margin-right: 155px !important;
  }

  .mb_sm--155 {
    margin-bottom: 155px !important;
  }

  .ptb_sm--160 {
    padding: 160px 0 !important;
  }

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

  .pt_sm--160 {
    padding-top: 160px !important;
  }

  .pb_sm--160 {
    padding-bottom: 160px !important;
  }

  .pl_sm--160 {
    padding-left: 160px !important;
  }

  .pr_sm--160 {
    padding-right: 160px !important;
  }

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

  .ml_sm--160 {
    margin-left: 160px !important;
  }

  .mr_sm--160 {
    margin-right: 160px !important;
  }

  .mb_sm--160 {
    margin-bottom: 160px !important;
  }

  .ptb_sm--165 {
    padding: 165px 0 !important;
  }

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

  .pt_sm--165 {
    padding-top: 165px !important;
  }

  .pb_sm--165 {
    padding-bottom: 165px !important;
  }

  .pl_sm--165 {
    padding-left: 165px !important;
  }

  .pr_sm--165 {
    padding-right: 165px !important;
  }

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

  .ml_sm--165 {
    margin-left: 165px !important;
  }

  .mr_sm--165 {
    margin-right: 165px !important;
  }

  .mb_sm--165 {
    margin-bottom: 165px !important;
  }

  .ptb_sm--170 {
    padding: 170px 0 !important;
  }

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

  .pt_sm--170 {
    padding-top: 170px !important;
  }

  .pb_sm--170 {
    padding-bottom: 170px !important;
  }

  .pl_sm--170 {
    padding-left: 170px !important;
  }

  .pr_sm--170 {
    padding-right: 170px !important;
  }

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

  .ml_sm--170 {
    margin-left: 170px !important;
  }

  .mr_sm--170 {
    margin-right: 170px !important;
  }

  .mb_sm--170 {
    margin-bottom: 170px !important;
  }

  .ptb_sm--175 {
    padding: 175px 0 !important;
  }

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

  .pt_sm--175 {
    padding-top: 175px !important;
  }

  .pb_sm--175 {
    padding-bottom: 175px !important;
  }

  .pl_sm--175 {
    padding-left: 175px !important;
  }

  .pr_sm--175 {
    padding-right: 175px !important;
  }

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

  .ml_sm--175 {
    margin-left: 175px !important;
  }

  .mr_sm--175 {
    margin-right: 175px !important;
  }

  .mb_sm--175 {
    margin-bottom: 175px !important;
  }

  .ptb_sm--180 {
    padding: 180px 0 !important;
  }

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

  .pt_sm--180 {
    padding-top: 180px !important;
  }

  .pb_sm--180 {
    padding-bottom: 180px !important;
  }

  .pl_sm--180 {
    padding-left: 180px !important;
  }

  .pr_sm--180 {
    padding-right: 180px !important;
  }

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

  .ml_sm--180 {
    margin-left: 180px !important;
  }

  .mr_sm--180 {
    margin-right: 180px !important;
  }

  .mb_sm--180 {
    margin-bottom: 180px !important;
  }

  .ptb_sm--185 {
    padding: 185px 0 !important;
  }

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

  .pt_sm--185 {
    padding-top: 185px !important;
  }

  .pb_sm--185 {
    padding-bottom: 185px !important;
  }

  .pl_sm--185 {
    padding-left: 185px !important;
  }

  .pr_sm--185 {
    padding-right: 185px !important;
  }

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

  .ml_sm--185 {
    margin-left: 185px !important;
  }

  .mr_sm--185 {
    margin-right: 185px !important;
  }

  .mb_sm--185 {
    margin-bottom: 185px !important;
  }

  .ptb_sm--190 {
    padding: 190px 0 !important;
  }

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

  .pt_sm--190 {
    padding-top: 190px !important;
  }

  .pb_sm--190 {
    padding-bottom: 190px !important;
  }

  .pl_sm--190 {
    padding-left: 190px !important;
  }

  .pr_sm--190 {
    padding-right: 190px !important;
  }

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

  .ml_sm--190 {
    margin-left: 190px !important;
  }

  .mr_sm--190 {
    margin-right: 190px !important;
  }

  .mb_sm--190 {
    margin-bottom: 190px !important;
  }

  .ptb_sm--195 {
    padding: 195px 0 !important;
  }

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

  .pt_sm--195 {
    padding-top: 195px !important;
  }

  .pb_sm--195 {
    padding-bottom: 195px !important;
  }

  .pl_sm--195 {
    padding-left: 195px !important;
  }

  .pr_sm--195 {
    padding-right: 195px !important;
  }

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

  .ml_sm--195 {
    margin-left: 195px !important;
  }

  .mr_sm--195 {
    margin-right: 195px !important;
  }

  .mb_sm--195 {
    margin-bottom: 195px !important;
  }

  .ptb_sm--200 {
    padding: 200px 0 !important;
  }

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

  .pt_sm--200 {
    padding-top: 200px !important;
  }

  .pb_sm--200 {
    padding-bottom: 200px !important;
  }

  .pl_sm--200 {
    padding-left: 200px !important;
  }

  .pr_sm--200 {
    padding-right: 200px !important;
  }

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

  .ml_sm--200 {
    margin-left: 200px !important;
  }

  .mr_sm--200 {
    margin-right: 200px !important;
  }

  .mb_sm--200 {
    margin-bottom: 200px !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;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

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

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

.padding-contorler-am-slide {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}

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

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

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

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

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

kbd,
ins {
  color: #ffffff;
}

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

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

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

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

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

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

button,
input {
  line-height: normal;
}

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

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

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

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

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

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

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

caption,
th,
td {
  font-weight: normal;
}

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

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

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

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

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

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

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

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

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type="text"].p-holder__active,
.input-active input[type="text"],
input[type="text"].input-active,
input[type="password"].p-holder__active,
.input-active input[type="password"],
input[type="password"].input-active,
input[type="email"].p-holder__active,
.input-active input[type="email"],
input[type="email"].input-active,
input[type="number"].p-holder__active,
.input-active input[type="number"],
input[type="number"].input-active,
input[type="tel"].p-holder__active,
.input-active input[type="tel"],
input[type="tel"].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}

input[type="text"].p-holder__active::placeholder,
.input-active input[type="text"]::placeholder,
input[type="text"].input-active::placeholder,
input[type="password"].p-holder__active::placeholder,
.input-active input[type="password"]::placeholder,
input[type="password"].input-active::placeholder,
input[type="email"].p-holder__active::placeholder,
.input-active input[type="email"]::placeholder,
input[type="email"].input-active::placeholder,
input[type="number"].p-holder__active::placeholder,
.input-active input[type="number"]::placeholder,
input[type="number"].input-active::placeholder,
input[type="tel"].p-holder__active::placeholder,
.input-active input[type="tel"]::placeholder,
input[type="tel"].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}

input[type="text"].p-holder__active:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input[type="text"].input-active:-ms-input-placeholder,
input[type="password"].p-holder__active:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input[type="password"].input-active:-ms-input-placeholder,
input[type="email"].p-holder__active:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input[type="email"].input-active:-ms-input-placeholder,
input[type="number"].p-holder__active:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input[type="number"].input-active:-ms-input-placeholder,
input[type="tel"].p-holder__active:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}

input[type="text"].p-holder__active::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input[type="text"].input-active::-ms-input-placeholder,
input[type="password"].p-holder__active::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input[type="password"].input-active::-ms-input-placeholder,
input[type="email"].p-holder__active::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input[type="email"].input-active::-ms-input-placeholder,
input[type="number"].p-holder__active::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input[type="number"].input-active::-ms-input-placeholder,
input[type="tel"].p-holder__active::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}

input[type="text"].p-holder__error,
.input-error input[type="text"],
input[type="text"].input-error,
input[type="password"].p-holder__error,
.input-error input[type="password"],
input[type="password"].input-error,
input[type="email"].p-holder__error,
.input-error input[type="email"],
input[type="email"].input-error,
input[type="number"].p-holder__error,
.input-error input[type="number"],
input[type="number"].input-error,
input[type="tel"].p-holder__error,
.input-error input[type="tel"],
input[type="tel"].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}

input[type="text"].p-holder__error::placeholder,
.input-error input[type="text"]::placeholder,
input[type="text"].input-error::placeholder,
input[type="password"].p-holder__error::placeholder,
.input-error input[type="password"]::placeholder,
input[type="password"].input-error::placeholder,
input[type="email"].p-holder__error::placeholder,
.input-error input[type="email"]::placeholder,
input[type="email"].input-error::placeholder,
input[type="number"].p-holder__error::placeholder,
.input-error input[type="number"]::placeholder,
input[type="number"].input-error::placeholder,
input[type="tel"].p-holder__error::placeholder,
.input-error input[type="tel"]::placeholder,
input[type="tel"].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}

input[type="text"].p-holder__error:-ms-input-placeholder,
.input-error input[type="text"]:-ms-input-placeholder,
input[type="text"].input-error:-ms-input-placeholder,
input[type="password"].p-holder__error:-ms-input-placeholder,
.input-error input[type="password"]:-ms-input-placeholder,
input[type="password"].input-error:-ms-input-placeholder,
input[type="email"].p-holder__error:-ms-input-placeholder,
.input-error input[type="email"]:-ms-input-placeholder,
input[type="email"].input-error:-ms-input-placeholder,
input[type="number"].p-holder__error:-ms-input-placeholder,
.input-error input[type="number"]:-ms-input-placeholder,
input[type="number"].input-error:-ms-input-placeholder,
input[type="tel"].p-holder__error:-ms-input-placeholder,
.input-error input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}

input[type="text"].p-holder__error::-ms-input-placeholder,
.input-error input[type="text"]::-ms-input-placeholder,
input[type="text"].input-error::-ms-input-placeholder,
input[type="password"].p-holder__error::-ms-input-placeholder,
.input-error input[type="password"]::-ms-input-placeholder,
input[type="password"].input-error::-ms-input-placeholder,
input[type="email"].p-holder__error::-ms-input-placeholder,
.input-error input[type="email"]::-ms-input-placeholder,
input[type="email"].input-error::-ms-input-placeholder,
input[type="number"].p-holder__error::-ms-input-placeholder,
.input-error input[type="number"]::-ms-input-placeholder,
input[type="number"].input-error::-ms-input-placeholder,
input[type="tel"].p-holder__error::-ms-input-placeholder,
.input-error input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

input[type="text"].p-holder__error:focus,
.input-error input[type="text"]:focus,
input[type="text"].input-error:focus,
input[type="password"].p-holder__error:focus,
.input-error input[type="password"]:focus,
input[type="password"].input-error:focus,
input[type="email"].p-holder__error:focus,
.input-error input[type="email"]:focus,
input[type="email"].input-error:focus,
input[type="number"].p-holder__error:focus,
.input-error input[type="number"]:focus,
input[type="number"].input-error:focus,
input[type="tel"].p-holder__error:focus,
.input-error input[type="tel"]:focus,
input[type="tel"].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

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

input[type="checkbox"]~label::before,
input[type="radio"]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

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

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

input:checked~.rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type="radio"]~label::before {
  border-radius: 50%;
}

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

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

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

.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}

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

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

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

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

input[type="submit"]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

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

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #ffffff;
}

.bg-color-black {
  background: #1a1a1a;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

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

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

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

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg);
}

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-1.png);
  background-size: cover;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png);
  background-size: cover;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png);
  background-size: cover;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png);
  background-size: cover;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png);
  background-size: cover;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png);
  background-size: cover;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png);
  background-size: cover;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png);
  background-size: cover;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png);
  background-size: cover;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png);
  background-size: cover;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png);
  background-size: cover;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png);
  background-size: cover;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png);
  background-size: cover;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png);
  background-size: cover;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png);
  background-size: cover;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png);
  background-size: cover;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png);
  background-size: cover;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png);
  background-size: cover;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png);
  background-size: cover;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png);
  background-size: cover;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

#scrollUp:hover span.text {
  color: var(--color-primary);
}

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

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

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

@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }

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

@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }

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

@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, 10px, 0);
  }

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

@-webkit-keyframes flash {

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

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

@keyframes flash {

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

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

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

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

@keyframes rubberBand-2 {
  from {
    transform: scale3d(1, 1, 1);
  }

  0% {
    transform: scale3d(1, 0.95, 1);
  }

  50% {
    transform: scale3d(1, 0, 1);
  }

  100% {
    transform: scale3d(1, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

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

@keyframes slideInRight-2 {
  from {
    transform: translate3d(30%, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

[data-aos="slideInUp2"] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="slideInUp2"].aos-animate {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  [data-aos="slideInUp2"] {
    transform: translateY(30px);
  }

  [data-aos="slideInUp2"].aos-animate {
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

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

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }

  100% {
    right: -23%;
    top: 0;
  }
}

@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }

  50% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(40%);
  }
}

@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(40%);
  }

  100% {
    transform: translateX(-40%);
  }
}

@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-20%);
  }
}

@keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

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

.floting-line {
  animation: animate-floting 15s linear infinite;
}

.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}

.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }

  50% {
    border-radius: var(--morp-md-value);
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: var(--color-primary);
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-gray-400);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
  background: #000;
}

.reveal-animation.reveal-white::before {
  background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-top"],
[data-aos="reveal-start"],
[data-aos="reveal-end"],
[data-aos="reveal-bottom"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos="reveal-top"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-start"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-start"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-end"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-end"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
  visibility: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
  visibility: visible;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }

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

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }

  100% {
    background: var(--color-danger);
  }
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}

.cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Header */
.header-top-one-wrapper {
  background: var(--color-primary);
  padding: 0;
}

/*@media only screen and (max-width: 767px) {*/
/*  .header-top-one-wrapper {*/
/*    display: none;*/
/*  }*/
/*}*/
@media only screen and (max-width: 767px) {
  .header--sticky.sticky {

    top: -370px !important;

  }
}

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

.header-top-one-wrapper .left-information {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-top-one-wrapper .left-information a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.header-top-one-wrapper .right-information {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu {
  padding: 0;
  margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu {
  list-style: none;
  margin: 0;
  position: relative;
  transition: all 0.4s;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu a {
  color: var(--color-white);
  font-size: 14px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu a img {
  width: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(15px);
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 170px;
  padding: 12px 0;
  z-index: 10;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li:hover a {
  background: #eeebff;
  color: var(--color-primary);
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a {
  color: #1f1f25;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 4px;
  background: transparent;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a.view-pro-file {
  padding: 0 !important;
  background: transparent;
  margin: 0;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu .has-child-menu .sub-menu li a img {
  width: 20px;
}

.header-top-one-wrapper .right-information .rts-dropdown-menu.switcher-currency .has-child-menu .sub-menu {
  min-width: 100px;
}

.header-top-one-wrapper .right-information select {
  display: inline-block;
  max-width: max-content;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-image: url(../images/header/01.svg) !important;
}

.header-top-one-wrapper .right-information select::after {
  position: absolute;
  content: "\f078";
  right: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
}

.header-top-one-wrapper .right-information select:focus {
  box-shadow: none;
}

.header-top-one-wrapper .right-information select option {
  color: #242424;
  font-size: 14px;
}

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

.header-one-wrapper .left-side-header {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-one-wrapper .left-side-header {
    gap: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-one-wrapper .left-side-header {
    gap: 20px;
  }
}

.header-one-wrapper .left-side-header .logo-area {
  padding: 20px 0;
  display: block;
}

.header-one-wrapper .left-side-header .category-area {
  cursor: pointer;
  padding: 20px 0;
}

.header-one-wrapper .left-side-header .category-area .category-btn {
  padding: 6px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 1px solid #bbb1f2;
  background: #fbfaff;
  gap: 8px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .header-one-wrapper .left-side-header .category-area .category-btn {
    display: none;
  }
}

.header-one-wrapper .left-side-header .category-area .category-btn span {
  color: var(--color-primary);
  font-weight: 500;
}

.header-one-wrapper .left-side-header .category-area .category-btn i {
  color: var(--color-primary);
}

.header-one-wrapper .left-side-header .category-area:hover .category-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(20px);
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(30px);
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 410px;
  padding: 17px 10px;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li {
  list-style: none;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li ul {
  padding: 0;
  margin: 0;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a {
  color: #1f1f25;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin: 2px 10px;
  transition: all 0.3s;
  border-radius: 4px;
  background: transparent;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a span {
  color: #1f1f25;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover {
  background: #eeebff;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a:hover span {
  color: var(--color-primary);
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a img {
  width: 45px;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a h4 {
  color: #1f1f25;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.1;
}

.header-one-wrapper .left-side-header .category-area .category-sub-menu li a p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

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

@media only screen and (max-width: 575px) {
  .header-right-area-one {
    gap: 6px;
  }
}

.header-right-area-one .buttons-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .header-right-area-one .buttons-area {
    display: none;
  }
}

.header-right-area-one .buttons-area .rts-btn {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}

.header-right-area-one .actions-area {
  display: flex;
  align-items: center;
}

.header-right-area-one .actions-area a.rts-btn {
  padding: 13px 25px;
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .header-right-area-one .actions-area a.rts-btn {
    display: none;
  }
}

.header-right-area-one .actions-area .menu-btn {
  cursor: pointer;
  margin-left: 30px;
}

.header-right-area-one .actions-area .search-btn {
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}

.header-right-area-one .actions-area .search-btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: var(--color-primary);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}

.header-right-area-one .actions-area .search-btn i {
  color: #000;
}

.header-right-area-one .actions-area .cart {
  padding-left: 15px;
}

.header-right-area-one .actions-area .cart i {
  color: var(--color-primary);
  font-size: 22px;
  position: relative;
  margin-top: 8px !important;
  cursor: pointer;
}

.header-right-area-one .actions-area .cart i::after {
  position: absolute;
  content: "2";
  right: -8px;
  bottom: 14px;
  height: 18px;
  width: 18px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media only screen and (max-width: 1320px) {
  .main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
    display: none;
  }
}

.header-one.v-2 .header-top-one-wrapper {
  background: #fff;
  border-bottom: 1px solid #ddd8f9;
}

@media only screen and (max-width: 767px) {
  .header-one.v-2 .header-top-one-wrapper {
    display: none !important;
  }
}

.header-one.v-2 .header-top-one-wrapper .left-information a {
  color: #737477;
}

.header-one.v-2 .header-top-one-wrapper .left-information i {
  color: var(--color-primary);
  font-weight: 500;
}

.header-one.v-2 .header-top-one-wrapper .right-information select {
  color: #737477;
  background-image: url(../images/header/02.svg) !important;
}

.container-full {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.header-transparent {
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
}

.header-transparent .header-tranaparent-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-transparent .header-tranaparent-main-wrapper .right-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-transparent .header-tranaparent-main-wrapper .right-area .rts-btn {
  padding: 10px 22px;
}

.header-transparent .main-nav-one ul li a.nav-link {
  color: #ffffff !important;
}

.header-one.v-2 .header-top-one .has-child-menu .menu-item {
  color: #1f1f25;
}

.header-one.v-2 .header-top-one .has-child-menu i {
  color: #1f1f25;
}

.header-one.v-5 .left-side-header .search-area {
  position: relative;
}

@media only screen and (max-width: 479px) {
  .header-one.v-5 .left-side-header .search-area {
    display: none;
  }
}

.header-one.v-5 .left-side-header .search-area input {
  border: 1px solid #bbb1f2;
  color: #1f1f25;
  padding: 5px 17px;
  background: #fbfaff;
}

@media only screen and (max-width: 1199px) {
  .header-one.v-5 .left-side-header .search-area input {
    max-width: 180px;
  }
}

.header-one.v-5 .left-side-header .search-area input::placeholder {
  color: var(--color-primary);
}

.header-one.v-5 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}

.header-one.v-7 {
  background: #08070f;
}

.header-one.v-7 .left-side-header .search-area {
  position: relative;
}

@media (max-width: 450px) {
  .header-one.v-7 .left-side-header .search-area {
    display: none;
  }
}

.header-one.v-7 .left-side-header .search-area input {
  border: 1px solid #1b1925;
  color: var(--color-primary-gym);
  padding: 5px 17px;
  color: #ffffff;
}

.header-one.v-7 .left-side-header .search-area input::placeholder {
  color: #ffffff;
}

.header-one.v-7 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}

.header-one.v-7 .main-nav-one ul li:hover a.nav-link {
  color: var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li a.nav-link {
  color: var(--color-white);
}

.header-one.v-7.header--sticky.sticky {
  background: #08070f;
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #ffffff;
  color: var(--color-secondary);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: var(--color-primary-gym);
  background: rgba(177, 13, 0, 0.2);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li:hover a {
  color: var(--color-primary-gym);
  background: rgba(177, 13, 0, 0.2);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .submenu li:hover::after {
  color: var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  color: var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  background: rgba(177, 13, 0, 0.2);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover span {
  color: var(--color-primary-gym);
}

.header-one.v-7 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: rgba(177, 13, 0, 0.4);
}

.header-one.v-8 {
  background: #ffffff;
}

.header-one.v-8 .left-side-header .search-area {
  position: relative;
}

@media (max-width: 450px) {
  .header-one.v-8 .left-side-header .search-area {
    display: none;
  }
}

.header-one.v-8 .left-side-header .search-area input {
  border: 1px solid #ffe4d7;
  color: var(--color-secondary);
  padding: 5px 17px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .header-one.v-8 .left-side-header .search-area input {
    max-width: 180px;
  }
}

.header-one.v-8 .left-side-header .search-area input::placeholder {
  color: #737477;
}

.header-one.v-8 .left-side-header .search-area .search-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  max-width: max-content;
  padding: 0;
}

.header-one.v-8 .main-nav-one ul li:hover a.nav-link {
  color: var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li a.nav-link {
  color: var(--color-secondary);
}

.header-one.v-8.header--sticky.sticky {
  background: #ffffff;
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #ffffff;
  color: var(--color-secondary);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: var(--color-primary-kitchen);
  background: #ffefe7;
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li:hover a {
  color: var(--color-primary-kitchen);
  background: #ffefe7;
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .submenu li:hover::after {
  color: var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  color: var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  background: #ffefe7;
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover span {
  color: var(--color-primary-kitchen);
}

.header-one.v-8 .main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: #ffd4bf;
}

.menu-btn {
  cursor: pointer;
}

.menu-btn svg rect {
  fill: #b99750;
}

.v-7 .menu-btn svg rect {
  fill: var(--color-primary-gym);
}

.v-8 .menu-btn svg rect {
  fill: var(--color-primary-kitchen);
}

.admin-top-area-right .search-btn i {
  color: var(--color-primary) !important;
  font-size: 20px;
  position: relative;
}

.admin-top-area-right .search-btn i::after {
  position: absolute;
  content: "2";
  right: -8px;
  bottom: 10px;
  height: 18px;
  width: 18px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-one.v-5 .header-top-one-wrapper {
  background: #f6f6f6;
}

.header-one.v-5 .header-top-one-wrapper .left-information a {
  color: #1f1f25;
  font-size: 14px;
  font-weight: 400;
}

.header-one.v-5 .header-top-one-wrapper .left-information a i {
  color: var(--color-primary);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin .left-information .email.none-sm {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .header-one.v-5 .header-top-one-wrapper.with-admin .actions-area {
    display: none;
  }
}

.right-information.admin-panel .has-child-menu a i {
  color: var(--color-primary);
}

.right-information.admin-panel .has-child-menu a span {
  color: #1f1f25;
  font-size: 16px;
  font-weight: 400;
}

.right-information.admin-panel .has-child-menu .sub-menu {
  min-width: 230px !important;
  left: -92% !important;
}

@media only screen and (max-width: 575px) {
  .right-information.admin-panel .has-child-menu .sub-menu {
    left: -210% !important;
  }
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture img {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 2px solid #2f57ef21;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 3px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info {
  margin-top: -15px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info .name {
  margin-bottom: 0;
  line-height: 18px;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a {
  padding: 0;
  color: var(--color-primary);
  font-weight: 500;
  position: absolute;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  height: 1px;
  background: var(--color-primary);
  width: 0%;
  transition: 0.3s;
}

.right-information.admin-panel .has-child-menu .sub-menu .user-profile .profile-picture .info a:hover::after {
  width: 100%;
}

.right-information.admin-panel .has-child-menu .sub-menu li a {
  display: flex;
  align-items: center;
  padding: 2px 12px !important;
}

.right-information.admin-panel .has-child-menu .sub-menu li a i {
  flex-basis: 30px;
  font-size: 18px;
}

.right-information.admin-panel .has-child-menu .sub-menu li a p {
  font-size: 14px;
  color: #08070f;
}

.admin-border-top {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px !important;
  padding-top: 7px;
}

.nav-area nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}

.nav-area nav ul li {
  margin: 0;
}

.nav-area nav ul li a {
  padding: 33px 22px !important;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  display: block;
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  padding: 19px 15px;
  display: block;
  color: #1f1f25;
  font-weight: 700;
  transition: 0.3s;
}

.header--sticky {
  position: relative;
  top: -230px;
  display: block;
  width: 100%;
  box-shadow: none;
  background: #fff;
  z-index: 999;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: none;
  top: 0;
  transform: translateY(0);
}

.header--sticky.fixed {
  position: fixed !important;
  box-shadow: 0px 7px 18px #1810100d;
}

.header--sticky.sticky {
  position: fixed !important;
  top: -343px;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: block;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  z-index: 999;
  border: none !important;
  max-width: 100%;
}

.header--sticky.back-hide-header {
  transform: translateY(-100%);
  transition: var(--transition);
}

.header-one .header-nav.main-nav-one {
  margin-left: -12px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav-one {
    display: none;
  }
}

.main-nav-one ul li {
  position: relative;
}

.main-nav-one ul li>a {
  padding: 19px 15px;
}

.main-nav-one ul li a.nav-link {
  color: #1f1f25;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one ul li a.nav-link {
    font-size: 14px;
    margin-right: 8px;
  }
}

.main-nav-one ul li.has-dropdown {
  margin-right: 26px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .main-nav-one ul li.has-dropdown {
    margin-right: 12px;
  }
}

.main-nav-one ul li.has-dropdown a {
  position: relative;
}

.main-nav-one ul li.has-dropdown a.nav-link {
  padding: 27px 15px;
  color: #1f1f25;
  font-size: 18px;
  font-weight: 400;
}

/* .main-nav-one ul li.has-dropdown a::before {
  content: "\f078" !important;
  position: absolute !important;
  top: 50%;
  font-family: "Font Awesome 5 Pro" !important;
  right: -3px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 12px;
} */
.main-nav-one ul li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 14px 0;
  transform-origin: 0 0;
  transform: scaleY(0);
}

.main-nav-one ul li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 0;
}

.main-nav-one ul li.has-dropdown .submenu li:last-child a {
  border: none;
}

.main-nav-one ul li.has-dropdown .submenu li:hover a {
  background: #eeebff;
  color: var(--color-primary);
}

.main-nav-one ul li.has-dropdown .submenu li a {
  padding: 6px 12px;
  margin: 2px 10px;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 4px;
}

.main-nav-one ul li.has-dropdown .submenu li a::before {
  display: none;
}

.main-nav-one ul li.has-dropdown .submenu li .third-lvl li a {
  background: #ffffff;
  color: var(--color-secondary);
}

.main-nav-one ul li.has-dropdown .submenu li .third-lvl li:hover a {
  color: var(--color-primary);
  background: #eeebff;
}

.main-nav-one ul li.has-dropdown .megamenu-hub {
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 0px 80px;
  transform-origin: 0 0;
  transform: scaleY(0);
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega {
  max-width: 80% !important;
  margin: auto;
  min-width: 100%;
  /* left: 19%; */
  padding: 30px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul {
  flex-basis: 27%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul::after {
  display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent {
  width: 100%;
  border-bottom: 1px solid #ddd8f9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li ul li.parent a {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 600;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area {
  left: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #ddd8f9;
  padding-left: 20px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav {
  display: block;
  padding: 10px 20px;
  background: #ece9ff;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  transition: 0.3s;
  border: 1px solid transparent;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav.mash {
  background: #d6ceff;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav .icon {
  margin-bottom: 10px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav span {
  font-size: 15px;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav::before {
  display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:last-child {
  margin-bottom: 0;
}

.main-nav-one ul li.has-dropdown .megamenu-hub.min-mega li .thumbnav-area .single-thumbnav:hover {
  border: 1px solid var(--color-primary);
}

.main-nav-one ul li.has-dropdown .megamenu-hub li {
  display: flex;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul {
  flex-direction: column;
  flex-basis: 25%;
  text-align: left;
  align-items: flex-start;
  position: relative;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li {
  display: block;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li:hover a {
  color: var(--color-primary);
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a {
  padding: 6px 10px;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li a::before {
  display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span {
  position: absolute;
  left: 100%;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  padding: 3px 8px;
  background: var(--color-primary);
  color: #fff;
  line-height: 1;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul li span.popular {
  background: red;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li ul:first-child::after {
  position: absolute;
  content: "";
  right: 70px;
  height: 85%;
  width: 1px;
  top: 3%;
  background: #ddd8f9;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 50%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image::before {
  display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a {
    max-width: 95%;
  }
}

.main-nav-one ul li.has-dropdown .megamenu-hub li .nav-mega-image a::before {
  display: none;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape img {
  position: absolute;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .one {
  position: absolute;
  left: 50%;
  top: 70%;
}

.main-nav-one ul li.has-dropdown .megamenu-hub .absolute-image-shape .two {
  position: absolute;
  right: -3%;
  top: -16%;
}

/* .main-nav-one ul li.has-dropdown:hover a.nav-link::before {
  content: "\f077" !important;
} */
.main-nav-one ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  transform: scaleY(1);
}

.main-nav-one ul li.has-dropdown:hover .megamenu-hub {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  transform: scaleY(1);
}

.main-nav-one ul li:hover a.nav-link {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 400;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}

.sub-dropdown::after {
  position: absolute;
  content: "\f054";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #616165;
  font-size: 12px;
  font-family: var(--font-3);
}

.sub-dropdown .submenu.third-lvl.base {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base.base {
  display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
  border-radius: 10px !important;
  z-index: 100000 !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-right-area-one .menu-btn {
  display: none;
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-area-one .menu-btn {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-area-one .menu-btn {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-one {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav-one {
    display: none;
  }
}

.mobile-menu-main .buttons-area {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .mobile-menu-main .buttons-area {
    display: none;
  }
}

.mobile-menu-main .buttons-area .rts-btn {
  font-size: 14px;
  padding: 8px 25px;
}

.mobile-menu-main .rts-social-style-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.mobile-menu-main .rts-social-style-one ul li {
  list-style: none;
  margin: 0;
}

/* Banner */
.rts-btn {
  display: block;
  max-width: max-content;
  padding: 14px 34px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
  background-color: var(--color-primary);
  color: white;
}

@media (max-width: 576px) {
  .rts-btn {
    padding: 10px 25px;
  }
}

.rts-btn.btn-primary {
  background: var(--color-primary) !important;
  color: #fff;
  border: 1px solid transparent;
}

.rts-btn.btn-primary:hover {
  border: 1px solid #b99750;
  background: #b99750 !important;
  color: var(--color-primary) !important;
}

.rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.rts-btn.btn-border {
  border: 1px solid #4a1f40;
}

.rts-btn.btn-border:hover {
  background: transparent;
  color: var(--color-primary);
}

.rts-btn.btn-primary-white {
  background: #fff !important;
  color: #110c2d;
  border: 1px solid transparent;
}

.rts-btn.btn-primary-white:hover {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}

.rts-btn.btn-gym {
  background: var(--color-primary-gym) !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 14px 34px;
}

.rts-btn.btn-gym:hover {
  border: 1px solid var(--color-white);
  background: var(--color-white) !important;
  color: var(--color-primary-gym) !important;
}

.rts-btn.btn-kitchen {
  background: var(--color-primary-kitchen) !important;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 14px 34px;
}

.rts-btn.btn-kitchen:hover {
  border: 1px solid var(--color-primary-kitchen);
  background: none !important;
  color: var(--color-primary-kitchen) !important;
}

.btn-narrow-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}

.btn-narrow-arrow i {
  color: var(--color-primary);
}

.banner-area-one {
  background: #f9f8ff;
  height: 669px;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .banner-area-one {
    height: 175px;
  }
}

.banner-area-one .pre-title-banner img {
  margin-right: 10px;
}

.banner-area-one .pre-title-banner span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.banner-area-one .title-banner {
  color: var(--color-primary);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-top: 35px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .banner-area-one .title-banner {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner-area-one .title-banner img {
  position: absolute;
  left: 41%;
  bottom: 3px;
}

@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner img {
    display: none;
  }
}

.banner-area-one .title-banner span {
  color: var(--color-primary);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
}

@media only screen and (max-width: 1199px) {
  .banner-area-one .title-banner span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-one .title-banner span {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner-area-one .review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #bbb1f2;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 51%;
  left: 45%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}

@media only screen and (max-width: 575px) {
  .banner-area-one .review-thumb .review-single {
    top: 34%;
    left: 60%;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-one .review-thumb .review-single {
    top: 28%;
    left: 6%;
  }
}

.banner-area-one .review-thumb .review-single.two {
  bottom: 16%;
  top: auto;
  right: 13.5%;
  left: auto;
  animation: jump-2 10s linear infinite;
}

@media only screen and (max-width: 575px) {
  .banner-area-one .review-thumb .review-single.two {
    bottom: 73%;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-one .review-thumb .review-single.two {
    bottom: 76%;
  }
}

.banner-area-one .review-thumb .review-single img {
  background: var(--color-primary);
  padding: 8px;
  border-radius: 6px;
}

.banner-area-one .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -3px;
}

.banner-area-one .review-thumb .review-single .info-right span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.banner-area-one .shape-image .shape {
  position: absolute;
}

.banner-area-one .shape-image .shape.one {
  left: 6%;
  bottom: 30%;
}

@media only screen and (max-width: 1199px) {
  .banner-area-one .shape-image .shape.one {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-one .shape-image .shape.one {
    display: none;
  }
}

.banner-area-one .shape-image .shape.two {
  right: 46%;
  top: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one .shape-image .shape.two {
    left: 5%;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-one .shape-image .shape.two {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-one .shape-image .shape.two {
    display: none;
  }
}

.banner-area-one .shape-image .shape.three {
  right: 15%;
  top: 20%;
}

@media only screen and (max-width: 767px) {
  .banner-area-one .shape-image .shape.three {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-one .shape-image .shape.three {
    display: none;
  }
}

.banner-content-one {
  display: flex;
  align-items: center;
  padding: 160px 0;
}

@media (max-width: 991px) {
  .banner-content-one {
    padding: 60px 0 100px;
  }
}

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

@media only screen and (max-width: 575px) {
  .banner-content-one {
    padding: 56px 0;
  }
}

.banner-content-one p.disc {
  max-width: 75%;
}

@media only screen and (max-width: 1199px) {
  .banner-content-one p.disc {
    min-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-one p.disc {
    max-width: 100%;
  }
}

.banner-content-one.v-8 {
  padding: 0;
}

.banner-content-one.v-8 .inner .title-banner {
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 106px;
  position: relative;
  color: var(--color-secondary-2);
}

@media (max-width: 1300px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner {
    max-width: max-content;
  }
}

@media (max-width: 576px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 65px;
    line-height: 75px;
  }
}

@media (max-width: 450px) {
  .banner-content-one.v-8 .inner .title-banner {
    font-size: 42px;
    line-height: 52px;
  }
}

.banner-content-one.v-8 .inner .title-banner img {
  position: absolute;
  top: -15px;
  right: 10%;
}

@media (max-width: 1300px) and (min-width: 1201px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    right: 17%;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    right: 15%;
  }
}

@media (max-width: 991px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -20px;
    right: 10%;
  }
}

@media (max-width: 576px) {
  .banner-content-one.v-8 .inner .title-banner img {
    top: -23px;
    right: 4%;
  }
}

@media (max-width: 450px) {
  .banner-content-one.v-8 .inner .title-banner img {
    width: 70px;
    top: -20px;
  }
}

.banner-content-one.v-8 .inner p.disc {
  max-width: max-content;
}

@media (max-width: 1300px) and (min-width: 992px) {
  .banner-content-one.v-8 .inner p.disc br {
    display: none;
  }
}

@media (max-width: 650px) {
  .banner-content-one.v-8 .inner p.disc br {
    display: none;
  }
}

.banner-content-one.v-8 .inner .banner-button-area {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 45px;
}

.banner-right-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.banner-right-img.v-8 {
  position: absolute;
  bottom: 0;
  right: 0%;
  display: block;
  width: max-content;
  height: auto;
  z-index: 1;
}

@media (max-width: 1200px) {
  .banner-right-img.v-8 {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .banner-right-img.v-8 {
    position: relative;
    z-index: 1;
    order: -1;
    margin-bottom: 60px;
    max-width: 100%;
    width: auto;
  }
}

.banner-right-img.v-8 .round-shape {
  position: absolute;
  top: 60%;
  left: 10px;
  transform: translateY(-60%);
  z-index: -1;
}

.banner-two-flow-1920 {
  background: var(--color-primary);
  z-index: 1;
}

.banner-area-one.v-2 {
  height: 861px;
  background-image: url(../images/banner/01.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 {
    height: auto;
  }
}

.banner-area-one.v-2 .banner-content-one .pre-title-banner span {
  color: #fff;
}

.banner-area-one.v-2 .banner-content-one .title-banner {
  color: #fff;
}

.banner-area-one.v-2 .banner-content-one .title-banner span {
  color: #fff;
}

.banner-area-one.v-2 .banner-content-one p.disc {
  color: #fff;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 100%;
}

.banner-area-one.v-2 .banner-right-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .banner-right-img {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-right-img {
    position: relative;
  }
}

.banner-area-one.v-2 .title-banner img {
  left: 28% !important;
}

.banner-area-one.v-2 .review-thumb .review-single {
  top: 75%;
  left: 53%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .review-thumb .review-single {
    top: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .review-thumb .review-single {
    top: 20%;
    left: 20%;
  }
}

.banner-area-one.v-2 .review-thumb .review-single.two {
  top: 50%;
  bottom: auto;
  right: 10%;
  left: auto;
  max-width: max-content;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-one.v-2 .review-thumb .review-single.two {
    top: 30%;
    right: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .review-thumb .review-single.two {
    top: 30%;
    right: 20%;
  }
}

.banner-area-one.v-2 .review-thumb .review-single img {
  background: #ffd335;
}

.banner-area-one.v-2 .banner-shape-area-two img {
  position: absolute;
  z-index: -1;
}

.banner-area-one.v-2 .banner-shape-area-two img.one {
  left: 5%;
  top: 50%;
}

.banner-area-one.v-2 .banner-shape-area-two img.two {
  left: 55%;
  top: 9%;
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.two {
    display: none;
  }
}

.banner-area-one.v-2 .banner-shape-area-two img.three {
  right: 11%;
  top: 11%;
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.three {
    left: 10%;
    right: auto;
  }
}

.banner-area-one.v-2 .banner-shape-area-two img.four {
  right: 8%;
  bottom: 11%;
}

@media only screen and (max-width: 767px) {
  .banner-area-one.v-2 .banner-shape-area-two img.four {
    display: none;
  }
}

.category-search-input {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  max-width: 90%;
  position: relative;
}

.category-search-input input {
  height: 56px;
  padding-right: 120px;
  margin-left: 20px;
}

@media only screen and (max-width: 575px) {
  .category-search-input input {
    margin-left: 0;
  }
}

.category-search-input button {
  position: absolute;
  max-width: max-content;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-primary);
  padding: 10px 18px;
  border-radius: 6px;
  color: #fff;
}

.category-search-input .select-banner-search-left {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  gap: 12px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .category-search-input .select-banner-search-left {
    display: none;
  }
}

.category-search-input .select-banner-search-left::after {
  position: absolute;
  content: "";
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background: #ababab;
}

.category-search-input .nice-select-wrap {
  flex-basis: 80%;
  margin-right: 0;
}

.category-search-input .nice-select-wrap .drop {
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  height: 56px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  min-width: max-content;
}

.category-search-input .nice-select-wrap ul {
  top: 100%;
  border-radius: 0 0 10px 10px !important;
  text-align: start;
}

.banner-tags-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 90%;
  flex-wrap: wrap;
}

.banner-tags-wrapper .single-tags-banner {
  margin-right: 8px;
  margin-bottom: 8px;
}

.banner-tags-wrapper .single-tags-banner p {
  margin: 0;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid #7763e5;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.banner-tags-wrapper .single-tags-banner:hover p {
  background: #fff;
  color: var(--color-primary);
}

.rts-banner-area-3.banner-three-bg {
  background: #f9f8ff;
}

.banner-three-bg {
  background: #f9f8ff;
  height: 861px;
  background-image: url(../images/banner/02.jpg);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg {
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-three-bg {
    height: auto;
  }
}

.banner-three-bg .banner-three-images .left-top {
  position: absolute;
  top: 25%;
  left: 8%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .left-top {
    left: 5%;
    top: 10%;
  }
}

@media (max-width: 1440px) {
  .banner-three-bg .banner-three-images .left-top {
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .left-top {
    display: none;
  }
}

.banner-three-bg .banner-three-images .left-bottom {
  position: absolute;
  top: 57%;
  left: 15%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-three-bg .banner-three-images .left-bottom {
    left: 11%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .left-bottom {
    left: 5%;
  }
}

@media (max-width: 1440px) {
  .banner-three-bg .banner-three-images .left-bottom {
    left: 2%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .left-bottom {
    display: none;
  }
}

.banner-three-bg .banner-three-images .right-center {
  position: absolute;
  top: 20%;
  right: 5%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-three-bg .banner-three-images .right-center {
    max-width: 19%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-bg .banner-three-images .right-center {
    max-width: 19%;
    top: 40%;
    right: 1%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-three-bg .banner-three-images .right-center {
    position: absolute;
    top: 20%;
    right: 5%;
    max-width: 20%;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-bg .banner-three-images .right-center {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-three-bg .banner-three-images .right-center {
    display: none;
  }
}

.banner-three-bg .shape-area img {
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .banner-three-bg .shape-area img {
    display: none;
  }
}

.banner-three-bg .shape-area img.one {
  right: 25%;
  top: 20%;
}

@media (max-width: 991px) {
  .banner-three-bg .shape-area img.one {
    right: 22%;
    top: 16%;
  }
}

.banner-three-bg .shape-area img.two {
  right: 26%;
  top: 40%;
}

@media (max-width: 1440px) {
  .banner-three-bg .shape-area img.two {
    right: 20%;
    top: 41%;
  }
}

@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.two {
    right: 23%;
    top: 39%;
  }
}

@media (max-width: 991px) {
  .banner-three-bg .shape-area img.two {
    right: 15%;
    top: 34%;
  }
}

.banner-three-bg .shape-area img.three {
  left: 6%;
  bottom: 18%;
}

.banner-three-bg .shape-area img.four {
  left: 25%;
  top: 25%;
}

@media (max-width: 1600px) {
  .banner-three-bg .shape-area img.four {
    top: 10%;
  }
}

@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.four {
    top: 8%;
    left: 18%;
  }
}

.banner-three-bg .shape-area img.five {
  left: 47%;
  top: 11%;
}

.banner-three-bg .shape-area img.six {
  left: 15%;
  top: 40%;
}

@media (max-width: 1440px) {
  .banner-three-bg .shape-area img.six {
    left: 1%;
  }
}

@media (max-width: 1200px) {
  .banner-three-bg .shape-area img.six {
    display: none;
  }
}

.banner-three-wrapper {
  max-width: 70%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .banner-three-wrapper {
    max-width: 100%;
  }
}

.banner-three-wrapper .title-area-center-style .title {
  color: #110c2d;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 48px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  .banner-three-wrapper .title-area-center-style .title {
    font-size: 22px;
    line-height: 1.3;
  }
}

.banner-three-wrapper .title-area-center-style .title img {
  position: absolute;
  right: 17%;
  top: 34%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three-wrapper .title-area-center-style .title img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-three-wrapper .title-area-center-style .title img {
    display: none;
  }
}

.banner-three-wrapper .title-area-center-style .title span {
  color: #110c2d;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

@media only screen and (max-width: 1199px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 48px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  .banner-three-wrapper .title-area-center-style .title span {
    font-size: 26px;
    line-height: 1.3;
  }
}

.banner-three-wrapper .banner-tags-wrapper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-three-wrapper .banner-tags-wrapper .single-tags-banner p {
  border: 1px solid #7763e5;
  color: var(--color-primary);
}

.banner-three-wrapper .banner-tags-wrapper .single-tags-banner p:hover {
  background: var(--color-primary);
  color: #fff;
}

.banner-three-wrapper .category-search-input {
  border: 1px solid #eeebff;
  margin: auto;
  max-width: 85%;
}

.review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #bbb1f2;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 49%;
  left: 4%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .review-thumb .review-single {
    top: 43%;
  }
}

@media only screen and (max-width: 1199px) {
  .review-thumb .review-single {
    top: 31%;
    left: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .review-thumb .review-single {
    display: none;
  }
}

.review-thumb .review-single.two {
  bottom: 49%;
  top: auto;
  right: 4%;
  left: auto;
  animation: jump-2 10s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .review-thumb .review-single.two {
    bottom: 76%;
  }
}

@media only screen and (max-width: 1199px) {
  .review-thumb .review-single.two {
    bottom: 18%;
    top: auto;
    right: 2%;
    left: auto;
    animation: jump-2 10s linear infinite;
  }
}

.review-thumb .review-single img {
  background: #ffd335;
  padding: 8px;
  border-radius: 6px;
}

.review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -3px;
}

.review-thumb .review-single .info-right span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.radious-0 {
  border-radius: 0;
}

.rts-banner-area-four {
  height: 710px;
  background-image: url(../images/banner/03.jpg);
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area-four {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-area-four {
    height: auto;
  }
}

.rts-banner-area-four .pre-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rts-banner-area-four .pre-title span {
  color: var(--color-primary);
}

.rts-banner-area-four .title-m {
  color: #110c2d;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m {
    font-size: 46px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m {
    font-size: 32px;
    line-height: 1.3;
  }
}

.rts-banner-area-four .title-m img {
  position: absolute;
  right: 108px;
  top: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-area-four .title-m img {
    display: block;
    right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m img {
    display: none;
  }
}

.rts-banner-area-four .title-m span {
  color: var(--color-primary);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  text-decoration: 4px underline var(--color-primary);
}

@media only screen and (max-width: 1199px) {
  .rts-banner-area-four .title-m span {
    font-size: 46px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-area-four .title-m span {
    font-size: 28px;
    line-height: 1.3;
    text-decoration: 1px underline var(--color-primary);
  }
}

.rts-banner-area-four p.disc {
  max-width: 90%;
}

.thumbnail-right-banner-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnail-right-banner-4 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .thumbnail-right-banner-4 {
    justify-content: flex-start;
  }
}

.thumbnail-right-banner-4 img {
  padding: 10px;
  border: 1px solid var(--color-primary);
}

.banner-btn-author-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sm-image-wrapper {
  display: flex;
  align-items: center;
  gap: 13px;
}

.sm-image-wrapper .images-wrap {
  display: flex;
  align-items: center;
}

.sm-image-wrapper .images-wrap img {
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
}

.sm-image-wrapper .images-wrap img.two {
  margin-left: -20px;
}

.sm-image-wrapper .images-wrap img.three {
  margin-left: -20px;
}

.sm-image-wrapper .images-wrap img:hover {
  z-index: 10;
  transform: translateY(-5px);
}

.sm-image-wrapper .info .title {
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: -5px;
}

.sm-image-wrapper .info span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}

.rts-banner-five {
  background-image: url(../images/banner/07.jpg);
  height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five {
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-banner-five {
    height: auto;
  }
}

.rts-banner-seven {
  background-image: url(../images/banner/08.jpg);
  height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.rts-banner-eight {
  background-image: url(../images/banner/09.jpg);
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .rts-banner-eight {
    height: auto;
  }
}

.rts-banner-eight .shape-image .shape {
  position: absolute;
}

.rts-banner-eight .shape-image .shape.one {
  left: 4%;
  top: 25%;
}

.rts-banner-eight .shape-image .shape.two {
  left: 8%;
  bottom: 16%;
}

.rts-banner-eight .banner-inner-eight {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 200px 0 200px;
}

@media (max-width: 1200px) {
  .rts-banner-eight .banner-inner-eight {
    padding: 150px 0;
  }
}

@media (max-width: 576px) {
  .rts-banner-eight .banner-inner-eight {
    padding: 100px 0;
  }
}

.rts-banner-five-content-wrapper span.pre-title {
  padding: 7px 14px;
  border: 1px solid #7763e5;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.rts-banner-five-content-wrapper .title-m-5 {
  font-size: 160px;
  margin-top: 40px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px;
  color: #fff;
  line-height: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 120px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 {
    font-size: 60px;
    line-height: 1;
  }
}

.rts-banner-five-content-wrapper .title-m-5 span {
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 90px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 90px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 span {
    font-size: 60px;
    line-height: 1;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .rts-banner-five-content-wrapper .title-m-5 img {
    max-width: 30%;
  }
}

.rts-banner-seven-content-wrapper .pre-title-banner {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rts-banner-seven-content-wrapper .pre-title-banner span {
  margin-top: 5px;
}

@media (max-width: 480px) {
  .rts-banner-seven-content-wrapper .pre-title-banner {
    font-size: 22px;
  }
}

.rts-banner-seven-content-wrapper .title-m-5 {
  font-size: 140px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 120px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1440px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 110px;
    line-height: 90px;
  }
}

@media (max-width: 1200px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 95px;
    line-height: 90px;
    width: max-content;
  }
}

@media (max-width: 576px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 80px;
    line-height: 80px;
    width: max-content;
  }
}

@media (max-width: 450px) {
  .rts-banner-seven-content-wrapper .title-m-5 {
    font-size: 60px;
    line-height: 65px;
  }
}

.rts-banner-seven-content-wrapper .title-m-5 img {
  position: absolute;
  top: 0;
  right: 4%;
}

@media (max-width: 1440px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    right: 10%;
    width: 170px;
  }
}

@media (max-width: 1200px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    right: 0%;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    width: 125px;
  }
}

@media (max-width: 450px) {
  .rts-banner-seven-content-wrapper .title-m-5 img {
    width: 100px;
  }
}

.banner-btn-author-wrapper {
  display: flex;
  align-items: center;
  gap: 39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-btn-author-wrapper {
    gap: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-btn-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.banner-btn-author-wrapper p.disc {
  max-width: 40%;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .banner-btn-author-wrapper p.disc {
    max-width: 100%;
  }
}

.banner-btn-author-wrapper .rts-wrapper-stars-area .title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.banner-btn-author-wrapper .rts-wrapper-stars-area .title span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.banner-btn-author-wrapper .rts-wrapper-stars-area i {
  color: #ffd335;
}

.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 .title {
  color: var(--color-secondary-2);
}

.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 .title span {
  color: var(--color-secondary-2);
}

.banner-btn-author-wrapper .rts-wrapper-stars-area.v-8 i {
  color: var(--color-primary-kitchen);
}

.banner-five-thumbnail {
  margin-right: -30px;
}

.rts-banner-five {
  position: relative;
}

.rts-banner-five .banner-absolute-wrapper .review-single {
  right: 32%;
  border-radius: 0;
}

@media only screen and (max-width: 1199px) {
  .rts-banner-five .banner-absolute-wrapper .review-single {
    bottom: 65%;
  }
}

.rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 10;
  right: 7%;
  bottom: 25%;
  animation: jump-1 12s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    right: 42%;
    bottom: 74%;
  }
}

@media only screen and (max-width: 767px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    right: 42%;
    bottom: 74%;
  }
}

@media only screen and (max-width: 575px) {
  .rts-banner-five .banner-absolute-wrapper .sm-image-wrapper {
    right: 0;
    bottom: 55%;
  }
}

.rts-banner-seven {
  position: relative;
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.rts-banner-seven .banner-inner-seven {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 200px 0 210px;
}

@media (max-width: 992px) {
  .rts-banner-seven .banner-inner-seven {
    padding: 150px 0;
  }
}

@media (max-width: 576px) {
  .rts-banner-seven .banner-inner-seven {
    padding: 100px 0;
  }
}

.rts-banner-seven .banner-absolute-wrapper .review-single {
  right: 32%;
  border-radius: 0;
}

.rts-banner-seven .banner-absolute-wrapper .sm-image-wrapper {
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  z-index: 10;
  right: 7%;
  bottom: 25%;
  animation: jump-1 12s linear infinite;
}

.rts-banner-seven .banner-right-img {
  position: absolute;
  bottom: 0;
  right: 0%;
  display: block;
  width: max-content;
  height: auto;
  z-index: -1;
}

@media (max-width: 1440px) {
  .rts-banner-seven .banner-right-img {
    right: 0;
  }
}

@media (max-width: 991px) {
  .rts-banner-seven .banner-right-img {
    position: unset;
    z-index: 1;
    order: -1;
    margin-bottom: 60px;
  }
}

.banner-area-six {
  background: var(--color-body-2);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area-six .banner-inner-six {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.banner-area-six .banner-content-one {
  padding: 200px 0;
}

@media (max-width: 1200px) {
  .banner-area-six .banner-content-one {
    padding: 120px 0;
  }
}

@media (max-width: 991px) {
  .banner-area-six .banner-content-one {
    padding: 50px 0 120px 0;
  }
}

@media (max-width: 576px) {
  .banner-area-six .banner-content-one {
    padding: 50px 0 80px 0;
  }
}

.banner-area-six .banner-content-one .inner .pre-title-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.banner-area-six .banner-content-one .inner .pre-title-banner span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.banner-area-six .banner-content-one .inner .pre-title-banner img {
  max-width: 20px;
}

.banner-area-six .banner-content-one .inner .title-banner {
  color: var(--color-primary);
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 68px;
    line-height: 80px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 58px;
    line-height: 70px;
  }
}

@media (max-width: 768px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 58px;
    line-height: 70px;
  }
}

@media (max-width: 576px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 46px;
    line-height: 58px;
  }
}

@media (max-width: 450px) {
  .banner-area-six .banner-content-one .inner .title-banner {
    font-size: 30px;
    line-height: 45px;
  }
}

.banner-area-six .banner-content-one .inner .disc {
  margin-bottom: 40px;
}

.banner-area-six .banner-right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: max-content;
  height: auto;
  z-index: -1;
}

@media (max-width: 1600px) {
  .banner-area-six .banner-right-img {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .banner-area-six .banner-right-img {
    position: unset;
    order: -1;
    width: 100%;
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  .banner-area-six .banner-right-img {
    padding-top: 80px;
  }
}

.banner-area-six .shape-image .shape.one {
  position: absolute;
  bottom: 45%;
  left: 5%;
  z-index: -1;
}

@media (max-width: 768px) {
  .banner-area-six .shape-image .shape.one {
    bottom: 50%;
  }
}

@media (max-width: 576px) {
  .banner-area-six .shape-image {
    display: none;
  }
}

.bg-banner-nine {
  background: #f9f8ff;
}

.banner-content-area-wrapper-left-nine .title {
  color: #110c2d;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #110c2d;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #110c2d;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title {
    color: #110c2d;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .banner-content-area-wrapper-left-nine .title br {
    display: none;
  }
}

.banner-content-area-wrapper-left-nine .title img {
  position: absolute;
  right: 0;
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .banner-content-area-wrapper-left-nine .title img {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-area-wrapper-left-nine .title img {
    display: none;
  }
}

.banner-content-area-wrapper-left-nine .banner-button-area {
  position: relative;
  max-width: max-content;
  margin-top: 50px;
}

.banner-content-area-wrapper-left-nine .banner-button-area img {
  position: absolute;
  right: -119px;
  top: 0;
}

.banner-right-course-nine-wrapper {
  margin-left: 50px;
  margin-right: -50px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-course-nine-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-right-course-nine-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .banner-right-course-nine-wrapper .review-thumb {
    display: none;
  }
}

.banner-right-course-nine-wrapper .review-thumb .review-single {
  position: absolute;
  border-radius: 6px;
  border: 1px solid #bbb1f2;
  background: #fff0;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  bottom: -5px;
  left: 135px;
  top: auto;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}

.banner-right-course-nine-wrapper .review-thumb .review-single.two {
  bottom: 89%;
  top: auto;
  right: 20%;
  left: auto;
  animation: jump-2 10s linear infinite;
}

.banner-right-course-nine-wrapper .review-thumb .review-single img {
  background: var(--color-primary);
  padding: 8px;
  border-radius: 6px;
}

.banner-right-course-nine-wrapper .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -3px;
}

.banner-right-course-nine-wrapper .review-thumb .review-single .info-right span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.rts-banner-area-start-nine {
  position: relative;
}

.rts-banner-area-start-nine .banner-shape img {
  position: absolute;
}

.rts-banner-area-start-nine .banner-shape .one {
  left: 47%;
  top: 10%;
}

.rts-banner-area-start-nine .banner-shape .two {
  left: 45%;
  top: 70%;
}

.bg_banner-ten {
  background-image: url(../images/banner/10.jpg);
  height: 900px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg_banner-ten {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bg_banner-ten {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bg_banner-ten .banner-shape-area {
    display: none;
  }
}

.bg_banner-ten .banner-shape-area img {
  position: absolute;
}

.bg_banner-ten .banner-shape-area img.one {
  left: 6%;
  top: 19%;
}

.bg_banner-ten .banner-shape-area img.two {
  left: 50%;
  top: 7%;
}

.bg_banner-ten .banner-shape-area img.three {
  left: 5%;
  bottom: 15%;
}

.bg_banner-ten .banner-shape-area img.four {
  left: 55%;
  top: 25%;
}

.bg_banner-ten .banner-shape-area img.five {
  left: 45%;
  bottom: 25%;
}

.bg_banner-ten .banner-shape-area img.six {
  right: 15%;
  bottom: 55%;
}

.banner-content-ten-start .pre-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-content-ten-start .pre-title span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.banner-content-ten-start .title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  text-transform: capitalize;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .banner-content-ten-start .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-ten-start .title {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner-content-ten-start .title span {
  color: #ffd335;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  .banner-content-ten-start .title span {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-ten-start .title span {
    font-size: 26px;
    line-height: 1.2;
  }
}

.banner-content-ten-start p.disc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.banner-content-ten-start .banner-button-area {
  position: relative;
  max-width: max-content;
}

.banner-content-ten-start .banner-button-area img {
  position: absolute;
  right: -120px;
  top: 0;
}

.thumbnail-banner-10 {
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  justify-content: flex-end;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  position: relative;
  z-index: 10000;
  max-width: max-content;
}

@media (max-width: 991px) {
  .order-change {
    order: -1;
  }
}

.rts-bread-crumbarea-1 {
  background-image: url(../images/breadcrumb/01.jpg);
}

.breadcrumb-main-wrapper .title {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

@media only screen and (max-width: 575px) {
  .breadcrumb-main-wrapper .title {
    font-size: 32px;
    line-height: 1.2;
  }
}

.breadcrumb-main-wrapper .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  align-items: center;
}

.breadcrumb-main-wrapper .pagination-wrapper i {
  font-size: 14px;
  color: #fff;
}

.breadcrumb-main-wrapper .pagination-wrapper a {
  font-size: 16px;
  color: #fff;
}

.breadcrumb-main-wrapper .pagination-wrapper a.active {
  color: #fff;
  transition: 0.3s;
}

.breadcrumb-main-wrapper .pagination-wrapper a.active:hover {
  color: var(--color-primary);
}

.course-details-breadcrumb-1 {
  background-image: url(../images/breadcrumb/02.jpg);
}

.course-details-breadcrumb-2 {
  background-image: url(../images/breadcrumb/03.jpg);
}

.single-course-left-align-wrapper .meta-area {
  display: flex;
  display: flex;
  align-items: center;
  gap: 7px;
}

.single-course-left-align-wrapper .meta-area a.active {
  color: var(--color-primary);
}

.single-course-left-align-wrapper .title {
  color: #110c2d;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .single-course-left-align-wrapper .title {
    font-size: 26px;
    line-height: 1.2;
  }

  .single-course-left-align-wrapper .title br {
    display: none;
  }
}

.single-course-left-align-wrapper .rating-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .single-course-left-align-wrapper .rating-area {
    gap: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .single-course-left-align-wrapper .rating-area {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.single-course-left-align-wrapper .rating-area .stars-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-course-left-align-wrapper .rating-area .stars-area span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.single-course-left-align-wrapper .rating-area .stars-area i {
  color: #ffa41c;
}

.single-course-left-align-wrapper .rating-area .students,
.single-course-left-align-wrapper .rating-area .calender-area-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-course-left-align-wrapper .author-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .single-course-left-align-wrapper .author-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.single-course-left-align-wrapper .author-area .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-course-left-align-wrapper .author-area .author .name {
  margin: 0;
  line-height: 20px;
}

.single-course-left-align-wrapper .author-area .author .name span {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.single-course-left-align-wrapper .author-area p {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.single-course-left-align-wrapper .author-area p span {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.center-align-course-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.center-align-course-breadcrumb .single-course-left-align-wrapper .meta-area {
  justify-content: center;
}

.center-align-course-breadcrumb .single-course-left-align-wrapper .author-area {
  justify-content: center;
}

.course-top-enroll-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 80px;
  background: #f9f8ff;
  border-radius: 6px;
  margin-bottom: 50px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 767px) {
  .course-top-enroll-area {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 575px) {
  .course-top-enroll-area {
    padding: 32px;
  }
}

.course-top-enroll-area .single-course-top {
  text-align: center;
  position: relative;
}

.course-top-enroll-area .single-course-top:last-child::after {
  display: none;
}

.course-top-enroll-area .single-course-top::after {
  position: absolute;
  content: "";
  right: -100px;
  width: 1px;
  height: 100%;
  background: #ddd8f9;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .course-top-enroll-area .single-course-top::after {
    display: none;
  }
}

.course-top-enroll-area .single-course-top span {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.course-top-enroll-area .single-course-top .rts-btn {
  padding: 10px 15px;
}

.course-top-enroll-area .single-course-top .title {
  color: var(--color-primary);
  margin-bottom: 0;
}

/* elements */
.brand-style-one {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  justify-content: space-between;
  padding: 0 140px;
}

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

@media screen and (max-width: 575px) {
  .brand-style-one {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.brand-style-one .title {
  margin: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  width: max-content;
}

.brand-style-one .brand-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.brand-style-one .brand-area img {
  cursor: pointer;
  transition: 0.3s;
  max-width: 120px;
  max-height: 51px;
}

.brand-style-one .mySwiper-category-1 {
  padding: 10px 0;
}

.rts-brand-style-two .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.brand-area-main-wrapper-2 {
  padding: 48px 112px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .brand-area-main-wrapper-2 {
    padding: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .brand-area-main-wrapper-2 {
    padding: 20px;
  }
}

.brand-area-main-wrapper-2 img {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

.brand-main-wrapper-nine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-main-wrapper-nine .single-brand {
  cursor: pointer;
}

.brand-main-wrapper-nine .single-brand img {
  min-width: max-content;
  transition: 0.3s;
  max-width: max-content;
}

.brand-main-wrapper-nine .single-brand:hover img {
  transform: scale(1.1);
}

.about-one-left-image {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .about-one-left-image {
    flex-direction: column;
  }
}

.about-one-left-image img {
  border-radius: 6px;
}

.about-one-left-image .second-order {
  position: relative;
}

.about-one-left-image .first-order {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .about-one-left-image .first-order {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .about-one-left-image .first-order .thumb-bottom {
    padding: 0 30px;
    width: 100%;
  }
}

.about-one-left-image .first-order .thumb-bottom img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}

.about-one-left-image .first-order .thumb-one {
  position: relative;
  display: block;
}

.about-one-left-image .first-order .thumb-one .information {
  top: 52%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  left: 24px;
}

.about-one-left-image .first-order .thumb-one .information .title {
  margin-bottom: 0;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 5px;
}

.about-one-left-image .first-order .thumb-one .information span.review {
  color: #fff;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .about-one-left-image .first-order .thumb-one .information span.review {
    font-size: 12px;
  }
}

.about-inner-right-one .what-you-get {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .about-inner-right-one .what-you-get {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-inner-right-one .what-you-get .single-facilityes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-inner-right-one .what-you-get .single-facilityes .information .title {
  margin-bottom: 2px;
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.about-inner-right-one .what-you-get .single-facilityes .information p {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.about-inner-right-one .author-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .about-inner-right-one .author-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.about-inner-right-one .author-area .single-author-and-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .about-inner-right-one .author-area .single-author-and-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-inner-right-one .author-area .single-author-and-info img {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #bbb1f2;
}

.about-inner-right-one .author-area .single-author-and-info .information .title {
  margin-bottom: 0;
}

.about-inner-right-one .author-area .single-author-and-info .information p {
  margin-bottom: 0;
}

.about-inner-right-one .author-area .rts-btn {
  padding: 12px 24px;
}

.about-inner-right-two .what-you-get {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd8f9;
}

.about-inner-right-two .what-you-get .single-facilityes {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 17px 25px 25px;
  background: #faf9ff;
}

.about-inner-right-two .what-you-get .single-facilityes .icon {
  flex-basis: 30%;
}

.about-inner-right-two .what-you-get .single-facilityes .information .title {
  margin-bottom: 5px;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.about-inner-right-two .what-you-get .single-facilityes .information p {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.about-inner-right-two .author-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  justify-content: space-between;
}

.about-inner-right-two .author-area .single-author-and-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-inner-right-two .author-area .single-author-and-info img {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #bbb1f2;
}

.about-inner-right-two .author-area .single-author-and-info .information .title {
  margin-bottom: 0;
}

.about-inner-right-two .author-area .single-author-and-info .information p {
  margin-bottom: 0;
}

.about-inner-right-two .author-area .rts-btn {
  padding: 12px 24px;
}

.about-area-left-four {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-area-left-four .thumbnail-right-image {
  margin-bottom: -213px;
}

.title-area-left-2 .pre-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.title-area-left-2 .pre-title span {
  color: var(--color-primary);
}

.title-area-left-2 .title {
  font-size: 48px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .title-area-left-2 .title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.about-card-wrapper-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .about-card-wrapper-main {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-card-wrapper-main .single-card-about {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  border: 1px solid #f0edff;
  background: #faf9ff;
}

.about-card-wrapper-main .single-card-about .icon {
  max-width: 50px;
}

.about-card-wrapper-main .single-card-about .icon img {
  max-width: 50px;
}

.about-card-wrapper-main .single-card-about .information .title {
  margin-bottom: 12px;
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.about-card-wrapper-main .single-card-about .information p.disc {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.about-area-left-four {
  position: relative;
}

.about-area-left-four .award-image-badge {
  position: absolute;
  left: 42%;
  top: 43%;
}

.about-area-left-four .award-image-badge img {
  max-width: 121px;
}

@media only screen and (max-width: 575px) {
  .about-area-left-four .award-image-badge {
    display: none;
  }
}

.about-area-left-four .review-thumb .review-single {
  position: absolute;
  border-radius: 0;
  border: 1px solid #bbb1f2;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(85, 60, 223, 0.1);
  top: 90%;
  left: 5%;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  animation: jump-1 15s linear infinite;
}

.about-area-left-four .review-thumb .review-single.two {
  top: 0%;
  bottom: auto;
  right: 19%;
  left: auto;
  animation: jump-2 10s linear infinite;
}

.about-area-left-four .review-thumb .review-single.two img {
  background: #ffd335;
  padding: 8px;
  border-radius: 6px;
}

.about-area-left-four .review-thumb .review-single img {
  background: var(--color-primary);
  padding: 8px;
  border-radius: 6px;
}

.about-area-left-four .review-thumb .review-single .info-right .title {
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: -3px;
}

.about-area-left-four .review-thumb .review-single .info-right span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.about-bottom-button-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e0dbff;
}

@media only screen and (max-width: 767px) {
  .about-bottom-button-area-4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.about-bottom-button-area-4 .author-about {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-left: -35px;
}

@media only screen and (max-width: 767px) {
  .about-bottom-button-area-4 .author-about {
    margin-left: 0;
  }
}

.about-bottom-button-area-4 .author-about::after {
  position: absolute;
  right: -50px;
  height: 100%;
  content: "";
  width: 1px;
  background: #d9d9d9;
}

.about-bottom-button-area-4 .author-about .information .title {
  margin-bottom: 0;
}

.about-bottom-button-area-4 .video-classes {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 6px;
  border: 1px solid #bbb1f2;
  background: #f7f5ff;
}

.about-left-style-five .title-wrapper {
  position: relative;
}

.about-left-style-five .title-wrapper::after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: linear-gradient(360deg, #ffffffed 19%, #cfcfcf00);
  content: "";
  height: 100%;
  pointer-events: none;
}

.about-left-style-five .title-stroke {
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px;
  color: #cfcfcf;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-left-style-five .title-stroke {
    font-size: 109px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-left-style-five .title-stroke {
    font-size: 90px;
    line-height: 1;
  }
}

@media only screen and (max-width: 575px) {
  .about-left-style-five .title-stroke {
    font-size: 58px;
  }
}

.rts-about-area-five {
  position: relative;
}

.rts-about-area-five .badge-wrapper {
  position: absolute;
  right: 43%;
  bottom: 38%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-about-area-five .badge-wrapper {
    right: 39%;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-about-area-five .badge-wrapper {
    right: 38%;
  }
}

@media only screen and (max-width: 767px) {
  .rts-about-area-five .badge-wrapper {
    bottom: 15%;
  }
}

@media only screen and (max-width: 575px) {
  .rts-about-area-five .badge-wrapper {
    bottom: 5%;
  }

  .rts-about-area-five .badge-wrapper img {
    max-width: 80%;
  }
}

.about-thumbnail-right-5 p {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .about-thumbnail-right-5 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-thumbnail-right-5 p br {
    display: none;
  }
}

.about-area-start.style-two {
  padding-top: 80px;
}

.about-area-start.style-two .paragraph {
  font-size: 18px;
  line-height: 1.7;
}

.about-area-start.style-two .title-area-left-style .title {
  font-size: 36px;
  line-height: 50px;
}

.call-sign-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .call-sign-area-start {
    flex-direction: column;
    align-items: flex-start;
  }
}

.call-sign-area-start .call-btn-area {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.call-sign-area-start .call-btn-area::after {
  position: absolute;
  left: 110%;
  width: 272px;
  height: 1px;
  background: #ebebeb;
  content: "";
}

.call-sign-area-start .call-btn-area .icon {
  height: 60px;
  width: 60px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-sign-area-start .call-btn-area .icon i {
  color: var(--color-primary);
  font-size: 24px;
}

.call-sign-area-start .call-btn-area .information p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #110c2d;
}

.call-sign-area-start .sign-area-start {
  margin-right: 50px;
}

.title-area-center-style,
.title-area-left-style {
  text-align: center;
}

.title-area-center-style .pre-title,
.title-area-left-style .pre-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

.title-area-center-style .pre-title img,
.title-area-left-style .pre-title img {
  max-width: 20px;
}

.title-area-center-style .pre-title span,
.title-area-left-style .pre-title span {
  color: var(--color-primary);
  font-weight: 500;
}

.title-area-center-style .title,
.title-area-left-style .title {
  margin-bottom: 5px;
}

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

.title-area-left-style p {
  max-width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-left-style p br {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .title-area-left-style p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-left-style p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .title-area-left-style p {
    width: 100%;
    max-width: 100%;
  }

  .title-area-left-style p br {
    display: none;
  }
}

.title-area-left-style .pre-title {
  justify-content: flex-start;
}

.category-area-style-one {
  background-color: #4b1b43;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .category-area-style-one .shape-image {
    display: none;
  }
}

.category-area-style-one .shape-image .shape {
  position: absolute;
  z-index: -1;
}

.category-area-style-one .shape-image .shape.one {
  left: 6%;
  bottom: 30%;
}

.category-area-style-one .shape-image .shape.two {
  left: 25%;
  top: 10%;
}

.category-area-style-one .shape-image .shape.three {
  right: 15%;
  top: 20%;
}

.category-area-style-one.v-7 {
  background: #05040e;
}

.category-area-style-one.v-7 .title-area-center-style .pre-title span {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-family: "Teko", sans-serif;
  margin-top: 7px;
}

.category-area-style-one.v-7 .title-area-center-style .title {
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .category-area-style-one.v-7 .title-area-center-style .title {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 450px) {
  .category-area-style-one.v-7 .title-area-center-style .title {
    font-size: 36px;
    line-height: 36px;
  }
}

.category-area-style-one.v-7 .shape-image .shape {
  position: absolute;
  z-index: -1;
}

.category-area-style-one.v-7 .shape-image .shape.one {
  left: 6%;
  bottom: 35%;
}

.category-area-style-one.v-7 .shape-image .shape.two {
  left: 10%;
  top: 15%;
}

.category-area-style-one.v-7 .shape-image .shape.four {
  right: 7%;
  bottom: 12%;
}

.category-area-style-one.v-7 .shape-image .shape.three {
  right: 15%;
  top: 20%;
}

.category-area-style-one.v-8 {
  background: #ffffff;
}

.category-area-style-one.v-8 .title-area-center-style .pre-title span {
  color: var(--color-primary-kitchen);
}

.category-area-style-one.v-8 .title-area-center-style .title {
  color: var(--color-secondary);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  .category-area-style-one.v-8 .title-area-center-style .title {
    font-size: 26px;
    line-height: 1.2;
  }
}

.category-area-style-one.v-8 .shape-image .shape {
  position: absolute;
}

.category-area-style-one.v-8 .shape-image .shape.one {
  right: 8%;
  bottom: 20%;
  left: unset;
}

.category-area-style-one.v-8 .shape-image .shape.two {
  left: 6%;
  top: 20%;
}

.category-area-style-one.v-8 .shape-image .shape.three {
  left: 6%;
  bottom: 15%;
  top: unset;
}

.category-area-style-one.v-8 .shape-image .shape.four {
  left: 25%;
  top: 25%;
}

.category-area-style-one.v-8 .shape-image .shape.five {
  right: 25%;
  top: 17%;
}

.category-style-one {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  display: block;
  padding: 32px;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.category-style-one .title {
  color: var(--color-primary);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 18px;
  margin-bottom: 0px;
}

.category-style-one span {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.category-style-one:hover {
  border: 1px solid var(--Primary-1, var(--color-primary));
}

.category-style-one.style-seven {
  padding: 0;
  border: 1px solid #110c2d;
  background: none;
  overflow: hidden;
}

.category-style-one.style-seven:hover {
  border: 1px solid var(--color-primary-gym);
}

.category-style-one.style-seven .bottom-content {
  padding: 30px 0;
}

.category-style-one.style-seven .title {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
}

.category-style-one.style-seven span {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64px;
}

.category-style-one.style-eight {
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  transition: all 0.4s;
}

.category-style-one.style-eight:hover .icon img {
  transform: scale(105%);
}

.category-style-one.style-eight .icon {
  overflow: hidden;
  border-radius: 50%;
}

.category-style-one.style-eight .icon img {
  transform: scale(100%);
  transition: all 0.4s;
}

.category-style-one.style-eight .bottom-content {
  text-align: center;
}

.category-style-one.style-eight .bottom-content .title a {
  color: var(--color-secondary);
}

.category-style-one.style-eight .bottom-content .title a:hover {
  color: var(--color-primary-kitchen);
}

.v-7 .swiper-button-next i {
  color: var(--color-primary-gym);
}

.v-7 .swiper-button-prev i {
  color: var(--color-primary-gym);
}

.v-7 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.v-7 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-gym);
}

.v-8 .swiper-button-next i {
  color: var(--color-primary-kitchen);
}

.v-8 .swiper-button-prev i {
  color: var(--color-primary-kitchen);
}

.v-8 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fffaee;
  opacity: 1;
}

.v-8 .mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-kitchen);
}

.mySwiper-category-1 {
  position: relative;
  padding-bottom: 70px;
}

.mySwiper-category-1 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.mySwiper-category-1 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary);
  width: 8px;
  height: 8px;
}

.mySwiper-category-1 .swiper-button-next,
.mySwiper-category-1 .swiper-button-prev {
  color: var(--color-primary);
}

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

  .mySwiper-category-1 .swiper-button-next,
  .mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}

.mySwiper-category-1 .swiper-button-next::after,
.mySwiper-category-1 .swiper-button-prev::after {
  background-image: none;
  display: none;
}

.mySwiper-category-1 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-1 .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-category-1 .swiper-button-next {
    display: none;
  }
}

.mySwiper-category-1 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-category-1 .swiper-button-prev {
    display: none;
  }
}

.single-category-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #fbfaff;
  padding: 23px 30px;
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .single-category-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category-2 {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .single-category-2 {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .single-category-2 {
    padding: 15px;
  }
}

.single-category-2 .information .title {
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-category-2 .information .title {
    font-size: 20px;
  }
}

.single-category-2 .information p {
  margin-bottom: 0;
}

.single-category-2:hover {
  border: 1px solid var(--color-primary);
}

.single-category-2.v-6 {
  background: var(--color-body-2);
  padding: 23px 25px;
  gap: 20px;
}

@media (max-width: 1440px) and (min-width: 1366px) {
  .single-category-2.v-6 {
    padding: 23px 20px;
    gap: 10px;
  }
}

.single-category-2.v-6 .information .title {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.single-category-2.v-6 .information p {
  color: var(--color-primary);
}

.bg-category-3 {
  background: #f6f6f6;
}

.bg-category-9 {
  background-image: url(../images/category/01.jpg);
}

.single-category-nine-area {
  padding: 26px 10px 26px 20px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

.single-category-nine-area .icon {
  margin-bottom: 20px;
}

.single-category-nine-area a .title {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
  transition: 0.3s;
}

.single-category-nine-area a:hover .title {
  color: var(--color-primary);
}

.single-category-nine-area p.disc {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg-feedback-nine {
  background: #f9f8ff;
}

.title-between-area.v-8 {
  display: block;
  text-align: center;
}

.title-between-area.v-8 .title-area-left-style {
  text-align: center;
}

.title-between-area.v-8 .title-area-left-style .pre-title {
  justify-content: center;
}

.title-between-area.v-8 .title-area-left-style .pre-title span {
  color: var(--color-primary-kitchen);
}

.title-between-area.v-8 .button-group {
  justify-content: center;
}

.title-between-area.v-8 .button-group button {
  max-width: max-content;
  border-radius: 2px;
  background: #ffefe7;
  color: var(--color-primary-kitchen);
  padding: 4px 10px;
}

.title-between-area.v-8 .button-group button.is-checked {
  background: var(--color-primary-kitchen);
  color: #ffffff;
}

.rts-pagination-area-2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 10px;
  justify-content: center;
}

.rts-pagination-area-2 ul li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efecff;
  cursor: pointer;
  transition: 0.3s;
}

.rts-pagination-area-2 ul li i {
  color: #525252;
  font-size: 14px;
}

.rts-pagination-area-2 ul li:hover {
  background: var(--color-primary);
  color: #fff;
}

.rts-pagination-area-2 ul li:hover i {
  color: #fff;
}

.rts-pagination-area-2 ul li.active {
  background: var(--color-primary);
  color: #fff;
}

.rts-pagination-area-2 ul li.active i {
  color: #fff;
}

.banner-right-course-nine-wrapper .rts-single-course {
  height: auto;
}

.header-one {
  max-width: 100%;
  margin: auto;
}

.rts-single-course {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #efecff;
  position: relative;
  height: 100%;
}

.rts-single-course.course-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .rts-single-course.course-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*.rts-single-course.course-list .thumbnail {*/
/*  min-width: max-content;*/
/*}*/
@media only screen and (max-width: 767px) {
  .rts-single-course.course-list .thumbnail {
    min-width: 100%;
  }
}

/*.rts-single-course.course-list img {*/
/*  min-width: max-content;*/
/*}*/
@media only screen and (max-width: 767px) {
  .rts-single-course.course-list img {
    min-width: 100%;
  }
}

.rts-single-course.course-list .information-inner {
  width: 100%;
}

.rts-single-course.course-list .information-inner .lesson-studente {
  margin-top: 10px;
  margin-bottom: 6px;
}

.rts-single-course.course-list .information-inner p.disc {
  margin-bottom: 5px;
}

.rts-single-course.course-list .information-inner .teacher {
  margin-top: 5px;
}

.rts-single-course.course-list .information-inner .rating-and-price {
  margin-top: 4px;
}

.rts-single-course .save-icon {
  cursor: pointer;
}

.rts-single-course .save-icon i {
  font-weight: 300;
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 37px;
  right: 37px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: rgba(17, 12, 45, 0.2);
}

.rts-single-course .save-icon:hover i {
  background: var(--color-primary);
  color: #fff;
}

.rts-single-course .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 6px;
  position: relative;
  font-weight: 300;
}

.rts-single-course .thumbnail img {
  transition: 0.3s;

}

.rts-single-course .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.rts-single-course .tags-area-wrapper .single-tag span {
  display: block;
  padding: 3px 8px;
  background: #eeebff;
  border-radius: 2px;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rts-single-course .lesson-studente {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .rts-single-course .lesson-studente {
    gap: 15px;
  }
}

.rts-single-course .lesson-studente .lesson {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rts-single-course .lesson-studente .lesson i {
  font-size: 14px;
}

.rts-single-course .lesson-studente .lesson span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.rts-single-course a {
  transition: 0.3s;
}

.rts-single-course a .title {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .rts-single-course a .title {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .rts-single-course a .title {
    font-size: 16px;
    line-height: 26px;
  }
}

.rts-single-course a:hover .title {
  color: var(--color-primary);
}

.rts-single-course .teacher {
  margin-bottom: 0;
  margin-top: 15px;
  color: #737477;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.rts-single-course .rating-and-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-course .rating-and-price {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-single-course .rating-and-price {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .rts-single-course .rating-and-price {
    flex-wrap: wrap;
  }
}

.rts-single-course .rating-and-price .rating-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rts-single-course .rating-and-price .rating-area span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.rts-single-course .rating-and-price .rating-area .stars ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2px;
  margin: 0;
}

.rts-single-course .rating-and-price .rating-area .stars ul li {
  margin: 0;
}

.rts-single-course .rating-and-price .rating-area .stars ul li i {
  font-size: 16px;
  color: #ffa41c;
}

.rts-single-course .rating-and-price .price-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rts-single-course .rating-and-price .price-area .price {
  color: #110c2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.rts-single-course .rating-and-price .price-area .price.not {
  text-decoration: line-through;
  color: #737477;
}

.rts-single-course:hover .thumbnail img {
  transform: scale(1.12);
}

.rts-single-course.v-7 {
  border-radius: 0;
  transition: all 0.3s;
}

.rts-single-course.v-7:hover {
  border: 1px solid var(--color-primary-gym);
}

.rts-single-course.v-7:hover .lesson-studente {
  border-top: 1px solid var(--color-primary-gym);
}

.rts-single-course.v-7:hover .title {
  color: var(--color-primary-gym);
}

.rts-single-course.v-7:hover .course-content-area {
  left: 50px;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .rts-single-course.v-7:hover .course-content-area {
    left: 0;
  }
}

.rts-single-course.v-7 .thumbnail .save-icon i {
  background: rgba(177, 13, 0, 0.2);
  top: 15px;
  right: 15px;
}

.rts-single-course.v-7 .thumbnail .save-icon i:hover {
  background: var(--color-primary-gym);
}

.rts-single-course.v-7 .thumbnail::after {
  display: none;
}

.rts-single-course.v-7 .thumbnail .image-tag {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  width: max-content;
  top: 14px;
  left: 14px;
  z-index: 1;
}

.rts-single-course.v-7 .thumbnail .image-tag li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  background: #ffffff;
  padding: 2px 8px;
  margin: 0;
}

.rts-single-course.v-7 .thumbnail .image-tag li a {
  color: var(--color-primary-gym);
}

.rts-single-course.v-7 .single-tag span {
  background: var(--color-primary-gym);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 0;
}

.rts-single-course.v-7 .title {
  margin-top: 20px;
  font-family: "Teko", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--color-heading-2);
}

@media (max-width: 1200px) {
  .rts-single-course.v-7 .title {
    font-size: 24px;
    line-height: 26px;
  }
}

.rts-single-course.v-7 .star-rating-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 13px;
  justify-content: space-between;
}

.rts-single-course.v-7 .lesson-studente {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid #e7e7e7;
  justify-content: space-between;
  transition: all 0.3s;
}

.rts-single-course.v-7 .lesson-studente .lesson i,
.rts-single-course.v-7 .lesson-studente .lesson span {
  color: var(--color-heading-2);
}

.rts-single-course.v-7 .course-content-area {
  padding: 30px 20px 30px 30px;
  background: #ffffff;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  border: 1px solid #262261;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s;
}

.rts-single-course.v-7 .course-content-area .heading-title {
  font-size: 26px;
  line-height: 1.23;
}

@media (max-width: 1200px) {
  .rts-single-course.v-7 .course-content-area .heading-title {
    font-size: 22px;
  }
}

.rts-single-course.v-7 .course-content-area .heading-title a {
  color: var(--color-heading-2);
  font-family: "Teko", sans-serif;
  font-weight: 600;
}

.rts-single-course.v-7 .course-content-area .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}

.rts-single-course.v-7 .course-content-area .tags-area-wrapper .single-tag span {
  padding: 2px 10px;
}

.rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente {
  padding-top: 0;
  border: none;
}

.rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
  color: var(--color-body);
}

@media (max-width: 1200px) {
  .rts-single-course.v-7 .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
    font-size: 14px;
  }
}

.rts-single-course.v-7 .course-content-area .desc {
  font-size: 15px;
  color: var(--color-body);
  margin-bottom: 15px;
}

.rts-single-course.v-7 .course-content-area .wrapper-list {
  padding: 0;
  margin: 0;
}

.rts-single-course.v-7 .course-content-area .wrapper-list li {
  list-style: none;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px 0;
}

.rts-single-course.v-7 .course-content-area .wrapper-list li i {
  color: var(--color-primary-gym);
  font-size: 16px;
}

.rts-single-course.v-7 .course-content-area .button-area {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.rts-single-course.v-7 .course-content-area .button-area .rts-btn {
  margin: 0;
  padding: 9px 42px;
  border: 1px solid var(--color-primary-gym);
}

.rts-single-course.v-7 .course-content-area .button-area .wishlist-btn i {
  font-size: 46px;
  color: var(--color-primary-gym);
}

.rts-single-course.v-7 .course-content-area .shape {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.rts-single-course.v-7 .course-content-area .shape::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  left: 2px;
}

.rts-single-course.v-7 .course-content-area .shape::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #262261 transparent transparent;
  display: inline-block;
  left: 0;
}

.rts-single-course.v-8 {
  border: 1px solid #ffe4d7;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 {
    padding: 24px 18px;
  }
}

.rts-single-course.v-8 .save-icon:hover i {
  background: var(--color-primary-kitchen);
}

.rts-single-course.v-8 .save-icon i {
  background: rgba(17, 12, 45, 0.2);
}

.rts-single-course.v-8 .tags-area-wrapper .single-tag span {
  background: #ffe4d7;
  color: var(--color-primary-kitchen);
  line-height: 22px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 .lesson-studente {
    gap: 10px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .rts-single-course.v-8 .lesson-studente .lesson span {
    font-size: 14px;
  }
}

.rts-single-course.v-8 a:hover .title {
  color: var(--color-primary-kitchen);
}

.course-area-start.v-8 {
  position: relative;
  z-index: 1;
}

.course-area-start.v-8 .shape-image .shape {
  position: absolute;
  z-index: -1;
}

.course-area-start.v-8 .shape-image .shape.one {
  left: 6%;
  bottom: 30%;
}

.course-area-start.v-8 .shape-image .shape.two {
  left: 8%;
  top: 18%;
}

.course-area-start.v-8 .shape-image .shape.three {
  right: 25%;
  top: 15%;
}

.course-area-start.v-8 .shape-image .shape.four {
  right: 5%;
  top: 25%;
}

.course-area-start.v-8 .shape-image .shape.five {
  right: 5%;
  bottom: 25%;
}

.course-area-start.v-8 .title-area-center-style .title,
.course-area-start.v-8 .title-area-left-style .title {
  margin-bottom: 20px;
}

.course-add-single-one.bg-p {
  background-image: url(../images/course/09.jpg);
  padding: 52px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .course-add-single-one.bg-p {
    padding: 30px;
  }
}

.course-add-single-one.bg-p.bg-p .title-area-left-style .pre-title span {
  color: #fff;
}

.course-add-single-one.bg-p.bg-p .title-area-left-style .title {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .course-add-single-one.bg-p.bg-p .title-area-left-style .title {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  .course-add-single-one.bg-p.bg-p .title-area-left-style .title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.course-add-single-one.bg-p .rts-btn,
.course-add-single-one.bg-y .rts-btn {
  padding: 10px 24px;
}

.course-add-single-one.bg-y {
  background-image: url(../images/course/10.jpg);
  padding: 52px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .course-add-single-one.bg-y {
    padding: 30px;
  }
}

.course-add-single-one.bg-y .title-area-left-style .pre-title span {
  color: #110c2d !important;
}

.course-add-single-one.bg-y .title-area-left-style .title {
  color: #110c2d;
  font-size: 34px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .course-add-single-one.bg-y .title-area-left-style .title {
    font-size: 24px !important;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  .course-add-single-one.bg-y .title-area-left-style .title {
    font-size: 20px !important;
    line-height: 1.3;
  }
}

.single-course-style-three {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #fff;
  position: relative;
}

.single-course-style-three:hover .thumbnail img {
  transform: scale(1.1);
}

.single-course-style-three:hover .course-content-area {
  left: 50px;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .single-course-style-three:hover .course-content-area {
    left: 0;
  }
}

.single-course-style-three .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.single-course-style-three .thumbnail img {
  width: 100%;
  transition: 0.3s;
  max-width: 100%;
  display: block;
  min-width: 100%;
}

.single-course-style-three .thumbnail .tag-thumb {
  position: absolute;
  top: -27px;
  left: 58px;
}

.single-course-style-three .thumbnail .tag-thumb span {
  color: #110c2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 6px 10px;
  border-radius: 3px;
}

.single-course-style-three .body-area {
  margin-top: 22px;
}

.single-course-style-three .body-area .course-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.single-course-style-three .body-area .course-top .tags {
  border-radius: 2px;
  background: #eeebff;
  padding: 2px 10px;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: max-content;
}

.single-course-style-three .body-area .course-top .price {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.single-course-style-three .body-area a .title {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.single-course-style-three .body-area a:hover .title {
  color: var(--color-primary);
}

.single-course-style-three .body-area .teacher-stars {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-course-style-three .body-area .teacher-stars {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-course-style-three .body-area .teacher-stars {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.single-course-style-three .body-area .teacher-stars .teacher {
  color: #737477;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.single-course-style-three .body-area .teacher-stars .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-course-style-three .body-area .teacher-stars .stars .span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.single-course-style-three .body-area .teacher-stars .stars li {
  margin: 0;
  padding: 0;
}

.single-course-style-three .body-area .teacher-stars .stars li i {
  font-size: 14px;
  color: #ffa41c;
}

.single-course-style-three .body-area .leasson-students {
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1ddfa;
  flex-wrap: wrap;
}

.single-course-style-three .body-area .leasson-students .lesson,
.single-course-style-three .body-area .leasson-students .students {
  display: flex;
  align-items: center;
  gap: 7px;
}

.single-course-style-three .course-content-area {
  padding: 30px 20px 30px 30px;
  background: #ffffff;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd8f9;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s;
}

.single-course-style-three .course-content-area .heading-title {
  font-size: 20px;
  line-height: 1.23;
}

.single-course-style-three .course-content-area .heading-title a {
  color: var(--color-heading-2);
  font-weight: 600;
}

.single-course-style-three .course-content-area .tags-area-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}

.single-course-style-three .course-content-area .tags-area-wrapper .single-tag span {
  padding: 4px 10px;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 4px;
}

.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente {
  padding-top: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  transition: all 0.3s;
  margin: 0;
  padding-top: 0;
  border: none;
}

.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente .lesson {
  display: flex;
  align-items: center;
  gap: 6px;
}

.single-course-style-three .course-content-area .tags-area-wrapper .lesson-studente .lesson span {
  color: var(--color-body);
  font-size: 15px;
}

.single-course-style-three .course-content-area .desc {
  font-size: 15px;
  color: var(--color-body);
  margin-bottom: 15px;
}

.single-course-style-three .course-content-area .wrapper-list {
  padding: 0;
  margin: 0;
}

.single-course-style-three .course-content-area .wrapper-list li {
  list-style: none;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 5px 0;
}

.single-course-style-three .course-content-area .wrapper-list li i {
  color: var(--color-primary);
  font-size: 16px;
}

.single-course-style-three .course-content-area .button-area {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.single-course-style-three .course-content-area .button-area .rts-btn {
  margin: 0;
  padding: 9px 42px;
  border: 1px solid var(--color-primary);
}

.single-course-style-three .course-content-area .button-area .wishlist-btn i {
  font-size: 46px;
  color: var(--color-primary);
}

.single-course-style-three .course-content-area .shape {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.single-course-style-three .course-content-area .shape::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #fff transparent transparent;
  display: inline-block;
  left: 2px;
}

.single-course-style-three .course-content-area .shape::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0px;
  border-color: transparent #ddd8f9 transparent transparent;
  display: inline-block;
  left: 0;
}

.swiper-float-right-testimonials .swiper-button-next,
.swiper-float-right-testimonials .swiper-button-prev {
  stroke-width: 1px;
  stroke: #ddd8f9;
  left: -50px;
  right: auto;
}

.rts-feature-course-area {
  position: relative;
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-next,
.category-area-style-one .left-align-arrow-btn1 .swiper-button-prev {
  position: absolute;
  left: 0%;
  right: auto;
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-next::after,
.category-area-style-one .left-align-arrow-btn1 .swiper-button-prev::after {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color-primary);
  transition: 0.3s;
}

@media (max-width: 991px) {

  .category-area-style-one .left-align-arrow-btn1 .swiper-button-next::after,
  .category-area-style-one .left-align-arrow-btn1 .swiper-button-prev::after {
    min-width: 40px;
    height: 40px;
  }
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-next:hover,
.category-area-style-one .left-align-arrow-btn1 .swiper-button-prev:hover {
  color: #fff;
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-next:hover::after,
.category-area-style-one .left-align-arrow-btn1 .swiper-button-prev:hover::after {
  background: var(--color-primary);
  color: #fff;
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-next {
  top: 50%;
}

.category-area-style-one .left-align-arrow-btn1 .swiper-button-prev {
  top: 67%;
}

.float-right {
  position: relative;
  min-width: 100%;
  right: 0;
}

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

@media (max-width: 768px) {
  .float-right .left-align-arrow-btn {
    display: none;
  }
}

.float-right .left-align-arrow-btn .swiper-button-next,
.float-right .left-align-arrow-btn .swiper-button-prev {
  left: -80px;
}

@media (max-width: 1600px) {

  .float-right .left-align-arrow-btn .swiper-button-next,
  .float-right .left-align-arrow-btn .swiper-button-prev {
    left: -10px;
  }
}

.float-right .left-align-arrow-btn .swiper-button-prev {
  top: 50%;
}

.float-right .left-align-arrow-btn .swiper-button-next {
  top: 62%;
}

@media (max-width: 991px) {
  .float-right .left-align-arrow-btn .swiper-button-next {
    top: 58%;
  }
}

.category-single-list {
  display: flex;
  align-items: center;
  gap: 26px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  transition: 0.3s;
}

.category-single-list .thumbnail {
  display: block;
  max-width: max-content;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
}

.category-single-list .thumbnail img {
  transition: 0.3s;
  transform: scale(1.08);
}

.category-single-list .information a .title {
  margin-bottom: 0;
  transition: 0.3s;
}

.category-single-list .information span {
  transition: 0.3s;
}

.category-single-list:hover {
  background: var(--color-primary);
}

.category-single-list:hover .thumbnail img {
  transform: scale(1.15);
}

.category-single-list:hover .information .title {
  color: #fff;
}

.category-single-list:hover .information span {
  color: #fff;
}

.bg-category-2 {
  background: #f9f8ff;
}

.filters-button-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 575px) {
  .filters-button-group {
    flex-wrap: wrap;
  }
}

.filters-button-group button {
  padding: 3px 10px;
  background: #4a1f40;
  min-width: max-content;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
  border-radius: 2px;
}

@media only screen and (max-width: 575px) {
  .filters-button-group button {
    max-width: max-content;
  }
}

.filters-button-group button.is-checked {
  background: #b99750;
  color: var(--color-primary) !important;
}

.filters-button-group button:hover {
  background: #b99750;
  color: var(--color-primary) !important;
}

.course-filter-top-wrapper {
  padding: 54px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .course-filter-top-wrapper {
    padding: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .course-filter-top-wrapper {
    padding: 20px;
  }
}

.course-filter-top-wrapper .rts-course-filter-area {
  display: flex;
  align-items: flex-start;
  border: none;
  padding: 0;
  gap: 15px;
  flex-wrap: wrap;
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
  flex-basis: 19%;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  height: 250px;
  overflow-y: scroll;
  /* Track */
  /* Handle on hover */
}

@media only screen and (max-width: 1199px) {
  .course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper {
    flex-basis: 100%;
  }
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar {
  width: 2px;
  border-radius: 1px;
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.course-filter-top-wrapper .rts-course-filter-area .single-filter-left-wrapper .filter-body {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0;
}

.feature-course-area.v-7 .title-area-left-style .pre-title span {
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--color-heading-2);
  font-family: "Teko", sans-serif;
}

.feature-course-area.v-7 .title-area-left-style .title {
  color: var(--color-heading-2);
  font-family: "Teko", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .feature-course-area.v-7 .title-area-left-style .title {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 450px) {
  .feature-course-area.v-7 .title-area-left-style .title {
    font-size: 36px;
    line-height: 36px;
  }
}

.feature-course-area.v-7 .button-area {
  margin-top: 50px;
  text-align: center;
}

.feature-course-area.v-7 .button-area .rts-btn {
  margin: auto;
}

@media (max-width: 576px) {
  .feature-course-area.v-7 .button-area .rts-btn {
    padding: 8px 34px;
  }
}

#exampleModal-login {
  top: 30%;
}

.login-pupup-modal .modal-dialog {
  max-width: 430px;
}

.login-pupup-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
}

.login-pupup-modal .modal-content .modal-header {
  border: none;
}

.login-pupup-modal .modal-body {
  margin-top: 20px;
}

.login-pupup-modal .modal-body form input {
  margin-bottom: 25px;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

.login-pupup-modal .modal-body form input:focus {
  border-color: var(--color-primary);
}

.login-pupup-modal .modal-body form .align-items-center label::before {
  background: transparent;
  background: transparent;
  border: 1px solid #737477 !important;
}

.login-pupup-modal .modal-body form .align-items-center input[type="checkbox"]:checked~label::before {
  background: var(--color-primary);
}

.login-pupup-modal .modal-body form label {
  font-size: 14px;
}

.login-pupup-modal .modal-body form button {
  max-width: 100%;
  padding: 11px;
}

.login-pupup-modal .modal-body form .dont-acc {
  font-size: 14px;
}

.login-pupup-modal .modal-body form .dont-acc a {
  margin-left: 15px;
  color: var(--color-primary);
}

.login-pupup-modal .modal-footer {
  border: none;
}

.login-pupup-modal .modal-footer button {
  max-width: 100%;
}

.gym-home .login-pupup-modal .modal-body form input {
  border: 1px solid #1b192540;
}

.gym-home .login-pupup-modal .modal-body form input:focus {
  border: 1px solid var(--color-primary-gym);
}

.gym-home .login-pupup-modal .modal-body form button {
  background: var(--color-primary-gym) !important;
}

.gym-home .login-pupup-modal .modal-body form button:hover {
  border: 1px solid var(--color-primary-gym) !important;
  color: var(--color-primary-gym) !important;
  background: #ffffff !important;
}

.gym-home .login-pupup-modal .modal-body form .dont-acc a {
  color: var(--color-primary-gym);
}

.kitchen-home .login-pupup-modal .modal-body form input {
  border: 1px solid #1b192536;
}

.kitchen-home .login-pupup-modal .modal-body form input:focus {
  border: 1px solid var(--color-primary-kitchen);
}

.kitchen-home .login-pupup-modal .modal-body form button {
  background: var(--color-primary-kitchen) !important;
}

.kitchen-home .login-pupup-modal .modal-body form button:hover {
  border: 1px solid var(--color-primary-kitchen) !important;
  color: var(--color-primary-kitchen) !important;
  background: #ffffff !important;
}

.kitchen-home .login-pupup-modal .modal-body form .dont-acc a {
  color: var(--color-primary-kitchen);
}

.feature-course-area.v-6 {
  background: #f9f8ff;
}

.materials.course-details-btn-wrapper.full-width ul {
  justify-content: flex-start;
  gap: 15px;
}

.bg-choose-us-one {
  background-image: url(../images/why-choose/01.jpg);
}

.btn-primary.rts-btn.hov--white:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.why-choose-us-area-image {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.why-choose-us-area-image img {
  border-radius: 6px;
  min-width: max-content;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .why-choose-us-area-image img {
    min-width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .why-choose-us-area-image img {
    min-width: 100%;
  }
}

.why-choose-us-area-image .border-img {
  position: relative;
  max-width: max-content;
  height: max-content;
  z-index: 1;
}

.why-choose-us-area-image .border-img .two {
  margin-bottom: -50px;
}

.why-choose-us-area-image .border-img::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 125%;
  left: 70px;
  border: 1px solid #4b1b43;
  top: -6%;
  border-radius: 6px;
  z-index: -1;
}

.why-choose-us-area-image .circle-animation {
  position: absolute;
  left: 23%;
  bottom: 34%;
  z-index: 10;
  border-radius: 50%;
}

.why-choose-us-area-image .circle-animation i {
  position: absolute;
  color: #fff;
  left: 42%;
  top: 36%;
  font-size: 33px;
}

.why-choose-us-area-image .uni-circle-text {
  display: block;
}

.why-choose-us-area-image .uni-circle-text::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(245, 245, 245, 0);
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(0px, 0px);
  border-radius: 100%;
  background: #ffffff1f;
  backdrop-filter: blur(12px);
  z-index: -1;
}

.why-choose-us-area-image .uni-circle-text-path {
  fill: #fff;
  height: auto;
  max-width: 140px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}

.why-choose-us-area-image .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
  padding: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 {
    display: block;
  }
}

.why-choose-us-area-image.v-7 .border-img::after {
  display: none;
}

@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 .border-img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .why-choose-us-area-image.v-7 .border-img .two {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    left: 34%;
  }
}

@media (max-width: 768px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    left: 40%;
    bottom: 38%;
  }
}

@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .circle-animation {
    left: 30%;
  }
}

.why-choose-us-area-image.v-7 .uni-circle-text::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(0px, 0px);
  border-radius: 100%;
  z-index: -1;
  border: 1px solid var(--red, #b10d00);
  background: linear-gradient(180deg, #f32837 0%, rgba(243, 40, 55, 0) 100%);
  backdrop-filter: blur(10px);
}

@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .uni-circle-text::before {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 450px) {
  .why-choose-us-area-image.v-7 .uni-circle-text svg {
    max-width: 120px;
  }
}

.why-choose-main-wrapper-1 {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 479px) {
  .why-choose-main-wrapper-1 {
    gap: 10px;
  }
}

.single-choose-reason-1 {
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #4b1b43;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 23px;
  width: 165px;
}

@media only screen and (max-width: 479px) {
  .single-choose-reason-1 {
    gap: 17px;
    width: 137px;
  }
}

.single-choose-reason-1 .icon img {
  min-width: max-content;
}

.single-choose-reason-1 .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .single-choose-reason-1 .title {
    font-size: 14px;
  }
}

.single-choose-reason-7 {
  padding: 23px 18px;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  max-width: 48%;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1300px) and (min-width: 991px) {
  .single-choose-reason-7 {
    max-width: 47%;
  }
}

@media (max-width: 576px) {
  .single-choose-reason-7 {
    max-width: 100%;
    width: 100%;
  }
}

.single-choose-reason-7 .icon {
  width: 60px;
}

.single-choose-reason-7 .icon img {
  width: 100%;
}

.single-choose-reason-7 .title {
  font-family: "Teko", sans-serif;
  color: var(--color-heading-2);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 1300px) and (min-width: 991px) {
  .single-choose-reason-7 .title {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .single-choose-reason-7 .title {
    font-size: 26px;
  }
}

.btn-gym.border-btn:hover {
  border: 1px solid #e7e7e7;
}

.why-choose-us {
  position: relative;
  z-index: 1;
}

.why-choose-us .shape-image .shape {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .why-choose-us .shape-image .shape {
    display: none;
  }
}

.why-choose-us .shape-image .shape.one {
  left: 6%;
  bottom: 30%;
}

.why-choose-us .shape-image .shape.two {
  left: 25%;
  top: 10%;
}

.why-choose-us .shape-image .shape.three {
  right: 15%;
  top: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .why-choose-us .shape-image .shape.three {
    top: 5%;
  }
}

@media only screen and (max-width: 1199px) {
  .why-choose-us .shape-image .shape.three {
    top: 5%;
  }
}

.title-area-left-style.style-7 .pre-title span {
  font-family: "Teko", sans-serif;
  font-size: 20px;
  color: var(--color-heading-2);
  margin-top: 7px;
}

.title-area-left-style.style-7 .title {
  color: var(--color-heading-2);
  font-family: "Teko", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .title-area-left-style.style-7 .title {
    font-size: 48px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .title-area-left-style.style-7 .title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .title-area-left-style.style-7 .title {
    font-size: 54px;
  }
}

@media (max-width: 576px) {
  .title-area-left-style.style-7 .title {
    font-size: 42px;
  }
}

@media (max-width: 450px) {
  .title-area-left-style.style-7 .title {
    font-size: 30px;
  }
}

@media (max-width: 1400px) and (min-width: 991px) {
  .title-area-left-style.style-7 .post-title br {
    display: none;
  }
}

@media (max-width: 650px) {
  .title-area-left-style.style-7 .post-title br {
    display: none;
  }
}

.rts-service-main-wrapper-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.rts-service-main-wrapper-area>div {
  flex-basis: 23.2%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-service-main-wrapper-area>div {
    flex-basis: 44%;
  }
}

@media only screen and (max-width: 767px) {
  .rts-service-main-wrapper-area>div {
    flex-basis: 44%;
  }
}

@media only screen and (max-width: 575px) {
  .rts-service-main-wrapper-area>div {
    flex-basis: 100%;
  }
}

.rts-service-main-wrapper-area .single-service-start {
  padding: 22px 5px 22px 22px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: 0.3s;
}

.rts-service-main-wrapper-area .single-service-start:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #7763e5;
}

.rts-service-main-wrapper-area .single-service-start .information .title {
  margin-bottom: 2px;
  color: #110c2d;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.upcoming-events-main-wrapper-1 {
  padding: 0 120px;
}

@media only screen and (max-width: 767px) {
  .upcoming-events-main-wrapper-1 {
    padding: 0;
  }
}

.single-upcoming-events {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #efecff;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  margin-bottom: 20px;
  transition: 0.3s;
  position: relative;
}

.single-upcoming-events::after {
  position: absolute;
  left: 0;
  height: 0%;
  width: 5px;
  content: "";
  background: var(--color-primary);
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
}

.single-upcoming-events:hover::after {
  height: 100%;
}

@media screen and (max-width: 575px) {
  .single-upcoming-events:hover {
    display: none;
  }
}

.single-upcoming-events .img-information {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .single-upcoming-events .img-information {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .single-upcoming-events .img-information {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .single-upcoming-events {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.single-upcoming-events:last-child {
  margin-bottom: 0;
}

.single-upcoming-events:hover .thumbnail img {
  transform: scale(1.05);
}

.single-upcoming-events .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  min-width: max-content;
}

@media only screen and (max-width: 575px) {
  .single-upcoming-events .thumbnail {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-upcoming-events .thumbnail {
    width: 100%;
  }
}

.single-upcoming-events .thumbnail img {
  transition: 0.3s;
  transform: scale(1);
}

@media only screen and (max-width: 767px) {
  .single-upcoming-events .thumbnail img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .single-upcoming-events .thumbnail img {
    width: 100%;
  }
}

.single-upcoming-events .information {
  padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
  .single-upcoming-events .information {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}

.single-upcoming-events .information .date-details {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .single-upcoming-events .information .date-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-upcoming-events .information .date-details .date,
.single-upcoming-events .information .date-details .time,
.single-upcoming-events .information .date-details .location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-upcoming-events .information .title {
  transition: 0.3s;
  margin-bottom: 0;
}

.single-upcoming-events .information .title:hover {
  color: var(--color-primary);
}

.single-events-two-wrapper {
  border-radius: 6px;
  border: 1px solid #efecff;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .single-events-two-wrapper {
    padding: 15px;
  }
}

.single-events-two-wrapper:hover .thumbnail img {
  transform: scale(1.15);
}

.single-events-two-wrapper .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.single-events-two-wrapper .thumbnail img {
  transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .single-events-two-wrapper .thumbnail img {
    width: 100%;
  }
}

.single-events-two-wrapper .inner-content-events-2 .time-line {
  display: flex;
  align-items: center;
  margin: 18px 0;
  gap: 30px;
}

.single-events-two-wrapper .inner-content-events-2 a {
  display: block;
  margin-bottom: 15px;
}

.single-events-two-wrapper .inner-content-events-2 a .title {
  margin-bottom: 8px;
  transition: 0.3s;
}

.single-events-two-wrapper .inner-content-events-2 a:hover .title {
  color: var(--color-primary);
}

.single-events-two-wrapper .inner-content-events-2 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .single-events-two-wrapper .inner-content-events-2 .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.single-events-two-wrapper .inner-content-events-2 .bottom .location {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-events-two-wrapper .inner-content-events-2 .bottom .location i {
  color: var(--color-primary);
}

.single-events-two-wrapper .inner-content-events-2 .bottom .rts-btn {
  padding: 10px 15px;
  display: flex;
  gap: 8px;
}

.events-details-single-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.events-details-single-area .information .title {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}

.events-details-single-area .information p.disc {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.events-information-wrapper {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
}

.events-information-wrapper .single-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ddd8f9;
}

.events-information-wrapper .single-information .title {
  margin-bottom: 0;
}

.events-information-wrapper .single-information .icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.events-information-wrapper .rts-btn {
  display: block;
  max-width: 100%;
  margin-top: 30px;
}

.events-vanue {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
}

@media only screen and (max-width: 575px) {
  .events-vanue {
    padding: 20px;
  }
}

.events-vanue .single-vanue {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ddd8f9;
}

.events-vanue .single-vanue:last-child {
  border: none;
}

.events-vanue .single-vanue span {
  flex-basis: 40%;
  display: block;
  color: #111;
  font-weight: 500;
}

.events-vanue .single-vanue p {
  flex-basis: 60%;
}

.single-upcoming-events .rts-btn {
  padding: 9px 27px !important;
}

.fun-facts-area-1 {
  position: relative;
  z-index: 1;
  margin: auto;
}

.fun-facts-area-1 .shape-image .shape {
  position: absolute;
  z-index: -1;
}

.fun-facts-area-1 .shape-image .shape.one {
  left: 6%;
  bottom: 30%;
}

.fun-facts-area-1 .shape-image .shape.three {
  right: 10%;
  top: 35%;
}

.fun-facts-main-wrapper-1 {
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 45%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-main-wrapper-1 .single-fun-facts::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1 {
    align-items: flex-start;
    gap: 30px;
    padding: 0 22px;
    flex-wrap: wrap;
  }

  .fun-facts-main-wrapper-1 .single-fun-facts::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 45%;
  }
}

@media only screen and (max-width: 575px) {
  .fun-facts-main-wrapper-1 .single-fun-facts {
    flex-basis: 42%;
  }
}

.single-fun-facts {
  position: relative;
}

.single-fun-facts:last-child::after {
  display: none;
}

.single-fun-facts::after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--color-primary);
}

@media only screen and (max-width: 1199px) {
  .single-fun-facts::after {
    display: none;
  }
}

.single-fun-facts .title {
  margin-top: 20px;
  margin-bottom: 2px;
}

.single-fun-facts .title span {
  color: #fff;
  font-size: 25px;
}

.single-fun-facts span.enr {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg-dark-image .title-area-left-style span {
  color: #fff;
}

.bg-dark-image .title-area-left-style .title {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .bg-dark-image .title-area-left-style .title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-dark-image .title-area-left-style .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-dark-image .title-area-left-style .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .bg-dark-image .title-area-left-style .title br {
    display: none;
  }
}

.bg-dark-image .title-area-left-style .title span span {
  margin-top: 10px;
}

.rts-fun-facts-area-3 {
  background-image: url(../images/fun-facts/02.jpg);
  position: relative;
  z-index: 2;
}

.counter-remaining-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .counter-remaining-area {
    flex-wrap: wrap;
  }
}

.counter-remaining-area .single-counter {
  height: 93px;
  min-width: 93px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.counter-remaining-area .single-counter .title {
  margin-bottom: 0;
}

.counter-remaining-area .single-counter .title span {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
}

.counter-remaining-area .single-counter .title span span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.rts-fun-facts-area-3 .title {
  position: relative;
  z-index: 1;
}

.rts-fun-facts-area-3 .title img {
  position: absolute;
  left: 40%;
  bottom: 9px;
  z-index: -1;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .rts-fun-facts-area-3 .title-area-left-style .title {
    font-size: 42px;
  }

  .rts-fun-facts-area-3 .title-area-left-style .title br {
    display: none;
  }
}

.registration-area-right {
  margin-bottom: -270px;
  max-width: 460px;
  padding: 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .registration-area-right {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .registration-area-right {
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .registration-area-right {
    max-width: 100%;
  }
}

.registration-area-right input {
  height: 46px;
  border: 1px solid #ddd8f9;
  border-radius: 4px;
  font-size: 14px;
}

.registration-area-right .registration .half-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .registration-area-right .registration .half-wrapper {
    flex-wrap: wrap;
  }
}

.registration-area-right textarea {
  height: 142px;
  border: 1px solid #ddd8f9;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 13px;
}

.counter-remaining-area .details {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.fun-facts-main-wrapper-1.style-two {
  border: 1px solid #e9e5ff;
  padding: 32px 120px;
  box-shadow: 0px 4px 30px 0px rgba(177, 167, 241, 0.1);
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper-1.style-two {
    padding: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fun-facts-main-wrapper-1.style-two {
    padding: 10px;
  }
}

.fun-facts-main-wrapper-1.style-two .single-fun-facts::after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd8f9;
}

.fun-facts-main-wrapper-1.style-two .title {
  color: #110c2d;
}

.fun-facts-main-wrapper-1.style-two .title span {
  color: #110c2d;
}

.fun-facts-main-wrapper-1.style-two span.enr {
  color: #737477;
}

.fun-facts-main-wrapper-1.style-seven {
  background: var(--color-primary-gym);
  padding: 32px 120px;
  box-shadow: 0px 4px 30px 0px rgba(177, 167, 241, 0.1);
}

@media (max-width: 1200px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 90px;
  }
}

@media (max-width: 991px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 50px;
  }
}

@media (max-width: 576px) {
  .fun-facts-main-wrapper-1.style-seven {
    padding: 32px 10px;
  }
}

@media (max-width: 400px) {
  .fun-facts-main-wrapper-1.style-seven .single-fun-facts {
    flex-basis: 100%;
    text-align: center;
  }
}

.fun-facts-main-wrapper-1.style-seven .single-fun-facts::after {
  position: absolute;
  content: "";
  right: -70%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd8f9;
}

@media (max-width: 1200px) {
  .fun-facts-main-wrapper-1.style-seven .single-fun-facts::after {
    right: -30%;
  }
}

.fun-facts-main-wrapper-1.style-seven .title {
  color: #ffffff;
  font-family: "Teko", sans-serif;
}

.fun-facts-main-wrapper-1.style-seven .title span {
  color: #ffffff;
}

.fun-facts-main-wrapper-1.style-seven span.enr {
  color: #ffffff;
}

.radious-0 {
  border-radius: 0;
}

.category-single-list.radious-0 .thumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}

.category-single-list.radious-0 .thumbnail {
  border-radius: 0 !important;
}

.category-single-list.radious-0:hover .thumbnail img {
  transform: scale(1.2);
}

.call-to-sction.style-three {
  text-align: center;
  background-image: url(../images/cta/03.jpg);
  flex-direction: column;
}

.call-to-sction.style-three .title {
  margin: 0;
}

.cta-form {
  position: relative;
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .cta-form {
    width: 100%;
  }
}

.cta-form input {
  height: 56px;
  background: #fff;
  display: block;
  width: 100%;
}

.cta-form .rts-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
}

.mt-dec-fun-f {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.fun-facts-area-7 {
  margin-top: -60px;
}

@media (max-width: 576px) {
  .fun-facts-area-7 {
    margin-top: 0;
    background: var(--color-primary-gym);
  }
}

.app-download-area {
  background: #ffffff;
}

.app-download-area .download-full-content-bg {
  background: url(../images/fun-facts/app-download-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 150px;
  overflow: visible;
  position: relative;
  transition: all 0.4s;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 50px;
  }
}

@media (max-width: 991px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 150px 80px 50px;
  }
}

@media (max-width: 768px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 50px;
  }
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg {
    padding: 80px 30px;
  }
}

@media (max-width: 450px) {
  .app-download-area .download-full-content-bg {
    padding: 50px 15px;
  }
}

.app-download-area .download-full-content-bg:hover .download-img-content {
  transform: scale(103%);
}

.app-download-area .download-full-content-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #181823;
  opacity: 0;
}

.app-download-area .download-full-content-bg .download-img-content {
  position: absolute;
  bottom: 0;
  right: 12%;
  transition: all 0.4s;
  transform: scale(100%);
  transition: all 0.4s;
}

@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg .download-img-content {
    right: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .app-download-area .download-full-content-bg .download-img-content {
    max-width: 200px;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) scale(100%);
    bottom: unset;
  }
}

@media (max-width: 768px) {
  .app-download-area .download-full-content-bg .download-img-content {
    max-width: max-content;
    position: unset;
    transform: scale(100%);
  }
}

.app-download-area .download-full-content-bg .download-full-content {
  display: flex;
  position: relative;
  z-index: 1;
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 450px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-sub-title p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-sub-title p br {
    display: none;
  }
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place {
  display: flex;
  gap: 25px;
  margin-top: 32px;
}

@media (max-width: 450px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place {
    flex-wrap: wrap;
  }
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a {
  border: 1px solid #fff;
  padding: 15px 30px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a {
    padding: 12px 20px;
    font-size: 16px;
  }
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a:hover {
  background: #ffffff;
  color: var(--color-primary-kitchen);
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a:hover svg path {
  fill: var(--color-primary-kitchen);
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a svg {
  margin-right: 8px;
  transition: all 0.3s;
}

.app-download-area .download-full-content-bg .download-full-content .download-text-content .download-place a svg path {
  transition: all 0.3s;
}

.app-download-area .download-full-content-bg.v-7 {
  background: url(../images/fun-facts/app-download.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-download-area .download-full-content-bg.v-7 .download-full-content {
  display: flex;
  position: relative;
  z-index: 1;
}

.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a {
  border-radius: 0;
}

.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a:hover {
  color: var(--color-primary-gym);
}

.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-place a:hover svg path {
  fill: var(--color-primary-gym);
}

.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 450px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-sub-title p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .app-download-area .download-full-content-bg.v-7 .download-full-content .download-text-content .download-sub-title p br {
    display: none;
  }
}

.single-instructor {
  text-align: center;
}

.single-instructor .thumbnail-img {
  position: relative;
}

.single-instructor .thumbnail-img .thumbnail img {
  width: 100%;
}

.single-instructor .thumbnail-img .social-img-instructor {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}

.single-instructor .thumbnail-img .social-img-instructor ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.single-instructor .thumbnail-img .social-img-instructor ul li {
  margin: 0;
  position: relative;
  z-index: 5;
  transition: 0.3s;
  display: block;
}

.single-instructor .thumbnail-img .social-img-instructor ul li a i {
  color: var(--color-primary);
}

.single-instructor .thumbnail-img .social-img-instructor ul li.bottom {
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  display: block;
}

.single-instructor .thumbnail-img .social-img-instructor ul li a {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.single-instructor .thumbnail-img .social-img-instructor:hover:hover .bottom {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.single-instructor .title {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 20px;
  transition: 0.3s;
}

.single-instructor .title:hover {
  color: var(--color-primary);
}

.single-instructor p {
  margin-bottom: 0;
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-instructor.v-8 .thumbnail-img .social-img-instructor ul li a i {
  color: var(--color-primary-kitchen);
}

.single-instructor.v-8 .title:hover {
  color: var(--color-primary-kitchen);
}

.single-course-style-five .title {
  color: #110c2d;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .single-course-style-five .title {
    font-size: 26px;
    line-height: 34px;
  }
}

.instructor-main-wrapper-course-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-main-wrapper-course-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .instructor-main-wrapper-course-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.instructor-main-wrapper-course-single .instructor-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.instructor-main-wrapper-course-single .instructor-area .information span {
  display: block;
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.instructor-main-wrapper-course-single .instructor-area .information .name {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.instructor-main-wrapper-course-single .category span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 26px;
}

.instructor-main-wrapper-course-single .category .title {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.instructor-main-wrapper-course-single .review span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: block;
  line-height: 26px;
}

.instructor-main-wrapper-course-single .review .rating-area {
  display: flex;
  align-items: center;
  gap: 3px;
}

.instructor-main-wrapper-course-single .review .rating-area span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.instructor-main-wrapper-course-single .review .rating-area i {
  font-size: 14px;
  color: #ffa41c;
}

.instructor-main-wrapper-course-single .buy-now-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.instructor-main-wrapper-course-single .buy-now-area .price {
  margin-bottom: 0;
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
}

.instructor-main-wrapper-course-single .buy-now-area .rts-btn {
  padding: 10px 20px;
}

.instructor-main-wrapper-course-single .single-instructor-rating {
  position: relative;
}

.instructor-main-wrapper-course-single .single-instructor-rating:last-child::after {
  display: none;
}

.instructor-main-wrapper-course-single .single-instructor-rating::after {
  position: absolute;
  content: "";
  right: -50px;
  width: 1px;
  height: 100%;
  background: #ddd8f9;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-main-wrapper-course-single .single-instructor-rating::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .instructor-main-wrapper-course-single .single-instructor-rating::after {
    display: none;
  }
}

.container-2 {
  max-width: 1200px;
  margin: auto;
}

.becomeinstructor--wrapper .title-top-wrapper {
  max-width: 50%;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .becomeinstructor--wrapper .title-top-wrapper {
    max-width: 100%;
  }
}

.becom-instructor-tabs-area-wrapper {
  padding: 30px 40px 46px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .becom-instructor-tabs-area-wrapper {
    padding: 15px;
  }
}

.becom-instructor-tabs-area-wrapper .nav-tabs {
  display: flex;
  justify-content: center;
}

.becom-instructor-tabs-area-wrapper .nav-tabs li {
  margin: 0;
}

.becom-instructor-tabs-area-wrapper .nav-tabs li button {
  padding: 15px 25px;
  color: #110c2d;
  font-weight: 500;
}

.becom-instructor-tabs-area-wrapper .nav-tabs li button i {
  color: var(--color-primary);
  margin-right: 7px;
}

.becom-instructor-tabs-area-wrapper .tab-content {
  margin-top: 40px;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .becom-instructor-tabs-area-wrapper .tab-content {
    padding: 20px;
  }
}

.becom-instructor-tabs-content {
  display: flex;
  align-items: center;
  gap: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .becom-instructor-tabs-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.becom-instructor-tabs-content p.disc {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.becom-instructor-tabs-content .title {
  margin-bottom: 10px;
}

.becom-instructor-tabs-content .right-side {
  min-width: max-content;
}

@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content .right-side {
    min-width: 100%;
  }
}

.becom-instructor-tabs-content .right-side img {
  min-width: max-content;
}

@media only screen and (max-width: 767px) {
  .becom-instructor-tabs-content .right-side img {
    min-width: 100%;
  }
}

.title-instructor-wrapper {
  text-align: center;
}

.title-instructor-wrapper p.disc {
  max-width: 50%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .title-instructor-wrapper p.disc {
    max-width: 100%;
  }
}

.instructor-form {
  padding: 60px;
  margin-top: 40px;
  background: #f9f8ff;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  text-align: center;
}

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

.instructor-form p.disc {
  max-width: 60%;
  margin: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .instructor-form p.disc {
    max-width: 100%;
  }
}

.instructor-form input {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  background: #fff;
  height: 56px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .instructor-form input {
    max-width: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .instructor-form input {
    max-width: 100%;
  }
}

.instructor-form .single-checkbox-filter {
  max-width: 100%;
  max-width: 70%;
  margin: auto;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .instructor-form .single-checkbox-filter {
    max-width: 100%;
  }
}

.instructor-form button {
  display: block;
  max-width: 100%;
  max-width: 70%;
  margin: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 575px) {
  .instructor-form button {
    max-width: 100%;
  }
}

.instrustor-area.v-8 {
  background: #ffffff;
}

.instrustor-area.v-8 .title-between-area .title-area-left-style .pre-title span {
  color: var(--color-primary-kitchen);
}

.instructor-profile-right-area-start {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li {
  margin: 0;
  padding: 0;
}

.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li a i {
  color: #110c2d;
  transition: 0.3s;
}

.instructor-profile-right-area-start .bio-graphyarea .social-area-dashboard-footer ul li a:hover i {
  color: var(--color-primary);
}

.students-feedback-wrapper-1 {
  background-image: url(../images/students-feedback/03.jpg);
  border-radius: 6px;
  padding: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .students-feedback-wrapper-1 {
    padding: 20px;
  }
}

.students-feedback-wrapper-1.background-2 {
  background-image: url(../images/students-feedback/05.jpg);
  background-position: center;
  background-size: contain;
}

.students-feedback-wrapper-1.background-2 .right-content p.disc {
  color: #110c2d;
}

.students-feedback-wrapper-1.background-2 .right-content .author-area .title {
  color: #110c2d;
}

.students-feedback-wrapper-1.background-2 .right-content .author-area span {
  color: #737477;
}

.students-feedback-wrapper-1.background-2 .swiper-pagination .swiper-pagination-bullet {
  background: #110c2d;
}

.students-feedback-wrapper-1.background-2 .swiper-button-next i,
.students-feedback-wrapper-1.background-2 .swiper-button-prev i {
  color: #110c2d;
}

.students-feedback-wrapper-1 .shape-image .shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .students-feedback-wrapper-1 .shape-image .shape {
    display: none;
  }
}

.students-feedback-wrapper-1 .shape-image .shape.one {
  right: 15%;
  bottom: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-wrapper-1 .shape-image .shape.one {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .students-feedback-wrapper-1 .shape-image .shape.one {
    display: none;
  }
}

.students-feedback-wrapper-1 .shape-image .shape.three {
  right: 20%;
  top: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-wrapper-1 .shape-image .shape.three {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .students-feedback-wrapper-1 .shape-image .shape.three {
    display: none;
  }
}

.single-students-feedback {
  display: flex;
  align-items: center;
  gap: 50px;
}

.single-students-feedback .left-image {
  display: block;
  min-height: max-content;
  min-width: max-content;
}

@media only screen and (max-width: 1199px) {
  .single-students-feedback .left-image {
    min-width: max-content;
  }
}

.single-students-feedback .left-image img {
  border-radius: 6px;
  min-width: max-content;
  display: block;
}

@media only screen and (max-width: 767px) {
  .single-students-feedback {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-students-feedback .right-content img {
  margin-bottom: 25px;
}

.single-students-feedback .right-content p.disc {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 70%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-students-feedback .right-content p.disc {
    max-width: 100%;
  }
}

.single-students-feedback .right-content .author-area .stars {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  list-style: none;
  margin-bottom: 10px;
}

.single-students-feedback .right-content .author-area .stars li {
  margin: 0;
}

.single-students-feedback .right-content .author-area .stars li i {
  font-size: 14px;
  color: #ffd335;
}

.single-students-feedback .right-content .author-area .title {
  color: #fff;
  margin-bottom: 0;
}

.single-students-feedback .right-content .author-area span {
  color: #fff;
}

.mySwiper-testimonials-1 {
  position: relative;
  padding-bottom: 0;
}

.mySwiper-testimonials-1 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-pagination {
    left: 59%;
  }
}

@media only screen and (max-width: 575px) {
  .mySwiper-testimonials-1 .swiper-pagination {
    left: 86%;
  }
}

.mySwiper-testimonials-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 8px;
  height: 8px;
}

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

  .mySwiper-testimonials-1 .swiper-button-next,
  .mySwiper-testimonials-1 .swiper-button-prev {
    display: none;
  }
}

.mySwiper-testimonials-1 .swiper-button-next::after,
.mySwiper-testimonials-1 .swiper-button-prev::after {
  background-image: none;
  display: none;
}

.mySwiper-testimonials-1 .swiper-button-next i,
.mySwiper-testimonials-1 .swiper-button-prev i {
  color: #fff;
}

.mySwiper-testimonials-1 .swiper-button-next {
  right: 44%;
  bottom: 0;
  top: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-button-next {
    right: 34%;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-testimonials-1 .swiper-button-next {
    display: none;
  }
}

.mySwiper-testimonials-1 .swiper-button-prev {
  left: 44%;
  bottom: 0;
  top: auto;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-1 .swiper-button-prev {
    left: 52%;
  }
}

@media only screen and (max-width: 767px) {
  .mySwiper-testimonials-1 .swiper-button-prev {
    display: none;
  }
}

.marquree-wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.marquree-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}

.single-testimonials-area-1 {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  min-width: 460px;
}

.single-testimonials-area-1 .stars-area {
  display: flex;
  align-content: center;
  gap: 5px;
  margin-bottom: 20px;
}

.single-testimonials-area-1 .stars-area i {
  color: var(--color-primary);
}

.single-testimonials-area-1 p.disc {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.single-testimonials-area-1 .feedback-author {
  display: flex;
  align-items: center;
  gap: 18px;
}

.single-testimonials-area-1 .feedback-author .title {
  margin-bottom: 0;
}

.single-testimonials-area-1 .feedback-author span {
  margin: 0;
}

.marque-main-wrapper-parent-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  will-change: transform;
}

.marque-main-wrapper-parent-flex:hover .marquree-wrapper-1,
.marque-main-wrapper-parent-flex:hover .marquree-wrapper-2 {
  animation-play-state: paused;
}

.marque-main-wrapper-parent-flex .marquree-wrapper-1 {
  animation: marquee 60s linear infinite;
}

.marque-main-wrapper-parent-flex .marquree-wrapper-2 {
  animation: marquee-2 60s linear infinite;
}

.testimonials-area-wrapper-3 .inner-testimonials p.disc {
  max-width: 100%;
  color: #737477;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .testimonials-area-wrapper-3 .inner-testimonials p.disc {
    max-width: 100%;
    color: #737477;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 50px;
  }
}

.testimonials-area-wrapper-3 .inner-testimonials .author-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.testimonials-area-wrapper-3 .inner-testimonials .author-area .title {
  margin-bottom: 0;
}

.testimonials-area-wrapper-3 {
  position: relative;
  overflow: hidden;
}

.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev {
  right: 0;
  left: auto;
  bottom: 45px;
  top: auto;
  height: 40px;
  min-width: 40px;
  border: 1px solid #998aec;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next::after,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev::after {
  font-size: 16px;
  color: var(--color-primary);
  transition: 0.3s;
}

.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next:hover,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev:hover {
  background: var(--color-primary);
}

.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-next:hover::after,
.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev:hover::after {
  color: #fff;
}

.testimonials-area-wrapper-3 .left-align-arrow-btn .swiper-button-prev {
  right: 60px;
}

.students-feedback-area {
  position: relative;
}

.students-feedback-area .shape-area img {
  position: absolute;
  left: 9%;
  top: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .students-feedback-area .shape-area img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .students-feedback-area .shape-area img {
    display: none;
  }
}

.bg-lighte-1 {
  background: #f9f8ff;
}

.single-students-feedback-5 {
  padding: 40px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .single-students-feedback-5 {
    padding: 20px;
  }
}

.single-students-feedback-5 .quote {
  position: absolute;
  bottom: 40px;
  right: 15%;
}

.single-students-feedback-5 .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 23px;
  margin-bottom: 30px;
}

.single-students-feedback-5 .stars i {
  color: var(--color-primary);
  font-size: 16px;
}

.single-students-feedback-5 p.disc {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

.single-students-feedback-5 .authore-area {
  display: flex;
  gap: 20px;
}

.single-students-feedback-5 .authore-area .author .title {
  margin-bottom: 0px;
}

.single-students-feedback-5 .authore-area .author span {
  color: #110c2d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-brand-10 {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.swiper-feedback-wrapper-5 .swiper .swiper-wrapper {
  padding-bottom: 70px;
}

.swiper-feedback-wrapper-5 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-feedback-wrapper-5 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary);
  width: 8px;
  height: 8px;
}

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

  .swiper-feedback-wrapper-5 .swiper-button-next,
  .swiper-feedback-wrapper-5 .swiper-button-prev {
    display: none;
  }
}

.swiper-feedback-wrapper-5 .swiper-button-next::after,
.swiper-feedback-wrapper-5 .swiper-button-prev::after {
  background-image: none;
  display: none;
}

.swiper-feedback-wrapper-5 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}

.swiper-feedback-wrapper-5 .swiper-button-next i {
  color: var(--color-primary);
}

.swiper-feedback-wrapper-5 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}

.swiper-feedback-wrapper-5 .swiper-button-prev i {
  color: var(--color-primary);
}

.single-students-feedback-8 {
  padding: 40px;
  border: none;
  background: #fffaee;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .single-students-feedback-8 {
    padding: 40px 20px;
  }
}

.single-students-feedback-8 .quote {
  position: absolute;
  bottom: 40px;
  right: 15%;
}

@media (max-width: 768px) {
  .single-students-feedback-8 .quote {
    right: 7%;
  }
}

.single-students-feedback-8 .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 23px;
  margin-bottom: 30px;
}

.single-students-feedback-8 .stars i {
  color: var(--color-primary-kitchen);
  font-size: 16px;
}

.single-students-feedback-8 p.disc {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}

.single-students-feedback-8 .authore-area {
  display: flex;
  gap: 20px;
}

.single-students-feedback-8 .authore-area .author .title {
  margin-bottom: 0px;
}

.single-students-feedback-8 .authore-area .author span {
  color: #110c2d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.swiper-feedback-wrapper-8 .swiper .swiper-wrapper {
  padding-bottom: 70px;
}

.swiper-feedback-wrapper-8 .swiper-pagination {
  max-width: max-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-feedback-wrapper-8 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary-kitchen);
  width: 8px;
  height: 8px;
}

.swiper-feedback-wrapper-8 .swiper-button-next::after,
.swiper-feedback-wrapper-8 .swiper-button-prev::after {
  background-image: none;
  display: none;
}

.swiper-feedback-wrapper-8 .swiper-button-next {
  right: 43%;
  bottom: 0;
  top: auto;
}

@media only screen and (max-width: 767px) {
  .swiper-feedback-wrapper-8 .swiper-button-next {
    display: none;
  }
}

.swiper-feedback-wrapper-8 .swiper-button-prev {
  left: 43%;
  bottom: 0;
  top: auto;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .swiper-feedback-wrapper-8 .swiper-button-prev {
    display: none;
  }
}

.rts-students-feedback-area.v-8 {
  background: #ffffff;
}

.single-blog-style-one {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  height: 100%;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one {
    padding: 30px 20px;
  }
}

.single-blog-style-one .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 6px;
  position: relative;
}

.single-blog-style-one .thumbnail img {
  min-width: 100%;
  transition: 0.3s;
}

.single-blog-style-one .thumbnail .tags-area {
  position: absolute;
  top: 15px;
  left: 15px;
}

.single-blog-style-one:hover .thumbnail img {
  transform: scale(1.1);
}

.single-blog-style-one .blog-top-area {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-top: 30px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area {
    gap: 5px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .single-blog-style-one .blog-top-area {
    gap: 20px;
  }
}

.single-blog-style-one .blog-top-area .single {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area .single {
    gap: 5px;
  }
}

.single-blog-style-one .blog-top-area .single i {
  color: var(--color-primary);
}

.single-blog-style-one .blog-top-area .single p {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one .blog-top-area .single p {
    font-size: 14px;
  }
}

.single-blog-style-one a .title {
  font-size: 24px;
  margin-top: 15px;
  transition: 0.3s;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-style-one a .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog-style-one a .title {
    font-size: 20px;
  }
}

.single-blog-style-one a .title:hover {
  color: var(--color-primary);
}

.single-blog-style-one .tags-area span {
  display: flex;
  padding: 4px 10px;
  border-radius: 2px;
  background: #eeebff;
  max-width: max-content;
  color: var(--color-primary);
}

.single-blog-style-one .button-area .rts-btn {
  padding: 10px 28px;
}

.single-blog-style-one.blog a .title {
  font-size: 28px;
}

.single-blog-style-one.v-8 {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1440px) and (min-width: 1201px) {
  .single-blog-style-one.v-8 {
    padding: 30px 20px;
  }
}

@media (max-width: 450px) {
  .single-blog-style-one.v-8 .blog-top-area {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.single-blog-style-one.v-8 .blog-top-area .single i {
  color: var(--color-primary-kitchen);
}

@media (max-width: 1440px) and (min-width: 1201px) {
  .single-blog-style-one.v-8 a .title {
    font-size: 20px;
  }
}

.single-blog-style-one.v-8 a .title:hover {
  color: var(--color-primary-kitchen);
}

.single-blog-style-one.v-8 .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .single-blog-style-one.v-8 .bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.single-blog-style-one.v-8 .bottom-area .location {
  display: flex;
  gap: 8px;
}

.single-blog-style-one.v-8 .bottom-area .location i {
  color: var(--color-primary-kitchen);
  margin-top: 5px;
}

.single-blog-style-one.v-8 .bottom-area .location span {
  color: #737477;
}

.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
  padding: 6px 18px;
  background: none !important;
  color: var(--color-primary-kitchen);
  border: 1px solid var(--color-primary-kitchen);
}

@media (max-width: 1440px) and (min-width: 1201px) {
  .single-blog-style-one.v-8 .bottom-area .button-area .rts-btn {
    padding: 10px 20px;
  }
}

.single-blog-style-one.v-8 .bottom-area .button-area .rts-btn:hover {
  background: var(--color-primary-kitchen) !important;
  color: #ffffff !important;
}

.single-blog-list-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-blog-list-wrapper .thumbnail {
  max-width: max-content;
  display: block;
  min-width: max-content;
  overflow: hidden;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper .thumbnail {
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog-list-wrapper .thumbnail {
    min-width: 100%;
  }
}

.single-blog-list-wrapper .thumbnail img {
  min-width: max-content;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .single-blog-list-wrapper .thumbnail img {
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog-list-wrapper .thumbnail img {
    min-width: 100%;
  }
}

.single-blog-list-wrapper .information-blog .tag {
  padding: 4px 10px;
  background: #eeebff;
  border-radius: 2px;
  max-width: max-content;
  color: var(--color-primary);
}

.single-blog-list-wrapper .information-blog a .title {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 22px;
  transition: 0.3s;
}

.single-blog-list-wrapper .information-blog a:hover .title {
  color: var(--color-primary);
}

.single-blog-list-wrapper .information-blog p.disc {
  margin-bottom: 20px;
}

.single-blog-list-wrapper .information-blog .author-date {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.single-blog-list-wrapper .information-blog .author-date .author-area,
.single-blog-list-wrapper .information-blog .author-date .calender {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-blog-list-wrapper .information-blog .author-date .author-area span,
.single-blog-list-wrapper .information-blog .author-date .calender span {
  color: #737477;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-width: max-content;
}

.single-blog-list-wrapper:hover .thumbnail img {
  transform: scale(1.05);
}

.title-area-center-style.v-8 .pre-title span {
  color: var(--color-primary-kitchen);
}

.blog-single-post-listing {
  margin-right: 30px;
  border: 1px solid #e6e9f0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .blog-single-post-listing {
    margin-right: 0;
  }
}

.blog-single-post-listing.details {
  border-radius: 7px;
  background: #f9f8ff;
}

.blog-single-post-listing.details .thumbnail {
  border-radius: 7px 7px 0 0;
}

.blog-single-post-listing.details .thumbnail.details {
  border-radius: 15px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-single-post-listing.details .thumbnail.details {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .thumbnail.details {
    margin-bottom: 0;
  }
}

.blog-single-post-listing.details .rts-quote-area {
  padding: 50px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .rts-quote-area {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .rts-quote-area {
    padding: 10px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .rts-quote-area {
    margin-top: 15px;
  }
}

.blog-single-post-listing.details .rts-quote-area .title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .rts-quote-area .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.blog-single-post-listing.details .rts-quote-area p.author-name {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  color: var(--color-heading-1);
  font-size: 20px;
  font-weight: 600;
}

.blog-single-post-listing.details .rts-quote-area p.author-name::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: var(--color-secondary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-single-post-listing.details .rts-quote-area .name {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
}

.blog-single-post-listing.details .rts-quote-area span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #5d666f;
}

.blog-single-post-listing.details .check-area-details .single-check {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.blog-single-post-listing.details .check-area-details .single-check i {
  margin-right: 15px;
  color: var(--color-primary);
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .check-area-details .single-check i {
    margin-top: -26px;
  }
}

.blog-single-post-listing.details .check-area-details .single-check span {
  color: #5d666f;
}

.blog-single-post-listing.details .details-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing.details .details-tag {
    justify-content: flex-start;
    gap: 10px;
  }
}

.blog-single-post-listing.details .details-tag h6 {
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 15px;
}

.blog-single-post-listing.details .details-tag button {
  padding: 8px 12px;
  background: #fff;
  max-width: max-content;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  color: #1c2539;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-post-listing.details .details-tag button:last-child {
    margin-top: 10px;
    margin-left: -2px;
  }
}

.blog-single-post-listing.details .details-tag button:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-2px) scale(1.02);
}

.blog-single-post-listing.details .details-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .details-share {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.blog-single-post-listing.details .details-share button {
  max-width: max-content;
  position: relative;
  z-index: 1;
  margin-left: 23px;
  color: #1c2539;
  transition: 0.3s;
  font-size: 14px;
}

.blog-single-post-listing.details .details-share button::after {
  position: absolute;
  content: "";
  background: #f6f6f6;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

.blog-single-post-listing.details .details-share button:hover {
  color: #fff;
  transform: scale(1.2);
}

.blog-single-post-listing.details .details-share button:hover::after {
  background: var(--color-primary);
}

.blog-single-post-listing.details .details-share h6 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 15px;
}

.blog-single-post-listing.details .author-area {
  margin-top: 44px;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e6e9f0;
  border-bottom: 1px solid #e6e9f0;
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing.details .author-area {
    flex-wrap: wrap;
  }
}

.blog-single-post-listing.details .author-area .thumbnail {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area .thumbnail {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing.details .author-area .author-details {
    margin-left: 15px;
  }
}

.blog-single-post-listing.details .author-area .author-details h5 {
  margin-bottom: 10px;
}

.blog-single-post-listing.details .author-area .author-details p {
  line-height: 26px;
}

.blog-single-post-listing.inner {
  border: none;
  max-width: 950px;
  margin: 0 auto;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area {
  position: relative;
  background: #000;
  padding-top: 120px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area::before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 20px;
}

.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
  color: #f7f7f7;
}

.blog-single-post-listing .replay-area-details {
  margin-top: 40px;
}

.blog-single-post-listing .replay-area-details form input {
  height: 55px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.blog-single-post-listing .replay-area-details form input:focus {
  border: 1px solid var(--color-primary);
}

.blog-single-post-listing .replay-area-details form textarea {
  border-radius: 4px;
  background: #fff;
  height: 140px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
}

.blog-single-post-listing .replay-area-details form textarea:focus {
  border: 1px solid var(--color-primary);
}

.blog-single-post-listing .thumbnail {
  overflow: hidden;
}

.blog-single-post-listing .thumbnail img {
  transition: 0.3s;
  width: 100%;
}

.blog-single-post-listing .thumbnail:hover img {
  transform: scale(1.1);
}

.blog-single-post-listing .blog-listing-content {
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content {
    padding: 25px 10px;
  }
}

.blog-single-post-listing .blog-listing-content .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.blog-single-post-listing .blog-listing-content .user-info .single {
  margin-right: 30px;
  min-width: max-content;
}

@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 5px;
  }
}

.blog-single-post-listing .blog-listing-content .user-info .single i {
  margin-right: 10px;
  color: var(--color-primary);
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 2px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single span {
    font-size: 13px;
  }
}

.blog-single-post-listing .blog-listing-content .blog-title {
  transition: 0.3s;
}

.blog-single-post-listing .blog-listing-content .blog-title .title {
  transition: 0.3s;
  margin-bottom: 16px;
}

.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
  color: var(--color-primary);
}

.blog-single-post-listing .blog-listing-content p.disc {
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content p.disc {
    margin-bottom: 15px;
  }
}

.blog-single-post-listing .blog-listing-content a.rts-btn {
  margin-top: 35px;
  display: block;
  max-width: max-content;
}

@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content a.rts-btn {
    margin-top: 20px;
  }
}

.rts-single-wized {
  background: #f9f8ff;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 40px;
}

.rts-single-wized:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .rts-single-wized {
    padding: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}

.rts-single-wized.service {
  border-radius: 0;
}

.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}

.rts-single-wized.download {
  background: #1c2539;
}

.rts-single-wized.download .title {
  color: #fff;
}

.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2e3951;
}

.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}

.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rts-single-wized.download .single-download-area .mid {
  margin-right: auto;
  margin-left: 15px;
}

.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--font-primary);
}

.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}

.rts-single-wized.contact {
  background: #1c2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}

@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}

.rts-single-wized.contact .wized-body {
  text-align: center;
}

.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}

.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}

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

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

.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #fff;
  height: 55px;
  border-radius: 4px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid transparent;
}

.rts-single-wized .wized-body .rts-search-wrapper input:focus {
  border: 1px solid var(--color-primary);
}

.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 0px 4px 4px 0px;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}

.rts-single-wized .single-categories:last-child {
  margin-bottom: 0;
}

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

.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #fff;
  color: var(--color-body);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 16px;
}

.rts-single-wized .single-categories li a i {
  color: var(--color-primary);
  transition: 0.3s;
}

.rts-single-wized .single-categories li a:hover {
  background: var(--color-primary);
  transform: translateY(-5px) scale(1.03);
  color: var(--color-white);
}

.rts-single-wized .single-categories li a:hover i {
  color: #fff;
}

.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}

.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 4px;
  flex-basis: 50%;
}

.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}

.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.1);
}

.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}

.rts-single-wized .recent-post-single .user span {
  margin-left: 9px;
}

.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1c2539;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}

@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .post-title .title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
}

.rts-single-wized .recent-post-single .post-title:hover .title {
  color: var(--color-primary);
}

.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}

.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}

@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}

.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}

@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}

@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}

.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}

.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}

.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1c2539;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.rts-single-wized .tags-wrapper a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}

.call-to-sction {
  background-image: url(../images/cta/cta-bg.png);
  padding: 25px;
  border-radius: 6px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .call-to-sction {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 575px) {
  .call-to-sction {
    flex-direction: column-reverse;
  }
}

.call-to-sction .title {
  margin-left: 25%;
  margin-bottom: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .call-to-sction .title br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .call-to-sction .title {
    margin-left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-sction .title {
    margin-left: 0;
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-sction .title {
    font-size: 26px;
    margin-left: 0;
    line-height: 1.2;
  }
}

.call-to-sction .cta-image {
  position: absolute;
  bottom: 0;
  left: 8%;
  z-index: -1;
}

@media (max-width: 991px) {
  .call-to-sction .cta-image {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .call-to-sction .cta-image {
    left: unset;
    right: 10%;
    height: 100%;
  }
}

.call-to-sction .shape-image {
  display: contents;
}

.call-to-sction .shape {
  position: absolute;
  z-index: -1;
}

.call-to-sction .shape.one {
  left: 2%;
  top: 30%;
}

@media only screen and (max-width: 575px) {
  .call-to-sction .shape.one {
    display: none;
  }
}

.call-to-sction .shape.two {
  right: 30%;
  top: 45%;
}

@media only screen and (max-width: 575px) {
  .call-to-sction .shape.two {
    display: none;
  }
}

.call-to-sction.style-seven {
  background-image: url(../images/cta/cta-bg-7.png);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 991px) {
  .call-to-sction.style-seven {
    padding: 70px 50px;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-seven {
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px;
  }
}

.call-to-sction.style-seven .title {
  margin-left: 300px;
  font-family: "Teko", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  text-transform: uppercase;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .call-to-sction.style-seven .title {
    margin-left: 250px;
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .call-to-sction.style-seven .title {
    margin-left: 150px;
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-seven .title {
    margin-left: 0;
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 576px) {
  .call-to-sction.style-seven .title {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 450px) {
  .call-to-sction.style-seven .title {
    font-size: 32px;
    line-height: 32px;
  }
}

.call-to-sction.style-seven .cta-button-area .rts-btn {
  background: #ffffff;
  color: var(--color-primary-gym);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  font-weight: 600;
}

.call-to-sction.style-seven .cta-image {
  position: absolute;
  bottom: 0;
  left: 8%;
  z-index: -1;
  opacity: 1;
}

@media (max-width: 991px) {
  .call-to-sction.style-seven .cta-image {
    left: 2%;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-seven .cta-image {
    position: unset;
    z-index: 1;
  }
}

.call-to-sction.style-seven .shape-image {
  display: contents;
}

.call-to-sction.style-seven .shape {
  position: absolute;
  z-index: -1;
}

.call-to-sction.style-seven .shape.one {
  left: 6%;
  top: 30%;
}

.call-to-sction.style-seven .shape.two {
  right: 30%;
  top: 45%;
}

.call-to-sction.style-eight {
  background-image: url(../images/cta/cta-bg-8.png);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  z-index: 1;
  padding: 90px;
}

@media (max-width: 991px) {
  .call-to-sction.style-eight {
    padding: 70px 50px;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-eight {
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px;
  }
}

.call-to-sction.style-eight .title {
  margin-left: 300px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .call-to-sction.style-eight .title {
    margin-left: 200px;
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .call-to-sction.style-eight .title {
    margin-left: 150px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-eight .title {
    margin-left: 0;
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 576px) {
  .call-to-sction.style-eight .title {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 450px) {
  .call-to-sction.style-eight .title {
    font-size: 24px;
    line-height: 24px;
  }
}

.call-to-sction.style-eight .cta-button-area .rts-btn {
  background: #ffffff;
  color: var(--color-primary-kitchen);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s;
}

.call-to-sction.style-eight .cta-button-area .rts-btn:hover {
  background: none;
  color: #ffffff;
}

.call-to-sction.style-eight .cta-image {
  position: absolute;
  bottom: 0;
  left: 8%;
  z-index: -1;
  opacity: 1;
}

@media (max-width: 991px) {
  .call-to-sction.style-eight .cta-image {
    left: 2%;
  }
}

@media (max-width: 768px) {
  .call-to-sction.style-eight .cta-image {
    position: unset;
    z-index: 1;
  }
}

.call-to-sction.style-eight .shape-image {
  display: contents;
}

.call-to-sction.style-eight .shape {
  position: absolute;
  z-index: -1;
}

.call-to-sction.style-eight .shape.one {
  left: 5%;
  top: 15%;
}

.call-to-sction.style-eight .shape.two {
  right: 45%;
  bottom: 10%;
}

.call-to-sction.style-eight .shape.three {
  right: 30%;
  bottom: 45%;
}

.call-to-sction.style-three.with-full-width .cta-form {
  width: 46%;
}

@media only screen and (max-width: 575px) {
  .call-to-sction.style-three.with-full-width .cta-form {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-callto-action-area {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area {
    padding: 0 15px;
  }
}

.footer-callto-action-area .footer-one-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
  flex-basis: 25%;
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
    flex-basis: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized {
    flex-basis: 100%;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo {
  flex-basis: 23%;
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo {
    flex-basis: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo {
    flex-basis: 100%;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.left-logo .body p.dsic {
  margin-bottom: 20px;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
  flex-basis: 27%;
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
    flex-basis: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area {
    flex-basis: 100%;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .head {
  margin-bottom: 25px;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li:last-child {
  margin-bottom: 0;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: var(--transition);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: var(--color-primary);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill {
  position: relative;
  margin-bottom: 20px;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid var(--color-primary);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
  position: absolute;
  right: 10px;
  max-width: max-content;
  padding: 7px 10px;
  background: var(--color-primary);
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form input[type="checkbox"] {
  max-width: max-content;
  line-height: 10px;
  height: auto;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label {
  color: #737477;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  background: transparent;
  border: 1px solid var(--color-primary);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list {
  padding: 0;
  margin: 0;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 16px;
  align-items: flex-start;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li:last-child {
  margin-bottom: 0;
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 576px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li {
    font-size: 16px;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
    margin-top: 5px;
  }
}

.footer-callto-action-area .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  margin-bottom: 25px;
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: var(--color-primary-gym);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid rgba(27, 25, 37, 0.2);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid var(--color-primary-gym);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
  background: var(--color-primary-gym);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  border: 1px solid var(--color-primary-gym);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid var(--color-primary-gym);
  border-left: 2px solid var(--color-primary-gym);
}

.footer-callto-action-area.v-7 .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: var(--color-primary-gym);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .menu li a:hover {
  color: var(--color-primary-kitchen);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid rgba(27, 25, 37, 0.2);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill input:focus {
  border: 1px solid var(--color-primary-kitchen);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form .input-area-fill button {
  background: var(--color-primary-kitchen);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form label::before {
  border: 1px solid var(--color-primary-kitchen);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body form label::after {
  border-bottom: 2px solid var(--color-primary-kitchen);
  border-left: 2px solid var(--color-primary-kitchen);
}

.footer-callto-action-area.v-8 .footer-one-main-wrapper .footer-singl-wized .body .wrapper-list li i {
  color: var(--color-primary-kitchen);
}

.copyright-area-one-border {
  border-top: 1px solid #fff;
}

.copyright-area-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media only screen and (max-width: 575px) {
  .copyright-area-one {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}

.copyright-area-one p {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .copyright-area-one p {
    text-align: center;
  }
}

.copyright-area-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.copyright-area-one ul li {
  margin: 0;
}

.copyright-area-one ul li a i {
  color: #fff;
  transition: 0.3s;
}

.copyright-area-one ul li a:hover i {
  color: var(--color-primary);
}

.copyright-area-seven {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .copyright-area-seven {
    flex-direction: column;
    gap: 20px;
  }
}

.copyright-area-seven p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .copyright-area-seven p {
    text-align: center;
  }
}

.copyright-area-seven ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.copyright-area-seven ul li {
  margin: 0;
}

.copyright-area-seven ul li a i {
  color: #110c2d;
  transition: 0.3s;
}

.copyright-area-seven ul li a:hover i {
  color: var(--color-primary-gym);
}

.footer-callto-action-area.bg-dark-footer-1 {
  background: #110c2d;
}

.footer-callto-action-area.bg-dark-footer-1 .wrapper-list li {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
  background-image: url(../images/banner/11.jpg);
  padding: 23px 90px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    flex-direction: column !important;
  }
}

@media (max-width: 1200px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    padding: 23px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction {
    padding: 23px;
  }
}

.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
  margin-left: 0;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

@media (max-width: 1200px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title br {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

@media (max-width: 450px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media only screen and (max-width: 575px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title {
    font-size: 26px;
    line-height: 34px;
  }

  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .title br {
    display: none;
  }
}

.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .pre-title span {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .shape-image .one {
  right: 35%;
  left: unset;
  bottom: 20%;
  top: unset;
}

.footer-callto-action-area.bg-dark-footer-1 .call-to-sction .shape-image .two {
  right: 50%;
  left: unset;
  bottom: -10%;
  top: unset;
}

@media (max-width: 768px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .image-right {
    order: -1;
  }
}

@media (max-width: 450px) {
  .footer-callto-action-area.bg-dark-footer-1 .call-to-sction .finding-source {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .head .title {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .menu li a {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized p.disc {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized.left-logo .body p.dsic {
  color: #fff;
  margin-bottom: 30px;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .body form .input-area-fill input {
  border: 1px solid #171040;
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized form label {
  color: #fff !important;
}

.footer-callto-action-area.bg-dark-footer-1 .footer-singl-wized .body form .input-area-fill button {
  background: #fff;
  color: #110c2d;
}

.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border {
  border-color: #171040;
}

.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border .copyright-area-one p {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border .copyright-area-one ul li a i {
  color: #fff;
}

.footer-callto-action-area.bg-dark-footer-1 .copyright-area-one-border .copyright-area-one ul li a:hover i {
  color: var(--color-primary);
}

.footer-style-five-wrapper {
  text-align: center;
}

.footer-style-five-wrapper .logo-footer {
  margin-bottom: 25px;
  display: block;
}

.footer-style-five-wrapper p.disc {
  max-width: 30%;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-style-five-wrapper p.disc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-style-five-wrapper p.disc {
    max-width: 100%;
  }
}

.footer-style-five-wrapper .social-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 15px;
}

.footer-style-five-wrapper .social-copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.footer-style-five-wrapper .social-copyright ul li {
  margin: 0;
}

.footer-style-five-wrapper .social-copyright ul li a i {
  color: #110c2d;
  transition: 0.3s;
}

.footer-style-five-wrapper .social-copyright ul li a:hover i {
  color: var(--color-primary);
}

.footer-style-five-wrapper p.copu-right a {
  color: var(--color-primary);
}

.rts-course-filter-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

.rts-course-filter-area a.rts-btn {
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
}

.single-filter-left-wrapper .title {
  color: #110c2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.single-filter-left-wrapper .filter-body {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.single-filter-left-wrapper .filter-body.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.single-filter-left-wrapper .search-filter .input-wrapper {
  position: relative;
}

.single-filter-left-wrapper .search-filter input {
  border-radius: 3px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  height: 46px;
  font-size: 14px;
}

.single-filter-left-wrapper .search-filter input:focus {
  border: 1px solid var(--color-primary);
}

.single-filter-left-wrapper .search-filter i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.single-checkbox-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.single-checkbox-filter .check-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-checkbox-filter .check-box label {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 1199px) {
  .single-checkbox-filter .check-box label {
    font-size: 14px;
  }
}

.single-checkbox-filter .check-box label::before {
  top: 5px;
  background: transparent;
  border: 1px solid #737477;
}

.single-checkbox-filter .check-box label::after {
  top: 31%;
}

.single-checkbox-filter .check-box input {
  max-width: max-content;
}

.single-checkbox-filter .check-box input[type="checkbox"]:checked~label::before {
  background: var(--color-primary);
}

.single-checkbox-filter span.number {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

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

.filter-small-top-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .filter-small-top-full {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.filter-small-top-full .left-filter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-small-top-full .left-filter span {
  min-width: max-content;
}

.filter-small-top-full .left-filter .nice-select-wrap {
  height: auto;
  padding: 10px 20px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
}

.filter-small-top-full .left-filter .nice-select-wrap .drop {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 40px 10px 10px;
}

.filter-small-top-full .left-filter .nice-select-wrap ul#price {
  border: 1px solid #ddd8f9 !important;
  border-radius: 6px;
  top: 100%;
  right: 0;
}

.filter-small-top-full .right-filter {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 575px) {
  .filter-small-top-full .right-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.filter-small-top-full .right-filter span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.filter-small-top-full .right-filter .nav-tabs {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.filter-small-top-full .right-filter .nav-tabs li {
  margin: 0;
  padding: 0;
}

.filter-small-top-full .right-filter .nav-tabs li button {
  border: 1px solid #ddd8f9;
  padding: 6px 12px;
  border-radius: 4px;
}

.filter-small-top-full .right-filter .nav-tabs li button.active {
  background: var(--color-primary);
  color: #fff;
}

.filter-small-top-full .right-filter .nav-tabs li button.active span {
  color: #fff;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

.search-input-area .search-input-inner .input-div input {
  background: #f7f7f7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
  color: #f7f7f7;
}

.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: var(--color-primary)14;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

.cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 360px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .cart-bar {
    width: 310px;
  }
}

.cart-bar.show {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cart-bar .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-bar .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  font-family: var(--font-secondary);
}

.close-cart {
  cursor: pointer;
  margin-top: -11px;
}

.close-cart i {
  transition: 0.3s;
}

.close-cart:hover i {
  transform: scale(1.3);
  color: var(--color-primary);
}

.cart-bar .product-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.product-item {
  margin-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.cart-bar .product-item:last-child {
  margin-bottom: 0;
}

.cart-bar .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-bar .cart-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-edit {
  margin-right: 20px;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #c0c0c0;
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #000000;
}

.cart-bar .cart-edit .quantity-edit button i:hover {
  color: var(--color-primary);
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 26px;
  padding: 0;
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-edit .product-edit {
  margin-right: 15px;
}

.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto;
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-bar .cart-bottom-area .total-price span {
  color: var(--color-primary);
}

.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid var(--color-primary);
  margin-bottom: 10px;
  color: var(--color-primary);
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: var(--color-primary);
  color: #fff;
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .checkout-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.nice-select-wrap {
  margin: 1rem auto 0;
  width: 100%;
  border-radius: 0;
  overflow: visible;
  margin-right: auto;
  position: relative;
  right: auto;
  left: 0;
  margin-left: 0;
  height: 56px;
  top: 0;
  margin-top: 0;
  border-radius: 6px;
}

.nice-select-wrap.down {
  background-color: white;
}

.nice-select-wrap.down .drop::after {
  content: "\f077";
}

.nice-select-wrap .drop,
.nice-select-wrap ul a {
  width: 100%;
  display: block;
  padding: 2px 11px;
  text-decoration: none;
  color: #666;
  font-size: 0.88rem;
  line-height: 1.88;
  height: 2.5rem;
}

.nice-select-wrap .drop {
  position: relative;
}

.nice-select-wrap .drop::after {
  content: "\f078";
  position: absolute;
  text-align: center;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  color: #666;
  line-height: 0.94;
  transition: all 300ms ease;
  font-family: var(--font-3);
}

.nice-select-wrap ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: absolute;
  z-index: 100000;
  background: #fff;
  border-radius: 10px;
  width: 170px;
}

.nice-select-wrap ul a {
  position: relative;
  font-size: 16px;
}

.nice-select-wrap ul a:hover {
  color: var(--color-primary);
}

.nice-select-wrap ul a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,
      rgba(245, 245, 245, 0) 0%,
      whitesmoke 10%,
      whitesmoke 90%,
      rgba(245, 245, 245, 0) 100%);
}

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

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0px 1px 5px 10px rgba(0, 0, 0, 0.041);
}

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

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

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

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

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

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

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

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--color-primary-2);
}

.banefites-main-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.single-benifits {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-benifits .information .title {
  margin-bottom: 5px;
  font-size: 20px;
}

.single-benifits .information p {
  font-size: 15px;
}

.thumbnail-benefits-right-image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnail-benefits-right-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .thumbnail-benefits-right-image img {
    width: 100%;
  }
}

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

.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  animation: waves 3s ease-in-out infinite;
}

.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  transition: all 200ms;
  border-radius: 50%;
}

.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}

.vedio-icone .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;
  display: none;
}

.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

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

.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 97%;
    margin: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 97%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 99%;
    margin: auto;
  }
}

.bg-blue .title-area-left-style span {
  color: #fff;
}

.bg-blue .title-area-left-style .title {
  color: #fff;
}

.bg-blue .title-area-left-style p.post-title {
  color: #fff;
}

.title-between-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-between-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .title-between-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
  }
}

.bg-light-1 {
  background: var(--color-primary);
}

.section-title-w-style-center {
  text-align: center;
}

.section-title-w-style-center .title {
  margin-bottom: 5px;
  color: #110c2d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .section-title-w-style-center .title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.section-title-w-style-center p {
  margin-bottom: 0;
  color: #737477;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.kitchen-home {
  background: #fffaee;
}

.success {
  border: 1px solid #084298;
  background: #343a40;
  padding: 5px 15px;
  border-radius: 4px;
  color: #f8f9fa;
  display: inline-block;
}

.error {
  border: 1px solid #842029;
  background: #2c0b0e;
  padding: 5px 15px;
  border-radius: 4px;
  color: #ea868f;
  display: inline-block;
}

.single-zoom-meeting-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #efecff;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area {
    padding: 15px;
  }
}

.single-zoom-meeting-area .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.single-zoom-meeting-area .thumbnail img {
  transition: 0.3s;
}

.single-zoom-meeting-area .inner-content {
  padding-top: 24px;
}

.single-zoom-meeting-area .inner-content .head {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area .inner-content .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-zoom-meeting-area .inner-content .head .single {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-zoom-meeting-area .inner-content .head .single i {
  color: var(--color-primary);
}

.single-zoom-meeting-area .inner-content a {
  display: block;
  margin-top: 10px;
}

.single-zoom-meeting-area .inner-content a .title {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.single-zoom-meeting-area .inner-content a:hover .title {
  color: var(--color-primary);
}

.single-zoom-meeting-area .inner-content .bottom {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media only screen and (max-width: 575px) {
  .single-zoom-meeting-area .inner-content .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-zoom-meeting-area .inner-content .bottom .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-zoom-meeting-area .inner-content .bottom a {
  margin: 0;
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.single-zoom-meeting-area:hover .thumbnail img {
  transform: scale(1.15);
}

.zoom-meeting-left-content-details p.disc {
  margin-bottom: 30px;
}

.zoom-meeting-left-content-details .events-details-single-area {
  margin-bottom: 0px;
}

.zoom-meeting-left-content-details .key-takeways-wrapper ul {
  padding: 0;
  list-style-type: circle;
  list-style: circle;
  list-style-position: inside;
}

.zoom-meeting-left-content-details .key-takeways-wrapper ul li {
  margin: 13px 0;
}

.zoom-meeting-information-details {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #fff;
}

@media only screen and (max-width: 575px) {
  .zoom-meeting-information-details {
    padding: 20px;
  }
}

.zoom-meeting-information-details .single-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ddd8f9;
}

.zoom-meeting-information-details p {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
}

.zoom-meeting-information-details p span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.zoom-meeting-information-details button {
  min-width: 100%;
}

.zoom-meeting-information-details button:last-child {
  margin-top: 20px;
}

.rts-lession-content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper {
    min-height: 100vh;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper {
    min-height: 100vh;
    flex-direction: column;
  }
}

.rts-lession-content-wrapper .rts-lession-left {
  background: #f9f8ff;
  width: 455px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper .rts-lession-left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper .rts-lession-left {
    width: 100%;
  }
}

.rts-lession-content-wrapper .rts-lession-left.sibebar-none {
  display: none;
}

.rts-lession-content-wrapper .rts-lession-left .content-wrapper {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-lession-content-wrapper .rts-lession-left .content-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-lession-content-wrapper .rts-lession-left .content-wrapper {
    margin-top: 30px;
  }
}

.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content {
  position: relative;
  padding: 0 10px;
}

.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
}

.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content input:focus {
  border-color: var(--color-primary);
}

.rts-lession-content-wrapper .rts-lession-left .content-wrapper .inner-content i {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.rts-lession-content-wrapper .course-content-wrapper-main {
  padding: 0px 10px;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item {
  background: transparent;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header {
  position: relative;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button {
  padding: 15px 5px 15px 30px;
  position: relative;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f078" !important;
  font-size: 12px !important;
  font-family: var(--font-3);
  font-size: 16px;
}

.rts-lession-content-wrapper .course-content-wrapper-main .accordion-item .accordion-header .accordion-button[aria-expanded="true"]::before {
  content: "\f077" !important;
}

.rts-lession-content-wrapper .rts-lession-right {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.rts-lession-content-wrapper .rts-lession-right iframe {
  height: 700px;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: var(--color-primary);
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7763e5;
  border-radius: 50%;
  cursor: pointer;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class.sidebar-hide i::before {
  content: "\f054";
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area .toggle-class i {
  color: #fff;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .left-area span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-top-bar .right a {
  height: 30px;
  width: 30px;
  background: #7763e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.rts-lession-content-wrapper .rts-lession-right .lesson-bottom-area {
  padding: 40px;
}

@media only screen and (max-width: 575px) {
  .rts-lession-content-wrapper .rts-lession-right .lesson-bottom-area {
    padding: 20px;
  }
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  justify-content: space-between;
  border-top: 1px solid #ddd8f9;
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev:hover {
  color: var(--color-primary);
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area .prev i {
  transform: rotate(62deg);
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area .next {
  padding-right: 150px;
  gap: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .rts-lession-content-wrapper .rts-lession-right .next-prev-area .next {
    padding-right: 0;
  }
}

.rts-lession-content-wrapper .rts-lession-right .next-prev-area .next:hover {
  color: var(--color-primary);
}

.default-exp-expand {
  display: none;
}

.default-exp-expand.open {
  display: block;
}

.discover-filter-activation {
  background: var(--color-primary) !important;
}

.discover-filter-activation i {
  color: #fff !important;
}

.discover-filter-activation span {
  color: #fff !important;
}

.course-details-btn-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd8f9;
}

.course-details-btn-wrapper ul {
  padding-left: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .course-details-btn-wrapper ul {
    flex-wrap: wrap;
    gap: 10px !important;
  }
}

.course-details-btn-wrapper ul li {
  margin: 0;
  padding: 0;
}

.course-details-btn-wrapper ul li button.nav-link {
  padding: 15px 0px;
  border: none;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 16px;
}

/*.course-details-btn-wrapper ul li button.nav-link.active {*/
/*  background: #b99750 ;*/
/*  color: #4a1f40  ;*/
/*  border-color: #b99750 ;*/
/*}*/

.course-details-btn-wrapper ul li button.nav-link.active {
  border-color: #fff;
  background: #fff;
  color: #4b1b43 !important;
}

/*.course-details-btn-wrapper ul li button.nav-link:hover {*/
/* background: #b99750 ;*/
/*  color: #4a1f40  ;*/
/*  border-color: #b99750 ;*/

/*}*/

.course-details-btn-wrapper ul li button.nav-link:hover {
  border-color: #fff;
  background: #fff;
  color: #4b1b43 !important;
}

.course-details-btn-wrapper ul li button.nav-link.active.meterals {
  position: relative;
}

.course-details-btn-wrapper ul li button.nav-link.active.meterals::after {
  position: absolute;
  left: 0;
  width: 120%;
  content: "";
  height: 3px;
  bottom: -18px;
  background: var(--color-primary);
}

.course-details-btn-wrapper.full-width {
  justify-content: space-between;
}

.course-details-btn-wrapper.full-width ul {
  justify-content: center;
  gap: 10px;
}

/* .course-details-btn-wrapper.full-width ul li {
  flex-basis: 20%;
} */

@media only screen and (max-width: 767px) {
  .course-details-btn-wrapper.full-width ul li {
    min-width: max-content;
  }
}

.course-details-btn-wrapper.full-width ul li button {
  border-radius: 0;
}

.course-content-wrapper .title {
  font-size: 24px;
}

.course-content-wrapper p.disc {
  margin-bottom: 30px;
}

.course-content-wrapper .module-wrapper {
  padding: 30px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
}

@media only screen and (max-width: 479px) {
  .course-content-wrapper .module-wrapper {
    padding: 0;
    border: none;
  }
}

.course-content-wrapper .module-wrapper .inner-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media only screen and (max-width: 575px) {
  .course-content-wrapper .module-wrapper .inner-content {
    flex-direction: column;
    gap: 0;
  }
}

.course-content-wrapper .module-wrapper .single-wrapper .single-codule {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.wrapper-bottom-course-details-page {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 479px) {
  .wrapper-bottom-course-details-page {
    padding: 20px;
  }
}

.course-content-wrapper-main .title {
  margin-bottom: 10px;
}

.course-content-wrapper-main .accordion .accordion-item {
  border: 1px solid #ddd8f9;
  border-bottom: none;
}

.course-content-wrapper-main .accordion .accordion-item:last-child {
  border: 1px solid #ddd8f9;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body {
  padding: 20px;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left i {
  color: #110c2d;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .left span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
}

.course-content-wrapper-main .accordion .accordion-item .accordion-body .play-vedio-wrapper .right .play {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  margin-right: 20px;
}

.course-content-wrapper-main .accordion .accordion-header button {
  padding: 15px 25px;
  background: transparent;
  display: flex;
  align-items: center;
  box-shadow: none;
  justify-content: space-between;
}

.course-content-wrapper-main .accordion .accordion-header button[aria-expanded="true"] {
  border-bottom: 1px solid #ddd8f9;
}

.course-content-wrapper-main .accordion .accordion-header button:focus {
  box-shadow: none;
}

.course-content-wrapper-main .accordion .accordion-header button::after {
  display: none;
}

.course-content-wrapper-main .accordion .accordion-header button span {
  display: block;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.single-instructor-area-details {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single-instructor-area-details {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

.single-instructor-area-details:hover .thumbnail img {
  transform: scale(1.15);
}

.single-instructor-area-details .thumbnail {
  display: block;
  min-width: max-content;
  overflow: hidden;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .single-instructor-area-details .thumbnail {
    min-width: 100%;
  }
}

.single-instructor-area-details .thumbnail img {
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .single-instructor-area-details .thumbnail img {
    width: 100%;
  }
}

.single-instructor-area-details .inner-instrustor-area .title {
  margin-bottom: 5px;
}

.single-instructor-area-details .inner-instrustor-area .deg {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 12px 0;
}

@media only screen and (max-width: 575px) {
  .single-instructor-area-details .inner-instrustor-area .stars-area-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.single-instructor-area-details .inner-instrustor-area .stars-area-wrapper .stars-area i {
  color: #ffa41c;
}

.single-instructor-area-details .inner-instrustor-area p.disc {
  margin-bottom: 20px;
}

.single-instructor-area-details .inner-instrustor-area .follow-us {
  display: flex;
  align-items: center;
}

.single-instructor-area-details .inner-instrustor-area .follow-us ul {
  margin-left: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.single-instructor-area-details .inner-instrustor-area .follow-us ul li {
  margin: 0;
  padding: 0;
}

.rating-top-main-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 575px) {
  .rating-top-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.rating-area-main-wrapper {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  text-align: center;
  flex-basis: 27%;
}

@media only screen and (max-width: 575px) {
  .rating-area-main-wrapper {
    width: 100%;
  }
}

.rating-area-main-wrapper .title {
  color: #110c2d;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .rating-area-main-wrapper .title {
    font-size: 70px;
  }
}

.rating-area-main-wrapper .stars-wrapper {
  margin-bottom: 10px;
}

.rating-area-main-wrapper .stars-wrapper i {
  color: #ffa41c;
}

.rating-area-main-wrapper span {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.rating-main-wrapper {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .rating-main-wrapper {
    padding: 20px;
  }
}

.progress-wrapper-main {
  flex-basis: 69%;
}

@media only screen and (max-width: 575px) {
  .progress-wrapper-main {
    width: 100%;
  }
}

.progress-wrapper-main .single-progress-area-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .progress-wrapper-main .single-progress-area-h {
    flex-direction: column;
    align-items: flex-start;
  }
}

.progress-wrapper-main .single-progress-area-h .progress {
  width: 70%;
  border-radius: 6px;
}

.progress-wrapper-main .single-progress-area-h .progress .progress-bar {
  background: #ffa41c;
}

.indevidual-rating-area {
  padding-top: 30px;
  border-top: 1px solid #ddd8f9;
  margin-top: 40px;
}

.indevidual-rating-area .author-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
  .indevidual-rating-area .author-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.indevidual-rating-area .author-area span {
  color: #110c2d;
  font-family: Hind;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.indevidual-rating-area .author-area .stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.indevidual-rating-area .author-area .stars i {
  color: #ffa41c;
}

.indevidual-rating-area p.disc {
  margin-bottom: 25px;
}

.indevidual-rating-area .like-love-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.indevidual-rating-area .like-love-area a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #737477;
  border: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indevidual-rating-area .like-love-area a:hover {
  background: var(--color-primary);
  color: #fff;
}

.right-course-details {
  margin-top: -350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-course-details {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .right-course-details {
    margin-top: 0;
  }
}

.right-course-details .course-side-bar {
  padding: 30px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
  background: #fff;
  position: relative;
}

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

.right-course-details .course-side-bar .thumbnail {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-course-details .course-side-bar .thumbnail img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .right-course-details .course-side-bar .thumbnail img {
    width: 100%;
  }
}

.right-course-details .course-side-bar .price-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.right-course-details .course-side-bar .price-area .title {
  margin-bottom: 0;
  color: #110c2d;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.right-course-details .course-side-bar .price-area h4 {
  margin-bottom: 0;
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.right-course-details .course-side-bar .price-area .discount {
  padding: 3px 10px;
  border-radius: 3px;
  background: var(--color-primary);
  color: #fff;
}

.right-course-details .course-side-bar .clock-area i,
.right-course-details .course-side-bar .clock-area span {
  color: #bc0303;
}

.right-course-details .course-side-bar .rts-btn {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.right-course-details .course-side-bar .what-includes span.m {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  padding-bottom: 25px;
}

.right-course-details .course-side-bar .what-includes .title {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.right-course-details .course-side-bar .what-includes .single-include {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd8f9;
  padding-bottom: 15px;
  padding-top: 15px;
}

.right-course-details .course-side-bar .what-includes .single-include:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.course-single-information {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd8f9;
  padding-top: 15px;
}

.course-single-information.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.course-single-information .title {
  margin-bottom: 20px;
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.course-single-information .body .author {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.course-single-information .body .single-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.course-single-information .body .single-check i {
  color: var(--color-primary);
}

.course-single-information .body .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.course-single-information .body .tags-wrapper span {
  display: block;
  padding: 1px 8px;
  border: 1px solid #ddd8f9;
  color: #110c2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.course-single-information .body .tags-wrapper span:hover {
  background: var(--color-primary);
  color: #fff;
}

.social-share-course-side-bar ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}

.social-share-course-side-bar ul li {
  margin: 0;
  padding: 0;
}

.social-share-course-side-bar ul li a i {
  font-size: 24px;
  color: #110c2d;
}

.right-course-details .rts-course-category-area {
  padding-left: 50px;
  border-left: 2px solid #ddd8f9;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .right-course-details .rts-course-category-area {
    padding-left: 20px;
  }
}

.right-course-details .rts-course-category-area .checkbox-filter.filter-body {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 50px;
}

.right-course-details .single-filter-left-wrapper .title {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.our-latest-course-start-right-side-bar {
  margin-bottom: 60px;
}

.our-latest-course-start-right-side-bar .title {
  color: #110c2d;
  font-family: Hind;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper:hover img {
  transform: scale(1.15);
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .thumbnail {
  min-width: max-content;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .thumbnail img {
  transition: 0.3s;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 7px;
  transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content a .title:hover {
  color: var(--color-primary);
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area .none {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: line-through;
}

.our-latest-course-start-right-side-bar .single-course-list-wrapper .inner-content .pricing-area span {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.add-area-sidebar {
  position: relative;
}

.add-area-sidebar .thumbnail img {
  width: 100%;
  height: 50%;
}

.add-area-sidebar .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.add-area-sidebar .content .title {
  color: #110c2d;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.add-area-sidebar .content .rts-btn {
  margin: auto;
  background: #110c2d !important;
  padding: 9px 25px;
  transition: 0.3s;
}

.add-area-sidebar .content .rts-btn:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.course-details-btn-wrapper.materials {
  padding-bottom: 15px !important;
  border-bottom: 3px solid #ddd8f9 !important;
}

.course-details-btn-wrapper.materials ul {
  gap: 60px !important;
}

.course-details-btn-wrapper.materials li {
  flex-basis: auto !important;
}

.course-details-btn-wrapper.materials button {
  padding: 0 !important;
  margin: 0 !important;
  max-width: max-content;
  background: transparent !important;
  border: none !important;
  color: #737477 !important;
}

.course-details-btn-wrapper.materials button[aria-selected="true"] {
  color: var(--color-primary) !important;
}

.course-details-btn-wrapper.materials button i {
  margin-right: 5px;
}

.dashboard-banner-area-start {
  height: 300px;
  background-image: url(../images/dashboard/01.jpg);
  border-radius: 6px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start {
    height: 500px;
  }
}

.dashboard-banner-area-start.student-dashboard {
  background-image: url(../images/dashboard/05.jpg);
}

.dashboard-banner-area-start.student-dashboard .rating-area-banner-dashboard {
  right: 28%;
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start.student-dashboard .rating-area-banner-dashboard {
    right: auto;
  }
}

.dashboard-banner-area-start .rating-area-banner-dashboard {
  position: absolute;
  max-width: 235px;
  right: 60px;
  bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    bottom: 19px;
    left: 297px;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    left: 297px;
    right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    left: 30px;
    right: auto;
    bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard {
    left: 20px;
    right: auto;
  }
}

.dashboard-banner-area-start .rating-area-banner-dashboard .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard .stars {
    display: none;
  }
}

.dashboard-banner-area-start .rating-area-banner-dashboard .stars span {
  color: #fff;
  margin-right: 10px;
}

.dashboard-banner-area-start .rating-area-banner-dashboard .stars i {
  color: #ffa41c;
}

.dashboard-banner-area-start .rating-area-banner-dashboard p {
  color: #fff;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .rating-area-banner-dashboard p {
    display: none;
  }
}

.dashboard-banner-area-start .rating-area-banner-dashboard .create-btn {
  border-radius: 4px;
  border: 1px solid var(--ffffff, #fff);
  color: #fff;
  padding: 12px 20px;
  transition: 0.3s;
  display: block;
}

.dashboard-banner-area-start .rating-area-banner-dashboard .create-btn:hover {
  background: var(--color-primary);
  border: 1px solid transparent;
}

.dashboard-banner-area-start .author-profile-image-and-name {
  position: absolute;
  bottom: -60px;
  left: 60px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    bottom: 22%;
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    bottom: 22%;
    left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name {
    left: 18px;
  }
}

.dashboard-banner-area-start .author-profile-image-and-name .profile-pic {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name .profile-pic {
    border-radius: 50%;
  }
}

.dashboard-banner-area-start .author-profile-image-and-name .profile-pic img {
  transition: 0.3s;
}

.dashboard-banner-area-start .author-profile-image-and-name .name-desig {
  margin-left: 50px;
  margin-top: -50px;
}

@media only screen and (max-width: 767px) {
  .dashboard-banner-area-start .author-profile-image-and-name .name-desig {
    margin-top: -111px;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard-banner-area-start .author-profile-image-and-name .name-desig {
    margin-top: 0;
    margin-left: 0;
  }
}

.dashboard-banner-area-start .author-profile-image-and-name .name-desig .title {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 5px;
}

.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 479px) {
  .dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio i {
  color: #fff;
}

.dashboard-banner-area-start .author-profile-image-and-name .name-desig .course-vedio span {
  color: #fff;
  font-weight: 300;
}

.left-sindebar-dashboard {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #fff;
  padding: 40px !important;
}

@media screen and (max-width: 1200px) {
  .left-sindebar-dashboard {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .left-sindebar-dashboard {
    padding: 20px !important;
  }
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .title {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item {
  padding: 18px 0;
  display: flex;
  align-items: start;
  gap: 15px;
  border-bottom: 1px solid #ddd8f9;
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:first-child {
  padding-top: 0;
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item i {
  transition: 0.3s;
  flex-basis: 8%;
  margin-top: 4px;
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item p {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.3s;
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item.active i {
  color: var(--color-primary);
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item.active p {
  color: var(--color-primary);
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:hover i {
  color: var(--color-primary);
}

.left-sindebar-dashboard .dashboard-left-single-wrapper .single-item:hover p {
  color: var(--color-primary);
}

.left-sindebar-dashboard .dashboard-left-single-wrapper.bbnone .single-item:last-child {
  border-bottom: none;
}

.right-sidebar-dashboard {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .right-sidebar-dashboard {
    padding: 0px;
    border: none;
  }
}

.single-dashboard-card {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #fff;
  text-align: center;
  padding: 47px;
}

@media screen and (max-width: 1200px) {
  .single-dashboard-card {
    padding: 30px 20px;
  }
}

.single-dashboard-card .icon {
  background: #f9f8ff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd8f9;
}

.single-dashboard-card .icon i {
  font-size: 26px;
  color: var(--color-primary);
}

.single-dashboard-card .title {
  color: var(--color-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 0px;
}

.single-dashboard-card p {
  margin-bottom: 0;
  color: #737477;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-progress-course {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single-progress-course {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .single-progress-course {
    padding: 20px;
  }
}

.single-progress-course:last-child {
  margin-bottom: 0;
}

.single-progress-course:hover .thumbnail img {
  transform: scale(1.1);
}

.single-progress-course .thumbnail {
  display: block;
  overflow: hidden;
  min-width: max-content;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .single-progress-course .thumbnail {
    min-width: 100%;
  }
}

.single-progress-course .thumbnail img {
  transition: 0.3s;
  min-width: max-content;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .single-progress-course .thumbnail img {
    min-width: 100%;
  }
}

.single-progress-course .information-progress-course {
  width: 100%;
}

.single-progress-course .information-progress-course .rating-area {
  display: flex;
  align-items: center;
  gap: 3px;
}

.single-progress-course .information-progress-course .rating-area i {
  color: #ffa41c;
}

.single-progress-course .information-progress-course a .title {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 15px;
  transition: 0.3s;
}

.single-progress-course .information-progress-course a:hover .title {
  color: var(--color-primary);
}

.single-progress-course .information-progress-course .comp {
  margin-bottom: 10px;
  display: block;
}

.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .progress {
  flex-basis: 90%;
  height: 4px;
}

.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .progress .progress-bar {
  background-color: var(--color-primary);
}

.single-progress-course .information-progress-course .progress-wrapper-lesson-compleate .end {
  min-width: max-content;
}

.title-between-dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-between-dashboard a {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.my-course-enroll-wrapper-board {
  border: 1px solid #ddd8f9;
  border-radius: 6px;
  padding: 0;
}

.my-course-enroll-wrapper-board .single-course-inroll-board {
  padding: 22px 24px;
  border-bottom: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
}

.my-course-enroll-wrapper-board .single-course-inroll-board.head p {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.my-course-enroll-wrapper-board .single-course-inroll-board:last-child {
  border-bottom: none;
}

.my-course-enroll-wrapper-board .single-course-inroll-board .rating i {
  color: #ffa41c;
}

@media only screen and (max-width: 575px) {
  .my-course-enroll-wrapper-board .single-course-inroll-board .rating i {
    font-size: 12px;
  }
}

.my-course-enroll-wrapper-board .single-course-inroll-board>div {
  flex-basis: 33%;
}

.right-sidebar-my-profile-dash {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .right-sidebar-my-profile-dash {
    padding: 15px;
  }
}

.my-single-portfolio-dashed {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .my-single-portfolio-dashed {
    flex-direction: column;
  }
}

.my-single-portfolio-dashed:last-child {
  padding-bottom: 0;
}

.my-single-portfolio-dashed .name {
  flex-basis: 40%;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.my-single-portfolio-dashed .value {
  flex-basis: 60%;
}

.exrolled-course-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 479px) {
  .exrolled-course-wrapper-dashed {
    padding: 0;
    border: none;
  }
}

.exrolled-course-wrapper-dashed .nav-tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd8f9;
}

.exrolled-course-wrapper-dashed .nav-tabs li {
  margin: 0;
  padding: 0;
  margin: 0 15px;
}

.exrolled-course-wrapper-dashed .nav-tabs li:first-child {
  margin-left: 0;
}

.exrolled-course-wrapper-dashed .nav-tabs li button {
  padding: 10px 0;
  border: none;
  margin: 0 0;
  color: #110c2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.exrolled-course-wrapper-dashed .nav-tabs li button.active {
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.single-course-style-three .progress-wrapper-lesson-compleate {
  margin-top: 10px;
}

.single-course-style-three .progress-wrapper-lesson-compleate .compleate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.single-course-style-three .progress-wrapper-lesson-compleate .progress {
  height: 4px;
}

.single-course-style-three .progress-wrapper-lesson-compleate .progress .progress-bar {
  background-color: var(--color-primary);
}

.single-course-style-three.enroll-course .rts-btn {
  margin-top: 20px;
  max-width: 100%;
  padding: 12px 25px;
}

.footer-dashboard {
  background: #110c2d;
}

.footer-dashboard .footer-dashboard-inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer-dashboard .footer-dashboard-inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
}

.footer-dashboard .footer-dashboard-inner p {
  margin-bottom: 0;
}

.footer-dashboard .footer-dashboard-inner p a {
  color: #fff;
  transition: 0.3s;
}

.footer-dashboard .footer-dashboard-inner p a:hover {
  color: var(--color-primary);
}

.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li {
  margin: 0;
  padding: 0;
}

.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li a i {
  color: #fff;
  transition: 0.3s;
}

.footer-dashboard .footer-dashboard-inner .social-area-dashboard-footer ul li a:hover i {
  color: var(--color-primary);
}

.rts-reviewd-area-dashed {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

.rts-reviewd-area-dashed .table-reviews {
  width: 100%;
  border: 1px solid #ddd8f9;
  border-radius: 6px !important;
}

.rts-reviewd-area-dashed .table-reviews thead tr th {
  padding: 12px 20px;
  background: #f9f8ff;
}

.rts-reviewd-area-dashed .table-reviews tbody tr {
  border-top: 1px solid #ddd8f9;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td {
  padding: 20px;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area p {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .author-area .profile-picture {
  min-width: max-content;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .stars {
  margin-top: 5px;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .stars i {
  color: #ffa41c;
}

.rts-reviewd-area-dashed .table-reviews tbody tr td .stars span {
  margin-left: 5px;
  color: #110c2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rts-reviewd-area-dashed .table-reviews tbody tr.odd td {
  background: #f9f8ff;
}

.rts-reviewd-area-dashed .table-reviews.quiz thead tr th {
  text-transform: capitalize !important;
  color: #110c2d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td {
  padding: 20px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .information-quiz p.quiz {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .information-quiz p .quiz {
  margin-bottom: 10px;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .rts-btn {
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 2px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .pass {
  display: block;
  padding: 2px 12px;
  background: #e4ffea;
  border-radius: 2px;
  color: #3fa15a;
  border: 1px solid #3fa15a;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .fail {
  display: block;
  border-radius: 2px;
  padding: 2px 12px;
  background: #ffebeb;
  border: 1px solid #ffbebe;
  color: #df3c3c;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .hold {
  border-radius: 3px;
  border: 1px solid #ed9770;
  background: #fcf0d9;
  padding: 2px 13px;
  color: #ed9770;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .processing {
  color: #7093ed;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #7093ed;
  background: #f1f4ff;
  padding: 2px 13px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .success {
  color: #159648;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #159648;
  background: #dcfcd9;
  padding: 2px 13px;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .hold-i {
  width: 36px;
  height: 36px;
  background: #f3f1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: 0.3s;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .hold-i i {
  color: var(--color-primary);
  transition: 0.3s;
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .hold-i:hover {
  background: var(--color-primary);
}

.rts-reviewd-area-dashed .table-reviews.quiz tbody tr td .hold-area .hold-i:hover i {
  color: #fff;
}

.pagination-full-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-radius: 3px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .pagination-full-width {
    justify-content: center;
  }
}

.pagination-full-width .pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.pagination-full-width .pagination ul li {
  margin: 0;
}

.pagination-full-width .pagination ul li a {
  color: #737477;
}

.pagination-full-width .pagination ul li a.next,
.pagination-full-width .pagination ul li a.prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #f9f8ff;
  transition: 0.3s;
}

.pagination-full-width .pagination ul li a.next i,
.pagination-full-width .pagination ul li a.prev i {
  color: var(--color-primary);
  transition: 0.3s;
}

.pagination-full-width .pagination ul li a.next:hover,
.pagination-full-width .pagination ul li a.prev:hover {
  background: var(--color-primary);
  color: #fff;
}

.pagination-full-width .pagination ul li a.next:hover i,
.pagination-full-width .pagination ul li a.prev:hover i {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .pagination-full-width span {
    display: none;
  }
}

#ui-datepicker-div {
  border: 1px solid #c5c5c5;
  position: relative;
  z-index: 10000;
  max-width: 100%;
  min-width: max-content;
}

.calender-and-tab-btn-between {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.calender-and-tab-btn-between .nav-tabs {
  padding: 0;
  margin: 0;
  border: none;
  gap: 10px;
}

.calender-and-tab-btn-between .nav-tabs li {
  margin: 0;
  padding: 0;
  border: none;
}

.calender-and-tab-btn-between .nav-tabs li button {
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  padding: 7px 15px;
  border-radius: 6px;
  color: var(--color-primary);
}

.calender-and-tab-btn-between .nav-tabs li button[aria-selected="true"] {
  background: var(--color-primary);
  color: #fff;
}

.calender-and-tab-btn-between .nav-tabs li button:hover {
  background: var(--color-primary);
  color: #fff;
}

.calender-and-tab-btn-between .date-picker-area {
  max-width: 400px;
  position: relative;
}

.calender-and-tab-btn-between .date-picker-area i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media only screen and (max-width: 575px) {
  .calender-and-tab-btn-between .date-picker-area i {
    top: 25%;
  }
}

@media only screen and (max-width: 479px) {
  .calender-and-tab-btn-between .date-picker-area i {
    top: 16%;
  }
}

.calender-and-tab-btn-between .date-picker-area input {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  height: 42px;
}

tbody.questions-answer tr td .students-questions {
  display: flex;
  align-items: center;
  gap: 15px;
}

tbody.questions-answer tr td .students-questions .information-q p {
  margin: 0;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

tbody.questions-answer tr td .questions {
  padding-left: 20px;
  position: relative;
}

tbody.questions-answer tr td .questions::after {
  left: 0;
  top: 8px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  content: "";
}

tbody.questions-answer tr td .status-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

tbody.questions-answer tr td .status-btn-wrapper .button-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

tbody.questions-answer tr td .status-btn-wrapper .button-area i {
  color: var(--color-primary);
  cursor: pointer;
}

.short-by--category-sash {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}

.short-by--category-sash .nice-select-wrap {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  max-width: 320px;
}

.short-by--category-sash .nice-select-wrap .drop {
  padding: 27px 20px;
  font-size: 18px;
  line-height: 0;
}

.short-by--category-sash .nice-select-wrap .drop::after {
  top: 44%;
  right: 26px;
}

.short-by--category-sash .nice-select-wrap ul {
  width: 100%;
}

.short-by--category-sash .nice-select-wrap ul li {
  line-height: 0;
}

.short-by--category-sash .nice-select-wrap ul li a {
  padding: 18px 18px;
  line-height: 1;
}

.announcements-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 479px) {
  .announcements-wrapper-dashed {
    padding: 0;
    border: none;
  }
}

.calender-area-wrapper {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 479px) {
  .calender-area-wrapper {
    padding: 0;
    border: none;
  }
}

.calender-area-wrapper .search-area-calender-inner {
  position: relative;
}

.calender-area-wrapper .search-area-calender-inner input {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  height: 46px;
  padding-left: 50px;
}

.calender-area-wrapper .search-area-calender-inner input:focus {
  border: 1px solid var(--color-primary);
}

.calender-area-wrapper .search-area-calender-inner i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

.assignment-list-wrapper-calender {
  margin-top: 30px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 479px) {
  .assignment-list-wrapper-calender {
    padding: 15px;
  }
}

.single-assignments-wrapper .top-wrapper {
  margin-bottom: 35px;
}

.single-assignments-wrapper .assignment-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-radius: 5px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-assignments-wrapper .assignment-list .left {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list .left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-assignments-wrapper .assignment-list .left p {
  margin: 0;
}

.single-assignments-wrapper .assignment-list .left span {
  margin-left: 20px;
}

@media only screen and (max-width: 575px) {
  .single-assignments-wrapper .assignment-list .left span {
    margin-left: 0;
  }
}

.single-assignments-wrapper .assignment-list .left i {
  color: var(--color-primary);
}

.announcements-wrapper-dashed .top-announcement-wrapper {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 575px) {
  .announcements-wrapper-dashed .top-announcement-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media only screen and (max-width: 479px) {
  .announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.announcements-wrapper-dashed .top-announcement-wrapper .left-wrapper .information p {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 7px;
}

.announcements-wrapper-dashed .top-announcement-wrapper .right button {
  padding: 12px 25px;
}

.announcements-wrapper-dashed .top-announcement-wrapper .right button:focus {
  box-shadow: none;
  border: 1px solid var(--color-primary);
}

.announcements-wrapper-dashed .top-announcement-wrapper .right button:hover {
  border: 1px solid var(--color-primary);
}

.announcements-wrapper-dashed .course-short-by-date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .announcements-wrapper-dashed .course-short-by-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter {
  flex-basis: 40%;
}

@media only screen and (max-width: 767px) {
  .announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter {
    width: 100%;
  }
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter>span {
  margin-bottom: 20px;
  display: block;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter.short-by {
  flex-basis: 30%;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area {
  position: relative;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area input {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  height: 56px;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .single-course-filter .date-picker-area i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap .drop {
  padding: 27px 20px;
  font-size: 18px;
  line-height: 0;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap .drop::after {
  top: 44%;
  right: 26px;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul {
  width: 100%;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul li {
  line-height: 0;
}

.announcements-wrapper-dashed .course-short-by-date-wrapper .nice-select-wrap ul li a {
  padding: 18px 18px;
  line-height: 1;
}

.announcements-wrapper-dashed .rts-reviewd-area-dashed {
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 30px;
}

.announcements-wrapper-dashed .announcement .announcement-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcements-wrapper-dashed .announcement .announcement-1 .left p {
  margin-bottom: 0;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.announcements-wrapper-dashed .announcement .announcement-1 .right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.announcements-wrapper-dashed .announcement .announcement-1 .right i {
  cursor: pointer;
}

body {
  padding-right: 0 !important;
}

.announcement.modal {
  top: 20% !important;
}

.announcement.modal .modal-header {
  background: #fff;
  padding: 15px 25px;
}

.announcement.modal .modal-body {
  padding: 25px;
  background: #f9f8ff;
}

.announcement.modal .modal-body .nice-select-wrap {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  background: #fff;
  padding: 8px;
}

.announcement.modal .modal-body .nice-select-wrap .drop {
  font-size: 15px;
}

.announcement.modal .modal-body .nice-select-wrap #price {
  width: 50% !important;
  left: 0;
  border-radius: 0 !important;
  top: 100% !important;
  border: 1px solid #ddd8f9 !important;
}

@media only screen and (max-width: 575px) {
  .announcement.modal .modal-body .nice-select-wrap #price {
    width: 100% !important;
  }
}

.announcement.modal .modal-body .single-input {
  margin-bottom: 15px;
}

.announcement.modal .modal-body .single-input label {
  margin-bottom: 8px;
  display: block;
}

.announcement.modal .modal-body .single-input input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  background: #fff;
  padding: 8px 20px;
}

.announcement.modal .modal-body .single-input input:focus {
  border: 1px solid var(--color-primary);
}

.announcement.modal .modal-body .single-input textarea {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  background: #fff;
  height: 140px;
  padding: 8px 20px;
}

.announcement.modal .modal-body .single-input textarea:focus {
  border: 1px solid var(--color-primary);
}

.announcement.modal .modal-footer button {
  max-width: 100%;
  padding: 12px;
}

.announcement.modal .modal-dialog {
  max-width: 828px;
}

.withdrow-inner-wrapper {
  margin-top: 23px;
  text-align: center;
}

.withdrow-inner-wrapper .top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.withdrow-inner-wrapper .top p {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.withdrow-inner-wrapper .top p a {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.withdrow-inner-wrapper .mid {
  margin: 70px;
}

.withdrow-inner-wrapper p {
  color: #110c2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.betweena-area-assignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificates-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .certificates-wrapper-dashed {
    padding: 0;
    border: none;
  }
}

.certificates-wrapper-dashed h5.title {
  color: #737477;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.create-certificates-top-main-wrapper {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .create-certificates-top-main-wrapper {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.create-certificates-top-main-wrapper>.left {
  flex-basis: 55%;
}

.create-certificates-top-main-wrapper>.left .title {
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px;
}

.create-certificates-top-main-wrapper>.left p.disc {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.create-certificates-top-main-wrapper>.left a.rts-btn {
  padding: 13px 15px;
}

.create-certificates-top-main-wrapper>.left a.rts-btn i {
  margin-right: 5px;
}

.all-certificates-main-wrapper-dashed {
  border: 1px solid #ddd8f9;
}

.all-certificates-main-wrapper-dashed .single-certificates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 26px;
  border-bottom: 1px solid #ddd8f9;
}

@media only screen and (max-width: 767px) {
  .all-certificates-main-wrapper-dashed .single-certificates {
    flex-direction: column;
    align-items: flex-start;
  }
}

.all-certificates-main-wrapper-dashed .single-certificates:last-child {
  border: none;
}

.all-certificates-main-wrapper-dashed .single-certificates .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 479px) {
  .all-certificates-main-wrapper-dashed .single-certificates .left {
    flex-direction: column;
    align-items: flex-start;
  }
}

.all-certificates-main-wrapper-dashed .single-certificates .left .title {
  margin-bottom: 0;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.all-certificates-main-wrapper-dashed .single-certificates .right {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 15px 0;
}

.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn {
  border-radius: 30px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  padding: 6px 14px;
  width: 164px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn span {
  margin-left: -30px;
}

.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn.published-btn {
  border: 1px solid #09a24f;
  color: #09a24f;
  background: #e5ffef;
}

.all-certificates-main-wrapper-dashed .single-certificates .right .draft-btn.published-btn span {
  margin-left: -10px;
}

.settings-wrapper-dashed {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 30px;
}

.settings-wrapper-dashed .tab-buttons {
  border: none;
  box-shadow: none;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.settings-wrapper-dashed .tab-buttons li {
  margin: 0;
}

.settings-wrapper-dashed .tab-buttons li button {
  color: #737477;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 15px 0;
  border-radius: 0;
  background: transparent;
}

.settings-wrapper-dashed .tab-buttons li button[aria-selected="true"] {
  background: transparent;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.settings-wrapper-dashed .social-profile-link-wrapper {
  margin-top: 30px;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left {
  flex-basis: 40%;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon span {
  transition: 0.3s;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .left .icon:hover span {
  color: var(--color-primary);
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right {
  flex-basis: 60%;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right input {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  height: 56px;
  width: 100%;
}

.settings-wrapper-dashed .social-profile-link-wrapper .single-profile-wrapper .right input:focus {
  border: 1px solid var(--color-primary);
}

.settings-wrapper-dashed .social-profile-link-wrapper .rts-btn {
  padding: 12px 25px;
}

.setting-change-password-area .form-password-area {
  margin-top: 25px;
}

.setting-change-password-area .form-password-area .single-input {
  max-width: 80%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .setting-change-password-area .form-password-area .single-input {
    max-width: 100%;
  }
}

.setting-change-password-area .form-password-area .single-input label {
  margin-bottom: 10px;
}

.setting-change-password-area .form-password-area .single-input input {
  height: 56px;
  border: 1px solid #ddd8f9;
  border-radius: 4px;
}

.setting-change-password-area .form-password-area .rts-btn {
  padding: 12px 25px;
}

#myModal-1 {
  top: 50%;
  padding-right: 0 !important;
  transform: translateY(-30%);
}

#myModal-1 .modal-dialog {
  max-width: 1064px !important;
  height: 530px !important;
  background-image: url(../images/popover/01.jpg);
  border-radius: 10px;
}

#myModal-1 .modal-content {
  height: 100%;
  background: transparent;
  border-radius: 10px;
}

#myModal-1 .modal-content .modal-header {
  max-width: max-content;
  color: #fff;
  margin-left: auto;
  color: #fff;
  border: none;
}

#myModal-1 .modal-content .modal-header button {
  border: none;
}

#myModal-1 .modal-content .modal-header i {
  font-size: 18px;
  color: #fff;
}

#myModal-1 .modal-body .inner-content {
  max-width: 42%;
  margin-left: auto;
  margin-top: 70px;
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}

#myModal-1 .modal-body .inner-content .title-area .pre {
  font-size: 14px;
  color: #ffffff;
}

#myModal-1 .modal-body .inner-content .title-area .title {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

#myModal-1 .modal-body .inner-content form input {
  height: 56px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
}

#myModal-1 .modal-body .inner-content form input:focus {
  border-color: #ffd335;
}

#myModal-1 .modal-body .inner-content form button {
  background: #ffd335;
  color: #110c2d;
  display: block;
  padding: 12px 25px;
  height: 56px;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  font-weight: 600;
}

#myModal-1 .modal-body .inner-content form button:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #ffd335;
}

#myModal-1 .modal-body .inner-content form span {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.calender-dash-wrapper {
  /* sunday */
  /* friday */
}

.calender-dash-wrapper html {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #444;
}

.calender-dash-wrapper body {
  margin: 0;
  background: #504f4f;
  font-size: 1em;
}

.calender-dash-wrapper .wrapper {
  margin: 15px auto;
  max-width: 100%;
}

.calender-dash-wrapper .container-calendar {
  background: #ffffff;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}

.calender-dash-wrapper .button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}

.calender-dash-wrapper .table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.calender-dash-wrapper .table-calendar td,
.calender-dash-wrapper .table-calendar th {
  padding: 5px;
  border: 1px solid #ddd8f9;
  text-align: center;
  vertical-align: top;
}

.calender-dash-wrapper .date-picker.selected {
  font-weight: bold;
  background: var(--color-primary);
  color: #fff;
}

.calender-dash-wrapper .date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

.calender-dash-wrapper .date-picker:nth-child(1) {
  color: var(--color-primary);
}

.calender-dash-wrapper .date-picker:nth-child(6) {
  color: var(--color-primary);
}

.calender-dash-wrapper #monthAndYear {
  text-align: center;
  margin-top: 0;
}

.calender-dash-wrapper .button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}

.calender-dash-wrapper #previous {
  float: left;
}

.calender-dash-wrapper #next {
  float: right;
}

.calender-dash-wrapper .footer-container-calendar {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.calender-dash-wrapper .footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
  max-width: 120px;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 310px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  margin-right: auto;
  margin-left: -53px;
  margin-top: 0;
  position: absolute;
}

.side-bar button i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -53px;
  font-size: 27px;
  background: var(--color-primary);
}

#side-bar .inner-main-wrapper-desk {
  display: none;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #side-bar .inner-main-wrapper-desk {
    display: none;
  }
}

#side-bar .mobile-menu-main {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

.mobile-menu-main nav ul {
  padding: 0 20px;
  display: block;
}

.mobile-menu-main nav ul li {
  margin: 0;
  padding: 0;
}

.mobile-menu-main nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
  font-weight: 500;
}

.mobile-menu-main nav ul li.has-droupdown {
  position: relative;
}

.mobile-menu-main nav ul li.has-droupdown ul {
  padding: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
}

.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 500;
  margin-top: 15px;
  font-size: 16px;
  border-bottom: 2px solid var(--color-primary);
  padding: 10px 0;
  margin-top: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
  margin: 7px 0 !important;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 0 !important;
}

.mobile-menu-main nav ul li.has-droupdown::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 5px;
  padding: 8px 13px;
  color: #fff;
  background: var(--color-primary) !important;
  pointer-events: none;
  cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  color: #1f1f25;
  font-size: 16px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  font-size: 16px;
  color: #1f1f25;
}

.mobile-menu-main nav ul li a {
  display: block;
}

.mobile-menu-main .social-wrapper-one {
  margin-top: 50px;
}

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

  .side-bar.header-two .inner-main-wrapper-desk,
  .side-bar.header-three .inner-main-wrapper-desk {
    display: none;
  }
}

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

  .side-bar.header-two .mobile-menu,
  .side-bar.header-three .mobile-menu {
    display: none !important;
  }
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  padding: 15px 0;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  margin: 0;
  width: 100%;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}

.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}

header.heder-two .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 20px;
  top: 8px;
  color: #fff;
}

header.heder-two .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}

header.header-three .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

header.header-three .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}

header.header-three .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}

header.header-three .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

.gym-home .side-bar button i,
.gym-home .mobile-menu-main nav ul li.has-droupdown::after {
  background: var(--color-primary-gym) !important;
}

.gym-home .mobile-menu-main .buttons-area .rts-btn {
  border: 1px solid var(--color-primary-gym);
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main .buttons-area .rts-btn.btn-primary {
  background: var(--color-primary-gym) !important;
  color: #ffffff;
}

.gym-home .mobile-menu-main nav ul li a.main:hover {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li a.main:focus {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul a.tag {
  border-bottom: 2px solid var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul a.tag:hover {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown ul.third-lvl a:hover {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main nav ul.mm-collapse li a:hover {
  color: var(--color-primary-gym);
}

.gym-home .mobile-menu-main .rts-social-style-one ul li a:hover {
  color: var(--color-primary-gym);
}

.gym-home .progress-wrap::after {
  color: var(--color-primary-gym);
}

.kitchen-home .side-bar button i,
.kitchen-home .mobile-menu-main nav ul li.has-droupdown::after {
  background: var(--color-primary-kitchen) !important;
}

.kitchen-home .mobile-menu-main .buttons-area .rts-btn {
  border: 1px solid var(--color-primary-kitchen);
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main .buttons-area .rts-btn.btn-primary {
  background: var(--color-primary-kitchen) !important;
  color: #ffffff;
}

.kitchen-home .mobile-menu-main nav ul li a.main:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li a.main:focus {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul a.tag {
  border-bottom: 2px solid var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul a.tag:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown ul.third-lvl a:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main nav ul.mm-collapse li a:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .mobile-menu-main .rts-social-style-one ul li a:hover {
  color: var(--color-primary-kitchen);
}

.kitchen-home .progress-wrap::after {
  color: var(--color-primary-kitchen);
}

.create-course-area-main-wrapper-inner .accordion-item {
  margin-bottom: 75px;
  border-color: #ddd8f9;
  border-radius: 6px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-header:focus {
  box-shadow: none;
  border: none;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-header button {
  padding: 24px 30px;
  border: 1px solid #ddd8f9;
  background: transparent;
  color: #110c2d;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-header button::after {
  content: "\f055";
  font-family: var(--font-3);
  background-image: none;
  transform: none;
  top: 29%;
  position: absolute;
  right: 30px;
  font-weight: 400;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-header button[aria-expanded="true"]::after {
  content: "\f056";
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body {
  padding: 25px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input {
  margin-top: 30px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input:first-child {
  margin-top: 0;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input label {
  margin-bottom: 20px;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input input {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  height: 50px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input input:focus {
  border-color: var(--color-primary);
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input textarea {
  height: 227px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 10px 15px;
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .top-form-create-course .single-input textarea:focus {
  border-color: var(--color-primary);
}

.create-course-area-main-wrapper-inner .accordion-item .accordion-body .course-information-area .course-setting-title {
  margin-top: 20px;
}

.create-course-tab-area {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.create-course-tab-area .nav-tabs {
  flex-basis: 22%;
  flex-direction: column;
  margin-top: 0;
}

.create-course-tab-area .nav-tabs .nav-item {
  border: none;
  box-shadow: none;
  margin: 0;
  margin-bottom: 20px;
}

.create-course-tab-area .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.create-course-tab-area .nav-tabs .nav-item button {
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  padding: 12px 14px;
  color: var(--color-primary);
}

.create-course-tab-area .nav-tabs .nav-item button i {
  color: var(--color-primary);
}

.create-course-tab-area .nav-tabs .nav-item button.active {
  background: var(--color-primary);
  color: #fff;
}

.create-course-tab-area .nav-tabs .nav-item button.active i {
  color: #fff;
}

.create-course-tab-area .tab-content {
  flex-basis: 75%;
}

.create-course-tab-area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

@media only screen and (max-width: 767px) {
  .create-course-tab-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .create-course-tab-area {
    padding: 20px;
  }
}

.create-course-tab-area .generale-tab-content {
  padding: 34px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
  display: block;
  width: 100%;
  background: #f9f8ff;
}

.create-course-tab-area .generale-tab-content .single-checkbox-filter .check-box {
  display: block;
}

.create-course-tab-area .choosea-category-input {
  margin-top: 25px;
}

.create-course-tab-area .choosea-category-input label {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.create-course-tab-area .choosea-category-input input {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  height: 56px;
}

.create-course-tab-area .choosea-category-input .check-box-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: 5px;
}

.create-course-tab-area .choosea-category-input .regular-price-discount-price-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .create-course-tab-area .choosea-category-input .regular-price-discount-price-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.create-course-tab-area .choosea-category-input .regular-price-discount-price-area .input-group label {
  display: block;
}

.create-course-tab-area .choosea-category-input .regular-price-discount-price-area .input-group span {
  min-width: 34px;
  font-size: 18px;
  padding: 10px 18px;
}

.course-thumbnail-upload-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .course-thumbnail-upload-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.course-thumbnail-upload-area .information span {
  display: block;
}

.course-thumbnail-upload-area .information .input-file-type-btn {
  position: relative;
  margin-top: 10px;
}

.course-thumbnail-upload-area .information button {
  padding: 13px 25px;
}

.course-thumbnail-upload-area .information input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}

.course-info-video-link input {
  height: 50px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
  margin-bottom: 20px;
}

.course-info-video-link input:last-child {
  margin-bottom: 0;
}

.course-info-video-link .nice-select-wrap {
  margin-bottom: 20px;
}

.course-info-video-link .nice-select-wrap .drop {
  height: 50px;
  border: 1px solid #ddd8f9;
  border-radius: 6px;
  font-size: 16px;
  line-height: 41px;
}

.course-info-video-link .nice-select-wrap .drop::after {
  right: 25px;
  font-size: 14px;
}

.course-info-video-link .nice-select-wrap ul#price {
  width: 270px !important;
  border: 1px solid #ddd8f9;
}

.course-upload-tips-wrapper {
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  background: #f9f8ff;
  padding: 30px !important;
}

.course-upload-tips-wrapper .single-check-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.course-upload-tips-wrapper .single-check-wrapper:last-child {
  margin-bottom: 0;
}

.course-upload-tips-wrapper .single-check-wrapper i {
  color: var(--color-primary);
  margin-top: 7px;
}

.additional-data-form .single-input-area label {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.additional-data-form .single-input-area textarea {
  height: 100px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 15px;
}

.additional-data-form .course-duration-input-area {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  margin-top: 25px;
}

.additional-data-form .course-duration-input-area .half-single-input {
  flex-basis: 50%;
}

.additional-data-form .course-duration-input-area .half-single-input p {
  margin-bottom: 20px;
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.additional-data-form .course-duration-input-area .half-single-input input {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
}

.additional-data-form .course-duration-input-area .half-single-input label {
  margin-top: 15px;
  margin-left: 5px;
}

.certificate-template-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
}

.certificate-template-tabs li button {
  padding: 12px 25px;
  border-radius: 4px;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
}

.certificate-template-tabs li button[aria-selected="true"] {
  background-color: var(--color-primary) !important;
  color: #f9f8ff !important;
}

.certificates-checkbox-tabs .rts-image-check-box label {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 0 !important;
  border-radius: 6px;
}

.certificates-checkbox-tabs .rts-image-check-box label img {
  width: 100%;
}

.certificates-checkbox-tabs .rts-image-check-box label::after {
  background-image: url(../images/dashboard/certificates/10.png) !important;
  opacity: 0;
  position: absolute !important;
  content: "" !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  transform: none !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 none;
  left: auto !important;
  top: -20px !important;
  right: -20px !important;
}

.certificates-checkbox-tabs .rts-image-check-box input[type="radio"] {
  display: none;
}

.certificates-checkbox-tabs .rts-image-check-box input[type="radio"]~label::before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  border: 0 none;
  border-radius: 0;
}

.preview-course-button-area {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 25px;
}

@media only screen and (max-width: 575px) {
  .preview-course-button-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.preview-course-button-area button {
  max-width: 100%;
  display: flex;
  align-items: center;
  grid-auto-flow: 10px;
  justify-content: center;
}

.preview-course-button-area button i {
  margin-left: 10px;
  margin-right: 10px;
}

.preview-course-button-area button.btn-primary {
  flex-basis: 40%;
}

.thumbnail-jointeam-one {
  position: relative;
  z-index: 1;
}

.thumbnail-jointeam-one .shape-area-one img {
  position: absolute;
  z-index: -1;
}

.thumbnail-jointeam-one .shape-area-one img.one {
  top: 12%;
  left: 7%;
}

.thumbnail-jointeam-one .shape-area-one img.two {
  top: 20%;
  right: 150px;
}

.thumbnail-jointeam-one .shape-area-one img.three {
  top: 30%;
  right: 190px;
}

.thumbnail-jointeam-one .shape-area-one img.four {
  top: 10%;
  left: 10%;
}

.join-our-team-area.v-1 {
  position: relative;
  z-index: 1;
}

.join-our-team-area.v-1 .shape-area img {
  position: absolute;
  right: -2%;
  top: 20%;
  z-index: -1;
}

.join-our-team-area.v-1 .title-area-left-style .title {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .join-our-team-area.v-1 .title-area-left-style .title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .join-our-team-area.v-1 .title-area-left-style .title br {
    display: none;
  }
}

.join-our-team-area.v-1 .title-area-left-style p {
  max-width: 80%;
}

.rts-404-area-start {
  position: relative;
  height: 100vh;
  width: 100%;
}

.rts-404-area-start .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content {
    width: 100%;
  }
}

.rts-404-area-start .inner-content h1.title {
  font-size: 180px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content h1.title {
    font-size: 80px;
  }
}

.rts-404-area-start .inner-content p.disc {
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .rts-404-area-start .inner-content p.disc {
    max-width: 100%;
  }
}

.rts-404-area-start .inner-content .rts-btn {
  margin: auto;
}

.ui-state-default {
  text-decoration: none !important;
}

.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
  -webkit-box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
  -moz-box-shadow: 0px 6px 41px -13px rgba(85, 60, 223, 0.36);
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: var(--color-primary);
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: var(--color-primary);
  margin-bottom: 5px;
  font-size: 15px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
  line-height: 27px;
  padding: 0 5px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: var(--color-primary);
  border-radius: 0;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  text-decoration: none;
}

.ui-state-highlight {
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 0;
}

.ui-state-active {
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 0;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon-2 {
  margin-left: -30px;
  margin-top: -26px;
  position: relative;
  color: var(--color-primary);
  font-size: 20px;
}

.contact-area-right-5 .title {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .contact-area-right-5 .title {
    font-size: 26px;
    line-height: 37px;
  }
}

.contact-area-right-5 label {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.contact-area-right-5 .single-input {
  margin-bottom: 25px;
}

.contact-area-right-5 .single-input:last-child {
  margin-bottom: 0;
}

.contact-area-right-5 .contact-form-1 input {
  border: 1px solid #ddd8f9;
  height: 50px;
  padding: 10px;
  color: #111;
}

.contact-area-right-5 .contact-form-1 input:focus {
  border-color: var(--color-primary);
}

.contact-area-right-5 .contact-form-1 textarea {
  padding: 10px;
  height: 100px;
  border: 1px solid #ddd8f9;
  color: #111;
}

.contact-area-right-5 .contact-form-1 textarea:focus {
  border-color: var(--color-primary);
}

.contact-area-right-7 .title {
  color: #111;
  font-family: "Teko", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .contact-area-right-7 .title {
    font-size: 56px;
    line-height: 56px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .contact-area-right-7 .title {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (max-width: 576px) {
  .contact-area-right-7 .title {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (max-width: 450px) {
  .contact-area-right-7 .title {
    font-size: 32px;
    line-height: 32px;
  }
}

.contact-area-right-7 label {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.contact-area-right-7 .single-input {
  margin-bottom: 25px;
}

.contact-area-right-7 .single-input:last-child {
  margin-bottom: 0;
}

.contact-area-right-7 .contact-form-1 input {
  border: 1px solid #1b1925;
  height: 50px;
  padding: 10px;
  color: #111;
}

.contact-area-right-7 .contact-form-1 input:focus {
  border-color: var(--color-primary-gym);
}

.contact-area-right-7 .contact-form-1 textarea {
  padding: 10px;
  height: 100px;
  border: 1px solid #1b1925;
  color: #111;
}

.contact-area-right-7 .contact-form-1 textarea:focus {
  border-color: var(--color-primary-gym);
}

.contact-left-area-start .title {
  color: #110c2d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .contact-left-area-start .title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.contact-left-area-start .title span {
  color: #110c2d;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .contact-left-area-start .title span {
    font-size: 26px;
    line-height: 1.3;
  }
}

.contact-page-form .single-input {
  margin-bottom: 20px;
}

.contact-page-form label {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.contact-page-form input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ddd8f9;
}

.contact-page-form textarea {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  height: 100px;
}

.contact-page-form textarea:focus {
  border: 1px solid var(--color-primary);
}

.contact-map-area-start {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .contact-map-area-start {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact-map-area-start>div {
  flex-basis: 25%;
}

.contact-map-area-start .single-maptop-info .icon {
  margin-bottom: 15px;
}

.login-page {
  height: 100vh !important;
  overflow: visible;
}

.login-page-form-area {
  position: relative;
  max-width: 583px;
  width: 583px;
  border-radius: 6px;
  border: 1px solid #ddd8f9;
  padding: 60px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 757px) {
  .login-page-form-area {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .login-page-form-area {
    margin: 0 auto;
  }
}

.login-page-form-area .title {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}

.login-page-form-area .single-input-wrapper {
  margin-bottom: 20px;
}

.login-page-form-area label {
  color: #110c2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.login-page-form-area input {
  border-radius: 4px;
  border: 1px solid #ddd8f9;
  background: #fff;
  height: 56px;
}

.login-page-form-area button {
  max-width: 100%;
}

.login-page-form-area .google-apple-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.login-page-form-area .google-apple-wrapper .google {
  padding: 10px 20px;
  border: 1px solid #e2e2ff;
  border-radius: 4px;
  cursor: pointer;
}

.login-page-form-area .google-apple-wrapper .google img {
  height: auto;
  max-width: max-content;
}

.login-page-form-area p {
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.login-page-form-area p a {
  color: var(--color-primary);
}

.login-page-form-area .half-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .login-page-form-area .half-input-wrapper {
    flex-wrap: wrap;
  }
}

.login-page-form-area .half-input-wrapper>div {
  flex-basis: 50%;
}

@media screen and (max-width: 576px) {
  .login-page-form-area .half-input-wrapper>div {
    flex-basis: 100%;
  }
}

.login-registration-wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.login-registration-wrapper::after {
  position: absolute;
  left: 0;
  top: -15%;
  width: 48%;
  height: 115%;
  content: "";
  z-index: -1;
  background: var(--color-white);
}

@media screen and (max-width: 1200px) {
  .login-registration-wrapper::after {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .login-registration-wrapper::after {
    width: 100%;
  }
}

.login-registration-wrapper::before {
  position: absolute;
  right: 0;
  top: -15%;
  width: 52%;
  height: 115%;
  content: "";
  z-index: -1;
  background: var(--color-primary);
}

@media screen and (max-width: 1200px) {
  .login-registration-wrapper::before {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .login-registration-wrapper::before {
    width: 0%;
  }
}

.contact-thumbnail-login-p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .contact-thumbnail-login-p {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .contact-thumbnail-login-p img {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .rts-contact-area.v-7 .contact-thumbnail-img {
    margin-bottom: 50px;
  }

  .rts-contact-area.v-7 .contact-thumbnail-img img {
    width: 100%;
  }
}

.toggle-tab-area-main .plan-toggle-wrap {
  text-align: center;
  padding: 10px;
  position: sticky;
  top: 0;
}

.toggle-tab-area-main .toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.toggle-tab-area-main .custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-tab-area-main .toggle-inner .t-month,
.toggle-tab-area-main .toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 5px;
  color: #110c2d;
  transition: 300ms all;
}

.toggle-tab-area-main .toggle-inner .t-year {
  left: unset;
  right: -85px;
  opacity: 0.5;
}

.toggle-tab-area-main .active>.toggle-inner .t-month {
  opacity: 0.5;
}

.toggle-tab-area-main .active>.toggle-inner .t-year {
  opacity: 1;
}

.toggle-tab-area-main .toggle-inner input:checked+span {
  left: 43px;
}

.toggle-tab-area-main .toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  position: relative;
  background: var(--color-primary);
}

.toggle-tab-area-main .plan-toggle-wrap #monthly {
  display: none !important;
}

.toggle-tab-area-main .plan-toggle-wrap #yearly {
  display: flex !important;
}

.toggle-tab-area-main .plan-toggle-wrap.active #monthly {
  display: flex !important;
}

.toggle-tab-area-main .plan-toggle-wrap.active #yearly {
  display: none !important;
}

.single--pricing-area {
  padding: 35px;
  border: 1px solid #ddd8f9;
  border-radius: 10px;
}

.single--pricing-area .top-area .type {
  color: var(--color-primary);
  display: block;
  margin-bottom: 20px;
}

.single--pricing-area .top-area .price-area .title {
  font-size: 36px;
  line-height: 44px;
}

.single--pricing-area .top-area .price-area .title span {
  font-size: 16px;
  line-height: 26px;
  color: #737477;
  font-weight: 400;
}

.single--pricing-area.active .rts-btn {
  background: var(--color-primary);
  color: #fff;
}

.single--pricing-area .rts-btn {
  padding: 8px 20px;
  max-width: 100%;
  border-radius: 100px;
}

.single--pricing-area .access-area {
  margin-top: 40px;
}

.single--pricing-area .access-area .single-access {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.single--pricing-area .access-area .single-access span {
  color: #110c2d;
  font-size: 15px;
}

.single--pricing-area .access-area .single-access i {
  color: #110c2d;
}

.ms-main {
  padding: 120px 0;
}

.ms-main .single-product .ms-single-product .banner-horizental {
  margin-bottom: 90px;
}

.ms-main .single-product .ms-single-product .banner-horizental .swiper {
  overflow: hidden;
}

.ms-main .single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide .slider-inner img {
  width: 100%;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area {
  position: relative;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination {
  bottom: -120px;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  left: unset;
  max-width: max-content;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 100px;
  border-radius: 0;
  background: url(../images/shop/02.jpg);
  border-width: 2px;
  border-style: solid;
  border-color: #f9f9f9;
  opacity: 1;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
}

@media (max-width: 450px) {
  .ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
  }
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:first-child {
  background: url(../images/shop/01.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet:last-child {
  background: url(../images/shop/03.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.ms-main .single-product .ms-single-product .banner-horizental .slider-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--color-primary);
}

@media (max-width: 991px) {
  .ms-main .single-product .ms-single-product .ms-single-product__content {
    margin-top: 100px;
    padding-left: 0;
  }
}

.ms-main .single-product .ms-single-product .ms-single-product__content .cart .single_add_to_cart_button {
  line-height: 42px;
}

@media (max-width: 520px) {
  .ms-main .single-product .ms-single-product .tab-area .nav-tabs {
    justify-content: center;
  }
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
  color: #777777;
  padding: 8pt 20pt;
  border-color: #dee2e6 #dee2e6;
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
  background: var(--color-primary);
  color: #ffffff;
  border-color: #dee2e6 #dee2e6;
}

@media (max-width: 520px) {
  .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
    border-color: #dee2e6 #dee2e6;
  }
}

.ms-main .single-product .ms-single-product .tab-area .tab-content {
  border: solid 1px #dee2e6;
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
  padding: 20pt;
  line-height: 1.8;
  margin-top: -1px;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .ms-heading-title {
  font-size: 24px;
  font-weight: 700;
  margin: 1rem 0;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child th {
  border-bottom: none;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child td {
  border-bottom: none;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th {
  border-left: none;
  border-right: none;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr td {
  border-left: none;
  border-right: none;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
  padding-top: 14px;
  padding-bottom: 12px;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .heading-title {
  font-size: 24px;
  font-weight: 700;
  margin: 1rem 0;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box {
  width: 100%;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: none;
  border: 1px solid #ddd8f9;
  transition: all 0.4s;
  background: unset;
  color: #1f1f25;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
    margin-bottom: 25px;
  }
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:hover {
  border: 1px solid var(--color-primary);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:focus {
  outline: 0;
  border-color: var(--color-primary);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea::placeholder {
  color: #000000;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: none;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid #ddd8f9;
  margin-bottom: 25px;
  transition: all 0.4s;
  border-radius: 4px;
  color: #1f1f25;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:hover {
  border: 1px solid var(--color-primary);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:focus {
  outline: 0;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input::placeholder {
  color: var(--color-body);
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating p {
  margin-bottom: 0;
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .btn {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  padding: unset;
}

.ms-single-product .ms-single-product__content {
  padding-left: 3rem;
  position: relative;
}

.ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 28px;
  margin-bottom: 2rem;
}

.ms-single-product .ms-single-product__content .price {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px;
}

.ms-single-product .ms-single-product__content .price bdi {
  font-weight: 700;
  letter-spacing: -1pt;
  color: var(--color-primary);
}

.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-bottom: 2rem;
}

.ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-icon svg {
  fill: #ffb03b;
}

.ms-single-product .ms-single-product__content .stock,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.ms-single-product .ms-single-product__content .stock.in-stock {
  color: #2eb740;
}

.ms-single-product .ms-single-product__content .cart {
  display: flex;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.quantity-area {
  display: flex;
  margin-bottom: 30px;
}

.quantity-area .cart-edit .quantity-edit {
  background: #f7f7f7;
  padding: 11px 15px;
  border-radius: 0;
}

.quantity-area .rts-btn {
  padding: 10px 34px;
}

.quantity-area .single_add_to_cart_button {
  border-radius: 0;
  border: none;
  color: #ffffff;
  background-color: var(--color-primary);
  padding: 5px 12px;
  margin-left: 8pt;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product_meta {
  display: grid;
}

.product_meta span {
  margin-bottom: 15px;
}

.ms-single-product__content .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table th {
  border-top: none;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  padding-left: 0;
  text-align: center;
}

@media (max-width: 767px) {

  .ms-single-product__content .shop_table thead,
  .ms-woocommerce-cart-form-wrapper .shop_table thead {
    display: none;
  }
}

.ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table td {
  padding: 2rem 0;
  text-align: center;
  border-left: none;
  border-right: none;
  border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {

  .ms-single-product__content .shop_table td,
  .ms-woocommerce-cart-form-wrapper .shop_table td {
    border: none !important;
  }
}

.ms-single-product__content .shop_table th,
.ms-single-product__content .shop_table td,
.ms-woocommerce-cart-form-wrapper .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table td {
  border-left: none;
  border-right: none;
}

.ms-single-product__content .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table th {
  padding: 15px 0;
}

.ms-single-product__content .shop_table tr,
.ms-woocommerce-cart-form-wrapper .shop_table tr {
  text-align: left;
}

@media (max-width: 767px) {

  .ms-single-product__content .shop_table tr,
  .ms-woocommerce-cart-form-wrapper .shop_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
  }
}

.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
  font-size: 28px;
}

@media (max-width: 767px) {

  .ms-single-product__content .product-remove,
  .ms-woocommerce-cart-form-wrapper .product-remove {
    width: 100% !important;
    font-size: 34px;
  }
}

@media (max-width: 767px) {

  .ms-single-product__content .product-remove svg,
  .ms-woocommerce-cart-form-wrapper .product-remove svg {
    width: 32px;
  }
}

.ms-single-product__content .product-thumbnail,
.ms-woocommerce-cart-form-wrapper .product-thumbnail {
  width: 10rem;
}

@media (max-width: 767px) {

  .ms-single-product__content .product-thumbnail,
  .ms-woocommerce-cart-form-wrapper .product-thumbnail {
    width: 100%;
  }
}

.ms-single-product__content .product-thumbnail img,
.ms-woocommerce-cart-form-wrapper .product-thumbnail img {
  width: 7rem;
  border-radius: 0;
}

@media (max-width: 767px) {

  .ms-single-product__content .product-thumbnail img,
  .ms-woocommerce-cart-form-wrapper .product-thumbnail img {
    width: 100%;
  }
}

.ms-single-product__content .product-name,
.ms-woocommerce-cart-form-wrapper .product-name {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {

  .ms-single-product__content .product-name,
  .ms-woocommerce-cart-form-wrapper .product-name {
    border: none !important;
    width: 100%;
    text-align: left !important;
    font-size: 22px;
  }
}

.ms-single-product__content .product-name a,
.ms-woocommerce-cart-form-wrapper .product-name a {
  color: #000000;
  transition: all 0.3s;
}

.ms-single-product__content .product-name a:hover,
.ms-woocommerce-cart-form-wrapper .product-name a:hover {
  color: var(--color-primary);
}

@media (max-width: 767px) {

  .ms-single-product__content .product-price,
  .ms-woocommerce-cart-form-wrapper .product-price {
    width: 50%;
    text-align: left !important;
  }
}

@media (max-width: 767px) {

  .ms-single-product__content .product-subtotal,
  .ms-woocommerce-cart-form-wrapper .product-subtotal {
    width: 100%;
    text-align: left !important;
  }
}

.ms-single-product__content .product-remove,
.ms-woocommerce-cart-form-wrapper .product-remove {
  width: 3rem;
  padding-left: 0;
}

@media (max-width: 767px) {

  .ms-single-product__content .product-remove,
  .ms-woocommerce-cart-form-wrapper .product-remove {
    border: none !important;
  }
}

.ms-single-product__content .product-remove svg,
.ms-woocommerce-cart-form-wrapper .product-remove svg {
  fill: var(--color-contrast-higher);
  transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ms-single-product__content .product-remove svg:hover,
.ms-woocommerce-cart-form-wrapper .product-remove svg:hover {
  fill: var(--color-error);
}

.ms-single-product__content .ms-quantity,
.ms-woocommerce-cart-form-wrapper .ms-quantity {
  position: relative;
  width: 8rem;
  display: flex;
}

.ms-single-product__content .ms-quantity .input-text,
.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text {
  padding: 0.5em;
  height: 45px;
  border: none;
  width: 100%;
  text-align: center;
  color: #000000;
  background-color: #f7f7f7;
  appearance: none;
}

.ms-single-product__content .ms-quantity .input-text:focus-visible,
.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text:focus-visible {
  outline: none;
}

.ms-single-product__content .ms-quantity input::-webkit-outer-spin-button,
.ms-single-product__content .ms-quantity input::-webkit-inner-spin-button,
.ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-outer-spin-button,
.ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.ms-single-product__content .ms-quantity .button-minus,
.ms-single-product__content .ms-quantity .button-plus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: var(--color-contrast-lower);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ms-single-product__content .ms-quantity .button-minus svg,
.ms-single-product__content .ms-quantity .button-plus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  width: 20px;
  stroke-width: 2pt;
  stroke: var(--color-contrast-higher);
}

.ms-single-product__content .ms-quantity .button-minus:hover,
.ms-single-product__content .ms-quantity .button-plus:hover,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:hover,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:hover {
  background-color: var(--color-contrast-low);
}

.ms-single-product__content .ms-quantity .button-minus:active,
.ms-single-product__content .ms-quantity .button-plus:active,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:active,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:active {
  transform: translateY(2px);
}

.ms-single-product__content .ms-quantity .button-minus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus {
  border-top-left-radius: 6pt;
  border-bottom-left-radius: 6pt;
  border-right: solid 1px var(--color-bg);
}

.ms-single-product__content .ms-quantity .button-minus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg {
  margin-left: 1pt;
}

.ms-single-product__content .ms-quantity .button-plus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border-top-right-radius: 6pt;
  border-bottom-right-radius: 6pt;
  border-left: solid 1px var(--color-bg);
}

.ms-single-product__content .ms-quantity .button-plus svg,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  margin-right: 1pt;
}

.ms-single-product__content .ms-actions-inner,
.ms-woocommerce-cart-form-wrapper .ms-actions-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {

  .ms-single-product__content .ms-actions-inner,
  .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: block;
  }
}

.ms-single-product__content .coupon,
.ms-woocommerce-cart-form-wrapper .coupon {
  display: inline-flex;
  overflow: hidden;
  background-color: var(--color-contrast-lower);
}

@media (max-width: 767px) {

  .ms-single-product__content .coupon,
  .ms-woocommerce-cart-form-wrapper .coupon {
    width: 100%;
  }
}

.ms-single-product__content .coupon .button,
.ms-woocommerce-cart-form-wrapper .coupon .button {
  padding: 10px 33px;
  color: var(--color-white);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 1;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 400px) {

  .ms-single-product__content .coupon .button,
  .ms-woocommerce-cart-form-wrapper .coupon .button {
    width: 50%;
  }
}

.ms-single-product__content .coupon+.button,
.ms-woocommerce-cart-form-wrapper .coupon+.button {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  margin-right: 0;
  margin-left: auto;
  line-height: 2.4;
  font-size: 15px;
  border: solid 1px transparent;
  transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ms-single-product__content .coupon+.button:disabled,
.ms-woocommerce-cart-form-wrapper .coupon+.button:disabled {
  color: var(--color-contrast-high);
  background-color: transparent;
  border: solid 1px var(--color-contrast-high);
}

@media (max-width: 767px) {

  .ms-single-product__content .coupon+.button:disabled,
  .ms-woocommerce-cart-form-wrapper .coupon+.button:disabled {
    display: none;
  }
}

.ms-single-product__content .coupon+.button:active,
.ms-woocommerce-cart-form-wrapper .coupon+.button:active {
  transform: translateY(2px);
}

.ms-single-product__content #coupon_code,
.ms-woocommerce-cart-form-wrapper #coupon_code {
  border: none;
  background-color: #f7f7f7;
  padding: 0.5em 1em 0.5em 1em;
  height: 45px;
}

@media (max-width: 400px) {

  .ms-single-product__content #coupon_code,
  .ms-woocommerce-cart-form-wrapper #coupon_code {
    width: 50%;
  }
}

.ms-single-product__content #coupon_code:focus-visible,
.ms-woocommerce-cart-form-wrapper #coupon_code:focus-visible {
  outline: none;
}

.ms-single-product__content .ms-cart-totals,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  background-color: #f7f7f7;
  padding: 2rem;
}

.ms-single-product__content .ms-cart-totals .cart-subtotal td,
.ms-single-product__content .ms-cart-totals .order-total td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .cart-subtotal td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  text-align: right;
}

.ms-single-product__content .ms-cart-totals tr,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals tr {
  border-bottom: 1px solid #e2e2e2;
}

.ms-single-product__content .ms-cart-totals th,
.ms-single-product__content .ms-cart-totals td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
  border: none;
  padding: 0 0 1rem;
  text-align: start;
}

.ms-single-product__content .ms-cart-totals .order-total th,
.ms-single-product__content .ms-cart-totals .order-total td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  padding: 1rem 0 1rem;
}

.ms-single-product__content .ms-cart-totals h3,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals h3 {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 700;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-methods,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-destination,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0;
}

.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {

  .ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout,
  .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
    flex-direction: unset;
  }
}

.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.ms-single-product__content .ms-cart-totals .ms-proceed-to-checkout a:active,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px);
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
  background-color: #f7f7f7;
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0;
  color: #000000;
  transition: border-color 150ms var(--ease-in-out),
    box-shadow 150ms var(--ease-in-out),
    -webkit-box-shadow 150ms var(--ease-in-out);
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: var(--color-primary);
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  outline: 0;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single {
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 6pt;
  background-color: var(--color-bg);
  border: 1px solid #f7f7f7;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher);
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  width: 100%;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 8pt;
}

.ms-single-product__content .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  color: #ffffff;
  border-radius: 6pt;
  float: right;
}

.ms-single-product__content .ms-cart-totals .shop_table td,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
  text-align: right;
}

.ms-woocommerce-MyAccount-content h3,
.ms-woocommerce-checkout h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 25px;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label {
  font-size: 14px;
  margin-bottom: 4pt;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row label .required,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row label .required,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row label .required {
  text-decoration: none;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text {
  width: 100%;
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  border: none;
  border-radius: 0;
  color: #000000;
  background-color: #f7f7f7;
  transition: border-color 150ms var(--ease-in-out),
    box-shadow 150ms var(--ease-in-out),
    -webkit-box-shadow 150ms var(--ease-in-out);
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:hover,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:hover,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:hover {
  border-color: var(--color-primary);
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row .input-text:focus-visible,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  outline: 0;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm p.form-row select,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p.form-row select,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper p.form-row select,
.ms-woocommerce-checkout .woocommerce-EditAccountForm p.form-row select,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper p.form-row select,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select {
  background: #f7f7f7;
  padding: 1em 1.2em 1em 1.2em;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  position: relative;
  border: solid 1px #e2e2e2;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 32px;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  background-color: #f7f7f7;
  padding-left: 0;
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  background-color: #f7f7f7;
  transition: border-color 150ms var(--ease-in-out);
}

.ms-woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-MyAccount-content .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-EditAccountForm .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single:hover,
.ms-woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single:hover {
  border-color: var(--color-primary);
}

.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row {
  display: flex;
  flex-direction: column;
}

.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row label,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row label {
  margin-bottom: 8pt;
}

.ms-woocommerce-MyAccount-content .woocommerce-additional-fields .form-row .input-text,
.ms-woocommerce-checkout .woocommerce-additional-fields .form-row .input-text {
  width: 100%;
  border-radius: 0;
  padding: 0.5em 1.2em 0.5em 1.2em;
  margin-bottom: 2rem;
  background-color: #f7f7f7;
  color: #000000;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 3rem;
}

.wc_payment_methods {
  list-style: none;
  padding-left: 0;
}

.woocommerce-checkout-review-order .wc_payment_methods,
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
}

.woocommerce-checkout-review-order .button {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  max-width: 100%;
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-bottom: 50px;
  }
}

.woocommerce-info {
  padding: 2.5rem 2rem;
  border-radius: 6pt;
  background-color: #f7f7f7;
}

.woocommerce-info .showcoupon {
  position: relative;
  color: var(--color-primary);
  text-decoration: none;
}

.ms-checkout-review-order-table .ms-checkout-product {
  display: flex;
  align-items: center;
}

.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__thumbnail img {
  width: 90px;
  margin-right: 20px;
}

.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content h5 {
  font-size: 16px;
}

.ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .woocommerce-Price-amount {
  color: var(--color-primary);
}

.ms-checkout-review-order-table .cart_item td {
  border: none;
  padding: 0;
  padding-bottom: 2rem;
}

.ms-checkout-review-order-table tfoot th {
  text-align: left;
  padding-left: 0;
}

.ms-checkout-review-order-table tfoot td {
  text-align: right;
  padding-right: 0;
}

.ms-checkout-review-order-table tfoot th,
.ms-checkout-review-order-table tfoot td {
  border: none;
}

.ms-checkout-review-order-table tfoot tr {
  border-bottom: dotted 1px #e2e2e2;
}

.ms-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}

.ms-checkout-review-order-table tfoot .woocommerce-shipping-methods {
  list-style: none;
}

.checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 2rem;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
  margin-bottom: 1rem;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row-last {
  display: inline-flex;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first input {
  border: none;
  border-radius: 6pt;
  background-color: #f7f7f7;
  padding: 0.5em 1.6em 0.5em 1em;
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first input:focus-visible {
  outline: none;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last {
  margin-left: -12pt;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last button {
  border: none;
  height: 45px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6pt;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 2.4;
}

.ms-woocommerce-order .ms-woocommerce-order-overview {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 2rem 0 4rem;
}

.ms-woocommerce-order .ms-woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  color: #000000;
}

.ms-woocommerce-order .ms-woocommerce-order-overview li strong {
  margin-top: 4pt;
  color: #000000;
}

.ms-woocommerce-order .ms-woocommerce-order-overview li:last-child {
  border-right: none;
}

.ms-woocommerce-order .woocommerce-order-details h2 {
  margin: 2rem 0;
  font-weight: 700;
}

.ms-woocommerce-order .woocommerce-order-details thead,
.ms-woocommerce-order .woocommerce-order-details tfoot {
  text-align: left;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  margin-bottom: 4rem;
  background-color: #f7f7f7;
  border-radius: 12pt;
  overflow: hidden;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead>tr>th {
  font-weight: 700;
  font-size: 24px;
  border-bottom: solid 1px #e2e2e2;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr>th,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr>td {
  padding: 1rem 2rem;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details a {
  font-weight: bold;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details th {
  border: none;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr {
  border-bottom: solid 1px #e2e2e2;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot {
  border-top: solid 1px #e2e2e2;
  background-color: #f7f7f7;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
  font-weight: 700;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot th,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot td {
  padding-bottom: 0;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child th,
.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child td {
  padding-bottom: 1rem;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tr:last-child {
  border-bottom: none;
}

.ms-woocommerce-order .woocommerce-order-details .woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
  display: flex;
}

.ms-woocommerce-order .woocommerce-columns--addresses {
  display: flex;
  flex-wrap: wrap;
}

.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address {
  width: auto;
}

.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address {
  font-style: italic;
}

.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address address .woocommerce-customer-details--email,
.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--shipping-address address .woocommerce-customer-details--email {
  margin-top: 8pt;
}

.ms-woocommerce-order .woocommerce-columns--addresses .woocommerce-column--billing-address {
  margin-right: 4rem;
  margin-bottom: 2rem;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details strong.product-quantity {
  margin-left: 4pt;
  color: #000000;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
  list-style: none;
  padding-left: 0;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
  display: flex;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li strong {
  margin-right: 8pt;
}

.ms-woocommerce-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li p {
  color: #000000;
}

.woocommerce-page.woocommerce-order-received .woocommerce {
  margin-bottom: 8vh;
}

.pl-lg-5 {
  padding-left: 4rem !important;
}

.coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid var(--color-primary);
  border-radius: 0;
}

.coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
  padding: 15px 10px;
}

.coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}

.coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}

.coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  width: unset;
  border: none;
  color: var(--color-primary);
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

.coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: var(--color-primary);
}

.coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7;
}

.full-grid {
  margin-top: 25px;
}

.full-grid .form-content-box {
  margin-bottom: 50px;
}

.full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.full-grid .form-content-box .form-group select {
  color: #666666;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f7f7;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  padding: 10px 18px;
  background: none;
  margin: 0;
  outline: none;
}

.full-grid .form-content-box .form-group .form-control-mod {
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
  border: 1px solid #ddd8f9;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 4px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 20px;
}

.full-grid .form-content-box .form-group .form-control-mod:focus {
  border: 1px solid var(--color-primary);
}

.full-grid .form-content-box .form-group select,
.full-grid .form-content-box .form-group textarea {
  border: 1px solid #ddd8f9;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 4px;
  height: 50px;
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background: none;
}

.full-grid .form-content-box .form-group select:focus,
.full-grid .form-content-box .form-group textarea:focus {
  border: 1px solid var(--color-primary);
}

.full-grid .form-content-box .form-group textarea {
  height: 150px;
}

.full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}

.full-grid .ordered-product table {
  width: 100%;
}

.full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

.full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}

.full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}

.full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}

.full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}

.full-grid .payment-method .top-area .p-msg:before {
  content: "";
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important;
}

.from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 35px;
}

.from-control:hover {
  border: 1px solid var(--color-primary);
}

@media (max-width: 576px) {
  .rts-service-two-col {
    padding-bottom: 130px !important;
  }
}

.single-service-four {
  position: relative;
  height: 100%;
  background: #171717;
}

.single-service-four:hover .thumbnail img {
  transform: scale(1.05);
}

.single-service-four:hover .thumbnail::after {
  left: -50px;
  top: -50px;
}

.single-service-four:hover .content-area .rts-btn {
  transform: scale(1);
}

.single-service-four .icon-area {
  position: absolute;
  top: 42px;
  left: 40px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .single-service-four .icon-area {
    position: absolute;
    top: 34px;
    left: 28px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    padding: 16px;
  }
}

.single-service-four .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}

.single-service-four .thumbnail::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: var(--color-primary);
  filter: blur(50px);
  left: -250px;
  top: -250px;
  transition: 0.3s;
}

.single-service-four .thumbnail img {
  width: 100%;
  transition: 0.3s;
}

.single-service-four .content-area {
  padding: 32px 40px;
  position: relative;
}

.single-service-four .content-area a.rts-btn {
  position: absolute;
  right: 25px;
  top: -25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  text-transform: capitalize;
  transform: scaleY(0);
  transition: 0.3s;
}

.single-service-four .content-area a.rts-btn i {
  font-size: 14px;
}

.single-service-four .content-area span {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-primary);
}

.single-service-four .content-area a .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .single-service-four .content-area a .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.single-service-four .content-area a:hover .title {
  color: var(--color-primary);
}

.coupon-toggle .accordion .card .card-body {
  border: 1px solid #ddd8f9;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}

.coupon-toggle .accordion .card .card-body .rts-btn {
  max-width: max-content;
  border-radius: 0;
  padding: 15px 40px;
}

.coupon-toggle .accordion .card .card-body .rts-btn::before {
  border-radius: 0;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
}

.coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7;
}

.woocommerce-checkout-review-order .button {
  border-radius: 5px;
}

.woocommerce-checkout-review-order .button::before {
  border-radius: 5px;
}

.checkout .rts-btn {
  border-radius: 5px;
}

.checkout .rts-btn::before {
  border-radius: 5px;
}

.single-shopping-product {
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.single-shopping-product:hover .button-cart-area .inner {
  transform: translateY(-28px);
}

.single-shopping-product .button-cart-area {
  height: 23px;
  overflow: hidden;
}

.single-shopping-product .button-cart-area .inner {
  transition: 0.3s;
}

.single-shopping-product .button-cart-area .pricing-area {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
}

.single-shopping-product .button-cart-area .pricing-area .active {
  font-weight: 600;
  line-height: 26px;
  color: #1f1f25;
}

.single-shopping-product .button-cart-area .pricing-area .none {
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #74787c;
  position: relative;
  max-width: max-content;
}

.single-shopping-product .button-cart-area .pricing-area .none::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  background: #74787c;
  top: 50%;
  transform: translateY(-50%);
}

.single-shopping-product .button-cart-area .cart-btn {
  transition: 0.5s;
}

.single-shopping-product .button-cart-area .cart-btn i {
  color: #d01010;
}

.single-shopping-product:hover a.thumbnail img {
  transform: scale(1.05);
}

.single-shopping-product a.thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  display: block;
}

.single-shopping-product a.thumbnail img {
  width: 100%;
  transition: all 0.5s;
}

.single-shopping-product .inner-content {
  margin-top: 30px;
}

.single-shopping-product .inner-content .title {
  margin-bottom: 9px;
  transition: 0.3s;
}

.single-shopping-product .inner-content .title:hover {
  color: var(--color-primary);
}

.single-shopping-product .inner-content a.cart-btn {
  color: #1f1f25;
  font-weight: 600;
  line-height: 16px;
  transition: 0.3s;
}

.single-shopping-product .inner-content a.cart-btn i {
  margin-right: 8px;
}

.single-shopping-product .inner-content a.cart-btn:hover {
  color: var(--color-primary);
}

.single-category {
  position: relative;
  max-width: 100%;
}

.single-category .thumbnail {
  width: 100%;
  display: block;
}

.single-category .thumbnail img {
  width: 100%;
}

.single-category .single-category {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
}

.single-category .single-category .title {
  min-width: max-content;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.single-category .single-category .arrow-btn-solari {
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

.single-category .single-category .arrow-btn-solari:hover {
  color: var(--color-primary);
}

.single-category .single-category .arrow-btn-solari i {
  margin-left: 5px;
}

@media only screen and (max-width: 575px) {
  .banner-shop-content-wrapper {
    padding-left: 15px;
  }
}

.single-shopping-product:hover .invisible-btn {
  transform: translateX(-50%) scale(1);
}

.rts-elevate-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}

.rts-elevate-pagination ul li {
  margin: 0;
  margin-right: 10px;
}

.rts-elevate-pagination ul li button {
  width: 50px;
  height: 50px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
  border-radius: 4px;
}

.rts-elevate-pagination ul li button.active {
  background: var(--color-primary);
  color: #fff;
}

.rts-elevate-pagination ul li button:hover {
  background: var(--color-primary);
  color: #fff;
}

.shop-single .rts-btn {
  border-radius: 0;
}

.shop-single .rts-btn::before {
  border-radius: 0;
}

.blog-single-two-wrapper {
  border: 1px solid #e9e9e9;
}

.blog-single-two-wrapper .image-area {
  position: relative;
}

.blog-single-two-wrapper .image-area .thumbnail {
  overflow: hidden;
  display: block;
}

.blog-single-two-wrapper .image-area .thumbnail img {
  width: 100%;
  transition: all 0.5s;
}

.blog-single-two-wrapper .inner {
  padding: 40px;
  margin-top: -9px;
}

.blog-single-two-wrapper.shop .inner .pre-tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  color: var(--color-primary);
  margin-top: -5px;
}

.blog-single-two-wrapper .inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog {
  color: var(--color-primary);
  align-items: center;
}

.blog-single-two-wrapper .inner a.btn-read-more-blog i {
  margin-left: 5px;
  position: relative;
}

.blog-single-two-wrapper .image-area .thumbnail:hover img {
  transform: scale(1.05);
}

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




/* Courses in navbar */
/* Custom sidebar heading */
/* .sidebar-heading {
  background-color: #ff6600;
  border: none;
} */

/* Explore button */
.btn-explore {
  background: #b99750;
  color: white;
}

.btn-explore:hover {
  background: #b99750;
  color: white;
}

/* Card icons */
.icon i {
  color: #ff6600;
}

/* Card title */
.card-title {
  font-weight: bold;
}








.fixed-action-buttons {
  position: fixed;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
  rotate: 90deg;
}

.fixed-btn {
  padding: 12px 15px;
  border-radius: 30px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.enquire-btn {
  background-color: var(--color-primary);
  /* orange */
}

.apply-btn {
  background-color: #b99750;
  /* green */
}

.fixed-btn:hover {
  opacity: 0.9;
  color: white;
}

/* Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 8% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
  margin-bottom: 20px;
  text-align: center;
}

.modal-content input,
.modal-content select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.modal-content button {
  width: 100%;
  background-color: var(--color-primary);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-content button:hover {
  background-color: var(--color-primary);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

.compare-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
  padding: 20px;
}

.compare-panel.open {
  right: 0;
}

.compare-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.compare-header h5 {
  margin: 0;
  font-size: 18px;
}

.compare-content .compare-item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.compare-content .compare-item img {
  width: 80px;
  margin-right: 10px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.compare-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.compare-footer .btn {
  flex: 1;
  padding: 10px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mobile-categories-container {
    padding: 10px 0;
  }

  .category-list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    margin-bottom: 12px;
  }

  .category-item {
    min-width: 120px;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 10px;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
  }

  .category-item:hover {
    background: #e0e0e0;
  }

  .course-list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
  }

  .course-item {
    background: #fff;
    margin-bottom: 6px;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
  }
}

.left-align-arrow-btn {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.category-area-style-one .left-align-arrow-btn1 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}

.swiper-button-next1,
.swiper-button-prev1 {
  background-color: var(--color-primary);
  /* Primary blue */
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 18px;
}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
  transform: scale(1.05);
}

.swiper-button-next1:active,
.swiper-button-prev1:active {
  transform: scale(0.95);
}

.course-list1 {
  max-height: 150px;
  /* or any height you prefer */
  overflow-y: auto;
  padding-left: 0;
  /* optional, to remove default ul padding */
  list-style: none;
  /* optional, to remove default bullets */
}

.university-list1 {
  max-height: 150px;
  /* or any height you prefer */
  overflow-y: auto;
  padding-left: 0;
  /* optional, to remove default ul padding */
  list-style: none;
  /* optional, to remove default bullets */
}

@media only screen and (max-width: 767px) {
  .header-one-wrapper {
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-top: 10px;
    margin-bottom: 10px;

  }

}

@media only screen and (max-width: 767px) {
  .header-right-area-one {
    width: 100%;
  }
}

.header-one-wrapper {
  margin-left: 70px;
  margin-right: 70px;
}

.horizontal-category-tabs div::-webkit-scrollbar {
  height: 8px;
}

.horizontal-category-tabs div::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.horizontal-category-tabs div::-webkit-scrollbar-track {
  background: transparent;
}

.nav-tabs .nav-link.active {
  background-color: #fff;
  /* Your desired background color */
  color: #4b1b43;
  /* Optional: white text */
  border-radius: 5px;
}



@media only screen and (max-width: 575px) {
  .copyright-area-one {
    display: block !important;
    text-align: center;
  }
}


.approval-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 80px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 10000;
  max-height: 80vh;
  overflow-y: auto;
}

.popup-content h5 {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .swiper-slide {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .homesubtitle {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hometitle {
    font-size: 25px !important;
    line-height: 1 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .disc1 {
    font-size: 9px !important;
    line-height: 1;
  }
}

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

@media only screen and (max-width: 575px) {
  .banner-content-one {
    padding: 24px 0 !important;
  }
}

.banner1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center !important;
}

@media (max-width: 768px) {
  .banner1 {
    background-position: center;
    background-repeat: no-repeat;
  }
}

.hometitle {
  margin-top: -13px !important;
}

@media (max-width: 768px) {
  .head {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .uniupper {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .uniinner {
    margin-left: 0px !important;
  }
}

.scrolling-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.scrolling-tabs-wrapper ul.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: max-content;
  gap: 10px;
}

.scrolling-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .courseupper {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .inner {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .uniinner {
    margin-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .top1 {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .headerlogo {
    width: 125px !important;
  }
}

@media (max-width: 768px) {
  .counter1 {
    width: 100% !important;
    margin-top: 0px !important;
    padding: 25px !important;
  }
}

@media (max-width: 768px) {
  .rightinfo {

    margin-top: 10px !important;
    margin-right: 0px !important;

  }
}

@media (max-width: 768px) {
  .counter2 {

    gap: 20px !important;

  }
}

@media (max-width: 768px) {
  .r1 {

    gap: 25px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 768px) {
  .head1 {

   line-height: 25px !important;
    font-size: 25px !important;
  }
}


@media (max-width: 768px) {
  .head2 {

   
    font-size: 35px !important;
  }
}

table tr th{
  background-color: #fac9cb;
  color: #4b1b43;
}