@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);

:root {
  --color-primary: #3F3EED;
  --color-primary-2: #33B89F;
  --color-secondary: #1F1F25;
  --color-body: #497696;
  --color-heading-1: #083A5E;
  --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: "Space Grotesk", sans-serif;
  --font-secondary: "Space Grotesk", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px
}

body {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (max-width: 767px) {
  .bottom-mid-img img {
    display: none !important;
  }

  .bottom-mid-img {
    margin-bottom: 30px;
  }

  .progress-wrap {
    display: none !important;
  }
}

#google_translate_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3
}

.goog-te-gadget-simple {
  width: 80% !important;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  height: 30px
}

body.dark-mode {
  background-color: #121212;
  color: #f1f1f1
}

#whyAI {
  display: flex;
  justify-content: center;
  align-items: center
}

#team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  padding: 60px 50px;
  border-radius: 5px
}

#team-desc {
  text-align: center
}

.logo img {
  height: 20px
}

.form-btn {
  margin-top: 20px
}

.about-p-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#form-messages {
  margin-top: 20px
}

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

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Space Grotesk", sans-serif;
  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: .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: "Space Grotesk", sans-serif;
  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: "Space Grotesk", sans-serif
}

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

.slick-dotted.slick-slider {
  margin-bottom: 0
}

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

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

.m--0 {
  margin: 0
}

.rts-section-gap {
  padding: 130px 0
}

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

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

.rts-section-gapBottom {
  padding-bottom: 130px
}

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

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

.rts-section-gapTop {
  padding-top: 130px
}

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

.pl--0 {
  padding-left: 0 !important
}

.pr--0 {
  padding-right: 0 !important
}

.pt--0 {
  padding-top: 0 !important
}

.pb--0 {
  padding-bottom: 0 !important
}

.mr--0 {
  margin-right: 0 !important
}

.ml--0 {
  margin-left: 0 !important
}

.mt--0 {
  margin-top: 0 !important
}

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

.ptb--5 {
  padding: 5px 0 !important
}

.plr--5 {
  padding: 0 5px !important
}

.pt--5 {
  padding-top: 5px !important
}

.pb--5 {
  padding-bottom: 5px !important
}

.pl--5 {
  padding-left: 5px !important
}

.pr--5 {
  padding-right: 5px !important
}

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

.mb--5 {
  margin-bottom: 5px !important
}

.mr--5 {
  margin-right: 5px !important
}

.ml--5 {
  margin-left: 5px !important
}

.ptb--10 {
  padding: 10px 0 !important
}

.plr--10 {
  padding: 0 10px !important
}

.pt--10 {
  padding-top: 10px !important
}

.pb--10 {
  padding-bottom: 10px !important
}

.pl--10 {
  padding-left: 10px !important
}

.pr--10 {
  padding-right: 10px !important
}

.mt--10 {
  margin-top: 10px !important
}

.mb--10 {
  margin-bottom: 10px !important
}

.mr--10 {
  margin-right: 10px !important
}

.ml--10 {
  margin-left: 10px !important
}

.ptb--15 {
  padding: 15px 0 !important
}

.plr--15 {
  padding: 0 15px !important
}

.pt--15 {
  padding-top: 15px !important
}

.pb--15 {
  padding-bottom: 15px !important
}

.pl--15 {
  padding-left: 15px !important
}

.pr--15 {
  padding-right: 15px !important
}

.mt--15 {
  margin-top: 15px !important
}

.mb--15 {
  margin-bottom: 15px !important
}

.mr--15 {
  margin-right: 15px !important
}

.ml--15 {
  margin-left: 15px !important
}

.ptb--20 {
  padding: 20px 0 !important
}

.plr--20 {
  padding: 0 20px !important
}

.pt--20 {
  padding-top: 20px !important
}

.pb--20 {
  padding-bottom: 20px !important
}

.pl--20 {
  padding-left: 20px !important
}

.pr--20 {
  padding-right: 20px !important
}

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

.mb--20 {
  margin-bottom: 20px !important
}

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

.ml--20 {
  margin-left: 20px !important
}

.ptb--25 {
  padding: 25px 0 !important
}

.plr--25 {
  padding: 0 25px !important
}

.pt--25 {
  padding-top: 25px !important
}

.pb--25 {
  padding-bottom: 25px !important
}

.pl--25 {
  padding-left: 25px !important
}

.pr--25 {
  padding-right: 25px !important
}

.mt--25 {
  margin-top: 25px !important
}

.mb--25 {
  margin-bottom: 25px !important
}

.mr--25 {
  margin-right: 25px !important
}

.ml--25 {
  margin-left: 25px !important
}

.ptb--30 {
  padding: 30px 0 !important
}

.plr--30 {
  padding: 0 30px !important
}

.pt--30 {
  padding-top: 30px !important
}

.pb--30 {
  padding-bottom: 30px !important
}

.pl--30 {
  padding-left: 30px !important
}

.pr--30 {
  padding-right: 30px !important
}

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

.mb--30 {
  margin-bottom: 30px !important
}

.mr--30 {
  margin-right: 30px !important
}

.ml--30 {
  margin-left: 30px !important
}

.ptb--35 {
  padding: 35px 0 !important
}

.plr--35 {
  padding: 0 35px !important
}

.pt--35 {
  padding-top: 35px !important
}

.pb--35 {
  padding-bottom: 35px !important
}

.pl--35 {
  padding-left: 35px !important
}

.pr--35 {
  padding-right: 35px !important
}

.mt--35 {
  margin-top: 35px !important
}

.mb--35 {
  margin-bottom: 35px !important
}

.mr--35 {
  margin-right: 35px !important
}

.ml--35 {
  margin-left: 35px !important
}

.ptb--40 {
  padding: 40px 0 !important
}

.plr--40 {
  padding: 0 40px !important
}

.pt--40 {
  padding-top: 40px !important
}

.pb--40 {
  padding-bottom: 40px !important
}

.pl--40 {
  padding-left: 40px !important
}

.pr--40 {
  padding-right: 40px !important
}

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

.mb--40 {
  margin-bottom: 40px !important
}

.mr--40 {
  margin-right: 40px !important
}

.ml--40 {
  margin-left: 40px !important
}

.ptb--45 {
  padding: 45px 0 !important
}

.plr--45 {
  padding: 0 45px !important
}

.pt--45 {
  padding-top: 45px !important
}

.pb--45 {
  padding-bottom: 45px !important
}

.pl--45 {
  padding-left: 45px !important
}

.pr--45 {
  padding-right: 45px !important
}

.mt--45 {
  margin-top: 45px !important
}

.mb--45 {
  margin-bottom: 45px !important
}

.mr--45 {
  margin-right: 45px !important
}

.ml--45 {
  margin-left: 45px !important
}

.ptb--50 {
  padding: 50px 0 !important
}

.plr--50 {
  padding: 0 50px !important
}

.pt--50 {
  padding-top: 50px !important
}

.pb--50 {
  padding-bottom: 50px !important
}

.pl--50 {
  padding-left: 50px !important
}

.pr--50 {
  padding-right: 50px !important
}

.mt--50 {
  margin-top: 50px !important
}

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

.mr--50 {
  margin-right: 50px !important
}

.ml--50 {
  margin-left: 50px !important
}

.ptb--55 {
  padding: 55px 0 !important
}

.plr--55 {
  padding: 0 55px !important
}

.pt--55 {
  padding-top: 55px !important
}

.pb--55 {
  padding-bottom: 55px !important
}

.pl--55 {
  padding-left: 55px !important
}

.pr--55 {
  padding-right: 55px !important
}

.mt--55 {
  margin-top: 55px !important
}

.mb--55 {
  margin-bottom: 55px !important
}

.mr--55 {
  margin-right: 55px !important
}

.ml--55 {
  margin-left: 55px !important
}

.ptb--60 {
  padding: 60px 0 !important
}

.plr--60 {
  padding: 0 60px !important
}

.pt--60 {
  padding-top: 60px !important
}

.pb--60 {
  padding-bottom: 60px !important
}

.pl--60 {
  padding-left: 60px !important
}

.pr--60 {
  padding-right: 60px !important
}

.mt--60 {
  margin-top: 60px !important
}

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

.mr--60 {
  margin-right: 60px !important
}

.ml--60 {
  margin-left: 60px !important
}

.ptb--65 {
  padding: 65px 0 !important
}

.plr--65 {
  padding: 0 65px !important
}

.pt--65 {
  padding-top: 65px !important
}

.pb--65 {
  padding-bottom: 65px !important
}

.pl--65 {
  padding-left: 65px !important
}

.pr--65 {
  padding-right: 65px !important
}

.mt--65 {
  margin-top: 65px !important
}

.mb--65 {
  margin-bottom: 65px !important
}

.mr--65 {
  margin-right: 65px !important
}

.ml--65 {
  margin-left: 65px !important
}

.ptb--70 {
  padding: 70px 0 !important
}

.plr--70 {
  padding: 0 70px !important
}

.pt--70 {
  padding-top: 70px !important
}

.pb--70 {
  padding-bottom: 70px !important
}

.pl--70 {
  padding-left: 70px !important
}

.pr--70 {
  padding-right: 70px !important
}

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

.mb--70 {
  margin-bottom: 70px !important
}

.mr--70 {
  margin-right: 70px !important
}

.ml--70 {
  margin-left: 70px !important
}

.ptb--75 {
  padding: 75px 0 !important
}

.plr--75 {
  padding: 0 75px !important
}

.pt--75 {
  padding-top: 75px !important
}

.pb--75 {
  padding-bottom: 75px !important
}

.pl--75 {
  padding-left: 75px !important
}

.pr--75 {
  padding-right: 75px !important
}

.mt--75 {
  margin-top: 75px !important
}

.mb--75 {
  margin-bottom: 75px !important
}

.mr--75 {
  margin-right: 75px !important
}

.ml--75 {
  margin-left: 75px !important
}

.ptb--80 {
  padding: 80px 0 !important
}

.plr--80 {
  padding: 0 80px !important
}

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

.pb--80 {
  padding-bottom: 80px !important
}

.pl--80 {
  padding-left: 80px !important
}

.pr--80 {
  padding-right: 80px !important
}

.mt--80 {
  margin-top: 80px !important
}

.mb--80 {
  margin-bottom: 80px !important
}

.mr--80 {
  margin-right: 80px !important
}

.ml--80 {
  margin-left: 80px !important
}

.ptb--85 {
  padding: 85px 0 !important
}

.plr--85 {
  padding: 0 85px !important
}

.pt--85 {
  padding-top: 85px !important
}

.pb--85 {
  padding-bottom: 85px !important
}

.pl--85 {
  padding-left: 85px !important
}

.pr--85 {
  padding-right: 85px !important
}

.mt--85 {
  margin-top: 85px !important
}

.mb--85 {
  margin-bottom: 85px !important
}

.mr--85 {
  margin-right: 85px !important
}

.ml--85 {
  margin-left: 85px !important
}

.ptb--90 {
  padding: 90px 0 !important
}

.plr--90 {
  padding: 0 90px !important
}

.pt--90 {
  padding-top: 90px !important
}

.pb--90 {
  padding-bottom: 90px !important
}

.pl--90 {
  padding-left: 90px !important
}

.pr--90 {
  padding-right: 90px !important
}

.mt--90 {
  margin-top: 90px !important
}

.mb--90 {
  margin-bottom: 90px !important
}

.mr--90 {
  margin-right: 90px !important
}

.ml--90 {
  margin-left: 90px !important
}

.ptb--95 {
  padding: 95px 0 !important
}

.plr--95 {
  padding: 0 95px !important
}

.pt--95 {
  padding-top: 95px !important
}

.pb--95 {
  padding-bottom: 95px !important
}

.pl--95 {
  padding-left: 95px !important
}

.pr--95 {
  padding-right: 95px !important
}

.mt--95 {
  margin-top: 95px !important
}

.mb--95 {
  margin-bottom: 95px !important
}

.mr--95 {
  margin-right: 95px !important
}

.ml--95 {
  margin-left: 95px !important
}

.ptb--100 {
  padding: 100px 0 !important
}

.plr--100 {
  padding: 0 100px !important
}

.pt--100 {
  padding-top: 100px !important
}

.pb--100 {
  padding-bottom: 100px !important
}

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

.pr--100 {
  padding-right: 100px !important
}

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

.mb--100 {
  margin-bottom: 100px !important
}

.mr--100 {
  margin-right: 100px !important
}

.ml--100 {
  margin-left: 100px !important
}

.ptb--105 {
  padding: 105px 0 !important
}

.plr--105 {
  padding: 0 105px !important
}

.pt--105 {
  padding-top: 105px !important
}

.pb--105 {
  padding-bottom: 105px !important
}

.pl--105 {
  padding-left: 105px !important
}

.pr--105 {
  padding-right: 105px !important
}

.mt--105 {
  margin-top: 105px !important
}

.mb--105 {
  margin-bottom: 105px !important
}

.mr--105 {
  margin-right: 105px !important
}

.ml--105 {
  margin-left: 105px !important
}

.ptb--110 {
  padding: 110px 0 !important
}

.plr--110 {
  padding: 0 110px !important
}

.pt--110 {
  padding-top: 110px !important
}

.pb--110 {
  padding-bottom: 110px !important
}

.pl--110 {
  padding-left: 110px !important
}

.pr--110 {
  padding-right: 110px !important
}

.mt--110 {
  margin-top: 110px !important
}

.mb--110 {
  margin-bottom: 110px !important
}

.mr--110 {
  margin-right: 110px !important
}

.ml--110 {
  margin-left: 110px !important
}

.ptb--115 {
  padding: 115px 0 !important
}

.plr--115 {
  padding: 0 115px !important
}

.pt--115 {
  padding-top: 115px !important
}

.pb--115 {
  padding-bottom: 115px !important
}

.pl--115 {
  padding-left: 115px !important
}

.pr--115 {
  padding-right: 115px !important
}

.mt--115 {
  margin-top: 115px !important
}

.mb--115 {
  margin-bottom: 115px !important
}

.mr--115 {
  margin-right: 115px !important
}

.ml--115 {
  margin-left: 115px !important
}

.ptb--120 {
  padding: 120px 0 !important
}

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

.pt--120 {
  padding-top: 120px !important
}

.pb--120 {
  padding-bottom: 120px !important
}

.pl--120 {
  padding-left: 120px !important
}

.pr--120 {
  padding-right: 120px !important
}

.mt--120 {
  margin-top: 120px !important
}

.mb--120 {
  margin-bottom: 120px !important
}

.mr--120 {
  margin-right: 120px !important
}

.ml--120 {
  margin-left: 120px !important
}

.ptb--125 {
  padding: 125px 0 !important
}

.plr--125 {
  padding: 0 125px !important
}

.pt--125 {
  padding-top: 125px !important
}

.pb--125 {
  padding-bottom: 125px !important
}

.pl--125 {
  padding-left: 125px !important
}

.pr--125 {
  padding-right: 125px !important
}

.mt--125 {
  margin-top: 125px !important
}

.mb--125 {
  margin-bottom: 125px !important
}

.mr--125 {
  margin-right: 125px !important
}

.ml--125 {
  margin-left: 125px !important
}

.ptb--130 {
  padding: 130px 0 !important
}

.plr--130 {
  padding: 0 130px !important
}

.pt--130 {
  padding-top: 130px !important
}

.pb--130 {
  padding-bottom: 130px !important
}

.pl--130 {
  padding-left: 130px !important
}

.pr--130 {
  padding-right: 130px !important
}

.mt--130 {
  margin-top: 130px !important
}

.mb--130 {
  margin-bottom: 130px !important
}

.mr--130 {
  margin-right: 130px !important
}

.ml--130 {
  margin-left: 130px !important
}

.ptb--135 {
  padding: 135px 0 !important
}

.plr--135 {
  padding: 0 135px !important
}

.pt--135 {
  padding-top: 135px !important
}

.pb--135 {
  padding-bottom: 135px !important
}

.pl--135 {
  padding-left: 135px !important
}

.pr--135 {
  padding-right: 135px !important
}

.mt--135 {
  margin-top: 135px !important
}

.mb--135 {
  margin-bottom: 135px !important
}

.mr--135 {
  margin-right: 135px !important
}

.ml--135 {
  margin-left: 135px !important
}

.ptb--140 {
  padding: 140px 0 !important
}

.plr--140 {
  padding: 0 140px !important
}

.pt--140 {
  padding-top: 140px !important
}

.pb--140 {
  padding-bottom: 140px !important
}

.pl--140 {
  padding-left: 140px !important
}

.pr--140 {
  padding-right: 140px !important
}

.mt--140 {
  margin-top: 140px !important
}

.mb--140 {
  margin-bottom: 140px !important
}

.mr--140 {
  margin-right: 140px !important
}

.ml--140 {
  margin-left: 140px !important
}

.ptb--145 {
  padding: 145px 0 !important
}

.plr--145 {
  padding: 0 145px !important
}

.pt--145 {
  padding-top: 145px !important
}

.pb--145 {
  padding-bottom: 145px !important
}

.pl--145 {
  padding-left: 145px !important
}

.pr--145 {
  padding-right: 145px !important
}

.mt--145 {
  margin-top: 145px !important
}

.mb--145 {
  margin-bottom: 145px !important
}

.mr--145 {
  margin-right: 145px !important
}

.ml--145 {
  margin-left: 145px !important
}

.ptb--150 {
  padding: 150px 0 !important
}

.plr--150 {
  padding: 0 150px !important
}

.pt--150 {
  padding-top: 150px !important
}

.pb--150 {
  padding-bottom: 150px !important
}

.pl--150 {
  padding-left: 150px !important
}

.pr--150 {
  padding-right: 150px !important
}

.mt--150 {
  margin-top: 150px !important
}

.mb--150 {
  margin-bottom: 150px !important
}

.mr--150 {
  margin-right: 150px !important
}

.ml--150 {
  margin-left: 150px !important
}

.ptb--155 {
  padding: 155px 0 !important
}

.plr--155 {
  padding: 0 155px !important
}

.pt--155 {
  padding-top: 155px !important
}

.pb--155 {
  padding-bottom: 155px !important
}

.pl--155 {
  padding-left: 155px !important
}

.pr--155 {
  padding-right: 155px !important
}

.mt--155 {
  margin-top: 155px !important
}

.mb--155 {
  margin-bottom: 155px !important
}

.mr--155 {
  margin-right: 155px !important
}

.ml--155 {
  margin-left: 155px !important
}

.ptb--160 {
  padding: 160px 0 !important
}

.plr--160 {
  padding: 0 160px !important
}

.pt--160 {
  padding-top: 160px !important
}

.pb--160 {
  padding-bottom: 160px !important
}

.pl--160 {
  padding-left: 160px !important
}

.pr--160 {
  padding-right: 160px !important
}

.mt--160 {
  margin-top: 160px !important
}

.mb--160 {
  margin-bottom: 160px !important
}

.mr--160 {
  margin-right: 160px !important
}

.ml--160 {
  margin-left: 160px !important
}

.ptb--165 {
  padding: 165px 0 !important
}

.plr--165 {
  padding: 0 165px !important
}

.pt--165 {
  padding-top: 165px !important
}

.pb--165 {
  padding-bottom: 165px !important
}

.pl--165 {
  padding-left: 165px !important
}

.pr--165 {
  padding-right: 165px !important
}

.mt--165 {
  margin-top: 165px !important
}

.mb--165 {
  margin-bottom: 165px !important
}

.mr--165 {
  margin-right: 165px !important
}

.ml--165 {
  margin-left: 165px !important
}

.ptb--170 {
  padding: 170px 0 !important
}

.plr--170 {
  padding: 0 170px !important
}

.pt--170 {
  padding-top: 170px !important
}

.pb--170 {
  padding-bottom: 170px !important
}

.pl--170 {
  padding-left: 170px !important
}

.pr--170 {
  padding-right: 170px !important
}

.mt--170 {
  margin-top: 170px !important
}

.mb--170 {
  margin-bottom: 170px !important
}

.mr--170 {
  margin-right: 170px !important
}

.ml--170 {
  margin-left: 170px !important
}

.ptb--175 {
  padding: 175px 0 !important
}

.plr--175 {
  padding: 0 175px !important
}

.pt--175 {
  padding-top: 175px !important
}

.pb--175 {
  padding-bottom: 175px !important
}

.pl--175 {
  padding-left: 175px !important
}

.pr--175 {
  padding-right: 175px !important
}

.mt--175 {
  margin-top: 175px !important
}

.mb--175 {
  margin-bottom: 175px !important
}

.mr--175 {
  margin-right: 175px !important
}

.ml--175 {
  margin-left: 175px !important
}

.ptb--180 {
  padding: 180px 0 !important
}

.plr--180 {
  padding: 0 180px !important
}

.pt--180 {
  padding-top: 180px !important
}

.pb--180 {
  padding-bottom: 180px !important
}

.pl--180 {
  padding-left: 180px !important
}

.pr--180 {
  padding-right: 180px !important
}

.mt--180 {
  margin-top: 180px !important
}

.mb--180 {
  margin-bottom: 180px !important
}

.mr--180 {
  margin-right: 180px !important
}

.ml--180 {
  margin-left: 180px !important
}

.ptb--185 {
  padding: 185px 0 !important
}

.plr--185 {
  padding: 0 185px !important
}

.pt--185 {
  padding-top: 185px !important
}

.pb--185 {
  padding-bottom: 185px !important
}

.pl--185 {
  padding-left: 185px !important
}

.pr--185 {
  padding-right: 185px !important
}

.mt--185 {
  margin-top: 185px !important
}

.mb--185 {
  margin-bottom: 185px !important
}

.mr--185 {
  margin-right: 185px !important
}

.ml--185 {
  margin-left: 185px !important
}

.ptb--190 {
  padding: 190px 0 !important
}

.plr--190 {
  padding: 0 190px !important
}

.pt--190 {
  padding-top: 190px !important
}

.pb--190 {
  padding-bottom: 190px !important
}

.pl--190 {
  padding-left: 190px !important
}

.pr--190 {
  padding-right: 190px !important
}

.mt--190 {
  margin-top: 190px !important
}

.mb--190 {
  margin-bottom: 190px !important
}

.mr--190 {
  margin-right: 190px !important
}

.ml--190 {
  margin-left: 190px !important
}

.ptb--195 {
  padding: 195px 0 !important
}

.plr--195 {
  padding: 0 195px !important
}

.pt--195 {
  padding-top: 195px !important
}

.pb--195 {
  padding-bottom: 195px !important
}

.pl--195 {
  padding-left: 195px !important
}

.pr--195 {
  padding-right: 195px !important
}

.mt--195 {
  margin-top: 195px !important
}

.mb--195 {
  margin-bottom: 195px !important
}

.mr--195 {
  margin-right: 195px !important
}

.ml--195 {
  margin-left: 195px !important
}

.ptb--200 {
  padding: 200px 0 !important
}

.plr--200 {
  padding: 0 200px !important
}

.pt--200 {
  padding-top: 200px !important
}

.pb--200 {
  padding-bottom: 200px !important
}

.pl--200 {
  padding-left: 200px !important
}

.pr--200 {
  padding-right: 200px !important
}

.mt--200 {
  margin-top: 200px !important
}

.mb--200 {
  margin-bottom: 200px !important
}

.mr--200 {
  margin-right: 200px !important
}

.ml--200 {
  margin-left: 200px !important
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .ptb_lp--5 {
    padding: 5px 0
  }

  .plr_lp--5 {
    padding: 0 5px
  }

  .pt_lp--5 {
    padding-top: 5px
  }

  .pb_lp--5 {
    padding-bottom: 5px
  }

  .pl_lp--5 {
    padding-left: 5px
  }

  .pr_lp--5 {
    padding-right: 5px
  }

  .mt_lp--5 {
    margin-top: 5px
  }

  .mb_lp--5 {
    margin-bottom: 5px
  }

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

  .plr_lp--10 {
    padding: 0 10px
  }

  .pt_lp--10 {
    padding-top: 10px
  }

  .pb_lp--10 {
    padding-bottom: 10px
  }

  .pl_lp--10 {
    padding-left: 10px
  }

  .pr_lp--10 {
    padding-right: 10px
  }

  .mt_lp--10 {
    margin-top: 10px
  }

  .mb_lp--10 {
    margin-bottom: 10px
  }

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

  .plr_lp--15 {
    padding: 0 15px
  }

  .pt_lp--15 {
    padding-top: 15px
  }

  .pb_lp--15 {
    padding-bottom: 15px
  }

  .pl_lp--15 {
    padding-left: 15px
  }

  .pr_lp--15 {
    padding-right: 15px
  }

  .mt_lp--15 {
    margin-top: 15px
  }

  .mb_lp--15 {
    margin-bottom: 15px
  }

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

  .plr_lp--20 {
    padding: 0 20px
  }

  .pt_lp--20 {
    padding-top: 20px
  }

  .pb_lp--20 {
    padding-bottom: 20px
  }

  .pl_lp--20 {
    padding-left: 20px
  }

  .pr_lp--20 {
    padding-right: 20px
  }

  .mt_lp--20 {
    margin-top: 20px
  }

  .mb_lp--20 {
    margin-bottom: 20px
  }

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

  .plr_lp--25 {
    padding: 0 25px
  }

  .pt_lp--25 {
    padding-top: 25px
  }

  .pb_lp--25 {
    padding-bottom: 25px
  }

  .pl_lp--25 {
    padding-left: 25px
  }

  .pr_lp--25 {
    padding-right: 25px
  }

  .mt_lp--25 {
    margin-top: 25px
  }

  .mb_lp--25 {
    margin-bottom: 25px
  }

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

  .plr_lp--30 {
    padding: 0 30px
  }

  .pt_lp--30 {
    padding-top: 30px
  }

  .pb_lp--30 {
    padding-bottom: 30px
  }

  .pl_lp--30 {
    padding-left: 30px
  }

  .pr_lp--30 {
    padding-right: 30px
  }

  .mt_lp--30 {
    margin-top: 30px
  }

  .mb_lp--30 {
    margin-bottom: 30px
  }

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

  .plr_lp--35 {
    padding: 0 35px
  }

  .pt_lp--35 {
    padding-top: 35px
  }

  .pb_lp--35 {
    padding-bottom: 35px
  }

  .pl_lp--35 {
    padding-left: 35px
  }

  .pr_lp--35 {
    padding-right: 35px
  }

  .mt_lp--35 {
    margin-top: 35px
  }

  .mb_lp--35 {
    margin-bottom: 35px
  }

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

  .plr_lp--40 {
    padding: 0 40px
  }

  .pt_lp--40 {
    padding-top: 40px
  }

  .pb_lp--40 {
    padding-bottom: 40px
  }

  .pl_lp--40 {
    padding-left: 40px
  }

  .pr_lp--40 {
    padding-right: 40px
  }

  .mt_lp--40 {
    margin-top: 40px
  }

  .mb_lp--40 {
    margin-bottom: 40px
  }

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

  .plr_lp--45 {
    padding: 0 45px
  }

  .pt_lp--45 {
    padding-top: 45px
  }

  .pb_lp--45 {
    padding-bottom: 45px
  }

  .pl_lp--45 {
    padding-left: 45px
  }

  .pr_lp--45 {
    padding-right: 45px
  }

  .mt_lp--45 {
    margin-top: 45px
  }

  .mb_lp--45 {
    margin-bottom: 45px
  }

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

  .plr_lp--50 {
    padding: 0 50px
  }

  .pt_lp--50 {
    padding-top: 50px
  }

  .pb_lp--50 {
    padding-bottom: 50px
  }

  .pl_lp--50 {
    padding-left: 50px
  }

  .pr_lp--50 {
    padding-right: 50px
  }

  .mt_lp--50 {
    margin-top: 50px
  }

  .mb_lp--50 {
    margin-bottom: 50px
  }

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

  .plr_lp--55 {
    padding: 0 55px
  }

  .pt_lp--55 {
    padding-top: 55px
  }

  .pb_lp--55 {
    padding-bottom: 55px
  }

  .pl_lp--55 {
    padding-left: 55px
  }

  .pr_lp--55 {
    padding-right: 55px
  }

  .mt_lp--55 {
    margin-top: 55px
  }

  .mb_lp--55 {
    margin-bottom: 55px
  }

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

  .plr_lp--60 {
    padding: 0 60px
  }

  .pt_lp--60 {
    padding-top: 60px
  }

  .pb_lp--60 {
    padding-bottom: 60px
  }

  .pl_lp--60 {
    padding-left: 60px
  }

  .pr_lp--60 {
    padding-right: 60px
  }

  .mt_lp--60 {
    margin-top: 60px
  }

  .mb_lp--60 {
    margin-bottom: 60px
  }

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

  .plr_lp--65 {
    padding: 0 65px
  }

  .pt_lp--65 {
    padding-top: 65px
  }

  .pb_lp--65 {
    padding-bottom: 65px
  }

  .pl_lp--65 {
    padding-left: 65px
  }

  .pr_lp--65 {
    padding-right: 65px
  }

  .mt_lp--65 {
    margin-top: 65px
  }

  .mb_lp--65 {
    margin-bottom: 65px
  }

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

  .plr_lp--70 {
    padding: 0 70px
  }

  .pt_lp--70 {
    padding-top: 70px
  }

  .pb_lp--70 {
    padding-bottom: 70px
  }

  .pl_lp--70 {
    padding-left: 70px
  }

  .pr_lp--70 {
    padding-right: 70px
  }

  .mt_lp--70 {
    margin-top: 70px
  }

  .mb_lp--70 {
    margin-bottom: 70px
  }

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

  .plr_lp--75 {
    padding: 0 75px
  }

  .pt_lp--75 {
    padding-top: 75px
  }

  .pb_lp--75 {
    padding-bottom: 75px
  }

  .pl_lp--75 {
    padding-left: 75px
  }

  .pr_lp--75 {
    padding-right: 75px
  }

  .mt_lp--75 {
    margin-top: 75px
  }

  .mb_lp--75 {
    margin-bottom: 75px
  }

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

  .plr_lp--80 {
    padding: 0 80px
  }

  .pt_lp--80 {
    padding-top: 80px
  }

  .pb_lp--80 {
    padding-bottom: 80px
  }

  .pl_lp--80 {
    padding-left: 80px
  }

  .pr_lp--80 {
    padding-right: 80px
  }

  .mt_lp--80 {
    margin-top: 80px
  }

  .mb_lp--80 {
    margin-bottom: 80px
  }

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

  .plr_lp--85 {
    padding: 0 85px
  }

  .pt_lp--85 {
    padding-top: 85px
  }

  .pb_lp--85 {
    padding-bottom: 85px
  }

  .pl_lp--85 {
    padding-left: 85px
  }

  .pr_lp--85 {
    padding-right: 85px
  }

  .mt_lp--85 {
    margin-top: 85px
  }

  .mb_lp--85 {
    margin-bottom: 85px
  }

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

  .plr_lp--90 {
    padding: 0 90px
  }

  .pt_lp--90 {
    padding-top: 90px
  }

  .pb_lp--90 {
    padding-bottom: 90px
  }

  .pl_lp--90 {
    padding-left: 90px
  }

  .pr_lp--90 {
    padding-right: 90px
  }

  .mt_lp--90 {
    margin-top: 90px
  }

  .mb_lp--90 {
    margin-bottom: 90px
  }

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

  .plr_lp--95 {
    padding: 0 95px
  }

  .pt_lp--95 {
    padding-top: 95px
  }

  .pb_lp--95 {
    padding-bottom: 95px
  }

  .pl_lp--95 {
    padding-left: 95px
  }

  .pr_lp--95 {
    padding-right: 95px
  }

  .mt_lp--95 {
    margin-top: 95px
  }

  .mb_lp--95 {
    margin-bottom: 95px
  }

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

  .plr_lp--100 {
    padding: 0 100px
  }

  .pt_lp--100 {
    padding-top: 100px
  }

  .pb_lp--100 {
    padding-bottom: 100px
  }

  .pl_lp--100 {
    padding-left: 100px
  }

  .pr_lp--100 {
    padding-right: 100px
  }

  .mt_lp--100 {
    margin-top: 100px
  }

  .mb_lp--100 {
    margin-bottom: 100px
  }

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

  .plr_lp--105 {
    padding: 0 105px
  }

  .pt_lp--105 {
    padding-top: 105px
  }

  .pb_lp--105 {
    padding-bottom: 105px
  }

  .pl_lp--105 {
    padding-left: 105px
  }

  .pr_lp--105 {
    padding-right: 105px
  }

  .mt_lp--105 {
    margin-top: 105px
  }

  .mb_lp--105 {
    margin-bottom: 105px
  }

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

  .plr_lp--110 {
    padding: 0 110px
  }

  .pt_lp--110 {
    padding-top: 110px
  }

  .pb_lp--110 {
    padding-bottom: 110px
  }

  .pl_lp--110 {
    padding-left: 110px
  }

  .pr_lp--110 {
    padding-right: 110px
  }

  .mt_lp--110 {
    margin-top: 110px
  }

  .mb_lp--110 {
    margin-bottom: 110px
  }

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

  .plr_lp--115 {
    padding: 0 115px
  }

  .pt_lp--115 {
    padding-top: 115px
  }

  .pb_lp--115 {
    padding-bottom: 115px
  }

  .pl_lp--115 {
    padding-left: 115px
  }

  .pr_lp--115 {
    padding-right: 115px
  }

  .mt_lp--115 {
    margin-top: 115px
  }

  .mb_lp--115 {
    margin-bottom: 115px
  }

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

  .plr_lp--120 {
    padding: 0 120px
  }

  .pt_lp--120 {
    padding-top: 120px
  }

  .pb_lp--120 {
    padding-bottom: 120px
  }

  .pl_lp--120 {
    padding-left: 120px
  }

  .pr_lp--120 {
    padding-right: 120px
  }

  .mt_lp--120 {
    margin-top: 120px
  }

  .mb_lp--120 {
    margin-bottom: 120px
  }

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

  .plr_lp--125 {
    padding: 0 125px
  }

  .pt_lp--125 {
    padding-top: 125px
  }

  .pb_lp--125 {
    padding-bottom: 125px
  }

  .pl_lp--125 {
    padding-left: 125px
  }

  .pr_lp--125 {
    padding-right: 125px
  }

  .mt_lp--125 {
    margin-top: 125px
  }

  .mb_lp--125 {
    margin-bottom: 125px
  }

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

  .plr_lp--130 {
    padding: 0 130px
  }

  .pt_lp--130 {
    padding-top: 130px
  }

  .pb_lp--130 {
    padding-bottom: 130px
  }

  .pl_lp--130 {
    padding-left: 130px
  }

  .pr_lp--130 {
    padding-right: 130px
  }

  .mt_lp--130 {
    margin-top: 130px
  }

  .mb_lp--130 {
    margin-bottom: 130px
  }

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

  .plr_lp--135 {
    padding: 0 135px
  }

  .pt_lp--135 {
    padding-top: 135px
  }

  .pb_lp--135 {
    padding-bottom: 135px
  }

  .pl_lp--135 {
    padding-left: 135px
  }

  .pr_lp--135 {
    padding-right: 135px
  }

  .mt_lp--135 {
    margin-top: 135px
  }

  .mb_lp--135 {
    margin-bottom: 135px
  }

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

  .plr_lp--140 {
    padding: 0 140px
  }

  .pt_lp--140 {
    padding-top: 140px
  }

  .pb_lp--140 {
    padding-bottom: 140px
  }

  .pl_lp--140 {
    padding-left: 140px
  }

  .pr_lp--140 {
    padding-right: 140px
  }

  .mt_lp--140 {
    margin-top: 140px
  }

  .mb_lp--140 {
    margin-bottom: 140px
  }

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

  .plr_lp--145 {
    padding: 0 145px
  }

  .pt_lp--145 {
    padding-top: 145px
  }

  .pb_lp--145 {
    padding-bottom: 145px
  }

  .pl_lp--145 {
    padding-left: 145px
  }

  .pr_lp--145 {
    padding-right: 145px
  }

  .mt_lp--145 {
    margin-top: 145px
  }

  .mb_lp--145 {
    margin-bottom: 145px
  }

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

  .plr_lp--150 {
    padding: 0 150px
  }

  .pt_lp--150 {
    padding-top: 150px
  }

  .pb_lp--150 {
    padding-bottom: 150px
  }

  .pl_lp--150 {
    padding-left: 150px
  }

  .pr_lp--150 {
    padding-right: 150px
  }

  .mt_lp--150 {
    margin-top: 150px
  }

  .mb_lp--150 {
    margin-bottom: 150px
  }

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

  .plr_lp--155 {
    padding: 0 155px
  }

  .pt_lp--155 {
    padding-top: 155px
  }

  .pb_lp--155 {
    padding-bottom: 155px
  }

  .pl_lp--155 {
    padding-left: 155px
  }

  .pr_lp--155 {
    padding-right: 155px
  }

  .mt_lp--155 {
    margin-top: 155px
  }

  .mb_lp--155 {
    margin-bottom: 155px
  }

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

  .plr_lp--160 {
    padding: 0 160px
  }

  .pt_lp--160 {
    padding-top: 160px
  }

  .pb_lp--160 {
    padding-bottom: 160px
  }

  .pl_lp--160 {
    padding-left: 160px
  }

  .pr_lp--160 {
    padding-right: 160px
  }

  .mt_lp--160 {
    margin-top: 160px
  }

  .mb_lp--160 {
    margin-bottom: 160px
  }

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

  .plr_lp--165 {
    padding: 0 165px
  }

  .pt_lp--165 {
    padding-top: 165px
  }

  .pb_lp--165 {
    padding-bottom: 165px
  }

  .pl_lp--165 {
    padding-left: 165px
  }

  .pr_lp--165 {
    padding-right: 165px
  }

  .mt_lp--165 {
    margin-top: 165px
  }

  .mb_lp--165 {
    margin-bottom: 165px
  }

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

  .plr_lp--170 {
    padding: 0 170px
  }

  .pt_lp--170 {
    padding-top: 170px
  }

  .pb_lp--170 {
    padding-bottom: 170px
  }

  .pl_lp--170 {
    padding-left: 170px
  }

  .pr_lp--170 {
    padding-right: 170px
  }

  .mt_lp--170 {
    margin-top: 170px
  }

  .mb_lp--170 {
    margin-bottom: 170px
  }

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

  .plr_lp--175 {
    padding: 0 175px
  }

  .pt_lp--175 {
    padding-top: 175px
  }

  .pb_lp--175 {
    padding-bottom: 175px
  }

  .pl_lp--175 {
    padding-left: 175px
  }

  .pr_lp--175 {
    padding-right: 175px
  }

  .mt_lp--175 {
    margin-top: 175px
  }

  .mb_lp--175 {
    margin-bottom: 175px
  }

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

  .plr_lp--180 {
    padding: 0 180px
  }

  .pt_lp--180 {
    padding-top: 180px
  }

  .pb_lp--180 {
    padding-bottom: 180px
  }

  .pl_lp--180 {
    padding-left: 180px
  }

  .pr_lp--180 {
    padding-right: 180px
  }

  .mt_lp--180 {
    margin-top: 180px
  }

  .mb_lp--180 {
    margin-bottom: 180px
  }

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

  .plr_lp--185 {
    padding: 0 185px
  }

  .pt_lp--185 {
    padding-top: 185px
  }

  .pb_lp--185 {
    padding-bottom: 185px
  }

  .pl_lp--185 {
    padding-left: 185px
  }

  .pr_lp--185 {
    padding-right: 185px
  }

  .mt_lp--185 {
    margin-top: 185px
  }

  .mb_lp--185 {
    margin-bottom: 185px
  }

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

  .plr_lp--190 {
    padding: 0 190px
  }

  .pt_lp--190 {
    padding-top: 190px
  }

  .pb_lp--190 {
    padding-bottom: 190px
  }

  .pl_lp--190 {
    padding-left: 190px
  }

  .pr_lp--190 {
    padding-right: 190px
  }

  .mt_lp--190 {
    margin-top: 190px
  }

  .mb_lp--190 {
    margin-bottom: 190px
  }

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

  .plr_lp--195 {
    padding: 0 195px
  }

  .pt_lp--195 {
    padding-top: 195px
  }

  .pb_lp--195 {
    padding-bottom: 195px
  }

  .pl_lp--195 {
    padding-left: 195px
  }

  .pr_lp--195 {
    padding-right: 195px
  }

  .mt_lp--195 {
    margin-top: 195px
  }

  .mb_lp--195 {
    margin-bottom: 195px
  }

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

  .plr_lp--200 {
    padding: 0 200px
  }

  .pt_lp--200 {
    padding-top: 200px
  }

  .pb_lp--200 {
    padding-bottom: 200px
  }

  .pl_lp--200 {
    padding-left: 200px
  }

  .pr_lp--200 {
    padding-right: 200px
  }

  .mt_lp--200 {
    margin-top: 200px
  }

  .mb_lp--200 {
    margin-bottom: 200px
  }
}

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

  .plr_lg--5 {
    padding: 0 5px !important
  }

  .pt_lg--5 {
    padding-top: 5px !important
  }

  .pb_lg--5 {
    padding-bottom: 5px !important
  }

  .pl_lg--5 {
    padding-left: 5px !important
  }

  .pr_lg--5 {
    padding-right: 5px !important
  }

  .mt_lg--5 {
    margin-top: 5px !important
  }

  .mb_lg--5 {
    margin-bottom: 5px !important
  }

  .ml_lg--5 {
    margin-left: 5px !important
  }

  .ptb_lg--10 {
    padding: 10px 0 !important
  }

  .plr_lg--10 {
    padding: 0 10px !important
  }

  .pt_lg--10 {
    padding-top: 10px !important
  }

  .pb_lg--10 {
    padding-bottom: 10px !important
  }

  .pl_lg--10 {
    padding-left: 10px !important
  }

  .pr_lg--10 {
    padding-right: 10px !important
  }

  .mt_lg--10 {
    margin-top: 10px !important
  }

  .mb_lg--10 {
    margin-bottom: 10px !important
  }

  .ml_lg--10 {
    margin-left: 10px !important
  }

  .ptb_lg--15 {
    padding: 15px 0 !important
  }

  .plr_lg--15 {
    padding: 0 15px !important
  }

  .pt_lg--15 {
    padding-top: 15px !important
  }

  .pb_lg--15 {
    padding-bottom: 15px !important
  }

  .pl_lg--15 {
    padding-left: 15px !important
  }

  .pr_lg--15 {
    padding-right: 15px !important
  }

  .mt_lg--15 {
    margin-top: 15px !important
  }

  .mb_lg--15 {
    margin-bottom: 15px !important
  }

  .ml_lg--15 {
    margin-left: 15px !important
  }

  .ptb_lg--20 {
    padding: 20px 0 !important
  }

  .plr_lg--20 {
    padding: 0 20px !important
  }

  .pt_lg--20 {
    padding-top: 20px !important
  }

  .pb_lg--20 {
    padding-bottom: 20px !important
  }

  .pl_lg--20 {
    padding-left: 20px !important
  }

  .pr_lg--20 {
    padding-right: 20px !important
  }

  .mt_lg--20 {
    margin-top: 20px !important
  }

  .mb_lg--20 {
    margin-bottom: 20px !important
  }

  .ml_lg--20 {
    margin-left: 20px !important
  }

  .ptb_lg--25 {
    padding: 25px 0 !important
  }

  .plr_lg--25 {
    padding: 0 25px !important
  }

  .pt_lg--25 {
    padding-top: 25px !important
  }

  .pb_lg--25 {
    padding-bottom: 25px !important
  }

  .pl_lg--25 {
    padding-left: 25px !important
  }

  .pr_lg--25 {
    padding-right: 25px !important
  }

  .mt_lg--25 {
    margin-top: 25px !important
  }

  .mb_lg--25 {
    margin-bottom: 25px !important
  }

  .ml_lg--25 {
    margin-left: 25px !important
  }

  .ptb_lg--30 {
    padding: 30px 0 !important
  }

  .plr_lg--30 {
    padding: 0 30px !important
  }

  .pt_lg--30 {
    padding-top: 30px !important
  }

  .pb_lg--30 {
    padding-bottom: 30px !important
  }

  .pl_lg--30 {
    padding-left: 30px !important
  }

  .pr_lg--30 {
    padding-right: 30px !important
  }

  .mt_lg--30 {
    margin-top: 30px !important
  }

  .mb_lg--30 {
    margin-bottom: 30px !important
  }

  .ml_lg--30 {
    margin-left: 30px !important
  }

  .ptb_lg--35 {
    padding: 35px 0 !important
  }

  .plr_lg--35 {
    padding: 0 35px !important
  }

  .pt_lg--35 {
    padding-top: 35px !important
  }

  .pb_lg--35 {
    padding-bottom: 35px !important
  }

  .pl_lg--35 {
    padding-left: 35px !important
  }

  .pr_lg--35 {
    padding-right: 35px !important
  }

  .mt_lg--35 {
    margin-top: 35px !important
  }

  .mb_lg--35 {
    margin-bottom: 35px !important
  }

  .ml_lg--35 {
    margin-left: 35px !important
  }

  .ptb_lg--40 {
    padding: 40px 0 !important
  }

  .plr_lg--40 {
    padding: 0 40px !important
  }

  .pt_lg--40 {
    padding-top: 40px !important
  }

  .pb_lg--40 {
    padding-bottom: 40px !important
  }

  .pl_lg--40 {
    padding-left: 40px !important
  }

  .pr_lg--40 {
    padding-right: 40px !important
  }

  .mt_lg--40 {
    margin-top: 40px !important
  }

  .mb_lg--40 {
    margin-bottom: 40px !important
  }

  .ml_lg--40 {
    margin-left: 40px !important
  }

  .ptb_lg--45 {
    padding: 45px 0 !important
  }

  .plr_lg--45 {
    padding: 0 45px !important
  }

  .pt_lg--45 {
    padding-top: 45px !important
  }

  .pb_lg--45 {
    padding-bottom: 45px !important
  }

  .pl_lg--45 {
    padding-left: 45px !important
  }

  .pr_lg--45 {
    padding-right: 45px !important
  }

  .mt_lg--45 {
    margin-top: 45px !important
  }

  .mb_lg--45 {
    margin-bottom: 45px !important
  }

  .ml_lg--45 {
    margin-left: 45px !important
  }

  .ptb_lg--50 {
    padding: 50px 0 !important
  }

  .plr_lg--50 {
    padding: 0 50px !important
  }

  .pt_lg--50 {
    padding-top: 50px !important
  }

  .pb_lg--50 {
    padding-bottom: 50px !important
  }

  .pl_lg--50 {
    padding-left: 50px !important
  }

  .pr_lg--50 {
    padding-right: 50px !important
  }

  .mt_lg--50 {
    margin-top: 50px !important
  }

  .mb_lg--50 {
    margin-bottom: 50px !important
  }

  .ml_lg--50 {
    margin-left: 50px !important
  }

  .ptb_lg--55 {
    padding: 55px 0 !important
  }

  .plr_lg--55 {
    padding: 0 55px !important
  }

  .pt_lg--55 {
    padding-top: 55px !important
  }

  .pb_lg--55 {
    padding-bottom: 55px !important
  }

  .pl_lg--55 {
    padding-left: 55px !important
  }

  .pr_lg--55 {
    padding-right: 55px !important
  }

  .mt_lg--55 {
    margin-top: 55px !important
  }

  .mb_lg--55 {
    margin-bottom: 55px !important
  }

  .ml_lg--55 {
    margin-left: 55px !important
  }

  .ptb_lg--60 {
    padding: 60px 0 !important
  }

  .plr_lg--60 {
    padding: 0 60px !important
  }

  .pt_lg--60 {
    padding-top: 60px !important
  }

  .pb_lg--60 {
    padding-bottom: 60px !important
  }

  .pl_lg--60 {
    padding-left: 60px !important
  }

  .pr_lg--60 {
    padding-right: 60px !important
  }

  .mt_lg--60 {
    margin-top: 60px !important
  }

  .mb_lg--60 {
    margin-bottom: 60px !important
  }

  .ml_lg--60 {
    margin-left: 60px !important
  }

  .ptb_lg--65 {
    padding: 65px 0 !important
  }

  .plr_lg--65 {
    padding: 0 65px !important
  }

  .pt_lg--65 {
    padding-top: 65px !important
  }

  .pb_lg--65 {
    padding-bottom: 65px !important
  }

  .pl_lg--65 {
    padding-left: 65px !important
  }

  .pr_lg--65 {
    padding-right: 65px !important
  }

  .mt_lg--65 {
    margin-top: 65px !important
  }

  .mb_lg--65 {
    margin-bottom: 65px !important
  }

  .ml_lg--65 {
    margin-left: 65px !important
  }

  .ptb_lg--70 {
    padding: 70px 0 !important
  }

  .plr_lg--70 {
    padding: 0 70px !important
  }

  .pt_lg--70 {
    padding-top: 70px !important
  }

  .pb_lg--70 {
    padding-bottom: 70px !important
  }

  .pl_lg--70 {
    padding-left: 70px !important
  }

  .pr_lg--70 {
    padding-right: 70px !important
  }

  .mt_lg--70 {
    margin-top: 70px !important
  }

  .mb_lg--70 {
    margin-bottom: 70px !important
  }

  .ml_lg--70 {
    margin-left: 70px !important
  }

  .ptb_lg--75 {
    padding: 75px 0 !important
  }

  .plr_lg--75 {
    padding: 0 75px !important
  }

  .pt_lg--75 {
    padding-top: 75px !important
  }

  .pb_lg--75 {
    padding-bottom: 75px !important
  }

  .pl_lg--75 {
    padding-left: 75px !important
  }

  .pr_lg--75 {
    padding-right: 75px !important
  }

  .mt_lg--75 {
    margin-top: 75px !important
  }

  .mb_lg--75 {
    margin-bottom: 75px !important
  }

  .ml_lg--75 {
    margin-left: 75px !important
  }

  .ptb_lg--80 {
    padding: 80px 0 !important
  }

  .plr_lg--80 {
    padding: 0 80px !important
  }

  .pt_lg--80 {
    padding-top: 80px !important
  }

  .pb_lg--80 {
    padding-bottom: 80px !important
  }

  .pl_lg--80 {
    padding-left: 80px !important
  }

  .pr_lg--80 {
    padding-right: 80px !important
  }

  .mt_lg--80 {
    margin-top: 80px !important
  }

  .mb_lg--80 {
    margin-bottom: 80px !important
  }

  .ml_lg--80 {
    margin-left: 80px !important
  }

  .ptb_lg--85 {
    padding: 85px 0 !important
  }

  .plr_lg--85 {
    padding: 0 85px !important
  }

  .pt_lg--85 {
    padding-top: 85px !important
  }

  .pb_lg--85 {
    padding-bottom: 85px !important
  }

  .pl_lg--85 {
    padding-left: 85px !important
  }

  .pr_lg--85 {
    padding-right: 85px !important
  }

  .mt_lg--85 {
    margin-top: 85px !important
  }

  .mb_lg--85 {
    margin-bottom: 85px !important
  }

  .ml_lg--85 {
    margin-left: 85px !important
  }

  .ptb_lg--90 {
    padding: 90px 0 !important
  }

  .plr_lg--90 {
    padding: 0 90px !important
  }

  .pt_lg--90 {
    padding-top: 90px !important
  }

  .pb_lg--90 {
    padding-bottom: 90px !important
  }

  .pl_lg--90 {
    padding-left: 90px !important
  }

  .pr_lg--90 {
    padding-right: 90px !important
  }

  .mt_lg--90 {
    margin-top: 90px !important
  }

  .mb_lg--90 {
    margin-bottom: 90px !important
  }

  .ml_lg--90 {
    margin-left: 90px !important
  }

  .ptb_lg--95 {
    padding: 95px 0 !important
  }

  .plr_lg--95 {
    padding: 0 95px !important
  }

  .pt_lg--95 {
    padding-top: 95px !important
  }

  .pb_lg--95 {
    padding-bottom: 95px !important
  }

  .pl_lg--95 {
    padding-left: 95px !important
  }

  .pr_lg--95 {
    padding-right: 95px !important
  }

  .mt_lg--95 {
    margin-top: 95px !important
  }

  .mb_lg--95 {
    margin-bottom: 95px !important
  }

  .ml_lg--95 {
    margin-left: 95px !important
  }

  .ptb_lg--100 {
    padding: 100px 0 !important
  }

  .plr_lg--100 {
    padding: 0 100px !important
  }

  .pt_lg--100 {
    padding-top: 100px !important
  }

  .pb_lg--100 {
    padding-bottom: 100px !important
  }

  .pl_lg--100 {
    padding-left: 100px !important
  }

  .pr_lg--100 {
    padding-right: 100px !important
  }

  .mt_lg--100 {
    margin-top: 100px !important
  }

  .mb_lg--100 {
    margin-bottom: 100px !important
  }

  .ml_lg--100 {
    margin-left: 100px !important
  }

  .ptb_lg--105 {
    padding: 105px 0 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .plr_md--5 {
    padding: 0 5px !important
  }

  .pt_md--5 {
    padding-top: 5px !important
  }

  .pb_md--5 {
    padding-bottom: 5px !important
  }

  .pl_md--5 {
    padding-left: 5px !important
  }

  .pr_md--5 {
    padding-right: 5px !important
  }

  .mt_md--5 {
    margin-top: 5px !important
  }

  .mb_md--5 {
    margin-bottom: 5px !important
  }

  .ptb_md--10 {
    padding: 10px 0 !important
  }

  .plr_md--10 {
    padding: 0 10px !important
  }

  .pt_md--10 {
    padding-top: 10px !important
  }

  .pb_md--10 {
    padding-bottom: 10px !important
  }

  .pl_md--10 {
    padding-left: 10px !important
  }

  .pr_md--10 {
    padding-right: 10px !important
  }

  .mt_md--10 {
    margin-top: 10px !important
  }

  .mb_md--10 {
    margin-bottom: 10px !important
  }

  .ptb_md--15 {
    padding: 15px 0 !important
  }

  .plr_md--15 {
    padding: 0 15px !important
  }

  .pt_md--15 {
    padding-top: 15px !important
  }

  .pb_md--15 {
    padding-bottom: 15px !important
  }

  .pl_md--15 {
    padding-left: 15px !important
  }

  .pr_md--15 {
    padding-right: 15px !important
  }

  .mt_md--15 {
    margin-top: 15px !important
  }

  .mb_md--15 {
    margin-bottom: 15px !important
  }

  .ptb_md--20 {
    padding: 20px 0 !important
  }

  .plr_md--20 {
    padding: 0 20px !important
  }

  .pt_md--20 {
    padding-top: 20px !important
  }

  .pb_md--20 {
    padding-bottom: 20px !important
  }

  .pl_md--20 {
    padding-left: 20px !important
  }

  .pr_md--20 {
    padding-right: 20px !important
  }

  .mt_md--20 {
    margin-top: 20px !important
  }

  .mb_md--20 {
    margin-bottom: 20px !important
  }

  .ptb_md--25 {
    padding: 25px 0 !important
  }

  .plr_md--25 {
    padding: 0 25px !important
  }

  .pt_md--25 {
    padding-top: 25px !important
  }

  .pb_md--25 {
    padding-bottom: 25px !important
  }

  .pl_md--25 {
    padding-left: 25px !important
  }

  .pr_md--25 {
    padding-right: 25px !important
  }

  .mt_md--25 {
    margin-top: 25px !important
  }

  .mb_md--25 {
    margin-bottom: 25px !important
  }

  .ptb_md--30 {
    padding: 30px 0 !important
  }

  .plr_md--30 {
    padding: 0 30px !important
  }

  .pt_md--30 {
    padding-top: 30px !important
  }

  .pb_md--30 {
    padding-bottom: 30px !important
  }

  .pl_md--30 {
    padding-left: 30px !important
  }

  .pr_md--30 {
    padding-right: 30px !important
  }

  .mt_md--30 {
    margin-top: 30px !important
  }

  .mb_md--30 {
    margin-bottom: 30px !important
  }

  .ptb_md--35 {
    padding: 35px 0 !important
  }

  .plr_md--35 {
    padding: 0 35px !important
  }

  .pt_md--35 {
    padding-top: 35px !important
  }

  .pb_md--35 {
    padding-bottom: 35px !important
  }

  .pl_md--35 {
    padding-left: 35px !important
  }

  .pr_md--35 {
    padding-right: 35px !important
  }

  .mt_md--35 {
    margin-top: 35px !important
  }

  .mb_md--35 {
    margin-bottom: 35px !important
  }

  .ptb_md--40 {
    padding: 40px 0 !important
  }

  .plr_md--40 {
    padding: 0 40px !important
  }

  .pt_md--40 {
    padding-top: 40px !important
  }

  .pb_md--40 {
    padding-bottom: 40px !important
  }

  .pl_md--40 {
    padding-left: 40px !important
  }

  .pr_md--40 {
    padding-right: 40px !important
  }

  .mt_md--40 {
    margin-top: 40px !important
  }

  .mb_md--40 {
    margin-bottom: 40px !important
  }

  .ptb_md--45 {
    padding: 45px 0 !important
  }

  .plr_md--45 {
    padding: 0 45px !important
  }

  .pt_md--45 {
    padding-top: 45px !important
  }

  .pb_md--45 {
    padding-bottom: 45px !important
  }

  .pl_md--45 {
    padding-left: 45px !important
  }

  .pr_md--45 {
    padding-right: 45px !important
  }

  .mt_md--45 {
    margin-top: 45px !important
  }

  .mb_md--45 {
    margin-bottom: 45px !important
  }

  .ptb_md--50 {
    padding: 50px 0 !important
  }

  .plr_md--50 {
    padding: 0 50px !important
  }

  .pt_md--50 {
    padding-top: 50px !important
  }

  .pb_md--50 {
    padding-bottom: 50px !important
  }

  .pl_md--50 {
    padding-left: 50px !important
  }

  .pr_md--50 {
    padding-right: 50px !important
  }

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

  .mb_md--50 {
    margin-bottom: 50px !important
  }

  .ptb_md--55 {
    padding: 55px 0 !important
  }

  .plr_md--55 {
    padding: 0 55px !important
  }

  .pt_md--55 {
    padding-top: 55px !important
  }

  .pb_md--55 {
    padding-bottom: 55px !important
  }

  .pl_md--55 {
    padding-left: 55px !important
  }

  .pr_md--55 {
    padding-right: 55px !important
  }

  .mt_md--55 {
    margin-top: 55px !important
  }

  .mb_md--55 {
    margin-bottom: 55px !important
  }

  .ptb_md--60 {
    padding: 60px 0 !important
  }

  .plr_md--60 {
    padding: 0 60px !important
  }

  .pt_md--60 {
    padding-top: 60px !important
  }

  .pb_md--60 {
    padding-bottom: 60px !important
  }

  .pl_md--60 {
    padding-left: 60px !important
  }

  .pr_md--60 {
    padding-right: 60px !important
  }

  .mt_md--60 {
    margin-top: 60px !important
  }

  .mb_md--60 {
    margin-bottom: 60px !important
  }

  .ptb_md--65 {
    padding: 65px 0 !important
  }

  .plr_md--65 {
    padding: 0 65px !important
  }

  .pt_md--65 {
    padding-top: 65px !important
  }

  .pb_md--65 {
    padding-bottom: 65px !important
  }

  .pl_md--65 {
    padding-left: 65px !important
  }

  .pr_md--65 {
    padding-right: 65px !important
  }

  .mt_md--65 {
    margin-top: 65px !important
  }

  .mb_md--65 {
    margin-bottom: 65px !important
  }

  .ptb_md--70 {
    padding: 70px 0 !important
  }

  .plr_md--70 {
    padding: 0 70px !important
  }

  .pt_md--70 {
    padding-top: 70px !important
  }

  .pb_md--70 {
    padding-bottom: 70px !important
  }

  .pl_md--70 {
    padding-left: 70px !important
  }

  .pr_md--70 {
    padding-right: 70px !important
  }

  .mt_md--70 {
    margin-top: 70px !important
  }

  .mb_md--70 {
    margin-bottom: 70px !important
  }

  .ptb_md--75 {
    padding: 75px 0 !important
  }

  .plr_md--75 {
    padding: 0 75px !important
  }

  .pt_md--75 {
    padding-top: 75px !important
  }

  .pb_md--75 {
    padding-bottom: 75px !important
  }

  .pl_md--75 {
    padding-left: 75px !important
  }

  .pr_md--75 {
    padding-right: 75px !important
  }

  .mt_md--75 {
    margin-top: 75px !important
  }

  .mb_md--75 {
    margin-bottom: 75px !important
  }

  .ptb_md--80 {
    padding: 80px 0 !important
  }

  .plr_md--80 {
    padding: 0 80px !important
  }

  .pt_md--80 {
    padding-top: 80px !important
  }

  .pb_md--80 {
    padding-bottom: 80px !important
  }

  .pl_md--80 {
    padding-left: 80px !important
  }

  .pr_md--80 {
    padding-right: 80px !important
  }

  .mt_md--80 {
    margin-top: 80px !important
  }

  .mb_md--80 {
    margin-bottom: 80px !important
  }

  .ptb_md--85 {
    padding: 85px 0 !important
  }

  .plr_md--85 {
    padding: 0 85px !important
  }

  .pt_md--85 {
    padding-top: 85px !important
  }

  .pb_md--85 {
    padding-bottom: 85px !important
  }

  .pl_md--85 {
    padding-left: 85px !important
  }

  .pr_md--85 {
    padding-right: 85px !important
  }

  .mt_md--85 {
    margin-top: 85px !important
  }

  .mb_md--85 {
    margin-bottom: 85px !important
  }

  .ptb_md--90 {
    padding: 90px 0 !important
  }

  .plr_md--90 {
    padding: 0 90px !important
  }

  .pt_md--90 {
    padding-top: 90px !important
  }

  .pb_md--90 {
    padding-bottom: 90px !important
  }

  .pl_md--90 {
    padding-left: 90px !important
  }

  .pr_md--90 {
    padding-right: 90px !important
  }

  .mt_md--90 {
    margin-top: 90px !important
  }

  .mb_md--90 {
    margin-bottom: 90px !important
  }

  .ptb_md--95 {
    padding: 95px 0 !important
  }

  .plr_md--95 {
    padding: 0 95px !important
  }

  .pt_md--95 {
    padding-top: 95px !important
  }

  .pb_md--95 {
    padding-bottom: 95px !important
  }

  .pl_md--95 {
    padding-left: 95px !important
  }

  .pr_md--95 {
    padding-right: 95px !important
  }

  .mt_md--95 {
    margin-top: 95px !important
  }

  .mb_md--95 {
    margin-bottom: 95px !important
  }

  .ptb_md--100 {
    padding: 100px 0 !important
  }

  .plr_md--100 {
    padding: 0 100px !important
  }

  .pt_md--100 {
    padding-top: 100px !important
  }

  .pb_md--100 {
    padding-bottom: 100px !important
  }

  .pl_md--100 {
    padding-left: 100px !important
  }

  .pr_md--100 {
    padding-right: 100px !important
  }

  .mt_md--100 {
    margin-top: 100px !important
  }

  .mb_md--100 {
    margin-bottom: 100px !important
  }

  .ptb_md--105 {
    padding: 105px 0 !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ptb_sm--0 {
    padding: 0 !important
  }

  .pl_sm--0 {
    padding-left: 0 !important
  }

  .pr_sm--0 {
    padding-right: 0 !important
  }

  .pt_sm--0 {
    padding-top: 0 !important
  }

  .pb_sm--0 {
    padding-bottom: 0 !important
  }

  .mr_sm--0 {
    margin-right: 0 !important
  }

  .ml_sm--0 {
    margin-left: 0 !important
  }

  .mt_sm--0 {
    margin-top: 0 !important
  }

  .mb_sm--0 {
    margin-bottom: 0 !important
  }

  .pt_sm--150 {
    padding-top: 150px !important
  }

  .pb_sm--110 {
    padding-bottom: 110px !important
  }

  .ptb_sm--5 {
    padding: 5px 0 !important
  }

  .plr_sm--5 {
    padding: 0 5px !important
  }

  .pt_sm--5 {
    padding-top: 5px !important
  }

  .pb_sm--5 {
    padding-bottom: 5px !important
  }

  .pl_sm--5 {
    padding-left: 5px !important
  }

  .pr_sm--5 {
    padding-right: 5px !important
  }

  .mt_sm--5 {
    margin-top: 5px !important
  }

  .ml_sm--5 {
    margin-left: 5px !important
  }

  .mr_sm--5 {
    margin-right: 5px !important
  }

  .mb_sm--5 {
    margin-bottom: 5px !important
  }

  .ptb_sm--10 {
    padding: 10px 0 !important
  }

  .plr_sm--10 {
    padding: 0 10px !important
  }

  .pt_sm--10 {
    padding-top: 10px !important
  }

  .pb_sm--10 {
    padding-bottom: 10px !important
  }

  .pl_sm--10 {
    padding-left: 10px !important
  }

  .pr_sm--10 {
    padding-right: 10px !important
  }

  .mt_sm--10 {
    margin-top: 10px !important
  }

  .ml_sm--10 {
    margin-left: 10px !important
  }

  .mr_sm--10 {
    margin-right: 10px !important
  }

  .mb_sm--10 {
    margin-bottom: 10px !important
  }

  .ptb_sm--15 {
    padding: 15px 0 !important
  }

  .plr_sm--15 {
    padding: 0 15px !important
  }

  .pt_sm--15 {
    padding-top: 15px !important
  }

  .pb_sm--15 {
    padding-bottom: 15px !important
  }

  .pl_sm--15 {
    padding-left: 15px !important
  }

  .pr_sm--15 {
    padding-right: 15px !important
  }

  .mt_sm--15 {
    margin-top: 15px !important
  }

  .ml_sm--15 {
    margin-left: 15px !important
  }

  .mr_sm--15 {
    margin-right: 15px !important
  }

  .mb_sm--15 {
    margin-bottom: 15px !important
  }

  .ptb_sm--20 {
    padding: 20px 0 !important
  }

  .plr_sm--20 {
    padding: 0 20px !important
  }

  .pt_sm--20 {
    padding-top: 20px !important
  }

  .pb_sm--20 {
    padding-bottom: 20px !important
  }

  .pl_sm--20 {
    padding-left: 20px !important
  }

  .pr_sm--20 {
    padding-right: 20px !important
  }

  .mt_sm--20 {
    margin-top: 20px !important
  }

  .ml_sm--20 {
    margin-left: 20px !important
  }

  .mr_sm--20 {
    margin-right: 20px !important
  }

  .mb_sm--20 {
    margin-bottom: 20px !important
  }

  .ptb_sm--25 {
    padding: 25px 0 !important
  }

  .plr_sm--25 {
    padding: 0 25px !important
  }

  .pt_sm--25 {
    padding-top: 25px !important
  }

  .pb_sm--25 {
    padding-bottom: 25px !important
  }

  .pl_sm--25 {
    padding-left: 25px !important
  }

  .pr_sm--25 {
    padding-right: 25px !important
  }

  .mt_sm--25 {
    margin-top: 25px !important
  }

  .ml_sm--25 {
    margin-left: 25px !important
  }

  .mr_sm--25 {
    margin-right: 25px !important
  }

  .mb_sm--25 {
    margin-bottom: 25px !important
  }

  .ptb_sm--30 {
    padding: 30px 0 !important
  }

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

  .pt_sm--30 {
    padding-top: 30px !important
  }

  .pb_sm--30 {
    padding-bottom: 30px !important
  }

  .pl_sm--30 {
    padding-left: 30px !important
  }

  .pr_sm--30 {
    padding-right: 30px !important
  }

  .mt_sm--30 {
    margin-top: 30px !important
  }

  .ml_sm--30 {
    margin-left: 30px !important
  }

  .mr_sm--30 {
    margin-right: 30px !important
  }

  .mb_sm--30 {
    margin-bottom: 30px !important
  }

  .ptb_sm--35 {
    padding: 35px 0 !important
  }

  .plr_sm--35 {
    padding: 0 35px !important
  }

  .pt_sm--35 {
    padding-top: 35px !important
  }

  .pb_sm--35 {
    padding-bottom: 35px !important
  }

  .pl_sm--35 {
    padding-left: 35px !important
  }

  .pr_sm--35 {
    padding-right: 35px !important
  }

  .mt_sm--35 {
    margin-top: 35px !important
  }

  .ml_sm--35 {
    margin-left: 35px !important
  }

  .mr_sm--35 {
    margin-right: 35px !important
  }

  .mb_sm--35 {
    margin-bottom: 35px !important
  }

  .ptb_sm--40 {
    padding: 40px 0 !important
  }

  .plr_sm--40 {
    padding: 0 40px !important
  }

  .pt_sm--40 {
    padding-top: 40px !important
  }

  .pb_sm--40 {
    padding-bottom: 40px !important
  }

  .pl_sm--40 {
    padding-left: 40px !important
  }

  .pr_sm--40 {
    padding-right: 40px !important
  }

  .mt_sm--40 {
    margin-top: 40px !important
  }

  .ml_sm--40 {
    margin-left: 40px !important
  }

  .mr_sm--40 {
    margin-right: 40px !important
  }

  .mb_sm--40 {
    margin-bottom: 40px !important
  }

  .ptb_sm--45 {
    padding: 45px 0 !important
  }

  .plr_sm--45 {
    padding: 0 45px !important
  }

  .pt_sm--45 {
    padding-top: 45px !important
  }

  .pb_sm--45 {
    padding-bottom: 45px !important
  }

  .pl_sm--45 {
    padding-left: 45px !important
  }

  .pr_sm--45 {
    padding-right: 45px !important
  }

  .mt_sm--45 {
    margin-top: 45px !important
  }

  .ml_sm--45 {
    margin-left: 45px !important
  }

  .mr_sm--45 {
    margin-right: 45px !important
  }

  .mb_sm--45 {
    margin-bottom: 45px !important
  }

  .ptb_sm--50 {
    padding: 50px 0 !important
  }

  .plr_sm--50 {
    padding: 0 50px !important
  }

  .pt_sm--50 {
    padding-top: 50px !important
  }

  .pb_sm--50 {
    padding-bottom: 50px !important
  }

  .pl_sm--50 {
    padding-left: 50px !important
  }

  .pr_sm--50 {
    padding-right: 50px !important
  }

  .mt_sm--50 {
    margin-top: 50px !important
  }

  .ml_sm--50 {
    margin-left: 50px !important
  }

  .mr_sm--50 {
    margin-right: 50px !important
  }

  .mb_sm--50 {
    margin-bottom: 50px !important
  }

  .ptb_sm--55 {
    padding: 55px 0 !important
  }

  .plr_sm--55 {
    padding: 0 55px !important
  }

  .pt_sm--55 {
    padding-top: 55px !important
  }

  .pb_sm--55 {
    padding-bottom: 55px !important
  }

  .pl_sm--55 {
    padding-left: 55px !important
  }

  .pr_sm--55 {
    padding-right: 55px !important
  }

  .mt_sm--55 {
    margin-top: 55px !important
  }

  .ml_sm--55 {
    margin-left: 55px !important
  }

  .mr_sm--55 {
    margin-right: 55px !important
  }

  .mb_sm--55 {
    margin-bottom: 55px !important
  }

  .ptb_sm--60 {
    padding: 60px 0 !important
  }

  .plr_sm--60 {
    padding: 0 60px !important
  }

  .pt_sm--60 {
    padding-top: 60px !important
  }

  .pb_sm--60 {
    padding-bottom: 60px !important
  }

  .pl_sm--60 {
    padding-left: 60px !important
  }

  .pr_sm--60 {
    padding-right: 60px !important
  }

  .mt_sm--60 {
    margin-top: 60px !important
  }

  .ml_sm--60 {
    margin-left: 60px !important
  }

  .mr_sm--60 {
    margin-right: 60px !important
  }

  .mb_sm--60 {
    margin-bottom: 60px !important
  }

  .ptb_sm--65 {
    padding: 65px 0 !important
  }

  .plr_sm--65 {
    padding: 0 65px !important
  }

  .pt_sm--65 {
    padding-top: 65px !important
  }

  .pb_sm--65 {
    padding-bottom: 65px !important
  }

  .pl_sm--65 {
    padding-left: 65px !important
  }

  .pr_sm--65 {
    padding-right: 65px !important
  }

  .mt_sm--65 {
    margin-top: 65px !important
  }

  .ml_sm--65 {
    margin-left: 65px !important
  }

  .mr_sm--65 {
    margin-right: 65px !important
  }

  .mb_sm--65 {
    margin-bottom: 65px !important
  }

  .ptb_sm--70 {
    padding: 70px 0 !important
  }

  .plr_sm--70 {
    padding: 0 70px !important
  }

  .pt_sm--70 {
    padding-top: 70px !important
  }

  .pb_sm--70 {
    padding-bottom: 70px !important
  }

  .pl_sm--70 {
    padding-left: 70px !important
  }

  .pr_sm--70 {
    padding-right: 70px !important
  }

  .mt_sm--70 {
    margin-top: 70px !important
  }

  .ml_sm--70 {
    margin-left: 70px !important
  }

  .mr_sm--70 {
    margin-right: 70px !important
  }

  .mb_sm--70 {
    margin-bottom: 70px !important
  }

  .ptb_sm--75 {
    padding: 75px 0 !important
  }

  .plr_sm--75 {
    padding: 0 75px !important
  }

  .pt_sm--75 {
    padding-top: 75px !important
  }

  .pb_sm--75 {
    padding-bottom: 75px !important
  }

  .pl_sm--75 {
    padding-left: 75px !important
  }

  .pr_sm--75 {
    padding-right: 75px !important
  }

  .mt_sm--75 {
    margin-top: 75px !important
  }

  .ml_sm--75 {
    margin-left: 75px !important
  }

  .mr_sm--75 {
    margin-right: 75px !important
  }

  .mb_sm--75 {
    margin-bottom: 75px !important
  }

  .ptb_sm--80 {
    padding: 80px 0 !important
  }

  .plr_sm--80 {
    padding: 0 80px !important
  }

  .pt_sm--80 {
    padding-top: 80px !important
  }

  .pb_sm--80 {
    padding-bottom: 80px !important
  }

  .pl_sm--80 {
    padding-left: 80px !important
  }

  .pr_sm--80 {
    padding-right: 80px !important
  }

  .mt_sm--80 {
    margin-top: 80px !important
  }

  .ml_sm--80 {
    margin-left: 80px !important
  }

  .mr_sm--80 {
    margin-right: 80px !important
  }

  .mb_sm--80 {
    margin-bottom: 80px !important
  }

  .ptb_sm--85 {
    padding: 85px 0 !important
  }

  .plr_sm--85 {
    padding: 0 85px !important
  }

  .pt_sm--85 {
    padding-top: 85px !important
  }

  .pb_sm--85 {
    padding-bottom: 85px !important
  }

  .pl_sm--85 {
    padding-left: 85px !important
  }

  .pr_sm--85 {
    padding-right: 85px !important
  }

  .mt_sm--85 {
    margin-top: 85px !important
  }

  .ml_sm--85 {
    margin-left: 85px !important
  }

  .mr_sm--85 {
    margin-right: 85px !important
  }

  .mb_sm--85 {
    margin-bottom: 85px !important
  }

  .ptb_sm--90 {
    padding: 90px 0 !important
  }

  .plr_sm--90 {
    padding: 0 90px !important
  }

  .pt_sm--90 {
    padding-top: 90px !important
  }

  .pb_sm--90 {
    padding-bottom: 90px !important
  }

  .pl_sm--90 {
    padding-left: 90px !important
  }

  .pr_sm--90 {
    padding-right: 90px !important
  }

  .mt_sm--90 {
    margin-top: 90px !important
  }

  .ml_sm--90 {
    margin-left: 90px !important
  }

  .mr_sm--90 {
    margin-right: 90px !important
  }

  .mb_sm--90 {
    margin-bottom: 90px !important
  }

  .ptb_sm--95 {
    padding: 95px 0 !important
  }

  .plr_sm--95 {
    padding: 0 95px !important
  }

  .pt_sm--95 {
    padding-top: 95px !important
  }

  .pb_sm--95 {
    padding-bottom: 95px !important
  }

  .pl_sm--95 {
    padding-left: 95px !important
  }

  .pr_sm--95 {
    padding-right: 95px !important
  }

  .mt_sm--95 {
    margin-top: 95px !important
  }

  .ml_sm--95 {
    margin-left: 95px !important
  }

  .mr_sm--95 {
    margin-right: 95px !important
  }

  .mb_sm--95 {
    margin-bottom: 95px !important
  }

  .ptb_sm--100 {
    padding: 100px 0 !important
  }

  .plr_sm--100 {
    padding: 0 100px !important
  }

  .pt_sm--100 {
    padding-top: 100px !important
  }

  .pb_sm--100 {
    padding-bottom: 100px !important
  }

  .pl_sm--100 {
    padding-left: 100px !important
  }

  .pr_sm--100 {
    padding-right: 100px !important
  }

  .mt_sm--100 {
    margin-top: 100px !important
  }

  .ml_sm--100 {
    margin-left: 100px !important
  }

  .mr_sm--100 {
    margin-right: 100px !important
  }

  .mb_sm--100 {
    margin-bottom: 100px !important
  }

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

  .pr_sm--0 {
    padding-right: 0
  }

  .pt_sm--0 {
    padding-top: 0
  }

  .pb_sm--0 {
    padding-bottom: 0
  }

  .mr_sm--0 {
    margin-right: 0
  }

  .ml_sm--0 {
    margin-left: 0
  }

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

  .mb_sm--0 {
    margin-bottom: 0
  }
}

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

  .plr_mobile--5 {
    padding: 0 5px !important
  }

  .pt_mobile--5 {
    padding-top: 5px !important
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important
  }

  .pl_mobile--5 {
    padding-left: 5px !important
  }

  .pr_mobile--5 {
    padding-right: 5px !important
  }

  .mt_mobile--5 {
    margin-top: 5px !important
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important
  }

  .plr_mobile--10 {
    padding: 0 10px !important
  }

  .pt_mobile--10 {
    padding-top: 10px !important
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important
  }

  .pl_mobile--10 {
    padding-left: 10px !important
  }

  .pr_mobile--10 {
    padding-right: 10px !important
  }

  .mt_mobile--10 {
    margin-top: 10px !important
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important
  }

  .plr_mobile--15 {
    padding: 0 15px !important
  }

  .pt_mobile--15 {
    padding-top: 15px !important
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important
  }

  .pl_mobile--15 {
    padding-left: 15px !important
  }

  .pr_mobile--15 {
    padding-right: 15px !important
  }

  .mt_mobile--15 {
    margin-top: 15px !important
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important
  }

  .plr_mobile--20 {
    padding: 0 20px !important
  }

  .pt_mobile--20 {
    padding-top: 20px !important
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important
  }

  .pl_mobile--20 {
    padding-left: 20px !important
  }

  .pr_mobile--20 {
    padding-right: 20px !important
  }

  .mt_mobile--20 {
    margin-top: 20px !important
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important
  }

  .plr_mobile--25 {
    padding: 0 25px !important
  }

  .pt_mobile--25 {
    padding-top: 25px !important
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important
  }

  .pl_mobile--25 {
    padding-left: 25px !important
  }

  .pr_mobile--25 {
    padding-right: 25px !important
  }

  .mt_mobile--25 {
    margin-top: 25px !important
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important
  }

  .plr_mobile--30 {
    padding: 0 30px !important
  }

  .pt_mobile--30 {
    padding-top: 30px !important
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important
  }

  .pl_mobile--30 {
    padding-left: 30px !important
  }

  .pr_mobile--30 {
    padding-right: 30px !important
  }

  .mt_mobile--30 {
    margin-top: 30px !important
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important
  }

  .plr_mobile--35 {
    padding: 0 35px !important
  }

  .pt_mobile--35 {
    padding-top: 35px !important
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important
  }

  .pl_mobile--35 {
    padding-left: 35px !important
  }

  .pr_mobile--35 {
    padding-right: 35px !important
  }

  .mt_mobile--35 {
    margin-top: 35px !important
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important
  }

  .plr_mobile--40 {
    padding: 0 40px !important
  }

  .pt_mobile--40 {
    padding-top: 40px !important
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important
  }

  .pl_mobile--40 {
    padding-left: 40px !important
  }

  .pr_mobile--40 {
    padding-right: 40px !important
  }

  .mt_mobile--40 {
    margin-top: 40px !important
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important
  }

  .plr_mobile--45 {
    padding: 0 45px !important
  }

  .pt_mobile--45 {
    padding-top: 45px !important
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important
  }

  .pl_mobile--45 {
    padding-left: 45px !important
  }

  .pr_mobile--45 {
    padding-right: 45px !important
  }

  .mt_mobile--45 {
    margin-top: 45px !important
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important
  }

  .plr_mobile--50 {
    padding: 0 50px !important
  }

  .pt_mobile--50 {
    padding-top: 50px !important
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important
  }

  .pl_mobile--50 {
    padding-left: 50px !important
  }

  .pr_mobile--50 {
    padding-right: 50px !important
  }

  .mt_mobile--50 {
    margin-top: 50px !important
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important
  }

  .plr_mobile--55 {
    padding: 0 55px !important
  }

  .pt_mobile--55 {
    padding-top: 55px !important
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important
  }

  .pl_mobile--55 {
    padding-left: 55px !important
  }

  .pr_mobile--55 {
    padding-right: 55px !important
  }

  .mt_mobile--55 {
    margin-top: 55px !important
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important
  }

  .plr_mobile--60 {
    padding: 0 60px !important
  }

  .pt_mobile--60 {
    padding-top: 60px !important
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important
  }

  .pl_mobile--60 {
    padding-left: 60px !important
  }

  .pr_mobile--60 {
    padding-right: 60px !important
  }

  .mt_mobile--60 {
    margin-top: 60px !important
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important
  }

  .plr_mobile--65 {
    padding: 0 65px !important
  }

  .pt_mobile--65 {
    padding-top: 65px !important
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important
  }

  .pl_mobile--65 {
    padding-left: 65px !important
  }

  .pr_mobile--65 {
    padding-right: 65px !important
  }

  .mt_mobile--65 {
    margin-top: 65px !important
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important
  }

  .plr_mobile--70 {
    padding: 0 70px !important
  }

  .pt_mobile--70 {
    padding-top: 70px !important
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important
  }

  .pl_mobile--70 {
    padding-left: 70px !important
  }

  .pr_mobile--70 {
    padding-right: 70px !important
  }

  .mt_mobile--70 {
    margin-top: 70px !important
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important
  }

  .plr_mobile--75 {
    padding: 0 75px !important
  }

  .pt_mobile--75 {
    padding-top: 75px !important
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important
  }

  .pl_mobile--75 {
    padding-left: 75px !important
  }

  .pr_mobile--75 {
    padding-right: 75px !important
  }

  .mt_mobile--75 {
    margin-top: 75px !important
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important
  }

  .plr_mobile--80 {
    padding: 0 80px !important
  }

  .pt_mobile--80 {
    padding-top: 80px !important
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important
  }

  .pl_mobile--80 {
    padding-left: 80px !important
  }

  .pr_mobile--80 {
    padding-right: 80px !important
  }

  .mt_mobile--80 {
    margin-top: 80px !important
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important
  }

  .plr_mobile--85 {
    padding: 0 85px !important
  }

  .pt_mobile--85 {
    padding-top: 85px !important
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important
  }

  .pl_mobile--85 {
    padding-left: 85px !important
  }

  .pr_mobile--85 {
    padding-right: 85px !important
  }

  .mt_mobile--85 {
    margin-top: 85px !important
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important
  }

  .plr_mobile--90 {
    padding: 0 90px !important
  }

  .pt_mobile--90 {
    padding-top: 90px !important
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important
  }

  .pl_mobile--90 {
    padding-left: 90px !important
  }

  .pr_mobile--90 {
    padding-right: 90px !important
  }

  .mt_mobile--90 {
    margin-top: 90px !important
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important
  }

  .plr_mobile--95 {
    padding: 0 95px !important
  }

  .pt_mobile--95 {
    padding-top: 95px !important
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important
  }

  .pl_mobile--95 {
    padding-left: 95px !important
  }

  .pr_mobile--95 {
    padding-right: 95px !important
  }

  .mt_mobile--95 {
    margin-top: 95px !important
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important
  }

  .plr_mobile--100 {
    padding: 0 100px !important
  }

  .pt_mobile--100 {
    padding-top: 100px !important
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important
  }

  .pl_mobile--100 {
    padding-left: 100px !important
  }

  .pr_mobile--100 {
    padding-right: 100px !important
  }

  .mt_mobile--100 {
    margin-top: 100px !important
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important
  }
}

.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px
}

.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px
}

.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px
}

.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px
}

.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px
}

.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px
}

.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px
}

.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px
}

.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px
}

.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px
}

.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px
}

.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px
}

.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px
}

.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px
}

.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px
}

.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px
}

.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px
}

.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px
}

.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px
}

.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px
}

.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px
}

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

.mt_dec--30 {
  margin-top: -30px !important
}

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

@media only screen and (max-width:479px) {
  .small-margin-pricing {
    margin-bottom: 25px !important
  }
}

@media only screen and (max-width:479px) {
  .contact-input {
    margin-bottom: 35px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .mb_dec--35 {
    margin-bottom: -50px
  }
}

@media only screen and (max-width:767px) {
  .mb_dec--35 {
    margin-bottom: -75px
  }
}

@media only screen and (max-width:575px) {
  .mb_dec--35 {
    margin-bottom: 0
  }
}

@media only screen and (max-width:575px) {
  .mt-contact-sm {
    margin-top: 30px !important
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .testimonial-pb {
    padding-bottom: 35px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-input {
    padding-bottom: 30px
  }
}

@media only screen and (max-width:767px) {
  .contact-input {
    padding-bottom: 30px
  }
}

.pb_xl--130 {
  padding-bottom: 130px
}

@media only screen and (max-width:1199px) {
  .pb_xl--130 {
    padding-bottom: 110px
  }
}

@media only screen and (max-width:1199px) {
  .mt_experience {
    margin-top: -10px
  }
}

.mt_dec--120 {
  margin-top: -120px
}

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

.padding-contorler-am-slide {
  padding-left: 246px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px
  }
}

@media only screen and (max-width:1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .padding-contorler-am-slide {
    padding-left: 50px
  }
}

@media only screen and (max-width:767px) {
  .padding-contorler-am-slide {
    padding-left: 15px
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px
  }
}

@media only screen and (max-width:1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px
  }
}

@media only screen and (max-width:1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px
  }
}

@media only screen and (max-width:767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px
  }
}

.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: 700
}

mark {
  background: var(--color-primary);
  color: #fff
}

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: #fff
}

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: -.5em
}

sub {
  bottom: -.25em
}

dl {
  margin-top: 0;
  margin-bottom: 10px
}

dd {
  margin: 0 15px 15px
}

dt {
  font-weight: 700;
  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: .35em .625em .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: 400
}

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: rgb(255 47 47 / .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: 700;
  margin-bottom: 10px
}

dd {
  margin: 0 15px 15px
}

caption {
  caption-side: top
}

kbd {
  background: var(--heading-color)
}

dfn,
cite,
em {
  font-style: italic
}

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: 400
}

blockquote strong,
blockquote b {
  font-weight: 700
}

input,
button,
select,
textarea {
  background: #fff0;
  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: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius)
}

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

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

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;
  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 {
  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 {
  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: #fff0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  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 #fff0;
  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 #fff0
}

.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: #fff0;
  color: var(--color-primary);
  transform: translateY(-5px)
}

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

.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: #FFF
}

.bg-color-black {
  background: #1A1A1A
}

.bg-color-extra03 {
  background: var(--color-extra03)
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.webp)
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg)
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg)
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg)
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg)
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg)
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg)
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg)
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg)
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg)
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg)
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg)
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg)
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg)
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg)
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg)
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg)
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg)
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg)
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg)
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg)
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg)
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg)
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg)
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg)
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg)
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg)
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg)
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg)
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg)
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg)
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg)
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg)
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg)
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg)
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg)
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg)
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg)
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg)
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg)
}

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-1.png) !important;
  background-size: cover !important
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png) !important;
  background-size: cover !important
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png) !important;
  background-size: cover !important
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png) !important;
  background-size: cover !important
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png) !important;
  background-size: cover !important
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png) !important;
  background-size: cover !important
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png) !important;
  background-size: cover !important
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png) !important;
  background-size: cover !important
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png) !important;
  background-size: cover !important
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png) !important;
  background-size: cover !important
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png) !important;
  background-size: cover !important
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png) !important;
  background-size: cover !important
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png) !important;
  background-size: cover !important
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png) !important;
  background-size: cover !important
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png) !important;
  background-size: cover !important
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png) !important;
  background-size: cover !important
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png) !important;
  background-size: cover !important
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png) !important;
  background-size: cover !important
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png) !important;
  background-size: cover !important
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png) !important;
  background-size: cover !important
}

.fullscreen {
  min-height: 980px;
  width: 100%
}

.row--0 {
  margin-left: 0;
  margin-right: 0
}

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

.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:-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)"
}

[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: #000
}

[data-white-overlay]:before {
  background-color: #fff
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: .1
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: .2
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: .3
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: .4
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: .5
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: .6
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: .7
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: .8
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: .9
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1
}

#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: #fff
}

@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: rgb(0 2 72 / .1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px)
}

#scrollUp::after {
  background: #fff;
  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: #fff0 #fff0 var(--color-primary) #fff0;
  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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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
}

@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(.7);
    transform: translate3d(0, 50px, 0) scale(.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(.8);
    transform: translate3d(0, 20px, 0) scale(.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, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

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

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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
}

@-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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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
}

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

@-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(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .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)
  }
}

.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%)
  }
}

.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(.2, .2);
    transform: scale(.2, .2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }

  50% {
    opacity: .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 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
}

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

[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease)
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-sal=slide-up] {
  transform: translateY(20%)
}

[data-sal=slide-down] {
  transform: translateY(-20%)
}

[data-sal=slide-left] {
  transform: translateX(20%)
}

[data-sal=slide-right] {
  transform: translateX(-20%)
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-sal=zoom-in] {
  transform: scale(.5)
}

[data-sal=zoom-out] {
  transform: scale(1.1)
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none
}

.content-main-wrapper {
  text-align: center;
  width: 64%;
  margin: auto
}

@media only screen and (max-width:767px) {
  .content-main-wrapper {
    width: 100%
  }
}

.content-main-wrapper .title {
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .content-main-wrapper .title {
    font-size: 60px;
    line-height: 70px
  }
}

@media only screen and (max-width:1199px) {
  .content-main-wrapper .title {
    font-size: 40px;
    line-height: 49px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .content-main-wrapper .title {
    font-size: 36px
  }
}

@media only screen and (max-width:575px) {
  .content-main-wrapper .title {
    margin-top: 60px;
    font-size: 34px;
    line-height: 33px
  }
}

.content-main-wrapper .title span {
  color: var(--color-primary)
}

.content-main-wrapper p.disc {
  color: #E3E3E3;
  width: 75%;
  margin: auto;
  margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
  .content-main-wrapper p.disc {
    width: 100%
  }
}

@media only screen and (max-width:575px) {
  .content-main-wrapper p.disc {
    font-size: 14px;
    line-height: 24px
  }
}

.content-main-wrapper .button-area {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center
}

@media only screen and (max-width:575px) {
  .content-main-wrapper .button-area {
    flex-direction: column;
    align-items: center
  }
}

.content-main-wrapper .button-area .rts-btn {
  padding: 12px 28px
}

.content-main-wrapper .button-area .rts-btn.btn-primary {
  border: 1px solid #fff0
}

.content-main-wrapper .button-area .rts-btn.btn-primary:hover {
  background: rgb(217 217 217 / .06);
  border: 1px solid rgb(151 150 233 / .1);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  font-weight: 600;
  color: #fff
}

.content-main-wrapper .user-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 120px
}

@media only screen and (max-width:575px) {
  .content-main-wrapper .user-area {
    flex-direction: column;
    gap: 20px
  }
}

.content-main-wrapper .user-area .image-wrapper {
  position: relative;
  display: flex
}

@media only screen and (max-width:575px) {
  .content-main-wrapper .user-area .image-wrapper {
    margin-left: 90px
  }
}

.content-main-wrapper .user-area .image-wrapper img {
  padding: 5px;
  background: rgb(255 255 255 / .1);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative
}

.content-main-wrapper .user-area .image-wrapper img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 90%;
  height: 90%;
  background: #083a5e79
}

.content-main-wrapper .user-area .image-wrapper img:hover {
  z-index: 10 !important;
  transform: scale(1.1) translateY(-5px)
}

.content-main-wrapper .user-area .image-wrapper img.five {
  position: absolute;
  right: 30px;
  z-index: 1
}

.content-main-wrapper .user-area .image-wrapper img.four {
  position: absolute;
  right: 60px;
  z-index: 2
}

.content-main-wrapper .user-area .image-wrapper img.three {
  position: absolute;
  right: 90px;
  z-index: 3
}

.content-main-wrapper .user-area .image-wrapper img.two {
  position: absolute;
  right: 120px;
  z-index: 4
}

.content-main-wrapper .user-area .image-wrapper img.one {
  z-index: 1;
  position: relative
}

.content-main-wrapper .user-area p {
  margin-bottom: 0;
  margin-right: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff
}

.usefull-for-ani .single {
  padding: 5px 10px 5px 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgb(217 217 217 / .06);
  border: 1px solid rgb(151 150 233 / .2);
  backdrop-filter: blur(25px);
  border-radius: 25px;
  max-width: max-content;
  position: absolute;
  left: 127px;
  top: 350px;
  animation: jump-2 10s linear infinite;
  border-radius: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .usefull-for-ani .single {
    left: 40px;
    top: 150px
  }
}

@media only screen and (max-width:767px) {
  .usefull-for-ani .single {
    display: none
  }
}

.usefull-for-ani .single.blog {
  position: absolute;
  left: 254px;
  top: 564px;
  animation: jump-2 15s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .usefull-for-ani .single.blog {
    left: 128px
  }
}

@media only screen and (max-width:1199px) {
  .usefull-for-ani .single.blog {
    left: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .usefull-for-ani .single.blog {
    left: 20px;
    top: 380px
  }
}

.usefull-for-ani .single.copy {
  right: 296px;
  top: 263px;
  left: auto;
  animation: jump-2 10s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .usefull-for-ani .single.copy {
    right: 126px
  }
}

@media only screen and (max-width:1199px) {
  .usefull-for-ani .single.copy {
    right: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .usefull-for-ani .single.copy {
    right: 30px
  }
}

@media only screen and (max-width:1199px) {
  .usefull-for-ani .single.copy {
    right: 30px
  }
}

.usefull-for-ani .single.freelancer {
  right: 188px;
  top: 484px;
  left: auto;
  animation: jump-2 15s linear infinite
}

@media only screen and (max-width:1199px) {
  .usefull-for-ani .single.freelancer {
    right: 60px
  }
}

.usefull-for-ani .single span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E3E3E3
}

.bg-deam {
  background: #F6F6F6
}

.banner-two-inner-content span.pre-title {
  padding: 5px 7px;
  background: #E6E6FF;
  color: #3F3EED;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px
}

.banner-two-inner-content .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #083A5E;
  text-transform: capitalize;
  margin-top: 25px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .banner-two-inner-content .title {
    font-size: 48px;
    line-height: 56px
  }
}

@media only screen and (max-width:1199px) {
  .banner-two-inner-content .title {
    font-size: 44px;
    line-height: 61px
  }
}

@media only screen and (max-width:767px) {
  .banner-two-inner-content .title {
    font-size: 36px;
    line-height: 46px
  }
}

.banner-two-inner-content .title span {
  color: var(--color-primary)
}

.banner-two-inner-content p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 68%
}

.banner-two-inner-content form {
  width: 80%
}

.banner-two-inner-content form .input-area {
  display: flex;
  align-items: center
}

@media only screen and (max-width:767px) {
  .banner-two-inner-content form .input-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }
}

.banner-two-inner-content form .input-area input {
  height: 60px;
  background: #fff;
  box-shadow: 0 5px 5px rgb(22 22 22 / .06);
  border-radius: 4px
}

.banner-two-inner-content form .input-area button {
  background: var(--color-primary);
  border-radius: 4px;
  max-width: max-content;
  display: block;
  padding: 18px 30px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%
}

@media only screen and (max-width:767px) {
  .banner-two-inner-content form .input-area button {
    margin-left: 0
  }
}

.banner-two-inner-content form .input-area button i {
  margin-left: 8px
}

.banner-two-inner-content .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px
}

@media only screen and (max-width:479px) {
  .banner-two-inner-content .rating-area {
    flex-direction: column;
    align-items: flex-start
  }
}

.banner-two-inner-content .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: max-content
}

.banner-two-inner-content .rating-area .rating img {
  margin: 0 2px
}

.banner-two-inner-content .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px
}

.banner-two-inner-content .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px
}

@media only screen and (max-width:767px) {
  .banner-two-inner-content .brand-arae {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .banner-two-inner-content .brand-arae img {
    max-width: 70px
  }
}

.banner-two-area {
  position: relative
}

.banner-two-area .banner-right-img {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-two-area .banner-right-img {
    position: relative;
    top: 111px;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: flex-start
  }
}

@media only screen and (max-width:767px) {
  .banner-two-area .banner-right-img {
    position: relative;
    top: 70px;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: flex-start
  }
}

@media only screen and (max-width:575px) {
  .banner-two-area .banner-right-img {
    top: 10px
  }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .banner-two-area .banner-right-img img {
    width: 70%
  }
}

@media only screen and (max-width:1199px) {
  .banner-two-area .banner-right-img img {
    width: 60%
  }
}

.rts-banner-area-three {
  background: linear-gradient(180deg, #D4F7EC 0%, #fff0 100%)
}

.banner-three-inner {
  height: 526px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:575px) {
  .banner-three-inner {
    display: block;
    padding-top: 60px
  }
}

.banner-three-inner .title {
  line-height: 70px;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px
}

@media only screen and (max-width:1199px) {
  .banner-three-inner .title {
    font-size: 50px;
    line-height: 64px
  }
}

@media only screen and (max-width:1199px) and (max-width:1199px) {
  .banner-three-inner .title br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-three-inner .title {
    font-size: 40px;
    line-height: 52px
  }
}

@media only screen and (max-width:767px) {
  .banner-three-inner .title {
    font-size: 40px;
    line-height: 52px
  }
}

@media only screen and (max-width:575px) {
  .banner-three-inner .title {
    font-size: 32px;
    line-height: 44px
  }
}

.banner-three-inner .title span {
  background: linear-gradient(89.94deg, #33B89F 28.89%, #3F3EED 72.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0
}

.banner-three-inner p.disc {
  width: 53%;
  margin: auto;
  margin-bottom: 30px
}

@media only screen and (max-width:767px) {
  .banner-three-inner p.disc {
    width: 85%
  }
}

@media only screen and (max-width:575px) {
  .banner-three-inner p.disc {
    width: 100%
  }
}

.banner-three-inner .button-area-main {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 15px
}

@media only screen and (max-width:575px) {
  .banner-three-inner .button-area-main {
    flex-direction: column;
    align-items: center
  }
}

.banner-three-inner .button-area-main .rts-btn {
  width: 181px;
  min-width: max-content
}

.banner-three-inner span.bottom {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  color: #497696
}

.banner-four-content .button-area-main .rts-btn {
  padding: 11px 40px
}

.single-feature-area-three {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #CBF3E7;
  border-radius: 4px;
  transition: 0.3s;
  height: 100%
}

.single-feature-area-three .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  display: flex;
  align-items: center;
  justify-content: center
}

.single-feature-area-three .info-wrapper span {
  margin-bottom: 0
}

.single-feature-area-three .info-wrapper .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px
}

.single-feature-area-three:hover {
  background: var(--color-primary-2)
}

.single-feature-area-three:hover .icon {
  background: #fff;
  border: 1px solid var(--color-primary-2)
}

.single-feature-area-three:hover .title {
  color: #fff
}

.single-feature-area-three:hover span {
  color: #fff
}

.gradient-sec-three {
  background: linear-gradient(180deg, #fff0 16.15%, #E8FFF8 100%)
}

.container-h-4 {
  max-width: 1720px;
  margin: auto
}

.banner-four-bg {
  height: 910px;
  background: #F2F8FD;
  border-radius: 30px 30px 0 0;
  margin-top: -25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-four-bg {
    margin-top: 0;
    border-radius: 0;
    height: auto
  }
}

@media only screen and (max-width:767px) {
  .banner-four-bg {
    margin-top: 0;
    height: auto
  }
}

.header-top-four {
  height: 72px;
  background: #3F3EED
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-top-four {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .header-top-four {
    display: none
  }
}

.header-top-four-area-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .header-top-four-area-wrapper {
    padding: 0 30px
  }
}

@media only screen and (max-width:1199px) {
  .header-top-four-area-wrapper {
    padding: 0 30px
  }
}

.header-top-four-area-wrapper .social-area a {
  color: #fff;
  margin: 0 10px
}

.header-top-four-area-wrapper .mid-disc {
  margin: 0;
  color: #fff;
  margin-right: -160px
}

.header-top-four-area-wrapper .mid-disc a {
  font-weight: 700;
  text-decoration: underline
}

.header-top-four-area-wrapper .mid-disc a:hover {
  color: #fff
}

.header-top-four-area-wrapper .end-part {
  display: flex;
  align-items: center;
  gap: 50px
}

.header-top-four-area-wrapper .end-part a {
  min-width: max-content;
  margin: 0;
  padding: 0;
  color: #fff
}

.header-top-four-area-wrapper .end-part select {
  padding: 0;
  margin: 0;
  background: #fff0;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.header-top-four-area-wrapper .end-part select option {
  color: #083A5E;
  display: block;
  padding: 5px 10px
}

.banner-four-content .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #083A5E
}

@media only screen and (max-width:1199px) {
  .banner-four-content .title {
    font-size: 45px;
    line-height: 55px
  }
}

@media only screen and (max-width:1199px) {
  .left-area-core-feature-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .left-area-core-feature-image img {
    width: 100%;
    max-height: inherit
  }
}

@media only screen and (max-width:767px) {
  .left-area-core-feature-image img {
    width: 100%;
    max-height: inherit
  }
}

.banner-four-content .title {
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-four-content .title {
    max-width: max-content
  }
}

@media only screen and (max-width:767px) {
  .banner-four-content .title {
    max-width: max-content;
    font-size: 26px;
    font-size: 32px;
    line-height: 49px
  }
}

.banner-four-content .title span.right-tag {
  padding: 6px 19px;
  display: block;
  position: absolute;
  right: 185px;
  top: 17px;
  border: 1px solid #3F3EED;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border-radius: 30px
}

@media only screen and (max-width:1199px) {
  .banner-four-content .title span.right-tag {
    right: 75px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-four-content .title span.right-tag {
    right: 0;
    top: 7px
  }
}

@media only screen and (max-width:767px) {
  .banner-four-content .title span.right-tag {
    right: 0;
    top: 7px
  }
}

@media only screen and (max-width:575px) {
  .banner-four-content .title span.right-tag {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .banner-four-content p br {
    display: none
  }
}

.banner-four-content .button-area-main {
  display: flex;
  align-items: center;
  gap: 40px
}

@media only screen and (max-width:479px) {
  .banner-four-content .button-area-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px
  }
}

.banner-four-content .button-area-main .btn-only {
  color: var(--color-primary) !important;
  display: flex;
  align-items: center;
  font-weight: 600
}

.banner-four-content .button-area-main .btn-only i {
  margin-left: 5px;
  margin-top: 2px
}

.rts-banner-area-five {
  display: flex;
  align-items: center
}

.rts-banner-area-five .button-area-main {
  gap: 20px
}

.banner-five-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-five-thumbnail {
    justify-content: flex-start;
    margin-top: 50px
  }
}

@media only screen and (max-width:767px) {
  .banner-five-thumbnail {
    justify-content: flex-start;
    margin-top: 50px
  }
}

.banner-four-content.five span.pre-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  z-index: 1;
  color: #3F3EED;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block
}

.banner-four-content.five span.pre-title::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  height: 30px;
  width: 73px;
  background: linear-gradient(90deg, #E2E2FF -26.71%, #fff0 121.23%)
}

.banner-four-content.five .btn-border-p {
  padding: 13px 25px
}

.banner-four-content.five .rts-btn.btn-border-p:hover {
  color: #fff
}

.banner-four-content.five .rts-btn {
  border: 1px solid var(--color-primary)
}

.banner-four-content.five .rts-btn.btn-primary {
  font-weight: 700
}

.banner-four-content.five .rts-btn.btn-primary:hover {
  border: 1px solid #3F3EED !important;
  color: var(--color-primary) !important;
  background: #fff0;
  font-weight: 700
}

.title-area {
  position: relative
}

.title-area img {
  position: absolute;
  right: 27%;
  bottom: 10px
}

@media only screen and (max-width:575px) {
  .title-area img {
    display: none
  }
}

.rts-header-area-five {
  border-bottom: 1px solid #ECECEC
}

.voice-languages-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px
}

@media only screen and (max-width:575px) {
  .voice-languages-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start
  }
}

.voice-languages-wrapper p {
  margin-bottom: 0
}

.voice-languages-wrapper p a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.voice-languages-wrapper .img-wrapper {
  position: relative
}

.voice-languages-wrapper .img-wrapper img {
  transition: 0.3s;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer
}

.voice-languages-wrapper .img-wrapper img.one {
  position: relative
}

.voice-languages-wrapper .img-wrapper img.two {
  position: absolute;
  left: 30px
}

.voice-languages-wrapper .img-wrapper img.three {
  position: absolute;
  left: 60px
}

.voice-languages-wrapper .img-wrapper img.four {
  position: absolute;
  left: 90px
}

.voice-languages-wrapper .img-wrapper img:hover {
  z-index: 5
}

.rts-banner-area-one .content-main-wrapper .title span {
  background: linear-gradient(90deg, #3F3EED 64.91%, #7721E4 95.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.rts-banner-area-one .content-main-wrapper .title span span {
  border-color: #7721E4
}

.rts-banner-area-one.banner-six {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  height: auto
}

@media (max-width:1200px) {
  .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 75%
  }
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 100%
  }
}

.rts-banner-area-one.banner-six .content-main-wrapper form {
  width: 75%;
  margin: auto
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-six .content-main-wrapper form {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .rts-banner-area-one.banner-six .content-main-wrapper form {
    width: 100%
  }
}

.rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill {
  position: relative
}

.rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  max-width: max-content;
  background: var(--color-primary);
  padding: 12px 33px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase
}

@media (max-width:500px) {
  .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill button {
    padding: 8px 20px
  }
}

.rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill input {
  height: 50px;
  border: 1px solid #FFF;
  border-radius: 4px;
  border-color: #121B32;
  height: 60px;
  color: #777;
  background: #FFF
}

.rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill input:focus {
  border: 1px solid var(--color-primary)
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area {
  padding: 0;
  margin: 15px auto auto auto;
  display: flex;
  align-items: center;
  width: 75%;
  gap: 10px
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area {
    width: 100%;
    flex-wrap: wrap
  }
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li {
  list-style: none;
  color: #E3E3E3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  width: 100px;
  padding: 5px 0;
  border-radius: 4px;
  background: #0E1424;
  transition: all 0.3s
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li a {
  width: 100%;
  display: block
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:hover {
  background: var(--color-primary);
  color: #E3E3E3
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:hover a {
  color: #E3E3E3
}

.rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:first-child {
  font-weight: 600;
  background: none;
  margin-right: 10px
}

.rts-banner-area-one.banner-six .banner-poster-area {
  margin-top: 135px
}

.rts-banner-area-one.banner-six .banner-poster-area .container {
  width: 1720px;
  max-width: 100%
}

.rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 12px
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area {
    margin-bottom: 35px
  }
}

.rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area:hover img {
  transform: scale(105%)
}

.rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area img {
  width: 100%;
  border-radius: 10px;
  transform: scale(100%);
  transition: all 0.4s
}

.rts-banner-area-one.banner-seven {
  z-index: 1
}

.rts-banner-area-one.banner-seven::after {
  content: "";
  position: absolute;
  background: rgb(12 18 33 / .7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1
}

.rts-banner-area-one.banner-seven .content-main-wrapper {
  width: 80%
}

@media (max-width:1200px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 75%
  }
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 100%
  }
}

.rts-banner-area-one.banner-seven .content-main-wrapper .title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -.96px
}

@media only screen and (max-width:1199px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 40px;
    line-height: 49px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 36px
  }
}

@media only screen and (max-width:575px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 28px;
    line-height: 40px
  }
}

.rts-banner-area-one.banner-seven .content-main-wrapper .disc {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500
}

.rts-banner-area-one.banner-seven .content-main-wrapper form {
  width: 70%
}

@media (max-width:991px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper form {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .rts-banner-area-one.banner-seven .content-main-wrapper form {
    width: 100%
  }
}

.rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area {
  justify-content: center
}

.rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li {
  background: none;
  border-radius: 2px;
  border: 1px solid #515151
}

.rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li:first-child {
  border: none !important
}

.rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li:hover {
  border: 1px solid var(--color-primary)
}

.rts-banner-area-three {
  position: relative;
  z-index: 1
}

.rts-banner-area-three .shape-image .icon-wrapper .single {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 7px 20px 7px 7px;
  background: #CBF3E7;
  border-radius: 6px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single {
    display: none
  }
}

.rts-banner-area-three .shape-image .icon-wrapper .single span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #083A5E
}

.rts-banner-area-three .shape-image .icon-wrapper .single.one {
  left: 15%;
  animation: jump-2 10s linear infinite;
  top: 50%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.one {
    left: 3%;
    top: 40%
  }
}

@media only screen and (max-width:1199px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.one {
    top: 30%;
    left: 1%
  }
}

.rts-banner-area-three .shape-image .icon-wrapper .single.two {
  right: 15%;
  top: 50%;
  animation: jump-2 15s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.two {
    right: 3%;
    top: 35%
  }
}

@media only screen and (max-width:1199px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.two {
    right: 1%;
    top: 27%
  }
}

.rts-banner-area-three .shape-image .icon-wrapper .single.three {
  left: 5%;
  bottom: -10%;
  animation: jump-2 7s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.three {
    left: 5%;
    bottom: 12%
  }
}

@media only screen and (max-width:1199px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.three {
    left: 2%;
    bottom: 15%
  }
}

.rts-banner-area-three .shape-image .icon-wrapper .single.four {
  right: 3%;
  bottom: 0%;
  z-index: 1;
  background: #E3F3FF;
  animation: jump-2 12s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.four {
    right: 2%;
    bottom: 21%
  }
}

@media only screen and (max-width:1199px) {
  .rts-banner-area-three .shape-image .icon-wrapper .single.four {
    bottom: 28%
  }
}

.index-four .single-team-area {
  background: linear-gradient(180deg, #E3F3FF 0%, #fff0 100%)
}

.rts-btn {
  padding: 13px 25px;
  border-radius: 25px;
  transition: 0.3s;
  font-weight: 500 !important
}

.rts-btn.btn-primary {
  background: var(--color-primary)
}

.rts-btn.btn-primary:hover {
  background: #151f39
}

.rts-btn.btn-blur {
  padding: 10px 31px;
  background: rgb(217 217 217 / .06);
  border: 1px solid rgb(151 150 233 / .1);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  letter-spacing: .03em;
  font-weight: 600;
  color: #fff
}

.rts-btn.btn-blur:hover {
  background: var(--color-primary);
  border: 1px solid #fff0
}

.rts-btn.btn-lonly {
  color: #fff;
  letter-spacing: .03em;
  font-weight: 400;
  padding: 0
}

.rts-btn.btn-border-p {
  border: 1px solid #3F3EED;
  color: var(--color-primary);
  font-weight: 700;
  padding: 10px 32px
}

.rts-btn.btn-border-p:hover {
  background: var(--color-primary);
  border: 1px solid #fff0
}

.index-three .rts-btn {
  padding: 13px 25px;
  border-radius: 5px;
  transition: 0.3s
}

.index-three .rts-btn.btn-primary {
  background: var(--color-primary-2)
}

.index-three .rts-btn.btn-primary:hover {
  background: #083A5E
}

.index-three .rts-btn.btn-secondary {
  background: #083A5E
}

.index-three .rts-btn.btn-secondary:hover {
  background: var(--color-primary-2)
}

.index-three .rts-btn.btn-blur {
  padding: 10px 31px;
  background: rgb(217 217 217 / .06);
  border: 1px solid rgb(151 150 233 / .1);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  letter-spacing: .03em;
  font-weight: 600;
  color: #fff
}

.index-three .rts-btn.btn-blur:hover {
  background: var(--color-primary-2);
  border: 1px solid #fff0
}

.index-three .rts-btn.btn-lonly {
  color: #fff;
  letter-spacing: .03em;
  font-weight: 400;
  padding: 0
}

.index-three .rts-btn.btn-border-p {
  border: 1px solid #3F3EED;
  color: var(--color-primary-2);
  font-weight: 700;
  padding: 10px 32px
}

.index-three .rts-btn.btn-border-p:hover {
  background: var(--color-primary-2);
  border: 1px solid #fff0
}

.rts-banner-area-one {
  display: flex;
  flex-direction: column;
  padding-bottom: 0
}

.rts-banner-area-one .bottom-mid-img {
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.rts-banner-area-one .bottom-mid-img img {
  padding: 20px 20px 0 20px;
  background: #fff0;
  width: 100%;
}

.single-tools-feature {
  padding: 40px;
  text-align: center;
  background: rgb(255 255 255 / .02);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transition: 0.3s;
  border: 1px solid #fff0;
  height: 100%
}

@media only screen and (max-width:479px) {
  .single-tools-feature {
    padding: 20px
  }
}

.single-tools-feature:hover {
  border: 1px solid rgb(151 150 233 / .2)
}

.single-tools-feature .icon {
  margin-bottom: 26px
}

.single-tools-feature .title {
  color: #fff;
  margin-bottom: 20px
}

.single-tools-feature p.disc {
  color: #E3E3E3;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px
}

.single-tools-feature a.btn-lonly {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s
}

.single-tools-feature a.btn-lonly i {
  margin-left: 8px;
  transition: 0.3s
}

.single-tools-feature a.btn-lonly:hover {
  color: #3F3EED
}

.single-tools-feature a.btn-lonly:hover i {
  color: #3F3EED
}

@media (max-width:1200px) {
  .header--sticky .rts-btn.btn-lonly {
    display: none
  }
}

.header--sticky {
  transition: 0;
  top: 0;
  z-index: 5;
  position: relative
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: 0 7px 18px #1810100d;
  background: #151f39;
  z-index: 999
}

header.header-one {
  position: absolute;
  width: 100%;
  z-index: 5;
  height: 100px
}

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

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

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

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-one .button-area {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .header-one .button-area {
    display: none
  }
}

header.header-two {
  position: absolute;
  width: 100%;
  z-index: 5
}

header.header-two .header-top-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0
}

@media only screen and (max-width:767px) {
  header.header-two .header-top-two {
    display: none
  }
}

header.header-two .header-top-two .social-area ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 18px
}

header.header-two .header-top-two .social-area ul li {
  margin: 0
}

header.header-two .header-top-two .social-area ul li a {
  padding: 0;
  margin: 0
}

header.header-two .header-top-two .right-area ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0
}

header.header-two .header-top-two .right-area ul li {
  margin: 0;
  padding: 0
}

.header-main-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(0 0 0 / .03)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-main-two {
    height: 65px
  }
}

@media only screen and (max-width:767px) {
  .header-main-two {
    height: 65px
  }
}

.header-area.header-two .has-dropdown::after {
  color: #497696
}

.header-area.header-two .has-dropdown .submenu li a {
  color: #497696
}

.header-area.header-two .nav-area-main nav ul li a {
  color: #497696;
  font-weight: 400
}

.header-area.header-two .button-area a {
  font-weight: 500
}

.header-area.header-two .button-area a.btn-primary {
  margin-left: 30px;
  border-radius: 5px
}

.header-area.header-two .header-main-two.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: flex;
  width: 100%;
  box-shadow: 0 7px 18px #1810100d;
  background: #fff;
  z-index: 999;
  left: 0;
  padding: 0 290px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .header-area.header-two .header-main-two.header--sticky.sticky {
    padding: 0 30px
  }
}

@media only screen and (max-width:1199px) {
  .header-area.header-two .header-main-two.header--sticky.sticky {
    padding: 0 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area.header-two .header-main-two .button-area {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .header-area.header-two .header-main-two .button-area {
    display: none
  }
}

.header-one.header-three .button-area a {
  font-weight: 500
}

.header-one.header-three .button-area a.btn-primary {
  margin-left: 30px;
  border-radius: 5px
}

.header-one.header-three.header-four .header-main-wrapper .button-area {
  display: flex;
  align-items: center
}

@media (max-width:991px) {
  .header-one.header-three.header-four .header-main-wrapper .button-area {
    display: none
  }
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button {
  display: flex
}

@media (max-width:1200px) {
  .header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button {
    display: none
  }
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon {
  position: relative;
  padding: 0 20px
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon svg path {
  stroke: #FFF
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgb(217 217 217 / .3);
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button .cart {
  margin: 0 20px;
  position: relative
}

.header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button .cart .wishlist-dot {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #000;
  background: #D9D9D9;
  width: 16px;
  height: 16px;
  font-size: 14px;
  display: block;
  line-height: 17px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center
}

.header-one.header-three.header-four .header-main-wrapper .button-area .rts-btn {
  margin-left: 40px
}

@media only screen and (max-width:1199px) {
  .working_p-swiper-main-wrapper .swiper-wrapper {
    margin-bottom: 30px
  }
}

.header-three-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-three-area {
    height: 65px
  }
}

@media only screen and (max-width:767px) {
  .header-three-area {
    height: 65px
  }
}

.header-three-area .nav-area-main ul li a {
  color: #083A5E;
  transition: 0.3s
}

.header-three-area .nav-area-main ul li.has-dropdown::after {
  color: #083A5E;
  transition: 0.3s
}

.header-three-area .nav-area-main ul li.has-dropdown:hover::after {
  color: var(--color-primary-2)
}

.header-three-area .nav-area-main ul li:hover a.links-main {
  color: var(--color-primary-2) !important
}

.header-three-area .nav-area-main ul li.has-dropdown .submenu li a:hover {
  background: #fff0;
  color: var(--color-primary-2)
}

.header-three-area .button-area {
  display: flex;
  align-items: center;
  gap: 30px
}

.header-three-area .button-area a {
  font-weight: 600
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-three-area .button-area {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .header-three-area .button-area {
    display: none
  }
}

.header-style-three.header--sticky.sticky {
  background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-style-three .header-three-area .button-area {
    display: none !important
  }
}

.has-dropdown.mega-menu:hover a.links-main::after {
  content: "\f077"
}

.has-dropdown.mega-menu::after {
  display: none
}

.has-dropdown.mega-menu a.links-main {
  position: relative
}

.has-dropdown.mega-menu a.links-main::after {
  position: absolute;
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 14px;
  right: -20px;
  top: 51%;
  transform: translateY(-50%);
  color: #497696
}

.main-4-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .main-4-header-wrapper {
    padding: 0 30px
  }
}

@media only screen and (max-width:1199px) {
  .main-4-header-wrapper {
    padding: 0 30px
  }
}

.main-4-header-wrapper .nav-area-main {
  margin-left: 126px;
  margin-right: auto
}

@media only screen and (max-width:1199px) {
  .main-4-header-wrapper .nav-area-main {
    margin-left: 35px
  }
}

.main-4-header-wrapper .nav-area-main ul li a.links-main {
  color: #083A5E
}

.main-4-header-wrapper .nav-area-main ul li a.links-main:hover {
  color: var(--color-primary)
}

.main-4-header-wrapper .nav-area-main ul li.has-dropdown::after {
  color: #083A5E
}

.main-4-header-wrapper .button-area a.rts-btn.btn-lonly {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px
}

.main-4-header-wrapper .button-area a.rts-btn.btn-blur {
  background: var(--color-primary);
  color: #fff
}

.main-4-header-wrapper .button-area a.rts-btn.btn-blur:hover {
  background: #151f39
}

.inner-page.case-2 .shape-img img {
  display: none
}

.mobile-menu-main .mainmenu {
  padding-left: 10px
}

.mobile-menu-main .mainmenu li.has-droupdown {
  position: relative
}

.mobile-menu-main .mainmenu 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 .mainmenu li.has-droupdown.mm-active::after {
  content: "\f077"
}

.mobile-menu-main .mainmenu li.has-droupdown a {
  margin-top: 6px
}

.mobile-menu-main .mainmenu li.has-droupdown a::after {
  display: none
}

.mobile-menu-main .mainmenu .parent .main {
  font-weight: 600;
  color: #151f39;
  font-size: 22px;
  display: block;
  padding: 10px 15px;
  margin: 0;
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer
}

.mobile-menu-main .mainmenu li.parent .submenu {
  padding-left: 20px;
  margin: 0
}

.mobile-menu-main .mainmenu li.parent .submenu li {
  margin: 0 !important
}

.mobile-menu-main .mainmenu li.parent .submenu li:last-child a::after {
  display: none
}

.mobile-menu-main .mainmenu li.parent .submenu li a {
  padding: 5px 10px;
  display: block;
  font-weight: 600;
  color: #151f39;
  position: relative
}

.mobile-menu-main .mainmenu li.parent .submenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #4976962c
}

.header-main-wrapper.four-header {
  width: 100%;
  position: relative
}

.header-main-wrapper.four-header.header--sticky.sticky {
  background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-main-wrapper.four-header.header--sticky {
    height: 65px;
    background: #fff;
    display: flex;
    align-items: center
  }
}

@media only screen and (max-width:767px) {
  .header-main-wrapper.four-header.header--sticky {
    height: 65px;
    background: #fff;
    display: flex;
    align-items: center
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-main-wrapper.four-header.header--sticky .container-h-4 {
    width: 100%;
    padding: 0 30px
  }
}

@media only screen and (max-width:767px) {
  .header-main-wrapper.four-header.header--sticky .container-h-4 {
    width: 100%;
    padding: 0 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header-main-wrapper.four-header.header--sticky .container-h-4 .button-area {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .header-main-wrapper.four-header.header--sticky .container-h-4 .button-area {
    display: none
  }
}

.rts-header-area-five.header--sticky {
  background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .rts-header-area-five .button-area {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .rts-header-area-five .button-area {
    display: none
  }
}

.nav-area-main nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center
}

.nav-area-main nav ul li {
  margin: 0 20px
}

.nav-area-main nav ul li a {
  padding: 30px 0;
  display: block;
  letter-spacing: .03em;
  color: #fff;
  font-weight: 600
}

.header-style-three nav ul li.has-dropdown:hover a.links-main {
  color: var(--color-primary-2) !important
}

.nav-area-main ul li.has-dropdown {
  position: relative;
  margin-right: 38px
}

@media (max-width:1200px) {
  .nav-area-main ul li.has-dropdown {
    margin-right: 30px
  }
}

.nav-area-main ul li.has-dropdown::after {
  position: absolute;
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 14px;
  right: -20px;
  top: 51%;
  transform: translateY(-50%);
  color: #fff
}

.nav-area-main ul li.has-dropdown .submenu {
  position: absolute;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 36px 35px rgb(61 60 60 / .08);
  transform-origin: 0 0 0;
  padding: 10px 30px 10px 10px;
  min-width: 180px
}

.nav-area-main ul li.has-dropdown .submenu li {
  min-width: max-content;
  margin: 0
}

.nav-area-main ul li.has-dropdown .submenu li a {
  color: #083A5E;
  padding: 5px 10px 5px 15px;
  transition: 0.3s
}

.nav-area-main ul li.has-dropdown .submenu li a:hover {
  background: #fff0;
  color: var(--color-primary)
}

.nav-area-main ul li.has-dropdown .submenu li a span {
  background: var(--color-primary);
  color: #FFF;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 5px
}

.nav-area-main ul li.has-dropdown:hover::after {
  content: "\f077";
  color: var(--color-primary)
}

.nav-area-main ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1)
}

.nav-area-main ul li.has-dropdown:hover a.links-main {
  color: var(--color-primary) !important
}

.has-dropdown.mega-menu {
  position: static !important
}

.has-dropdown.mega-menu:hover .rts-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1)
}

.header-one .nav-area-main nav ul li a.links-main {
  transition: 0.3s
}

.header-one .nav-area-main nav ul li a.links-main:hover {
  color: var(--color-primary)
}

.header-two .nav-area-main nav ul li a.links-main {
  transition: 0.3s
}

.header-two .nav-area-main nav ul li a.links-main:hover {
  color: var(--color-primary)
}

.rts-mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px !important;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 36px 35px rgb(61 60 60 / .08);
  transform-origin: 0 0 0;
  padding: 30px
}

.mega-menu-item {
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start !important
}

.mega-menu-item li {
  margin-bottom: 19px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%
}

.mega-menu-item li:hover a {
  border: 1px solid #E6E5FF;
  border-radius: 4px
}

.mega-menu-item li a {
  display: flex !important;
  align-items: center;
  padding: 10px !important;
  border: 1px solid #fff0;
  width: 90%
}

.mega-menu-item li a img {
  margin-right: 16px;
  padding: 10px;
  max-width: max-content;
  background: #F0F0FF;
  border-radius: 4px
}

.mega-menu-item li a .info p {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.mega-menu-item li a .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #497696
}

p.brand-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.brand-area-main-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .brand-area-main-wrapper-one img {
    max-width: 120px
  }
}

@media only screen and (max-width:767px) {
  .brand-area-main-wrapper-one img {
    max-width: 70px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .brand-area-main-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
  }
}

@media only screen and (max-width:767px) {
  .brand-area-main-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
  }
}

.rts-brand-area-start-five {
  background: #FFF4F4
}

.rts-brand-area-start-five .top-para p {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E;
  margin: auto;
  text-align: center
}

.index-five .rts-btn {
  border-radius: 5px !important
}

.vedio-tab-area {
  background: #F6F6F6
}

.tab-vedio-five-main-wrapper .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  gap: 20px
}

.tab-vedio-five-main-wrapper .nav li {
  padding: 0;
  margin: 0 10px
}

.tab-vedio-five-main-wrapper .nav li button {
  padding: 10px 18px;
  background: #FFF;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  display: flex;
  align-items: center;
  border: 1px solid #fff0
}

.tab-vedio-five-main-wrapper .nav li button svg {
  margin-top: -3px;
  margin-right: 10px
}

.tab-vedio-five-main-wrapper .nav li button.active {
  border: 1px solid #3F3EED
}

.single-tab-main-content-area-five {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  max-width: 850px;
  margin: auto;
  position: relative
}

.single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
  position: absolute;
  left: 25%;
  top: 58%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    left: 45%;
    top: 37%
  }
}

@media only screen and (max-width:767px) {
  .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    left: 45%;
    top: 37%
  }
}

@media only screen and (max-width:479px) {
  .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    top: 25%;
    left: 39%
  }
}

.single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button span {
  border-left: 15px solid #083A5E
}

.single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button::before {
  background: rgb(9 9 9 / .6)
}

.single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button::after {
  width: 80px;
  height: 80px
}

.single-tab-main-content-area-five .thumbnail-image-large img {
  width: 100%
}

.single-tab-main-content-area-five .right-content {
  background: #F6F6F6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  padding: 35px 40px
}

.single-tab-main-content-area-five .right-content .inner {
  margin-top: 0
}

.single-tab-main-content-area-five .right-content .inner p.disc {
  margin-bottom: 22px
}

.single-tab-main-content-area-five .right-content .inner .bottom-area .authore {
  text-align: center
}

.single-tab-main-content-area-five .right-content .inner .bottom-area .authore img {
  margin-bottom: 10px
}

.single-tab-main-content-area-five .right-content .inner .bottom-area .authore span {
  display: block
}

.single-tab-main-content-area-five .right-content .inner .bottom-area .authore span.name {
  color: var(--color-primary);
  font-weight: 700
}

.single-tab-main-content-area-five .right-content .inner .bottom-area .authore span.deg {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E
}

.banner-five-thumbnail {
  position: relative
}

.banner-five-thumbnail .single-mp3-start {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / .1);
  border-radius: 4px;
  background: #fff;
  min-width: max-content;
  gap: 15px;
  top: 15%;
  right: -28%;
  animation: jump-2 8s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .banner-five-thumbnail .single-mp3-start {
    right: -1%
  }
}

@media only screen and (max-width:1199px) {
  .banner-five-thumbnail .single-mp3-start {
    right: -5%
  }
}

@media only screen and (max-width:767px) {
  .banner-five-thumbnail .single-mp3-start {
    top: 5%
  }
}

@media only screen and (max-width:479px) {
  .banner-five-thumbnail .single-mp3-start {
    padding: 5px;
    right: 0;
    top: 0
  }
}

.banner-five-thumbnail .single-mp3-start:hover {
  animation-play-state: paused
}

.banner-five-thumbnail .single-mp3-start.left {
  left: -6%;
  bottom: 18%;
  right: auto;
  top: auto;
  animation: jump-1 8s linear infinite
}

@media only screen and (max-width:767px) {
  .banner-five-thumbnail .single-mp3-start.left {
    bottom: 5%
  }
}

@media only screen and (max-width:479px) {
  .banner-five-thumbnail .single-mp3-start.left {
    left: 0
  }
}

.banner-five-thumbnail .single-mp3-start.left:hover {
  animation-play-state: paused
}

.banner-five-thumbnail .single-mp3-start .mid p {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #083A5E
}

.banner-five-thumbnail .single-mp3-start .icon-play {
  width: 36px;
  height: 36px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.banner-five-thumbnail .mp3-click-icon-banner {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer
}

@media only screen and (max-width:767px) {
  .banner-five-thumbnail .mp3-click-icon-banner {
    left: 50%
  }
}

.banner-five-thumbnail .mp3-click-icon-banner a {
  position: relative;
  z-index: 1
}

.banner-five-thumbnail .mp3-click-icon-banner a svg {
  height: 60px;
  width: 60px
}

.banner-five-thumbnail .mp3-click-icon-banner a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: rgb(9 9 9 / .6);
  border-radius: 50%;
  z-index: -1
}

@media only screen and (max-width:767px) {
  .banner-five-thumbnail .mp3-click-icon-banner a::after {
    height: 90px;
    width: 90px
  }
}

.banner-five-thumbnail .mp3-click-icon-banner a.ppbutton.fa-pauses svg path {
  fill: var(--color-primary) !important
}

.single-mp3-start .ppbutton.fa.icon-play.fa-pauses {
  background: #212123
}

.single-mp3-start .ppbutton.fa.icon-play.fa-pauses svg path {
  fill: var(--color-primary)
}

#menu-btn {
  cursor: pointer
}

.rts-audio-bot-area {
  background: #F6F6F6
}

.rts-audio-bot-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border: none
}

@media only screen and (max-width:767px) {
  .rts-audio-bot-area ul {
    gap: 0
  }
}

.rts-audio-bot-area ul li {
  flex-basis: 48%;
  position: relative
}

@media only screen and (max-width:1199px) {
  .rts-audio-bot-area ul li {
    flex-basis: 100%
  }
}

.rts-audio-bot-area ul li .ppbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

@media only screen and (max-width:767px) {
  .rts-audio-bot-area ul li {
    flex-basis: 100%
  }
}

.rts-audio-bot-area ul li .nav-link {
  background: #FFF;
  border-radius: 10px;
  border: none;
  padding: 26px;
  border: 1px solid #fff0
}

.rts-audio-bot-area ul li .nav-link:hover {
  box-shadow: none;
  background: linear-gradient(180deg, #EFEFFF 0%, #fff0 100%);
  border: 1px solid #3F3EED
}

.rts-audio-bot-area ul li .nav-link .press-area {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative
}

.rts-audio-bot-area ul li .nav-link .press-area .icon-audio {
  margin-left: -20px
}

.rts-audio-bot-area ul li .nav-link .press-area::after {
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%)
}

.rts-audio-bot-area ul li .nav-link .press-area .info h6 {
  margin-bottom: 6px;
  color: #083A5E
}

.rts-audio-bot-area ul li .nav-link .press-area .info span.one {
  color: #083A5E;
  font-weight: 500;
  font-family: var(--font-primary)
}

.rts-audio-bot-area ul li .nav-link .press-area .info span {
  display: block
}

.rts-audio-bot-area ul li .nav-link .press-area .info span.two {
  color: #497696;
  color: #497696;
  font-size: 17px !important;
  margin-top: 10px;
  font-family: var(--font-primary)
}

.rts-audio-bot-area ul li .nav-link.active {
  background: linear-gradient(180deg, #EFEFFF 0%, #fff0 100%);
  border: 1px solid #3F3EED
}

.rts-audio-bot-area ul li .nav-link.active .press-area .icon-audio svg path {
  fill: var(--color-primary)
}

.thumbnail-voice-bot {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .thumbnail-voice-bot img {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .thumbnail-voice-bot img {
    width: 100%
  }
}

.rts-header-area-five .rts-btn.btn-blur {
  padding: 10px 20px
}

.rts-banner-area-five .button-area-main .rts-btn {
  width: 190px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.rts-header-area-five .main-4-header-wrapper {
  height: 65px
}

.rts-brand-area.home-seven {
  background: #0E1424
}

.rts-brand-area.home-seven .single-brand {
  cursor: pointer;
  transition: all 0.3s
}

.rts-brand-area.home-seven .single-brand:hover svg path {
  fill: #FFF
}

.title-conter-area {
  text-align: center
}

.title-conter-area p.disc {
  width: 35%;
  margin: auto
}

@media only screen and (max-width:1199px) {
  .title-conter-area p.disc {
    width: 50%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .title-conter-area p.disc {
    width: 80%
  }
}

@media only screen and (max-width:767px) {
  .title-conter-area p.disc {
    width: 100%
  }
}

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

  h2.title br {
    display: none
  }
}

@media only screen and (max-width:767px) {
  h2.title {
    font-size: 32px;
    line-height: 36px
  }
}

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

.title-center-three {
  text-align: center
}

.title-center-three .pre {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  padding: 5px 15px;
  background: #D4F7EC;
  border-radius: 17px
}

.title-center-three .title {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  color: #083A5E;
  margin-top: 20px;
  text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .title-center-three .title {
    font-size: 36px;
    line-height: 40px
  }

  .title-center-three .title br {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .title-center-three .title {
    font-size: 32px;
    line-height: 36px
  }
}

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

.title-center-three .title span {
  position: relative
}

.title-center-three .title span::after {
  position: absolute;
  content: "";
  height: 27px;
  width: 179px;
  background-image: url(../images/banner/03.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: -20px
}

.title-center-three p {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px
}

.title-main-center-4 {
  text-align: center
}

.bg-service-4 {
  background: #F2F8FD
}

.search-input-area {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 200px 0;
  background: #0E1424;
  -webkit-box-shadow: 1px 1px 50px rgb(0 0 0 / .46);
  box-shadow: 1px 1px 50px rgb(0 0 0 / .46);
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search-input-area.show {
  visibility: visible;
  -webkit-transform: inherit;
  transform: inherit;
  opacity: 1
}

.search-input-area .search-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  position: relative
}

.search-input-area .search-input-inner input {
  background: none;
  border: 1px solid rgb(94 94 94 / .6);
  padding: 20px;
  padding-left: 40px;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  position: relative;
  color: #777
}

.search-input-area .search-input-inner input:focus {
  border: 1px solid var(--color-primary)
}

.search-input-area .search-input-inner input::placeholder {
  color: #777
}

.search-input-area .search-input-inner .search-close-icon {
  width: 6%
}

.search-input-area .search-input-inner .search-close-icon i {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  background: var(--color-primary);
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center
}

.cart-bar.show {
  visibility: visible;
  transform: translateX(0)
}

.cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  background: #0C1221;
  width: 390px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgb(0 0 0 / .2);
  visibility: hidden;
  transform: translateX(100%);
  transition: all 500ms ease;
  z-index: 100
}

.cart-bar .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e74d
}

.cart-bar .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 500;
  color: #FFF
}

.cart-bar .product-area3 .product-item .bottom-content {
  display: flex;
  justify-content: center;
  align-items: center
}

.cart-bar .product-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e74d
}

.cart-bar .product-item:last-child {
  margin-bottom: 0
}

.cart-bar .product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px
}

.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #040404
}

.cart-bar .product-detail .product-variation span {
  color: #E3E3E3;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px
}

.cart-bar .product-detail .product-qnty {
  margin-right: 5px
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #E3E3E3;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto
}

.cart-bar .cart-edit {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block
}

.cart-bar .cart-edit .quantity-edit {
  display: flex;
  border: 1px solid #E7E7E7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 40px
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #868686
}

.cart-bar .cart-edit .product-edit {
  margin-right: 15px
}

.cart-bar .cart-edit .product-edit i {
  font-size: 13px;
  color: #404040
}

.cart-bar .cart-edit .delete-cart i {
  font-size: 16px;
  color: #4E4E4E;
  margin-top: 5px
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: flex;
  flex-direction: column
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
  text-align: center
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #04040404
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  transition: all 300ms
}

.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 .checkout-btn:hover {
  background: var(--color-primary);
  color: #FFF
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid #fff0;
  background: var(--color-primary);
  color: #FFF
}

@media (max-width:768px) {
  .cart-bar {
    width: 100%
  }
}

.close-cart {
  cursor: pointer
}

.close-cart i {
  color: #FFF
}

.cart-bar.show .product-detail .product-name {
  color: #FFF
}

.single-feature-area-start {
  display: flex;
  align-items: center;
  padding: 86px 70px;
  background: #F2F2FF;
  justify-content: space-between;
  gap: 130px;
  margin-bottom: 60px;
  border-radius: 10px
}

@media only screen and (max-width:575px) {
  .single-feature-area-start.index-feature {
    padding: 15px;
    padding-bottom: 40px
  }
}

.single-feature-area-start.index-feature .image-area {
  max-width: max-content;
  min-width: max-content
}

@media only screen and (max-width:1199px) {
  .single-feature-area-start.index-feature .image-area {
    min-width: 350px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-feature-area-start.index-feature .image-area {
    min-width: auto
  }
}

@media only screen and (max-width:767px) {
  .single-feature-area-start.index-feature .image-area {
    min-width: auto
  }
}

.single-feature-area-start.index-feature .feature-content-area p.disc {
  width: 100%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-feature-area-start {
    gap: 50px
  }
}

@media only screen and (max-width:1199px) {
  .single-feature-area-start {
    padding: 30px;
    gap: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-feature-area-start {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px
  }
}

@media only screen and (max-width:767px) {
  .single-feature-area-start {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px
  }
}

.single-feature-area-start.bg-red-l {
  background: #FFF2F2
}

.single-feature-area-start.bg-red-l .featue-content-area span.pre {
  -webkit-text-stroke-color: #FFC6C6;
  color: #FFF2F2
}

.single-feature-area-start.bg-blue-l {
  background: #F2FAFF
}

.single-feature-area-start.bg-blue-l .featue-content-area span.pre {
  -webkit-text-stroke-color: #C0E7FF;
  color: #F2FAFF
}

.single-feature-area-start:last-child {
  margin-bottom: 0
}

.single-feature-area-start .image-area {
  max-width: max-content;
  min-width: max-content
}

@media only screen and (max-width:1199px) {
  .single-feature-area-start .image-area {
    min-width: 350px
  }
}

.single-feature-area-start .featue-content-area span.pre {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #BCBCFF;
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: #F2F2FF
}

.single-feature-area-start .featue-content-area .title {
  margin-bottom: 20px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .single-feature-area-start .featue-content-area .title {
    font-size: 36px
  }
}

.single-feature-area-start .featue-content-area p.disc {
  margin-bottom: 50px;
  width: 90%
}

.title-left-feature .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #083A5E
}

.title-left-feature p.disc {
  width: 65%
}

.single-feature-area-main-inner {
  padding: 80px;
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 30px
}

.single-feature-area-main-inner:last-child {
  margin-bottom: 0
}

.single-feature-area-main-inner .feature-content-inner .title {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: #083A5E
}

.single-feature-area-main-inner .feature-content-inner .title span {
  color: var(--color-primary)
}

.single-feature-area-main-inner .feature-content-inner p.disc {
  width: 70%
}

.single-feature-area-main-inner .thumbnail-feature {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #BCBCFF;
  background: #F6F6F6
}

.single-feature-area-main-inner .thumbnail-feature img {
  width: 100%
}

.rts-feature-area.home-six {
  background: #0C1221
}

.rts-feature-area.home-six .rts-feature-area-inner {
  border-radius: 10px;
  border: 1px solid #121B32;
  background: #0E1424;
  padding: 40px
}

.rts-feature-area.home-six .rts-feature-area-inner .left-side-content {
  margin-right: 100px
}

@media (max-width:991px) {
  .rts-feature-area.home-six .rts-feature-area-inner .left-side-content {
    margin-right: 0;
    margin-bottom: 80px
  }
}

.rts-feature-area.home-six .rts-feature-area-inner .left-side-content .title {
  color: #FFF;
  margin-bottom: 25px
}

.rts-feature-area.home-six .rts-feature-area-inner .left-side-content .disc {
  color: #FFF;
  margin-bottom: 60px
}

.rts-feature-area.home-six .rts-feature-area-inner .left-side-content .rts-btn {
  border-radius: 4px
}

.rts-feature-area.home-six .rts-feature-area-inner .left-side-content.area-2 {
  margin-left: 50px;
  margin-right: 0
}

@media (max-width:991px) {
  .rts-feature-area.home-six .rts-feature-area-inner .left-side-content.area-2 {
    margin-left: 0;
    margin-top: 80px
  }
}

.rts-feature-area.home-six .rts-feature-area-inner .right-side-image {
  text-align: center
}

.rts-isotope-area {
  background: #0C1221
}

.rts-isotope-area .rts-isotope-area-inner {
  margin: 0 80px
}

@media (max-width:576px) {
  .rts-isotope-area .rts-isotope-area-inner {
    margin: 0 20px
  }
}

.rts-isotope-area .rts-heading .title-inner .title {
  color: #FFF;
  text-transform: capitalize
}

.rts-isotope-area .rts-heading .title-inner .disc {
  color: #FFF;
  margin-bottom: 50px
}

@media (max-width:650px) {
  .rts-isotope-area .rts-heading .title-inner .disc br {
    display: none
  }
}

.rts-isotope-area .portfolio-menu {
  display: flex;
  max-width: 470px;
  margin: 0 auto 50px auto
}

.rts-isotope-area .portfolio-menu button {
  color: #FFF;
  background: none;
  padding: 5px 10px;
  border-radius: 4px
}

.rts-isotope-area .portfolio-menu button.active {
  background: #3F3EED
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2 {
  margin: 0 10px 30px 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2:hover .portfolio-text {
  transform: translateY(0);
  opacity: 1
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2:hover .img-fluid {
  transform: scale(105%)
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2 .img-fluid {
  transform: scale(100%);
  transition: all 0.4s;
  width: 100%
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2 .portfolio-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s
}

.rts-isotope-area .grid .grid-item .portfolio-wrapper2 .portfolio-text .text .p-title {
  color: #121B32;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  background: #FFF;
  border-radius: 4px;
  padding: 10px 32px
}

.mfp-image-holder .mfp-content {
  width: 450px;
  height: 450px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  width: 100%;
  height: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure figure {
  width: 100%;
  height: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure figure img {
  width: 100%
}

.mfp-bottom-bar {
  position: unset;
  margin-top: 0;
  display: flex;
  justify-content: space-between
}

.mfp-bottom-bar .mfp-counter {
  position: unset
}

.rts-project-area {
  background: #0E1424
}

.rts-project-area .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -.48px;
  text-transform: capitalize;
  margin-bottom: 40px
}

.rts-project-area .rts-project-area-inner {
  margin: 0 80px
}

@media (max-width:576px) {
  .rts-project-area .rts-project-area-inner {
    margin: 0 20px
  }
}

@media (max-width:400px) {
  .rts-project-area .rts-project-area-inner {
    margin: 0 10px
  }
}

.rts-project-area .rts-project-area-inner .image-area {
  margin: 0 15px;
  position: relative;
  z-index: 1
}

@media (max-width:1200px) {
  .rts-project-area .rts-project-area-inner .image-area {
    margin: 15px
  }
}

.rts-project-area .rts-project-area-inner .image-area:hover::after {
  opacity: 1
}

.rts-project-area .rts-project-area-inner .image-area:hover .content span a i {
  opacity: 1
}

.rts-project-area .rts-project-area-inner .image-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(18 27 50 / .6);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s
}

.rts-project-area .rts-project-area-inner .image-area img {
  width: 100%
}

.rts-project-area .rts-project-area-inner .image-area .content {
  position: absolute;
  width: 85%;
  display: flex;
  justify-content: space-between;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1
}

.rts-project-area .rts-project-area-inner .image-area .content span a {
  color: #FFF
}

.rts-project-area .rts-project-area-inner .image-area .content span a i {
  opacity: 0;
  transition: all 0.3s
}

.rts-popular-image-area {
  background: #0C1221
}

.rts-popular-image-area .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -.48px;
  text-transform: capitalize;
  margin-bottom: 40px
}

.rts-popular-image-area .rts-popular-image-area-inner {
  margin: 0 80px
}

@media (max-width:576px) {
  .rts-popular-image-area .rts-popular-image-area-inner {
    margin: 0 20px
  }
}

@media (max-width:400px) {
  .rts-popular-image-area .rts-popular-image-area-inner {
    margin: 0 10px
  }
}

.rts-popular-image-area .image-area {
  position: relative;
  margin: 15px;
  overflow: hidden;
  transition: all 0.3s
}

.rts-popular-image-area .image-area:hover .action-button {
  right: 20px
}

.rts-popular-image-area .image-area:hover .content .bottom-wrapper .price {
  transform: translateY(-30px)
}

.rts-popular-image-area .image-area:hover .content .bottom-wrapper .add-to-cart {
  transform: translateY(-25px)
}

.rts-popular-image-area .image-area .image {
  width: 100%
}

.rts-popular-image-area .image-area .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.rts-popular-image-area .image-area .image a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(18 27 50 / .3)
}

.rts-popular-image-area .image-area img {
  width: 100%;
  position: relative
}

.rts-popular-image-area .image-area .crown-tag {
  position: absolute;
  background: rgb(18 27 50 / .3);
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  top: 20px;
  z-index: 1
}

.rts-popular-image-area .image-area .crown-tag img {
  width: auto
}

.rts-popular-image-area .image-area .action-button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  right: -50px;
  transition: all 0.3s;
  z-index: 1
}

.rts-popular-image-area .image-area .action-button .single-action {
  list-style: none;
  background: #FFF;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-bottom: 15px
}

.rts-popular-image-area .image-area .action-button .single-action a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  border-radius: 4px
}

.rts-popular-image-area .image-area .action-button .single-action a i {
  color: #121B32
}

.rts-popular-image-area .image-area .action-button .single-action a:hover {
  background: #151f39
}

.rts-popular-image-area .image-area .action-button .single-action a:hover i {
  color: #fff
}

.rts-popular-image-area .image-area .content {
  margin-top: 30px
}

.rts-popular-image-area .image-area .content span a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -.4px;
  transition: all 0.3s
}

.rts-popular-image-area .image-area .content span a:hover {
  color: var(--color-primary)
}

.rts-popular-image-area .image-area .content .bottom-wrapper {
  margin-top: 10px;
  overflow: hidden
}

.rts-popular-image-area .image-area .content .bottom-wrapper .price,
.rts-popular-image-area .image-area .content .bottom-wrapper .add-to-cart {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -.32px;
  transition: all 0.3s
}

.rts-popular-image-area .image-area .content .bottom-wrapper .add-to-cart {
  transform: translateY(30px);
  display: block
}

.rts-popular-image-area .button-area {
  margin-top: 50px
}

.rts-popular-image-area .button-area .rts-btn {
  border-radius: 5px
}

.bg-tools {
  background: radial-gradient(21.09% 21.09% at 50% 58.35%, #151F39 0%, #0E1424 100%)
}

.bg-tools .title-conter-area .title {
  color: #fff
}

.bg-tools .title-conter-area p.disc {
  color: #E3E3E3
}

.bg_faq {
  background: #F6F6F6
}

.steps-main-content-three {
  text-align: left
}

.steps-main-content-three span {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #33B89F;
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: #fff0
}

.steps-main-content-three .title {
  margin-top: 10px;
  text-transform: capitalize
}

.steps-main-content-three p.disc {
  width: 70%;
  margin-bottom: 50px
}

.index-three .bottom-gradient {
  background: linear-gradient(180deg, #E7FFF8 16.15%, #fff0 100%) !important
}

.index-three .bg_faq {
  background: transparent !important
}

.index-three .accordion-area-one .accordion .accordion-item {
  background: #fff0
}

.cta-main-wrapper-three .main-wrapper-cta-three {
  background-image: url(../images/cta/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
  border-radius: 10px
}

@media only screen and (max-width:479px) {
  .cta-main-wrapper-three .main-wrapper-cta-three {
    padding: 20px
  }
}

.cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three {
  text-align: left;
  margin-top: 50px
}

.cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px
}

.cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #E3E3E3
}

.cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three a.rts-btn {
  margin-top: 30px;
  background: #fff;
  color: #083A5E;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px
}

.index-three .bg-footer.footer-two {
  background: linear-gradient(180deg, #fff0 16.15%, #E7FFF8 100%)
}

.image-feature-area-three {
  position: relative;
  z-index: 1
}

.image-feature-area-three .shape-bg {
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 23%;
  z-index: -1
}

.image-feature-area-three .shape-bg img {
  min-width: max-content;
  animation: jump-2 8s linear infinite
}

.main--wrapper-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.single-testimonials-marquree {
  background: #F7F7FF;
  border: 1px solid #BCBCFF;
  border-radius: 10px;
  padding: 25px
}

.single-testimonials-marquree .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px
}

.single-testimonials-marquree .top .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px
}

.single-testimonials-marquree .top .author .info-content .title {
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px
}

.single-testimonials-marquree .top .author .info-content span.deg {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #497696
}

.single-testimonials-marquree .top .stars-area {
  display: flex;
  align-items: center
}

.single-testimonials-marquree .top .stars-area i {
  margin: 0 2px;
  color: #083A5E;
  font-size: 14px
}

.modal-sidebar-scroll ul li:hover span {
  visibility: visible;
  opacity: 1
}

.modal-sidebar-scroll {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto
}

.modal-sidebar-scroll ul {
  list-style: none;
  margin: 0;
  padding-left: 0
}

.modal-sidebar-scroll ul li {
  margin: 10px 0;
  position: relative;
  font-size: 20px
}

.modal-sidebar-scroll ul li span {
  position: absolute;
  background-color: var(--color-primary);
  color: #fff;
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms
}

.modal-sidebar-scroll ul li span::after {
  content: "";
  border-style: solid;
  border-color: #fff0 #fff0 #fff0 var(--color-primary);
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.modal-sidebar-scroll ul li i {
  cursor: pointer;
  color: #000;
  padding: 10px 10px;
  display: block;
  -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / .1);
  box-shadow: 0 3px 15px rgb(0 0 0 / .1);
  border-radius: 5px 0 0 5px;
  background: #fff;
  transition: 0.3s
}

.modal-sidebar-scroll ul li i:hover {
  background: var(--color-primary);
  color: #fff
}

.accordion-area-one {
  padding: 0 200px
}

@media only screen and (max-width:1199px) {
  .accordion-area-one {
    padding: 0 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .accordion-area-one {
    padding: 0 40px
  }
}

@media only screen and (max-width:767px) {
  .accordion-area-one {
    padding: 0
  }
}

.accordion-area-one .accordion .accordion-item {
  border: 1px solid #083A5E;
  background: #fff0;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .accordion-area-one .accordion .accordion-item {
    padding: 0
  }
}

.accordion-area-one .accordion .accordion-item:last-child {
  margin-bottom: 0
}

.accordion-area-one .accordion .accordion-item button {
  font-weight: 600;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  background: #fff0;
  color: #083A5E;
  text-transform: capitalize
}

@media only screen and (max-width:767px) {
  .accordion-area-one .accordion .accordion-item button {
    font-size: 14px;
    line-height: 22px
  }
}

.accordion-area-one .accordion .accordion-item button::after {
  background-image: none;
  content: "+";
  font-family: "fontAwesome";
  transform: none;
  margin-top: -20px
}

.accordion-area-one .accordion .accordion-item button[aria-expanded=true]::after {
  content: "\f068"
}

.accordion-area-one .accordion .accordion-item .accordion-body {
  padding: 0 15px 20px 15px;
  color: #083A5E
}

.rts-faq-area-inner .accordion-area-one {
  padding: 0
}

.header-area.header-two .nav-area-main nav ul li a.links-main {
  padding: 23px 0
}

.index-three .accordion-area-one .accordion .accordion-item button {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E
}

@media only screen and (max-width:767px) {
  .index-three .accordion-area-one .accordion .accordion-item button {
    font-size: 18px
  }
}

.pricing-style-one {
  padding: 35px;
  text-align: center;
  box-shadow: 0 0 4px 6px rgb(0 0 0 / .02);
  border-radius: 10px;
  border: 1px solid #fff0;
  transition: 0.3s
}

.pricing-style-one.active {
  box-shadow: none;
  border: 1px solid #3F3EED;
  background: #F8F8FF
}

.pricing-style-one.active .body a.rts-btn.btn-border-p {
  background: var(--color-primary);
  color: #fff
}

.pricing-style-one:hover {
  box-shadow: none;
  background: #F8F8FF;
  border: 1px solid #3F3EED
}

.pricing-style-one .head .top {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #3F3EED
}

.pricing-style-one .head .date-use {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px
}

.pricing-style-one .head .date-use .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E
}

.pricing-style-one .head .date-use span {
  margin-bottom: 24px;
  margin-left: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.pricing-style-one .body {
  margin-top: 30px
}

.pricing-style-one .body a.rts-btn {
  transition: 0.3s
}

.pricing-style-one .body .chek-area {
  margin-top: 40px
}

.pricing-style-one .body .chek-area .single-check {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.pricing-style-one .body .chek-area .single-check p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #083A5E
}

.pricing-style-one .body .chek-area .single-check i {
  margin-right: 10px
}

.pricing-style-one .body a.rts-btn.btn-border-p:hover {
  background: var(--color-primary);
  color: #fff
}

.single-pricing-single-two {
  padding: 50px 80px;
  box-shadow: 1px 2px 10px 4px rgb(223 223 223 / .2);
  border-radius: 10px;
  text-align: center
}

@media only screen and (max-width:1199px) {
  .single-pricing-single-two {
    padding: 50px 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-pricing-single-two {
    padding: 40px 60px
  }
}

@media (max-width:991px) {
  .single-pricing-single-two {
    padding: 40px
  }
}

@media only screen and (max-width:767px) {
  .single-pricing-single-two {
    padding: 40px 40px
  }
}

@media only screen and (max-width:575px) {
  .single-pricing-single-two {
    padding: 30px 30px
  }
}

.single-pricing-single-two.active {
  background: #F8F8FF;
  border: 1px solid #3F3EED
}

.single-pricing-single-two.active a.pricing-btn {
  padding: 14px 35px;
  background: var(--color-primary) !important;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px
}

.single-pricing-single-two .head span.top {
  padding: 4px 22px;
  background: #DEDEFF;
  border-radius: 4px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 20px
}

.single-pricing-single-two .head .date-use {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 23px
}

.single-pricing-single-two .head .date-use .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E;
  text-transform: capitalize
}

.single-pricing-single-two .head .date-use span {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.single-pricing-single-two .body p.para {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  margin-bottom: 30px
}

.single-pricing-single-two .body .check-wrapper {
  text-align: center;
  margin-bottom: 45px;
  padding-left: 32px
}

.single-pricing-single-two .body .check-wrapper .check-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0
}

.single-pricing-single-two .body .check-wrapper .check-area i {
  color: #083A5E
}

.single-pricing-single-two .body .check-wrapper .check-area p {
  color: #083A5E;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize
}

.single-pricing-single-two .body a.pricing-btn {
  padding: 14px 35px;
  background: #E0F2FF;
  border-radius: 4px;
  color: #083A5E;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px
}

.pricing-button-one {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 10px;
  border-radius: 30px;
  background: #F6F6F6;
  max-width: max-content;
  margin: auto;
  gap: 10px;
  position: relative
}

.pricing-button-one.two .save-badge span {
  background: #E6E5FF;
  padding: 1px 18px;
  border-radius: 20px;
  display: block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 12px
}

.pricing-button-one.two li button {
  background-color: transparent !important
}

.pricing-button-one.two li button.active {
  background-color: #fff !important;
  color: var(--color-primary) !important
}

.pricing-button-one .right-image-inner {
  position: absolute;
  top: -30px;
  right: -36%;
  z-index: -1
}

.pricing-button-one li {
  margin: 0;
  border: none
}

.pricing-button-one li button {
  border: none !important;
  box-shadow: none;
  background-color: #D6D6FF !important;
  padding: 8px 23px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 20px;
  color: #3F3EED;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px
}

.pricing-button-one li button.active {
  border: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 20px;
  border: none !important;
  box-shadow: none;
  background-color: #3F3EED !important;
  color: #fff
}

.signle-pricing-main-con-three {
  text-align: center
}

.signle-pricing-main-con-three.left-area {
  padding: 30px
}

.signle-pricing-main-con-three .thumbnail-img {
  margin-bottom: 30px
}

.signle-pricing-main-con-three .content-text .single-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 18px 0;
  gap: 30px
}

.signle-pricing-main-con-three .content-text .single-con p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-transform: capitalize
}

.signle-pricing-main-con-three .content-text .single-con p span {
  color: #777
}

.single-prcing-three-main-wrapper {
  padding: 30px;
  text-align: center;
  border: 1px solid #CBF3E7;
  border-radius: 10px;
  margin-top: 20px
}

.single-prcing-three-main-wrapper .head-area {
  padding-bottom: 20px;
  border-bottom: 1px solid #CBF3E7;
  margin-bottom: 20px
}

.single-prcing-three-main-wrapper .head-area .pre {
  background: #D4F7EC;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  text-transform: capitalize
}

.single-prcing-three-main-wrapper .head-area .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0
}

.single-prcing-three-main-wrapper .head-area .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: lowercase
}

.single-prcing-three-main-wrapper .body p.disc {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #083A5E;
  margin-bottom: 30px
}

.single-prcing-three-main-wrapper .body .check-only {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  margin: 21px 0
}

.single-prcing-three-main-wrapper .body .check-only p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  text-transform: capitalize
}

.single-prcing-three-main-wrapper .body .rts-btn.btn-border {
  border: 1px solid #CBF3E7;
  border-radius: 4px;
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
  color: #083A5E;
  font-weight: 700;
  padding: 9px 30px
}

.single-prcing-three-main-wrapper .body .rts-btn.btn-border:hover {
  background: var(--color-primary-2);
  color: #fff
}

.single-prcing-three-main-wrapper.active {
  background: #D4F7EC;
  border: 1px solid #fff0
}

.single-prcing-three-main-wrapper.active .head-area .pre {
  background: var(--color-primary-2);
  color: #fff
}

.single-prcing-three-main-wrapper.active .body .rts-btn.btn-border {
  background: var(--color-primary-2);
  color: #fff
}

.signle-pricing-main-con-three.left-area {
  margin-top: -36px
}

.nav-button-area-main {
  display: flex;
  align-items: center;
  border: none;
  margin: auto;
  justify-content: center;
  padding: 15px 20px;
  background: #D4F7EC;
  border-radius: 100px;
  max-width: max-content;
  border: 1px solid #e2fff0
}

.nav-button-area-main li {
  margin: 0;
  display: block;
  margin: 0 10px
}

.nav-button-area-main li button {
  padding: 10px 20px;
  background: #ffffff !important;
  display: block;
  border-radius: 33px !important;
  border: none !important;
  box-shadow: none;
  font-weight: 700;
  color: #33b89f
}

.nav-button-area-main li button.active {
  background: #33b89f !important;
  border: none;
  box-shadow: none;
  color: #fff !important
}

.inner-page .pricing-table-three-area .nav-button-area-main {
  background: #F5F5FF
}

.inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active {
  background: #F5F5FF;
  border: 1px solid #3F3EED
}

.inner-page .pricing-table-three-area .single-prcing-three-main-wrapper .head-area .pre {
  background: #E2E2FF
}

.inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active .head-area .pre {
  background: #3F3EED !important
}

.inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active .body .rts-btn.btn-border {
  background: var(--color-primary) !important
}

.inner-page .pricing-table-three-area .title-center-three .pre {
  background: #F5F5FF
}

.working_p-swiper-main-wrapper {
  position: relative;
  z-index: 1
}

.working_p-swiper-main-wrapper .thumbnail-img-left {
  position: absolute;
  left: -360px;
  z-index: -11;
  top: 0
}

.rts-feature-tab-area.home-two {
  position: relative;
  z-index: 1
}

.rts-feature-tab-area.home-two .bg-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  top: 0;
  background: linear-gradient(180deg, #F5F5F5 35.37%, #fff0 94.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
  z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .rts-feature-tab-area.home-two .bg-text {
    font-size: 100px
  }
}

@media only screen and (max-width:767px) {
  .rts-feature-tab-area.home-two .bg-text {
    font-size: 110px
  }
}

.case-area-start.index-two {
  position: relative
}

.case-area-start.index-two .bg-text {
  min-width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  top: 0;
  background: linear-gradient(180deg, #F5F5F5 35.37%, #fff0 94.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
  z-index: -1
}

.pricing-plane-area.home-six {
  background: #0C1221
}

.pricing-plane-area.home-six .title-conter-area .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 36px;
    line-height: 40px
  }

  .pricing-plane-area.home-six .title-conter-area .title br {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 32px;
    line-height: 36px
  }
}

@media only screen and (max-width:479px) {
  .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 24px;
    line-height: 30px
  }
}

.pricing-plane-area.home-six .title-conter-area .disc {
  color: #E3E3E3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two {
  box-shadow: none;
  border: 1px solid #121B32
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head span.top {
  background: #0E1424;
  color: #3F3EED;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head .date-use .title {
  color: #FFF
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head .date-use span {
  color: #FFF
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .para {
  color: #FFF
}

@media (max-width:991px) {
  .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .para br {
    display: none
  }
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .check-wrapper .check-area i,
.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .check-wrapper .check-area p {
  color: #FFF
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .pricing-btn {
  background: none;
  border: 1px solid #121B32;
  color: #FFF
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two.active {
  background: #0E1424;
  border: 1px solid #121B32
}

.pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two.active .head span.top {
  background: #121B32
}

.cta-main-wrapper {
  background-image: url(../images/cta/01.webp);
  padding: 63px 109px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cta-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px
  }
}

@media only screen and (max-width:767px) {
  .cta-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 15px
  }
}

.cta-main-wrapper .left .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 40px;
  color: #fff;
  display: block
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cta-main-wrapper .left .title {
    font-size: 22px;
    line-height: 33px
  }
}

@media only screen and (max-width:767px) {
  .cta-main-wrapper .left .title {
    font-size: 22px;
    line-height: 33px
  }
}

.cta-main-wrapper .left a.rts-btn {
  padding: 15px 30px
}

.main-cta-five {
  background-image: url(../images/cta/05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px
}

.main-cta-five .ca-main-content-wrapper-left {
  padding: 80px 0;
  margin-left: 80px
}

@media only screen and (max-width:767px) {
  .main-cta-five .ca-main-content-wrapper-left {
    margin-left: 0
  }
}

@media only screen and (max-width:575px) {
  .main-cta-five .ca-main-content-wrapper-left {
    margin-left: 0;
    text-align: center
  }
}

.main-cta-five .ca-main-content-wrapper-left .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 50px;
  display: block
}

@media only screen and (max-width:767px) {
  .main-cta-five .ca-main-content-wrapper-left .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px
  }
}

@media only screen and (max-width:767px) {
  .main-cta-five .ca-main-content-wrapper-left .title br {
    display: none
  }
}

.main-cta-five .right-image-thumbnail {
  margin-left: auto;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 40px;
  margin-right: 40px
}

.bg-footer {
  background: #0E1424
}

.footer-one-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 103px
}

@media only screen and (max-width:1199px) {
  .footer-one-main-wrapper {
    gap: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-one-main-wrapper {
    flex-direction: column
  }
}

@media only screen and (max-width:767px) {
  .footer-one-main-wrapper {
    flex-direction: column
  }
}

.footer-one-main-wrapper .footer-singl-wized.left-logo {
  flex-basis: 40%
}

.footer-one-main-wrapper .footer-singl-wized.input-area {
  flex-basis: 28%
}

.footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill {
  position: relative
}

.footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  max-width: max-content;
  background: var(--color-primary);
  padding: 9px 15px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase
}

.footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill input {
  height: 50px;
  border: 1px solid #FFF;
  border-radius: 4px;
  border-color: #121B32;
  height: 60px;
  color: #777
}

.footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill input:focus {
  border: 1px solid var(--color-primary)
}

.footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  color: #E3E3E3;
  margin-top: 15px
}

.footer-one-main-wrapper .footer-singl-wized .head {
  margin-bottom: 25px
}

.footer-one-main-wrapper .footer-singl-wized .body p.dsic {
  color: #E3E3E3;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px
}

.footer-one-main-wrapper .footer-singl-wized .head .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600
}

.footer-one-main-wrapper .footer-singl-wized .body ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-one-main-wrapper .footer-singl-wized .body ul li a {
  color: #E3E3E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s
}

.footer-one-main-wrapper .footer-singl-wized .body ul li a:hover {
  color: var(--color-primary)
}

.rts-footer-area.footer-two {
  background: #fff;
  border-top: 1px solid #E6E5FF
}

@media only screen and (max-width:767px) {
  .rts-footer-area.footer-two {
    padding: 0 15px
  }
}

.rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body ul li a {
  color: #497696;
  font-weight: 400
}

.rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body ul li a:hover {
  color: var(--color-primary)
}

.rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .head .title {
  color: #083A5E
}

.rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body p.dsic {
  color: #497696;
  font-weight: 400
}

.rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  color: #497696;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px
}

.rts-footer-area.footer-two .f-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #083A5E;
  margin-bottom: 0
}

.rts-footer-area.footer-two .f-link .link {
  margin-bottom: 10px;
  transition: 0.3s
}

.rts-footer-area.footer-two .f-link .link:hover {
  color: var(--color-primary)
}

.rts-footer-area.footer-two .number {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  transition: 0.3s
}

.rts-footer-area.footer-two .number:hover {
  color: var(--color-primary)
}

.header-one .has-dropdown.mega-menu a.links-main::after {
  color: #fff
}

.header-one .has-dropdown.mega-menu:hover a.links-main::after {
  color: var(--color-primary)
}

.social-area-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px
}

.social-area-one ul li {
  margin: 0;
  padding: 0
}

.social-area-one ul li a {
  height: 30px;
  width: 30px;
  border: 1px solid #497696;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s
}

.social-area-one ul li a i {
  color: #083A5E;
  transition: 0.3s
}

.social-area-one ul li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary)
}

.social-area-one ul li a:hover i {
  color: #fff
}

.copy-right-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 60px;
  background: rgb(230 229 255 / .25);
  border-radius: 10px 10px 0 0
}

@media only screen and (max-width:575px) {
  .copy-right-two {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px
  }
}

.copy-right-two p {
  margin: 0;
  margin-bottom: 0;
  color: #497696
}

@media only screen and (max-width:767px) {
  .copy-right-two p {
    font-size: 14px
  }
}

.copy-right-two p a {
  color: var(--color-primary);
  font-weight: 600
}

.copy-right-two .menu {
  display: flex;
  align-items: center
}

.copy-right-two .menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 30px
}

.copy-right-two .menu ul li {
  margin: 0
}

.copy-right-two .menu ul li a {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 14px
}

.rts-footer-area.bg-footer.footer-two input {
  border: 1px solid #CBF3E7 !important
}

.rts-footer-area.bg-footer.footer-two input:focus {
  border-color: var(--color-primary-2) !important
}

.rts-footer-area.bg-footer.footer-two .footer-singl-wized.input-area button {
  background: var(--color-primary-2)
}

.rts-footer-area.bg-footer.footer-two .footer-singl-wized .menu li a:hover {
  color: var(--color-primary-2) !important
}

.copy-right-start-two {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-top: 1px solid #CBF3E7
}

@media only screen and (max-width:575px) {
  .copy-right-start-two {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }
}

.copy-right-start-two p {
  margin: 0;
  padding: 0
}

.copy-right-start-two p a {
  transition: 0.3s
}

.copy-right-start-two p a:hover {
  color: var(--color-primary-2) !important
}

.copy-right-start-two ul {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none
}

@media only screen and (max-width:575px) {
  .copy-right-start-two ul {
    padding-left: 0;
    margin: 5px 0
  }
}

.copy-right-start-two ul li {
  margin: 0;
  padding: 0
}

.copy-right-start-two ul li a {
  color: var(--color-primary-2);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px
}

.social-style-two ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 16px
}

.social-style-two ul li {
  margin: 0;
  padding: 0
}

.social-style-two ul li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s
}

.social-style-two ul li a i {
  font-size: 18px;
  line-height: 14px;
  color: var(--color-primary-2);
  transition: 0.3s;
  padding: 10px
}

.social-style-two ul li a:hover {
  background: #083A5E
}

.social-style-two ul li a:hover i {
  color: #fff
}

.rts-footer-area.footer-one .social-style-two ul li a {
  background: #fff0;
  border-color: #121B32
}

.rts-footer-area.footer-one .social-style-two ul li a i {
  color: #fff
}

.rts-footer-area.footer-one .social-style-two ul li a:hover {
  background: var(--color-primary)
}

.rts-footer-area.footer-one .social-style-two ul li a:hover i {
  color: #fff
}

.rts-footer-area.footer-one .copy-right-start-two {
  border-color: #121B32
}

@media only screen and (max-width:767px) {
  .rts-footer-area.footer-one .copy-right-start-two {
    flex-direction: column;
    align-items: flex-start
  }
}

.rts-footer-area.footer-one .copy-right-start-two p {
  color: #fff
}

@media only screen and (max-width:479px) {
  .rts-footer-area.footer-one .copy-right-start-two p {
    font-size: 14px
  }
}

.rts-footer-area.footer-one .copy-right-start-two p a:hover {
  color: var(--color-primary) !important
}

@media only screen and (max-width:767px) {
  .rts-footer-area.footer-one .copy-right-start-two ul {
    padding: 0
  }
}

.rts-footer-area.footer-one .copy-right-start-two ul li a {
  color: #fff;
  transition: 0.3s
}

.rts-footer-area.footer-one .copy-right-start-two ul li a:hover {
  color: var(--color-primary) !important
}

.rts-footer-area.footer-two.footer-mid .footer-singl-wized.input-area {
  flex-basis: 20%
}

.rts-footer-area.footer-two.footer-mid .footer-singl-wized .body li a:hover {
  color: var(--color-primary) !important
}

.rts-clients-review-area .title-conter-area p.disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: capitalize
}

.rts-clients-review-area .title-conter-area .brand-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  justify-content: center
}

@media only screen and (max-width:1199px) {
  .rts-clients-review-area .title-conter-area .brand-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px
  }
}

.rts-footer-area.footer-two.four {
  background: #F2F8FD;
  border-top: none
}

.rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E
}

.rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .input-footer-4 input {
  width: 300px;
  height: 40px;
  border: 1px solid #D6EEFF;
  border-radius: 20px;
  font-size: 14px
}

.rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .input-footer-4 button {
  max-width: max-content;
  padding: 10px 41px !important;
  margin-top: 10px;
  height: 40px;
  width: 140px
}

.copy-right-two.four {
  padding: 15px 0;
  background: #fff0
}

.header-one .menu-btn svg rect {
  fill: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
  header.header-style-three {
    height: 71px;
    display: flex;
    align-items: center
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  header.header-style-three .button-area {
    display: none
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  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)
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  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: 2px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\e84b";
  border: 2px solid var(--color-primary)
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  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: 34px;
  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: 0 3px 20px 6px #0742e952;
  color: var(--color-primary-2)
}

.single-blog-area-wrapper {
  border-radius: 10px;
  border: solid 1px #083A5E
}

.single-blog-area-wrapper .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0
}

.single-blog-area-wrapper .thumbnail:hover img {
  transform: scale(1.2)
}

.single-blog-area-wrapper .thumbnail img {
  width: 100%;
  transition: 0.3s
}

.single-blog-area-wrapper .inner-content {
  padding: 40px;
  border-radius: 0 0 10px 10px
}

@media only screen and (max-width:1199px) {
  .single-blog-area-wrapper .inner-content {
    padding: 20px
  }
}

@media only screen and (max-width:575px) {
  .single-blog-area-wrapper .inner-content {
    padding: 15px
  }
}

.single-blog-area-wrapper .inner-content .head {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 40px
}

.single-blog-area-wrapper .inner-content .head span.tag {
  padding: 5px 9px;
  background: #E6E5FF;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 2px
}

.single-blog-area-wrapper .inner-content .head span.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  text-transform: capitalize;
  position: relative
}

.single-blog-area-wrapper .inner-content .head span.time::after {
  position: absolute;
  content: "";
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #497696;
  top: 50%;
  transform: translateY(-50%)
}

.single-blog-area-wrapper .inner-content .body a .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  transition: 0.3s
}

@media only screen and (max-width:575px) {
  .single-blog-area-wrapper .inner-content .body a .title {
    font-size: 18px
  }
}

.single-blog-area-wrapper .inner-content .body a .title:hover {
  color: var(--color-primary)
}

.single-blog-area-wrapper .inner-content .body .author-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px
}

.single-blog-area-wrapper .inner-content .body .author-area .author {
  display: flex;
  align-items: center;
  gap: 15px
}

.single-blog-area-wrapper .inner-content .body .author-area .author p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #083A5E;
  text-transform: capitalize
}

.single-blog-area-wrapper .inner-content .body .author-area .author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px
}

.single-blog-area-wrapper .inner-content .body .author-area .author .info {
  margin-bottom: -7px
}

.single-blog-area-wrapper .inner-content .body .author-area a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #083A5E;
  transition: 0.3s
}

.single-blog-area-wrapper .inner-content .body .author-area a:hover {
  color: var(--color-primary)
}

.single-blog-area-wrapper .inner-content .body .author-area a:hover i {
  color: var(--color-primary)
}

.single-blog-area-wrapper .inner-content .body .author-area a i {
  margin-left: 10px;
  transition: 0.3s
}

.title-conter-area .pre-title-bg {
  padding: 5px 15px;
  border-radius: 5px;
  background: #E6E5FF;
  color: var(--color-primary);
  font-weight: 700;
  display: block;
  max-width: max-content;
  margin: auto;
  margin-bottom: 26px;
  min-width: max-content
}

.title-left-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.title-left-area .pre-title-bg {
  padding: 5px 15px;
  border-radius: 5px;
  background: #E6E5FF;
  color: var(--color-primary);
  font-weight: 700;
  max-width: max-content;
  margin-bottom: 30px
}

.case-area-start .title-left-area a {
  display: flex;
  align-items: center;
  color: #083A5E;
  margin-top: 35px
}

.case-area-start .title-left-area a i {
  margin-left: 10px;
  color: #083A5E
}

.bd-breadcrumb {
  height: 200px;
  background: #121B32
}

.container-bd {
  max-width: 990px;
  margin: auto
}

.authore-bd-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .authore-bd-area {
    justify-content: flex-start
  }
}

@media only screen and (max-width:767px) {
  .authore-bd-area {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start
  }
}

.authore-bd-area .sub-area p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #083A5E;
  margin-bottom: -5px
}

.authore-bd-area .sub-area span.deg {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  margin-bottom: 0
}

.authore-bd-area .main {
  display: flex;
  align-items: center;
  gap: 15px
}

.authore-bd-area .main .info .deg {
  font-weight: 600;
  font-size: 16px;
  color: #083A5E;
  display: block;
  margin-bottom: -5px
}

.authore-bd-area .main .info .name {
  font-weight: 600;
  font-size: 14px;
  color: #497696
}

.main-image-big img {
  width: 100%
}

.top-blog-details-start .title-area .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #083A5E
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .top-blog-details-start .title-area .title {
    font-size: 36px;
    line-height: 40px
  }

  .top-blog-details-start .title-area .title br {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .top-blog-details-start .title-area .title {
    font-size: 32px;
    line-height: 36px
  }
}

@media only screen and (max-width:479px) {
  .top-blog-details-start .title-area .title {
    font-size: 24px;
    line-height: 30px
  }
}

.quote-area-bd {
  padding: 36px 15px;
  width: 100%;
  background: rgb(237 237 255 / .5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px
}

@media only screen and (max-width:575px) {
  .quote-area-bd {
    padding: 15px
  }
}

.quote-area-bd .inner {
  display: flex;
  align-items: flex-start;
  gap: 26px
}

.quote-area-bd .inner .title {
  color: var(--color-primary);
  margin-bottom: 0
}

.quote-area-bd .inner .title span {
  color: #083A5E;
  font-size: 20px
}

.para-area-wrapper p {
  margin-bottom: 30px
}

.para-area-wrapper p:last-child {
  margin-bottom: 0
}

.case-details-2 .title-conter-area.top-tt .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .case-details-2 .title-conter-area.top-tt .title {
    font-size: 36px;
    line-height: 40px
  }

  .case-details-2 .title-conter-area.top-tt .title br {
    display: none
  }
}

@media only screen and (max-width:767px) {
  .case-details-2 .title-conter-area.top-tt .title {
    font-size: 32px;
    line-height: 36px
  }
}

@media only screen and (max-width:479px) {
  .case-details-2 .title-conter-area.top-tt .title {
    font-size: 24px;
    line-height: 30px
  }
}

.case-details-2 .title-conter-area.top-tt p.disc {
  width: 40%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .case-details-2 .title-conter-area.top-tt p.disc {
    width: 60%
  }
}

@media only screen and (max-width:767px) {
  .case-details-2 .title-conter-area.top-tt p.disc {
    width: 80%
  }
}

@media only screen and (max-width:575px) {
  .case-details-2 .title-conter-area.top-tt p.disc {
    width: 100%
  }
}

.case-details-2 .title-conter-area.top-tt a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 30px
}

.use-case-left-thumb img {
  max-width: max-content;
  padding: 15px;
  border: 1px solid rgb(151 150 233 / .5);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  background: rgb(83 81 81 / .06)
}

@media only screen and (max-width:1199px) {
  .use-case-left-thumb img {
    max-width: 450px
  }
}

@media only screen and (max-width:767px) {
  .use-case-left-thumb img {
    max-width: -webkit-fill-available;
    max-width: 100%
  }
}

.use-case-right-thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.use-case-right-thumb img {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border: 1px solid rgb(151 150 233 / .5);
  backdrop-filter: blur(25px);
  margin-left: auto;
  border-radius: 10px;
  background: rgb(83 81 81 / .06)
}

@media only screen and (max-width:1199px) {
  .use-case-right-thumb img {
    max-width: 350px
  }
}

@media only screen and (max-width:767px) {
  .use-case-right-thumb img {
    max-width: 100%
  }
}

.case-lg-img-w {
  position: relative
}

.case-lg-img-w .share-mid {
  position: absolute;
  left: 49%;
  top: 20%
}

@media only screen and (max-width:1199px) {
  .case-lg-img-w .share-mid img {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .case-lg-img-w .share-mid img {
    display: none
  }
}

.single-blog-area-start .thumbnail {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 10px
}

.single-blog-area-start .thumbnail img {
  width: 100%;
  transition: 0.3s
}

.single-blog-area-start .thumbnail:hover img {
  transform: scale(1.1)
}

.single-blog-area-start .inner-content .meta-area .left {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 10px
}

.single-blog-area-start .inner-content .meta-area .left .name {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E
}

.single-blog-area-start .inner-content .meta-area .left .name::after {
  position: absolute;
  content: "";
  right: -16px;
  height: 80%;
  background: #D9D9D9;
  width: 1px;
  top: 3px
}

.single-blog-area-start .inner-content .meta-area .left .date {
  color: #497696;
  color: #497696
}

.single-blog-area-start .inner-content a .title {
  color: #083A5E;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px
}

.single-blog-area-start .inner-content a .title:hover {
  color: var(--color-primary)
}

.brand-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width:1199px) {
  .brand-area-4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px
  }

  .brand-area-4 img {
    max-width: 100px
  }
}

@media only screen and (max-width:1199px) and (max-width:767px) {
  .brand-area-4 img {
    max-width: 70px
  }
}

.brand-area-4 img {
  opacity: .5;
  transition: 0.3s;
  cursor: pointer
}

.brand-area-4 img:hover {
  opacity: 1
}

.border-copy {
  border-top: 1px solid #E0F1FF;
  padding: 10px 0
}

.rts-latest-update.home-six {
  background: #0E1424
}

.rts-latest-update.home-six .title-main-center-4 .title {
  color: #FFF
}

.rts-latest-update.home-six .title-main-center-4 .disc {
  color: #E3E3E3
}

@media (max-width:400px) {
  .rts-latest-update.home-six .title-main-center-4 .disc br {
    display: none
  }
}

.rts-latest-update.home-six .single-blog-area-start .inner-content .meta-area .left span {
  color: #FFF
}

.rts-latest-update.home-six .single-blog-area-start .inner-content .title {
  color: #FFF
}

@media (max-width:400px) {
  .rts-latest-update.home-six .single-blog-area-start .inner-content .title br {
    display: none
  }
}

.rts-latest-update.home-six .single-blog-area-start .inner-content .title:hover {
  color: #3F3EED
}

.single-team-area {
  padding: 40px;
  background: linear-gradient(180deg, #F0F0FF 0%, #f5f5f500 100%);
  border-radius: 10px;
  border: 2px solid #fff0;
  position: relative;
  z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .single-team-area {
    padding: 20px
  }
}

@media only screen and (max-width:767px) {
  .single-team-area {
    padding: 20px
  }
}

.single-team-area .quote {
  position: absolute;
  left: 56%;
  top: 40%;
  z-index: -1
}

.single-team-area .star {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background: rgb(63 62 237 / .1);
  border-radius: 3px;
  padding: 3px 7px;
  display: block;
  max-width: max-content
}

.single-team-area .star i {
  margin: 0 2px;
  color: var(--color-primary)
}

.single-team-area p.disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #497696;
  text-transform: capitalize
}

.single-team-area .authore-area {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.single-team-area .authore-area .author {
  display: flex;
  align-items: center;
  gap: 15px
}

.single-team-area .authore-area .author p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  text-transform: capitalize
}

.single-team-area .authore-area .author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
  text-transform: capitalize
}

.team-area-ab-wrapper {
  padding: 40px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 1
}

.team-area-ab-wrapper:hover::after {
  opacity: 1;
  height: 60%
}

.team-area-ab-wrapper .inner-content {
  display: flex;
  flex-direction: column
}

.team-area-ab-wrapper .thumbnail {
  margin-bottom: 18px
}

.team-area-ab-wrapper .inner-content .title {
  margin-bottom: 8px;
  cursor: auto
}

.team-area-ab-wrapper .inner-content span {
  color: #497696
}

.single-testimonial-three {
  padding: 30px;
  background: #D4F7EC;
  border-radius: 10px;
  height: 100%
}

.single-testimonial-three .top-area {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between
}

.single-testimonial-three .top-area .start-area {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.single-testimonial-three .top-area .start-area i {
  margin: 0 2px;
  color: #083A5E;
  font-weight: 900;
  font-size: 14px
}

.single-testimonial-three .top-area .author {
  display: flex;
  align-items: center;
  gap: 18px
}

.single-testimonial-three .top-area .info-wrapper-area p {
  margin-bottom: 0;
  color: #083A5E;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: -5px
}

.single-testimonial-three .top-area .info-wrapper-area span {
  color: #33B89F;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px
}

.single-testimonial-three .body {
  margin-top: 20px
}

.single-testimonial-three .body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: capitalize
}

.gradient-sec-three-two {
  background: linear-gradient(180deg, #E7FFF8 16.15%, #fff0 100%)
}

.rts-single-case-three {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 30px;
  border: 1px solid #CBF3E7;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%
}

@media only screen and (max-width:767px) {
  .rts-single-case-three {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start
  }
}

.rts-single-case-three .icon {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #083A5E;
  display: flex;
  align-items: center;
  justify-content: center
}

.rts-single-case-three .inner-content .title {
  margin-bottom: 10px
}

.rts-single-case-three .inner-content p.disc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #083A5E
}

.rts-single-case-three:hover {
  background: #D4F7EC
}

.m-center {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content
}

.how-it-work-area {
  background: linear-gradient(180deg, #fff0 16.15%, #E7FFF8 100%)
}

.working_p-swiper-main-wrapper .swiper-container {
  width: 100%;
  height: 100%
}

.working_p-swiper-main-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.working_p-swiper-main-wrapper .swiper-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto !important;
  left: auto !important;
  margin: 0
}

.working_p-swiper-main-wrapper .swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgb(0 0 0 / .2)
}

.working_p-swiper-main-wrapper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff
}

.working_p-swiper-main-wrapper {
  position: relative
}

.working_p-swiper-main-wrapper .swiper-pagination {
  flex-direction: column;
  display: flex;
  right: -100px !important;
  transform: translateY(-50%);
  align-items: flex-end;
  top: 50%
}

.working_p-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  background: #fff0;
  color: #33B89F;
  margin: 10px 0
}

.working_p-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
  border: 1px solid #33B89F;
  color: #33B89F
}

.team-area-ab-wrapper .inner-content .social-icon {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  opacity: 0;
  width: 0%;
  transition: 0.3s;
  margin-left: -10px;
  opacity: 1;
  width: 100%;
  margin: 0;
  margin-top: 10px
}

.team-area-ab-wrapper .inner-content .social-icon a {
  margin: 0 12px
}

.team-area-ab-wrapper:hover .inner-content .social-icon {
  opacity: 1;
  width: 100%;
  margin: 0;
  margin-top: 10px
}

.single-case-area-wrapper {
  padding: 35px 40px;
  border-radius: 10px;
  border: 1px solid #E6E5FF;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 100%
}

.single-case-area-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #F0F0FF 0%, #fff0 100%);
  z-index: -1;
  transition: 0.3s;
  border-radius: 10px
}

.single-case-area-wrapper:hover {
  border: 1px solid #fff0
}

.single-case-area-wrapper:hover::after {
  width: 100%
}

.single-case-area-wrapper .icon {
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgb(238 238 238 / .5);
  max-width: max-content;
  padding: 5px;
  border-radius: 5px
}

.single-case-area-wrapper p.disc {
  margin-bottom: 15px
}

.single-case-area-wrapper a {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px
}

.single-case-area-wrapper a:hover {
  color: var(--color-primary)
}

.case-area-three {
  position: relative;
  z-index: 1
}

.case-area-three .shape-img img {
  position: absolute;
  z-index: -1
}

.case-area-three .shape-img img.right {
  right: 0;
  top: 10%;
  animation: jump-2 15s linear infinite
}

.case-area-three .shape-img img.left {
  left: 0;
  bottom: 7%;
  animation: jump-2 8s linear infinite
}

.signle-voice-generator-case {
  text-align: center
}

.signle-voice-generator-case .icon {
  margin-bottom: 30px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #EDEDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px
}

.signle-voice-generator-case .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px
}

.signle-voice-generator-case p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px
}

.signle-voice-generator-case .read-more-btn-c {
  font-weight: 700;
  transition: 0.3s;
  color: #083A5E;
  opacity: 0;
  margin-left: 40px
}

.signle-voice-generator-case .read-more-btn-c:hover {
  color: var(--color-primary) !important
}

.signle-voice-generator-case:hover .read-more-btn-c {
  opacity: 1;
  margin-left: 0
}

.case-area-three.inner-pages .rts-single-case-three {
  border: 1px solid #ddf
}

.case-area-three.inner-pages .rts-single-case-three:hover {
  background: #F8F8FF !important;
  border-color: var(--color-primary)
}

.easy-steps-area-wrapper {
  background-image: url(../images/steps/01.jpg);
  padding: 50px;
  border-radius: 10px
}

@media only screen and (max-width:767px) {
  .easy-steps-area-wrapper {
    padding: 30px 15px
  }
}

.easy-freature-area-wrapper {
  background-image: url(../images/steps/03.jpg);
  padding: 77px 60px;
  border-radius: 10px
}

@media only screen and (max-width:767px) {
  .easy-freature-area-wrapper {
    padding: 15px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .easy-freature-area-wrapper {
    padding: 15px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .easy-freature-area-wrapper .tab-button-area .nav {
    margin-top: 30px
  }
}

@media only screen and (max-width:767px) {
  .easy-freature-area-wrapper .tab-button-area .nav {
    margin-top: 20px
  }
}

.easy-freature-area-wrapper .tab-button-area .nav button {
  background: linear-gradient(90deg, #E6E6FF 0%, #fff0 97.93%);
  border: 1px solid #BCBCFF;
  border-radius: 30px;
  padding: 12px 40px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  text-transform: capitalize;
  transition: 0.3s
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
  .easy-freature-area-wrapper .tab-button-area .nav button {
    padding: 12px 11px;
    font-size: 16px
  }
}

@media only screen and (max-width:1199px) {
  .easy-freature-area-wrapper .tab-button-area .nav button {
    padding: 12px 11px;
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .easy-freature-area-wrapper .tab-button-area .nav button {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:767px) {
  .easy-freature-area-wrapper .tab-button-area .nav button {
    margin-bottom: 10px
  }
}

.easy-freature-area-wrapper .tab-button-area .nav button svg {
  margin-right: 20px
}

.easy-freature-area-wrapper .tab-button-area .nav button svg path {
  fill: var(--color-primary)
}

.easy-freature-area-wrapper .tab-button-area .nav button:last-child {
  margin-bottom: 0
}

.easy-freature-area-wrapper .tab-button-area .nav button[aria-selected=true] {
  background: var(--color-primary);
  color: #fff
}

.easy-freature-area-wrapper .tab-button-area .nav button[aria-selected=true] svg path {
  fill: #fff
}

.easy-steps-main-wrapper {
  padding-left: 50px
}

@media only screen and (max-width:767px) {
  .easy-steps-main-wrapper {
    padding-left: 0
  }
}

.easy-steps-main-wrapper .single-steps-area {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 60px;
  z-index: 1
}

.easy-steps-main-wrapper .single-steps-area::after {
  position: absolute;
  top: 66%;
  height: 80px;
  left: 20px;
  width: 1px;
  background: #E3E3E3;
  content: ""
}

.easy-steps-main-wrapper .single-steps-area:last-child {
  margin-bottom: 0
}

.easy-steps-main-wrapper .single-steps-area:last-child::after {
  display: none
}

.easy-steps-main-wrapper .single-steps-area .number {
  position: absolute;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  left: 66%;
  top: 5%;
  background: linear-gradient(180deg, #E6E6E6 41.14%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
  z-index: -1
}

.easy-steps-main-wrapper .single-steps-area .number.active {
  background: linear-gradient(180deg, #C89FFC 12.56%, #f0f0f0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0
}

.easy-steps-main-wrapper .single-steps-area .icon {
  margin-top: 5px
}

.easy-steps-main-wrapper .single-steps-area .info-wrapper .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E
}

.easy-steps-main-wrapper .single-steps-area .info-wrapper p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #497696
}

@media only screen and (max-width:767px) {
  .easy-steps-main-wrapper .single-steps-area .info-wrapper p.disc br {
    display: none
  }
}

.right-image-steps {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .right-image-steps {
    justify-content: center;
    margin-top: 40px
  }
}

@media only screen and (max-width:767px) {
  .right-image-steps {
    justify-content: center;
    margin-top: 40px
  }
}

.right-image-steps img {
  border-radius: 10px;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / .06)
}

.rts-bread-crumb-area {
  background-image: url(../images/banner/breadcrumb/01.webp);
  padding: 180px 0 100px 0
}

.breadcrumb-inne {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.breadcrumb-inne .title-area .bread-title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 8px
}

.breadcrumb-inne .title-area .inner-wrapper {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center
}

.breadcrumb-inne .title-area .inner-wrapper a {
  color: var(--color-primary)
}

.breadcrumb-inne .title-area .inner-wrapper a.active {
  color: #fff
}

.inner-page .bg_faq {
  background: #fff0
}

.about-section-one.inner-about .title-left-area .pre-title-bg {
  margin-bottom: 12px
}

.about-p-right .inner-content p.disc-l {
  width: 98%
}

.about-p-right .inner-content .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px
}

@media only screen and (max-width:767px) {
  .about-p-right .inner-content .rating-area {
    flex-direction: column;
    align-items: flex-start
  }
}

.about-p-right .inner-content .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: max-content
}

.about-p-right .inner-content .rating-area .rating img {
  margin: 0 2px
}

.about-p-right .inner-content .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px
}

.about-p-right .inner-content .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px
}

@media only screen and (max-width:1199px) {
  .about-p-right .inner-content .brand-arae {
    flex-wrap: wrap;
    justify-content: center
  }
}

.large-image-about-p {
  text-align: center
}

.inner-page .title-conter-area span.pre-title-bg {
  margin-bottom: 10px !important
}

.gradient-about-title {
  background: -webkit-linear-gradient(0deg, #3F3EED, #33B89F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.rating-area-main-p {
  text-align: center
}

.rating-area-main-p .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  max-width: max-content;
  margin: auto;
  margin-bottom: 30px
}

.rating-area-main-p .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: max-content
}

.rating-area-main-p .rating-area .rating img {
  margin: 0 2px
}

.rating-area-main-p .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: max-content
}

.rating-area-main-p p.disc-5 {
  text-transform: lowercase;
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px
}

.rating-area-main-p .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  justify-content: center
}

.about-inner-main-four p.disc {
  margin-bottom: 30px
}

.about-inner-main-four .check-main-wrapper {
  display: block;
  margin-bottom: 50px
}

.about-inner-main-four .check-main-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 10px 0
}

.about-inner-main-four .check-main-wrapper .single-check p {
  color: #083A5E;
  font-size: 16px;
  font-weight: 500
}

.about-inner-main-four a.rts-btn {
  padding: 13px 40px
}

.about-image-thu-5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column
}

.small-image-area {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.small-image-area .small-image {
  border-radius: 22px;
  display: flex;
  align-items: center;
  padding: 9px 18px;
  background: #F6F6F6;
  gap: 15px;
  border: 1px solid #fff0;
  transition: 0.3s
}

.small-image-area .small-image p {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px
}

.small-image-area .small-image:hover {
  border: 1px solid var(--color-primary)
}

.small-image-area .image-author-language {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px
}

.small-image-area .image-author-language span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000
}

.easy-freature-area-wrapper .imge-thumb-vedio {
  position: relative
}

.easy-freature-area-wrapper .imge-thumb-vedio .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.easy-freature-area-wrapper .imge-thumb-vedio .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid var(--color-primary);
  border-top: 12px solid #fff0;
  border-bottom: 12px solid #fff0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%
}

.easy-freature-area-wrapper .imge-thumb-vedio .video-play-button::after {
  background: #BCBCFF;
  border: none;
  width: 100px;
  height: 100px
}

.easy-freature-area-wrapper .imge-thumb-vedio .video-play-button::before {
  background: rgb(228 227 255 / .6)
}

.single-tab-main-content-area-five .rts-btn {
  padding: 11px 25px
}

.rts-about-us-area.home-six {
  background: #121B32
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content {
  margin-left: 40px
}

@media (max-width:991px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content {
    margin-left: 0;
    margin-top: 50px
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.2px;
  text-transform: capitalize
}

@media (max-width:1200px) and (min-width:991px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 56px
  }
}

@media (max-width:768px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 56px
  }

  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title br {
    display: none
  }
}

@media (max-width:576px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 48px;
    line-height: 60px
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc {
  color: #E3E3E3;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

@media (max-width:1200px) and (min-width:991px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc br {
    display: none
  }
}

@media (max-width:768px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc br {
    display: none
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px
}

@media (max-width:576px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper {
    gap: 30px
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li {
  list-style: none
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(18 27 50 / .4);
  top: 0;
  left: 0;
  border-radius: 4px
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: unset
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button::before,
.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button::after {
  display: none
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
  padding: unset;
  border: none;
  top: unset;
  transform: unset;
  left: unset;
  color: #FFF;
  font-size: 45px
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px
}

@media (max-width:1200px) and (min-width:991px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
    gap: 50px
  }
}

@media (max-width:576px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
    display: block
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .button-area .rts-btn {
  border-radius: 4px
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
  display: flex;
  align-items: center;
  gap: 100px
}

@media (max-width:1200px) and (min-width:991px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
    gap: 80px
  }
}

@media (max-width:576px) {
  .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
    margin-top: 50px
  }
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper {
  position: relative;
  display: flex
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img {
  position: relative;
  padding: 5px;
  background: #121B32;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 1
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 90%;
  height: 90%;
  background: #083a5e79
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img.two {
  position: absolute;
  left: 40px;
  z-index: 4
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img.three {
  position: absolute;
  left: 80px;
  z-index: 4
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area p {
  font-size: 18px;
  line-height: 26px;
  color: #E3E3E3;
  font-weight: 400
}

.rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area p span {
  font-weight: 700;
  color: #3F3EED
}

.single-use-case {
  text-align: center;
  padding: 40px;
  border: 1px solid #E2E2FF;
  border-radius: 10px;
  transition: 0.3s
}

@media only screen and (max-width:575px) {
  .single-use-case {
    padding: 25px
  }
}

.single-use-case:hover {
  border-color: var(--color-primary)
}

.single-use-case .icon {
  margin-bottom: 30px
}

.single-use-case .title {
  margin-bottom: 25px
}

.single-use-case p.disc {
  margin-bottom: 25px
}

.single-use-case a.more-case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #497696
}

.single-use-case a.more-case-btn i {
  margin-left: 10px
}

.single-use-case a.more-case-btn:hover {
  color: var(--color-primary)
}

.single-use-case a.more-case-btn:hover i {
  color: var(--color-primary)
}

.container-use-case-d {
  max-width: 875px;
  margin: auto
}

.thumbnail-case-top {
  padding: 15px;
  background: rgb(83 81 81 / .06);
  border: 1px solid rgb(151 150 233 / .5);
  backdrop-filter: blur(25px);
  border-radius: 10px
}

.thumbnail-case-top img {
  width: 100%
}

.section-seperatorBottom {
  position: relative
}

.section-seperatorBottom::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EEE
}

.single-steps-wrapper {
  margin: 50px 0;
  position: relative
}

.single-steps-wrapper .water {
  position: absolute;
  font-weight: 700;
  font-size: 300px;
  line-height: 300px;
  left: -330px;
  top: 200px;
  text-transform: capitalize;
  background: linear-gradient(180deg, #EEEEEE 0%, #fff0 99.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
  transform: rotate(-90deg)
}

.single-steps-wrapper .water.odd {
  right: -330px;
  left: auto
}

.single-steps-wrapper .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px
}

.single-steps-wrapper .title span {
  color: var(--color-primary)
}

.single-steps-wrapper .thumbnail-image img {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #BCBCFF;
  border-radius: 10px
}

.contact-page-form .single-input {
  position: relative
}

.contact-page-form .single-input i {
  position: absolute;
  left: 15px;
  top: 58px
}

.contact-page-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  margin-bottom: 15px
}

.contact-page-form input {
  height: 50px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  padding: 10px 15px 10px 40px
}

.contact-page-form textarea {
  height: 115px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  padding: 10px 15px 10px 40px
}

.contact-page-form textarea:focus {
  border-color: var(--color-primary)
}

.contact-page-form .single-input {
  margin: 20px 0
}

.contact-page-form button {
  border-radius: 4px
}

.single-card-area-wrapper {
  padding: 33px 15px;
  text-align: center;
  border: 1px solid #E2E2FF;
  border-radius: 10px;
  transition: 0.3s
}

.single-card-area-wrapper:hover {
  border-color: var(--color-primary)
}

.single-card-area-wrapper a.rts-btn {
  border-radius: 4px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: auto;
  border: 1px solid var(--color-primary);
  background: #fff0;
  color: var(--color-primary);
  transition: 0.3s
}

.single-card-area-wrapper a.rts-btn i {
  margin-left: 10px;
  transition: 0.3s
}

.single-card-area-wrapper a.rts-btn:hover {
  background: var(--color-primary);
  color: #fff
}

.single-card-area-wrapper a.rts-btn:hover i {
  color: #fff
}

.single-form-s-wrapper {
  max-width: 410px;
  margin: auto;
  text-align: center
}

.single-form-s-wrapper .head span {
  color: #3F3EED;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px
}

.single-form-s-wrapper .head .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px
}

.single-form-s-wrapper .body input {
  height: 50px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  margin: 10px 0
}

.single-form-s-wrapper .body input:focus {
  border-color: var(--color-primary)
}

.single-form-s-wrapper .body .check-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px
}

.single-form-s-wrapper .body .check-wrapper a {
  color: var(--color-primary) !important
}

.single-form-s-wrapper .body .check-wrapper label {
  font-weight: 400;
  font-size: 16px
}

.single-form-s-wrapper .body button {
  border-radius: 4px;
  margin-top: 25px
}

.single-form-s-wrapper .body p {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center
}

.single-form-s-wrapper .body p a {
  color: var(--color-primary)
}

.other-separator {
  position: relative;
  margin-top: 30px
}

.other-separator::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 180px;
  background: #E2E2FF
}

.other-separator::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 1px;
  width: 180px;
  background: #E2E2FF
}

.other-separator span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

.sign-in-otherway {
  margin-top: 45px
}

.sign-in-otherway .single {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  text-align: center;
  justify-content: center;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer
}

.sign-in-otherway .single .icon {
  margin-right: 10px
}

.sign-in-otherway .single p {
  margin-bottom: 0;
  position: relative;
  margin-bottom: -4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px solid #E2E2FF
}

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

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

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

.marquee {
  max-width: 1920px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px
}

.marquee:hover .marquee__item {
  animation-play-state: paused
}

.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 65s linear infinite
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.marquee {
  max-width: 1920px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px
}

.marquee:hover .marquee__item-2 {
  animation-play-state: paused
}

.marquee__item-2 {
  display: inline-block;
  will-change: transform;
  animation: marquee-2 115s linear infinite
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

.single-service-area-4 {
  background: #FFF;
  border-radius: 10px;
  padding: 28px
}

.single-service-area-4 .icon {
  margin-bottom: 20px
}

.single-service-area-4 .title {
  font-size: 22px;
  color: #083A5E
}

.single-service-area-4 p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #497696;
  margin-bottom: 20px
}

.single-service-area-4 a {
  color: #083A5E;
  display: flex;
  align-items: center;
  transition: 0.3s
}

.single-service-area-4 a:hover {
  color: var(--color-primary)
}

.single-service-area-4 a i {
  margin-left: 8px
}

.feature-nav-btn .nav-link {
  background: #FFF;
  border: 1px solid #E6E5FF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 37px 40px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative
}

.feature-nav-btn .nav-link .single-core-feature .title {
  margin-bottom: 10px;
  color: #083A5E;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px
}

.feature-nav-btn .nav-link .single-core-feature p.disc {
  color: #497696;
  font-size: 16px;
  line-height: 22px
}

.feature-nav-btn .nav-link.active {
  background: #FFF;
  box-shadow: 0 0 10px 4px rgb(0 0 0 / .04);
  border-radius: 10px;
  border: 1px solid #fff0
}

.feature-nav-btn .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: var(--color-primary)
}

.mySwiper-t4 {
  position: relative;
  padding-bottom: 80px
}

.mySwiper-t4 .swiper-pagination-bullet {
  background: #BCBCFF;
  opacity: 1
}

.mySwiper-t4 .swiper-pagination-bullet-active {
  background: #BCBCFF;
  opacity: 1;
  width: 18px;
  height: 8px;
  background: #6D6CFF;
  border-radius: 5px
}

.rts-service-area-four.home-six {
  background: #0C1221
}

.rts-service-area-four.home-six .title-main-center-4 .title {
  text-align: left;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize
}

.rts-service-area-four.home-six .title-main-center-4 .disc {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px
}

.rts-service-area-four.home-six .single-service-area-4 {
  background: none;
  border-radius: 10px;
  border: 1px solid #121B32;
  text-align: center;
  padding: 45px 30px;
  transition: all 0.3s
}

.rts-service-area-four.home-six .single-service-area-4:hover {
  background: #3F3EED
}

.rts-service-area-four.home-six .single-service-area-4:hover .icon svg path {
  fill: #FFF
}

.rts-service-area-four.home-six .single-service-area-4 .icon svg path {
  fill: #3F3EED;
  transition: all 0.3s
}

.rts-service-area-four.home-six .single-service-area-4 .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px
}

.rts-service-area-four.home-six .single-service-area-4 .disc {
  color: #FFF
}

.rts-service-area-four.home-six .single-service-area-4 a {
  justify-content: center;
  color: #FFF
}

.rts-service-area-four.home-six .single-service-area-4 a i {
  transform: rotate(-45deg)
}

.rts-gallery-area {
  background: #0E1424
}

.rts-gallery-area .gallery-area-inner {
  display: flex;
  justify-content: center
}

@media (max-width:991px) {
  .rts-gallery-area .gallery-area-inner {
    flex-wrap: wrap
  }
}

.rts-gallery-area .gallery-area-inner .gallery-image {
  position: relative;
  transition: all 0.3s;
  z-index: 1
}

@media (max-width:991px) {
  .rts-gallery-area .gallery-area-inner .gallery-image {
    width: 25%
  }
}

@media (max-width:576px) {
  .rts-gallery-area .gallery-area-inner .gallery-image {
    width: 50%
  }
}

.rts-gallery-area .gallery-area-inner .gallery-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1
}

.rts-gallery-area .gallery-area-inner .gallery-image a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(12 18 33 / .5);
  opacity: 0;
  transition: all 0.3s
}

.rts-gallery-area .gallery-area-inner .gallery-image a img {
  width: 100%
}

.rts-gallery-area .gallery-area-inner .gallery-image a:hover::before {
  opacity: 1
}

.rts-gallery-area .gallery-area-inner .gallery-image a:hover .center-icon {
  transform: translate(-50%, -50%) scale(1)
}

.rts-gallery-area .gallery-area-inner .gallery-image a .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s
}

.rts-gallery-area .gallery-area-inner .gallery-image a .center-icon i {
  color: #FFF;
  font-size: 24px
}

.ms-main {
  padding: 120px 0 0 0;
  background: #0E1424
}

.ms-main .single-product .ms-single-product .left-side-image {
  margin-right: 0
}

.ms-main .single-product .ms-single-product .left-side-image img {
  width: 100%
}

@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: #FFF;
  font-size: 24px;
  font-weight: 400;
  padding: 8pt 20pt;
  border-color: #fff0;
  border-width: 0 0 1px 0;
  border-style: solid
}

.ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: var(--color-primary);
  border-color: var(--color-primary)
}

.ms-main .single-product .ms-single-product .tab-area .tab-content {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #121B32;
  padding: 30pt 0;
  line-height: 1.8;
  margin-top: -1px
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p {
  color: #E3E3E3
}

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p img {
  float: right
}

@media (max-width:576px) {
  .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p img {
    float: unset;
    width: 100%;
    margin-bottom: 20px
  }
}

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

.ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form {
  padding: 60px 40px;
  background: #151f39
}

.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: 400;
  margin: 1rem 0;
  color: #FFF
}

.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: .5em 1em .5em 1em;
  background: none;
  border: 1px solid #121B32;
  transition: all 0.4s;
  background: unset;
  margin-bottom: 30px
}

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

.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: .5em 1em .5em 1em;
  background: none;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid #121B32;
  margin-bottom: 25px;
  transition: all 0.4s;
  background: unset
}

.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);
  color: var(--color-contrast-higher)
}

.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: #777
}

.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: fit-content;
  border: none;
  display: block;
  height: auto;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  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 .btn:hover {
  border: 1px solid #121B32
}

.ms-single-product .ms-single-product__content {
  padding-left: 120px;
  position: relative
}

.ms-single-product .ms-single-product__content .posted_in strong {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Arapey", sans-serif
}

.ms-single-product .ms-single-product__content .posted_in span {
  color: #777
}

.ms-single-product .ms-single-product__content .product_meta {
  margin-bottom: 20px
}

.ms-single-product .ms-single-product__content .product_meta a {
  font-weight: 600;
  color: #E3E3E3
}

.ms-single-product .ms-single-product__content .product-making ul {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap
}

.ms-single-product .ms-single-product__content .product-making ul li {
  list-style: none;
  width: 50%;
  margin: 0 0 10px 0
}

@media (max-width:450px) {
  .ms-single-product .ms-single-product__content .product-making ul li {
    width: 100%
  }
}

.ms-single-product .ms-single-product__content .product-making ul li span {
  color: #E3E3E3
}

.ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 28px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #FFF
}

.ms-single-product .ms-single-product__content .price {
  margin: 2rem 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px
}

.ms-single-product .ms-single-product__content .price bdi {
  font-size: 18px;
  font-weight: 700;
  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-rating-icon {
  display: flex;
  align-items: center
}

.ms-single-product .ms-rating-icon .person-rating {
  margin-left: 10px
}

.ms-single-product .ms-rating-icon .person-rating a {
  color: #777
}

.ms-single-product .ms-rating-icon svg {
  fill: #FFB03B;
  width: 20px
}

.ms-single-product .ms-single-product__content .stock,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 4rem;
  line-height: 1.8
}

.ms-single-product .ms-single-product__content .stock p,
.ms-single-product .ms-single-product__content .woocommerce-product-details__short-description p {
  color: #E3E3E3
}

.ms-single-product .ms-single-product__content .stock.in-stock {
  color: #2eb740
}

.ms-single-product .ms-single-product__content .quantity-area {
  display: flex;
  align-items: center;
  margin-bottom: 55px
}

.ms-single-product .ms-single-product__content .quantity-area .cart-edit {
  margin: 0 20px 0 0
}

.ms-single-product .ms-single-product__content .quantity-area .cart-edit button {
  padding: 18px 0;
  border: none
}

@media (max-width:576px) {
  .ms-single-product .ms-single-product__content .quantity-area .cart-edit button {
    padding: 14px 0
  }
}

.ms-single-product .ms-single-product__content .quantity-area .cart-edit input {
  border: none
}

.ms-single-product .ms-single-product__content .quantity-area .rts-btn {
  border: 1px solid var(--color-primary);
  border-radius: 8px
}

.ms-single-product .ms-single-product__content .quantity-area .rts-btn:hover {
  background: none;
  border: 1px solid #121B32;
  color: #FFF
}

.ms-single-product .ms-single-product__content .cart {
  display: flex
}

.related h2 {
  font-size: 50px;
  font-weight: 400
}

.related .blog-single-two-wrapper {
  transition: all 0.4s
}

.related .blog-single-two-wrapper:hover .inner .pre-tag {
  color: #FFF;
  opacity: 0;
  transform: translateY(-30px)
}

.related .blog-single-two-wrapper:hover .inner .btn-read-more-blog {
  opacity: 1;
  transform: translateY(-25px)
}

.related .blog-single-two-wrapper .image-area img {
  width: 100%
}

.related .blog-single-two-wrapper .inner {
  text-align: center;
  margin-top: 20px
}

.related .blog-single-two-wrapper .inner .title {
  margin-bottom: 10px;
  font-size: 18px !important;
  font-weight: 500;
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif !important
}

.related .blog-single-two-wrapper .inner .pre-tag {
  display: block;
  color: var(--color-primary);
  font-weight: 600;
  transition: all 0.4s
}

.related .blog-single-two-wrapper .inner .btn-read-more-blog {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
  display: block;
  background: var(--color-primary);
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500
}

.cart-edit {
  margin: 0 auto;
  width: 150px
}

.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 #121B32;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 3px
}

.cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #121B32
}

.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: silver
}

.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;
  padding: 10px 5px
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #FFF
}

.cart-bar .cart-edit .quantity-edit button i:hover {
  color: var(--color-primary)
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #FFF
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  padding: 0 5px
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  border-width: 0 1px;
  border-style: solid;
  border-color: #121B32
}

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

.rts-cart-area {
  background: #0E1424
}

.ms-woocommerce-cart-form-wrapper .shop_table {
  border: 1px solid #e2e2e2
}

.ms-woocommerce-cart-form-wrapper .shop_table th {
  border-top: none;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
  padding-left: 0;
  text-align: center
}

.ms-woocommerce-cart-form-wrapper .shop_table thead {
  border: none
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .shop_table thead {
    display: none
  }
}

.ms-woocommerce-cart-form-wrapper .shop_table td {
  padding: 25px;
  text-align: center;
  border-left: none;
  border-right: none;
  color: #FFF;
  font-weight: 600
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .shop_table td {
    border: none !important
  }
}

.ms-woocommerce-cart-form-wrapper .shop_table th,
.ms-woocommerce-cart-form-wrapper .shop_table td {
  border-left: none;
  border-right: none
}

.ms-woocommerce-cart-form-wrapper .shop_table th {
  padding: 15px 0
}

.ms-woocommerce-cart-form-wrapper .shop_table.shop_table_responsive {
  border: none
}

.ms-woocommerce-cart-form-wrapper .shop_table tr {
  text-align: left;
  border: none
}

@media (max-width:767px) {
  .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;
    margin-bottom: 40px
  }
}

.ms-woocommerce-cart-form-wrapper .product-remove {
  font-size: 28px
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-remove {
    width: 100% !important;
    font-size: 34px
  }
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-remove svg {
    width: 32px
  }
}

.ms-woocommerce-cart-form-wrapper .product-thumbnail {
  width: 20rem
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-thumbnail {
    width: 100%
  }
}

.ms-woocommerce-cart-form-wrapper .product-thumbnail img {
  width: 80px;
  border-radius: 0
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-thumbnail img {
    width: 100%
  }
}

.ms-woocommerce-cart-form-wrapper .product-name {
  font-size: 18px;
  font-weight: 600
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-name {
    border: none !important;
    width: 100%;
    text-align: left !important;
    font-size: 22px
  }
}

.ms-woocommerce-cart-form-wrapper .product-name a {
  color: #FFF;
  transition: all 0.3s;
  font-weight: 400;
  text-decoration: none
}

.ms-woocommerce-cart-form-wrapper .product-name a:hover {
  text-decoration: underline;
  color: var(--color-primary)
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-price {
    width: 50%;
    text-align: left !important
  }
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-subtotal {
    width: 100%;
    text-align: left !important
  }
}

.ms-woocommerce-cart-form-wrapper .product-remove {
  width: 3rem;
  padding-left: 0
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .product-remove {
    border: none !important
  }
}

.ms-woocommerce-cart-form-wrapper .product-remove svg {
  fill: #FFF;
  transition: fill 0.3s cubic-bezier(.645, .045, .355, 1);
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  width: 20px
}

.ms-woocommerce-cart-form-wrapper .product-remove svg:hover {
  fill: var(--color-primary)
}

.ms-woocommerce-cart-form-wrapper .ms-quantity {
  position: relative;
  width: 8rem;
  display: flex
}

.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text {
  padding: .5em;
  height: 45px;
  border: none;
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: #f7f7f7;
  appearance: none
}

.ms-woocommerce-cart-form-wrapper .ms-quantity .input-text:focus-visible {
  outline: none
}

.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-woocommerce-cart-form-wrapper .ms-quantity .button-minus,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border: none;
  background-color: #fff0;
  display: flex;
  align-items: center;
  background-color: var(--color-contrast-lower);
  transition: background-color 0.3s cubic-bezier(.645, .045, .355, 1), transform 0.1s cubic-bezier(.645, .045, .355, 1)
}

.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-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-woocommerce-cart-form-wrapper .ms-quantity .button-minus:active,
.ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:active {
  transform: translateY(2px)
}

.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-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg {
  margin-left: 1pt
}

.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-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  margin-right: 1pt
}

.ms-woocommerce-cart-form-wrapper .ms-actions-inner {
  display: flex;
  justify-content: space-between
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: block
  }
}

.ms-woocommerce-cart-form-wrapper .coupon {
  display: inline-flex;
  overflow: hidden;
  background-color: var(--color-contrast-lower)
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .coupon {
    width: 100%
  }
}

.ms-woocommerce-cart-form-wrapper .coupon .button {
  border: 1px solid var(--color-primary);
  padding: 15px 33px;
  color: var(--color-white);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 1;
  border-radius: 4px
}

@media (max-width:400px) {
  .ms-woocommerce-cart-form-wrapper .coupon .button {
    width: 50%
  }
}

.ms-woocommerce-cart-form-wrapper .coupon .button:hover {
  border: 1px solid #d3ced2;
  color: #FFF;
  background: none
}

.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 #fff0;
  transition: transform 0.1s cubic-bezier(.645, .045, .355, 1)
}

.ms-woocommerce-cart-form-wrapper .coupon+.button:disabled {
  color: var(--color-contrast-high);
  background-color: #fff0;
  border: solid 1px var(--color-contrast-high)
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .coupon+.button:disabled {
    display: none
  }
}

.ms-woocommerce-cart-form-wrapper .coupon+.button:active {
  transform: translateY(2px)
}

.ms-woocommerce-cart-form-wrapper #coupon_code {
  border: 1px solid #121B32;
  padding: .5em 1em .5em 1em;
  height: 45px;
  width: 320px;
  border-radius: 4px;
  color: #777;
  margin-right: 20px
}

@media (max-width:400px) {
  .ms-woocommerce-cart-form-wrapper #coupon_code {
    width: 50%
  }
}

.ms-woocommerce-cart-form-wrapper #coupon_code:focus-visible {
  outline: none
}

.ms-woocommerce-cart-form-wrapper #coupon_code::placeholder {
  color: #777
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 40px;
  border: 1px solid #121B32
}

.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-woocommerce-cart-form-wrapper .ms-cart-totals tr {
  border-bottom: 1px solid #121B32
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
  border: none;
  padding: 30px 10px;
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  color: #777
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals th .woocommerce-Price-amount,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals td .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
  color: #FFF
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th,
.ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  padding: 30px 10px
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals h3 {
  font-size: 30px;
  line-height: 30px;
  color: #FFF;
  font-weight: 400;
  border-bottom: 1px solid #121B32;
  padding-bottom: 17px;
  margin-bottom: 0
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0;
  color: #777
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex
}

@media (max-width:767px) {
  .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
    flex-direction: unset
  }
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a {
  padding: .5em 1.2em .5em 1.2em;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 4px
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px)
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:hover {
  color: #FFF;
  border: 1px solid #121B32
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px
}

.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: #FFF;
  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-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: var(--color-primary)
}

.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-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-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-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-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-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  color: #fff;
  border-radius: 6pt;
  float: right
}

.ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
  text-align: right
}

.rts-checkout-area {
  background: #0E1424
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card {
  border: unset;
  border-radius: 0
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
  padding: 15px 10px;
  background: #151f39
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title span {
  border: 0 !important;
  color: #777;
  font-weight: 400;
  font-size: 14px
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  width: unset;
  border: none;
  color: #FFF;
  font-weight: 700;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
  font-size: 14px
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: var(--color-primary)
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body {
  border-top: 1px solid #d3ced252;
  padding: 20px 20px 50px 20px;
  background: #151f39;
  text-align: left
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .rts-btn {
  border-radius: 0;
  max-width: max-content;
  padding: 15px 25px
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body p {
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left
}

.rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7
}

.rts-checkout-area .checkout-area-inner .full-grid {
  margin-top: 25px
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box {
  margin-bottom: 50px
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group select {
  color: #666;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: 1px solid #121B32;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group textarea {
  height: 60px;
  min-height: 60px;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  padding: 10px 18px;
  background: none;
  border: 1px solid #121B32;
  margin: 0;
  outline: none
}

.rts-checkout-area .checkout-area-inner input,
.rts-checkout-area .checkout-area-inner textarea {
  color: #777
}

.rts-checkout-area .checkout-area-inner input::placeholder,
.rts-checkout-area .checkout-area-inner textarea::placeholder {
  color: #777
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group .form-control-mod {
  height: 45px;
  padding: 10px 18px;
  background: none;
  border: 1px solid #121B32;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset
}

.rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table {
  width: 100%
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px
}

.rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2
}

.rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px
}

.rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px
}

.rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9
}

.rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .p-msg:before {
  content: "";
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: #fff0;
  border-left-color: #fff0;
  border-top-color: #fff0;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em
}

.rts-checkout-area .checkout-area-inner .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important
}

.rts-checkout-area .checkout-area-inner .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
}

.rts-checkout-area .checkout-area-inner .from-control:hover {
  border: 1px solid var(--color-primary)
}

@media (max-width:576px) {
  .rts-checkout-area .checkout-area-inner .rts-service-two-col {
    padding-bottom: 130px !important
  }
}

.rts-checkout-area .checkout-area-inner .single-service-four {
  position: relative;
  height: 100%;
  background: #171717
}

.rts-checkout-area .checkout-area-inner .single-service-four:hover .thumbnail img {
  transform: scale(1.2)
}

.rts-checkout-area .checkout-area-inner .single-service-four:hover .thumbnail::after {
  left: -50px;
  top: -50px
}

.rts-checkout-area .checkout-area-inner .single-service-four:hover .content-area .rts-btn {
  transform: scale(1)
}

.rts-checkout-area .checkout-area-inner .single-service-four .icon-area {
  position: absolute;
  top: 42px;
  left: 40px;
  background: #FFF;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex
}

@media only screen and (max-width:1199px) {
  .rts-checkout-area .checkout-area-inner .single-service-four .icon-area {
    position: absolute;
    top: 34px;
    left: 28px;
    background: #FFF;
    width: 60px;
    height: 60px;
    padding: 16px
  }
}

.rts-checkout-area .checkout-area-inner .single-service-four .thumbnail {
  display: block;
  overflow: hidden;
  position: relative
}

.rts-checkout-area .checkout-area-inner .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
}

.rts-checkout-area .checkout-area-inner .single-service-four .thumbnail img {
  width: 100%;
  transition: 0.3s
}

.rts-checkout-area .checkout-area-inner .single-service-four .content-area {
  padding: 32px 40px;
  position: relative
}

.rts-checkout-area .checkout-area-inner .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
}

.rts-checkout-area .checkout-area-inner .single-service-four .content-area a.rts-btn i {
  font-size: 14px
}

.rts-checkout-area .checkout-area-inner .single-service-four .content-area span {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--font-primary)
}

.rts-checkout-area .checkout-area-inner .single-service-four .content-area a .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: .02em;
  transition: 0.3s
}

@media only screen and (max-width:1199px) {
  .rts-checkout-area .checkout-area-inner .single-service-four .content-area a .title {
    font-size: 20px;
    line-height: 28px
  }
}

.rts-checkout-area .checkout-area-inner .single-service-four .content-area a:hover .title {
  color: var(--color-primary)
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order {
  margin-left: 35px
}

@media (max-width:1200px) {
  .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order {
    margin-left: 10px
  }
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .wc_payment_methods,
.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
  padding: 1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d3ced2
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .wc_payment_methods li,
.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table li {
  list-style: none;
  border-top: 3px solid var(--color-primary);
  background: #f5f5f5;
  padding: 1em 2em 1em 3.5em;
  line-height: 2;
  color: #515151;
  font-family: Plus Jakarta Sans !important
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin-bottom: 30px;
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .button {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid var(--color-primary)
}

.rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .button:hover {
  color: #FFF;
  border: 1px solid #121B32
}

@media (max-width:767px) {
  .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-bottom: 50px
  }
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product {
  display: flex;
  align-items: center
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__thumbnail img {
  width: 90px;
  margin-right: 20px
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content h5 {
  font-size: 16px
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .woocommerce-Price-amount {
  color: var(--color-primary)
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .cart_item td {
  border: none;
  padding: 0;
  padding-bottom: 2rem
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot th {
  text-align: left;
  padding-left: 0
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot td {
  text-align: right;
  padding-right: 0
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot th,
.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot td {
  border: none
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot tr {
  border-bottom: dotted 1px #e2e2e2
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none
}

.rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot .woocommerce-shipping-methods {
  list-style: none
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 2rem
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon p:first-child {
  margin-bottom: 1rem
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first,
.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-last {
  display: inline-flex
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first input {
  border: none;
  border-radius: 6pt;
  background-color: #f7f7f7;
  padding: .5em 1.6em .5em 1em;
  height: 45px
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first input:focus-visible {
  outline: none
}

.rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-last {
  margin-left: -12pt
}

.rts-checkout-area .checkout-area-inner .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
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table {
  width: 100%
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px
}

.rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 40px;
  border: 1px solid #121B32
}

@media (max-width:1200px) and (min-width:991px) {
  .rts-checkout-area .checkout-area-inner .ms-cart-totals {
    padding: 40px 5px
  }
}

@media (max-width:500px) {
  .rts-checkout-area .checkout-area-inner .ms-cart-totals {
    padding: 40px 5px
  }
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .cart-subtotal td,
.rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total td {
  text-align: right
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals tr {
  border: none
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-name {
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-total {
  color: #E3E3E3
}

@media (max-width:991px) {
  .rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-total {
    text-align: end
  }
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product th,
.rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product td {
  font-size: 14px;
  font-weight: 400;
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product td span {
  font-size: 14px;
  font-weight: 400;
  color: #777
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals th,
.rts-checkout-area .checkout-area-inner .ms-cart-totals td {
  border: none;
  padding: 30px 10px;
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals th .woocommerce-Price-amount,
.rts-checkout-area .checkout-area-inner .ms-cart-totals td .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
  color: #E3E3E3
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals th .woocommerce-Price-amount label,
.rts-checkout-area .checkout-area-inner .ms-cart-totals td .woocommerce-Price-amount label {
  font-size: 14px;
  font-weight: 600;
  color: #777
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total th,
.rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total td {
  padding: 30px 10px
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals h3 {
  font-size: 30px;
  line-height: 30px;
  color: #E3E3E3;
  font-weight: 400;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex
}

@media (max-width:767px) {
  .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout {
    flex-direction: unset
  }
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a {
  padding: .5em 1.2em .5em 1.2em;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 0
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px)
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a:hover {
  color: #FFF;
  border: 1px solid #121B32
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px
}

.rts-checkout-area .checkout-area-inner .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: #FFF;
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out), -webkit-box-shadow 150ms var(--ease-in-out)
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: var(--color-primary)
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
  z-index: 1;
  border-color: var(--color-primary);
  outline: 0
}

.rts-checkout-area .checkout-area-inner .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
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher)
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  width: 100%
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 8pt
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  color: #fff;
  border-radius: 6pt;
  float: right
}

.rts-checkout-area .checkout-area-inner .ms-cart-totals .shop_table td {
  text-align: right
}

.rts-checkout-area .checkout-area-inner .full-grid .checkout-title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #FFF
}

.vedio-icone .video-play-button p.text {
  min-width: max-content;
  margin-top: 10px;
  margin-left: 55px;
  color: #fff
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: -36px;
  left: 32px;
  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: rgb(117 39 8 / .3);
  border-radius: 50%;
  border: 1px solid #fff0;
  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;
  border: 2px solid #fff;
  transition: all 200ms;
  border-radius: 50%
}

@media only screen and (max-width:575px) {
  .vedio-icone .video-play-button::after {
    width: 100px;
    height: 100px
  }
}

.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 #fff0;
  border-bottom: 8px solid #fff0;
  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: rgb(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
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: #fff;
  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: 317px
  }
}

.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: #fff;
  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)
}

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

.rts-social-style-one ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 10px
}

.rts-social-style-one ul li {
  margin: 0;
  padding: 0
}

.rts-social-style-one ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--color-primary)
}

.rts-social-style-one ul li a i {
  color: #fff
}