@charset "UTF-8";
/*=======css indexing======

1.Default css
2.Typography
3.Spacing
4.Reset
5.Forms
6.Mixins
7.Shortcods
8.Common
9.animation
10. text-animation
11. sal animation
12. button style
13. header
14. nav style
15. mobile-menu
16. cart-side
17. side-bar
18. about style 
19. banner style
20. social share
21. project style hear
22. funfacts styles
23. blog
24. cta
25. team
26. service
27. testimonials
28. working-process
29. faq
30. goal-time
31. timeline
32. contact
33. date-picker
34. pagination
35. story-company
36. backto-top
37. Experience area
38. footer

==========================*/
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap");
:root {
  --color-primary: #ff6600;
  --color-secondary: #0c0a0a;
  --color-body: #6e777d;
  --color-heading-1: #0c0a0a;
  --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: "Titillium Web", sans-serif;
  --font-secondary: "Archivo", 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: 66px;
  --h2: 48px;
  --h3: 36px;
  --h4: 30px;
  --h5: 24px;
  --h6: 20px;
}

* {
  box-sizing: border-box;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Titillium Web", 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: "Titillium Web", sans-serif;
}

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

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

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

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

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

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

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

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

.m--0 {
  margin: 0;
}

.rts-section-gap {
    padding-top: 120px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb--150 {
  padding-top: 300px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt_lg--5 {
    margin-top: 5px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt_lg--200 {
    margin-top: 200px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  .plr_sm--5 {
    padding: 0 5px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .plr_sm--200 {
    padding: 0 200px !important;
  }
}
@media only screen and (max-width: 575px) {
}

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

.padding-contorler-am-slide {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

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

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

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

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

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type="text"].p-holder__active,
.input-active input[type="text"],
input[type="text"].input-active,
input[type="password"].p-holder__active,
.input-active input[type="password"],
input[type="password"].input-active,
input[type="email"].p-holder__active,
.input-active input[type="email"],
input[type="email"].input-active,
input[type="number"].p-holder__active,
.input-active input[type="number"],
input[type="number"].input-active,
input[type="tel"].p-holder__active,
.input-active input[type="tel"],
input[type="tel"].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type="text"].p-holder__active::placeholder,
.input-active input[type="text"]::placeholder,
input[type="text"].input-active::placeholder,
input[type="password"].p-holder__active::placeholder,
.input-active input[type="password"]::placeholder,
input[type="password"].input-active::placeholder,
input[type="email"].p-holder__active::placeholder,
.input-active input[type="email"]::placeholder,
input[type="email"].input-active::placeholder,
input[type="number"].p-holder__active::placeholder,
.input-active input[type="number"]::placeholder,
input[type="number"].input-active::placeholder,
input[type="tel"].p-holder__active::placeholder,
.input-active input[type="tel"]::placeholder,
input[type="tel"].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type="text"].p-holder__active:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input[type="text"].input-active:-ms-input-placeholder,
input[type="password"].p-holder__active:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input[type="password"].input-active:-ms-input-placeholder,
input[type="email"].p-holder__active:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input[type="email"].input-active:-ms-input-placeholder,
input[type="number"].p-holder__active:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input[type="number"].input-active:-ms-input-placeholder,
input[type="tel"].p-holder__active:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type="text"].p-holder__active::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input[type="text"].input-active::-ms-input-placeholder,
input[type="password"].p-holder__active::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input[type="password"].input-active::-ms-input-placeholder,
input[type="email"].p-holder__active::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input[type="email"].input-active::-ms-input-placeholder,
input[type="number"].p-holder__active::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input[type="number"].input-active::-ms-input-placeholder,
input[type="tel"].p-holder__active::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type="text"].p-holder__error,
.input-error input[type="text"],
input[type="text"].input-error,
input[type="password"].p-holder__error,
.input-error input[type="password"],
input[type="password"].input-error,
input[type="email"].p-holder__error,
.input-error input[type="email"],
input[type="email"].input-error,
input[type="number"].p-holder__error,
.input-error input[type="number"],
input[type="number"].input-error,
input[type="tel"].p-holder__error,
.input-error input[type="tel"],
input[type="tel"].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type="text"].p-holder__error::placeholder,
.input-error input[type="text"]::placeholder,
input[type="text"].input-error::placeholder,
input[type="password"].p-holder__error::placeholder,
.input-error input[type="password"]::placeholder,
input[type="password"].input-error::placeholder,
input[type="email"].p-holder__error::placeholder,
.input-error input[type="email"]::placeholder,
input[type="email"].input-error::placeholder,
input[type="number"].p-holder__error::placeholder,
.input-error input[type="number"]::placeholder,
input[type="number"].input-error::placeholder,
input[type="tel"].p-holder__error::placeholder,
.input-error input[type="tel"]::placeholder,
input[type="tel"].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type="text"].p-holder__error:-ms-input-placeholder,
.input-error input[type="text"]:-ms-input-placeholder,
input[type="text"].input-error:-ms-input-placeholder,
input[type="password"].p-holder__error:-ms-input-placeholder,
.input-error input[type="password"]:-ms-input-placeholder,
input[type="password"].input-error:-ms-input-placeholder,
input[type="email"].p-holder__error:-ms-input-placeholder,
.input-error input[type="email"]:-ms-input-placeholder,
input[type="email"].input-error:-ms-input-placeholder,
input[type="number"].p-holder__error:-ms-input-placeholder,
.input-error input[type="number"]:-ms-input-placeholder,
input[type="number"].input-error:-ms-input-placeholder,
input[type="tel"].p-holder__error:-ms-input-placeholder,
.input-error input[type="tel"]:-ms-input-placeholder,
input[type="tel"].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type="text"].p-holder__error::-ms-input-placeholder,
.input-error input[type="text"]::-ms-input-placeholder,
input[type="text"].input-error::-ms-input-placeholder,
input[type="password"].p-holder__error::-ms-input-placeholder,
.input-error input[type="password"]::-ms-input-placeholder,
input[type="password"].input-error::-ms-input-placeholder,
input[type="email"].p-holder__error::-ms-input-placeholder,
.input-error input[type="email"]::-ms-input-placeholder,
input[type="email"].input-error::-ms-input-placeholder,
input[type="number"].p-holder__error::-ms-input-placeholder,
.input-error input[type="number"]::-ms-input-placeholder,
input[type="number"].input-error::-ms-input-placeholder,
input[type="tel"].p-holder__error::-ms-input-placeholder,
.input-error input[type="tel"]::-ms-input-placeholder,
input[type="tel"].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type="text"].p-holder__error:focus,
.input-error input[type="text"]:focus,
input[type="text"].input-error:focus,
input[type="password"].p-holder__error:focus,
.input-error input[type="password"]:focus,
input[type="password"].input-error:focus,
input[type="email"].p-holder__error:focus,
.input-error input[type="email"]:focus,
input[type="email"].input-error:focus,
input[type="number"].p-holder__error:focus,
.input-error input[type="number"]:focus,
input[type="number"].input-error:focus,
input[type="tel"].p-holder__error:focus,
.input-error input[type="tel"]:focus,
input[type="tel"].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}
input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}
input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type="checkbox"]:checked ~ label::after,
input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

input:checked ~ .rn-check-box-label::before {
  background: var(--color-primary) !important;
}

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

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}
.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type="submit"] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type="submit"]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

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

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #ffffff;
}

.bg-color-black {
  background: #1a1a1a;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* .bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
} */

.bg_tr-image--1 {
  background-image: url(../images/bg/bg-image-1.png) !important;
  background-size: cover !important;
}

.bg_tr-image--2 {
  background-image: url(../images/bg/bg-image-2.png) !important;
  background-size: cover !important;
}

.bg_tr-image--3 {
  background-image: url(../images/bg/bg-image-3.png) !important;
  background-size: cover !important;
}

.bg_tr-image--4 {
  background-image: url(../images/bg/bg-image-4.png) !important;
  background-size: cover !important;
}

.bg_tr-image--5 {
  background-image: url(../images/bg/bg-image-5.png) !important;
  background-size: cover !important;
}

.bg_tr-image--6 {
  background-image: url(../images/bg/bg-image-6.png) !important;
  background-size: cover !important;
}

.bg_tr-image--7 {
  background-image: url(../images/bg/bg-image-7.png) !important;
  background-size: cover !important;
}

.bg_tr-image--8 {
  background-image: url(../images/bg/bg-image-8.png) !important;
  background-size: cover !important;
}

.bg_tr-image--9 {
  background-image: url(../images/bg/bg-image-9.png) !important;
  background-size: cover !important;
}

.bg_tr-image--10 {
  background-image: url(../images/bg/bg-image-10.png) !important;
  background-size: cover !important;
}

.bg_tr-image--11 {
  background-image: url(../images/bg/bg-image-11.png) !important;
  background-size: cover !important;
}

.bg_tr-image--12 {
  background-image: url(../images/bg/bg-image-12.png) !important;
  background-size: cover !important;
}

.bg_tr-image--13 {
  background-image: url(../images/bg/bg-image-13.png) !important;
  background-size: cover !important;
}

.bg_tr-image--14 {
  background-image: url(../images/bg/bg-image-14.png) !important;
  background-size: cover !important;
}

.bg_tr-image--15 {
  background-image: url(../images/bg/bg-image-15.png) !important;
  background-size: cover !important;
}

.bg_tr-image--16 {
  background-image: url(../images/bg/bg-image-16.png) !important;
  background-size: cover !important;
}

.bg_tr-image--17 {
  background-image: url(../images/bg/bg-image-17.png) !important;
  background-size: cover !important;
}

.bg_tr-image--18 {
  background-image: url(../images/bg/bg-image-18.png) !important;
  background-size: cover !important;
}

.bg_tr-image--19 {
  background-image: url(../images/bg/bg-image-19.png) !important;
  background-size: cover !important;
}

.bg_tr-image--20 {
  background-image: url(../images/bg/bg-image-20.png) !important;
  background-size: cover !important;
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body {
  scroll-behavior: auto;
  background: #ffffff;
  overflow-x: hidden;
}

/*------------------------
    Header Sticky 
--------------------------*/
.col-lg-20 {
  width: 20%;
  float: left;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  .col-lg-20 {
    width: 33%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 575px) {
  .col-lg-20 {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .col-lg-20 {
    width: 100%;
    float: left;
  }
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5d666f !important;
  opacity: 1 !important;
  /* Firefox */
  font-size: 16px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5d666f !important;
  font-size: 16px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5d666f !important;
  font-size: 16px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.over_link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}

.elecate-left-title {
  text-align: left;
}
.elecate-left-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #ff6600;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.elecate-left-title h3.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #0c0a0a;
  text-transform: uppercase;
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .elecate-left-title h3.title {
    font-size: 28px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .elecate-left-title h3.title {
    font-size: 29px;
    line-height: 41px;
  }
}

body.index-nine {
  background: #f2f2f2;
}
body.index-nine .main-title-area-center {
  text-align: center;
}
body.index-nine .main-title-area-center span.pre {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}





@-webkit-keyframes 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(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    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;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}
.cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="slide-up"] {
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

/*elements*/
.rts-btn {
  padding: 20px 33px;
  font-family: var(--font-primary);
  line-height: 10px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 2px;
  display: block;
  min-width: max-content;
}
.rts-btn.btn-primary {
  background: var(--color-primary);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rts-btn.btn-primary::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-secondary);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.rts-btn.btn-primary:hover {
  color: #ffff;
}
.rts-btn.btn-primary:hover::after {
  transform: translateY(0);
}
.rts-btn.btn-seconday {
  background: var(--color-secondary);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rts-btn.btn-seconday::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.rts-btn.btn-seconday:hover::after {
  transform: translateY(0);
}
.rts-btn.btn-terciary {
  background: #ffffff;
  color: #0c0a0a;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rts-btn.btn-terciary::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.rts-btn.btn-terciary:hover {
  color: #fff;
}
.rts-btn.btn-terciary:hover::after {
  transform: translateY(0);
}

.nav-area ul {
  padding: 0;
  margin: 0;
}
.nav-area ul li {
  margin: 0;
}
.nav-area ul li a {
  text-transform: uppercase;
  font-family: var(--font-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 16px;
  line-height: 24px;
}

.nav-area nav ul {
  display: flex;
  align-items: center;
}
.nav-area nav ul li {
  margin: 0 10px;
}

.heder-two .header-two-container {
  max-width: 1740px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .heder-two .header-two-container {
    max-width: 95%;
  }
}
.heder-two .header-two-container .header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .heder-two .header-two-container .header-main-wrapper {
    padding: 9px 0;
  }
}
.heder-two .header-two-container .header-main-wrapper .logo-area a {
  padding: 20px 80px 20px 0;
  display: block;
  max-width: 240px;
}
.heder-two .header-two-container .header-main-wrapper .logo-area a img {
  width: 100%;
}
@media screen and (max-width: 1420px) {
  .heder-two .header-two-container .header-main-wrapper .logo-area a {
    padding: 15px;
    padding-right: 20px;
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  .heder-two .header-two-container .header-main-wrapper .logo-area a {
    max-width: 120px;
    padding: 6px;
  }
  .heder-two .header-two-container .header-main-wrapper .logo-area a img {
    width: 100%;
  }
}
.heder-two .header-two-container .header-main-wrapper .rts-header-right {
  /* border-right: 1px solid #E9E9E9; */
  /* border-left: 1px solid #E9E9E9; */
  position: relative;
}
@media screen and (max-width: 1300px) {
  .heder-two .header-two-container .header-main-wrapper .rts-header-right {
    margin: auto;
    border: none;
  }
}
@media screen and (max-width: 1200px) {
  .heder-two .header-two-container .header-main-wrapper .rts-header-right {
    border-left: 0px solid #e9e9e9 !important;
    border-right: 0px solid #e9e9e9 !important;
  }
}
@media screen and (max-width: 1024px) {
  .heder-two .header-two-container .header-main-wrapper .rts-header-right {
    margin: unset;
    border: none;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .menu-area {
  position: absolute;
  cursor: pointer;
  right: -29px;
  top: 47%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  height: 55px;
  width: 55px;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .menu-area {
    right: 0;
  }
}
.heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 444px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 1820px) {
  .heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
    gap: inherit;
  }
}
@media screen and (max-width: 1300px) {
  .heder-two .header-two-container .header-main-wrapper .rts-header-right .top {
    display: none;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .start-top {
  display: flex;
  align-items: center;
  padding: 0 30px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .start-top
  p {
  color: #6e777d;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .start-top
  .icon {
  margin-right: 10px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .start-top
  .icon
  i {
  color: var(--color-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .end-top {
  display: flex;
  align-items: center;
  gap: 50px;
  border-left: 1px solid #e9e9e9;
  padding-left: 50px;
  padding: 18px 0;
  padding-right: 110px;
  padding-left: 30px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .end-top
  .single-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .end-top
  .single-info
  p,
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .end-top
  .single-info
  a {
  color: #0c0a0a;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .top
  .end-top
  .single-info
  i {
  color: #0c0a0a;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area {
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area {
    display: none;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li {
  margin-left: 0;
  margin-right: 35px;
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li {
    margin-right: 45px;
  }
}
@media (max-width: 1200px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li {
    margin-right: 35px;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li
  a {
  padding: 0;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  .has-droupdown:hover
  .nav-link {
  color: var(--color-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  .has-droupdown:hover
  .nav-link::before {
  color: var(--color-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  .has-droupdown
  .nav-link {
  transition: all 0.3s;
  padding: 22px 0;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  .has-droupdown
  .nav-link::before {
  transition: all 0.4s;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li
  a {
  display: block;
  transition: 0.3s;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li
  a.nav-link {
  color: #0c0a0a;
}
@media (max-width: 1599px) and (min-width: 1024px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .nav-area
    ul
    li
    a {
    font-size: 14px;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li
  a:hover {
  color: var(--color-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area {
    padding-right: 0;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .rts-btn.btn-seconday {
  background: transparent;
  color: var(--color-primary);
  display: flex;
  align-items: center;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .rts-btn.btn-seconday::after {
  display: none;
}
@media screen and (max-width: 1300px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .rts-btn.btn-seconday {
    display: none;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .rts-btn.btn-seconday
  i {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area {
  display: flex;
  align-items: center;
  padding-right: 40px;
  border-right: 1px solid #e9e9e9;
  margin-right: 40px;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    border: none;
  }
}
@media (max-width: 1200px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    padding-right: 0;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area
  i {
  cursor: pointer;
  color: #0c0a0a;
  position: relative;
  font-size: 22px;
}
@media (max-width: 576px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area
    .cart {
    display: none;
  }
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area
  .cart
  i {
  position: relative;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area
  .cart
  i::after {
  position: absolute;
  content: "2";
  right: -8px;
  bottom: -5px;
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area
  .search {
  margin-right: 26px;
  color: #0c0a0a;
}

.brand-area-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .brand-area-wrapper-4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.brand-area-wrapper-4 img {
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .brand-area-wrapper-4 img {
    width: 33%;
  }
}

.rts-banner-four-area {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}

.banner-four-shape .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: fadeInLeftBig 1.8s;
  z-index: 0;
  height: 100%;
  pointer-events: none;
}
.banner-four-shape .img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: fadeInLeftBig 0.5s;
  z-index: 0;
  height: 100%;
  pointer-events: none;
}

.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .right-area
  .icon-area {
  border-right: 1px solid #ffffff14;
}
@media screen and (max-width: 1280px) {
  .heder-two
    .header-two-container
    .header-main-wrapper
    .rts-header-right
    .bottom
    .right-area
    .icon-area {
    border: none;
  }
}

.main-nav-desk nav ul li.has-droupdown {
  position: relative;
}
.main-nav-desk nav ul li.has-droupdown a.nav-link {
  position: relative;
  transition: all 0.3s;
}
.main-nav-desk nav ul li.has-droupdown a.nav-link::before {
  content: "\f078" !important;
  position: absolute !important;
  top: 51%;
  font-family: "Font Awesome 6 Pro" !important;
  right: 1px;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-size: 13px;
}
.main-nav-desk nav ul li.has-droupdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}
.main-nav-desk nav ul li.has-droupdown:hover a.nav-link {
  color: #0c0a0a;
}
.main-nav-desk nav ul li.has-droupdown:hover a.nav-link::before {
  color: var(--color-primary);
  content: "\f077" !important;
  font-family: "Font Awesome 6 Pro" !important;
  color: #0c0a0a;
}
.main-nav-desk nav ul li.has-droupdown .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 10px 10px;
  background-color: #0c0a0a;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
  flex-wrap: wrap;
  min-width: 1276px;
  justify-content: center;
  margin-left: 0;
  margin-top: -1px;
  padding: 25px;
  border-radius: 0;
  margin: auto;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    min-width: 1085px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
    min-width: 900px !important;
  }
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
  width: 16% !important;
  margin: 0;
  position: relative;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover .page {
  opacity: 1;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover .page li a {
  color: #fff !important;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li:hover::after {
  opacity: 1;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a {
  padding: 30px 15px;
  position: relative;
  transition: 0.3s;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover {
  color: var(--color-primary) !important;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a img {
  margin-bottom: 25px;
  width: 100%;
  transition: 0.33s;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a span {
  transition: 0.3s;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 1;
  min-width: max-content;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover img {
  transform: translateY(-5px);
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li a:hover span {
  color: var(--color-primary);
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li {
  width: 100% !important;
  text-align: center;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li .page li::after {
  display: none;
}
.main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.menu-home
  li
  .page
  li
  a.rts-btn {
  margin: 0 auto 10px auto;
  padding: 5px 15px !important;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  font-size: 10px;
  line-height: 20px;
}
.main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.menu-home
  li
  .page
  li
  a.rts-btn:focus {
  box-shadow: none;
}
.main-nav-desk nav ul li.has-droupdown .submenu.menu-home li::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  top: 0;
}
.main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  flex-direction: column;
  min-width: 200px;
  justify-content: flex-start;
  padding-left: 0;
  margin-left: 0;
  align-items: flex-start;
  margin-top: -1px;
  padding: 15px;
  border-radius: 0;
  width: max-content;
}
.main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  width: 100%;
  text-align: left;
}
.main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  text-align: left;
  padding: 3px 5px;
  margin: 4px 0;
  transition: 0.3s;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--font-secondary);
  letter-spacing: 0;
  font-weight: 500;
  min-width: max-content;
}
.main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a:hover {
  color: var(--color-primary) !important;
}
.main-nav-desk nav ul li.menu-item {
  transition: all 0.3s;
}
.main-nav-desk nav ul li.menu-item a.nav-item {
  transition: all 0.3s;
}
.main-nav-desk nav ul li.menu-item:hover a.nav-item {
  color: #0c0a0a;
}

.heder-two .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
  right: -22px;
  transition: all 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .heder-two .main-nav-desk nav ul li.has-droupdown a.nav-link::before {
    right: -16px;
    top: 52%;
  }
}
.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
  margin-top: 22px;
}
.heder-two li.has-droupdown ul li {
  margin-left: 0;
  margin-right: 0 !important;
}
.heder-two li.has-droupdown ul li a {
  padding: 30px 15px;
  position: relative;
}
.heder-two .rts-header-right {
  position: unset !important;
}
.heder-two .main-nav-desk nav ul li.has-droupdown {
  position: unset !important;
}
.heder-two .bottom .has-droupdown.pages {
  position: relative !important;
}
.heder-two .bottom .has-droupdown li {
  margin-right: 0;
}
.heder-two .bottom .has-droupdown li a {
  padding: 15px 15px 5px 15px !important;
}
.heder-two .bottom .has-droupdown li a span {
  color: #fff;
}
.heder-two .bottom .has-droupdown .submenu.menu-home {
  flex-wrap: wrap;
  min-width: 80% !important;
  justify-content: center;
  margin-left: 0;
  margin-top: -1px;
  padding: 25px;
  border-radius: 0;
  left: 50%;
  top: 83%;
  transform: translateX(-50%) scaleY(0);
}
@media (max-width: 1199px) and (min-width: 991px) {
  .heder-two .bottom .has-droupdown .submenu.menu-home {
    min-width: 900px !important;
  }
}
.heder-two .bottom .has-droupdown .submenu.inner-page {
  flex-direction: column;
  min-width: 200px;
  justify-content: flex-start;
  padding-left: 0;
  margin-left: 0;
  align-items: flex-start;
  margin-top: 0 !important;
  padding: 15px 5px !important;
  border-radius: 0;
  max-width: max-content !important;
}
.heder-two .bottom .has-droupdown .submenu.inner-page li {
  text-align: left;
}
.heder-two .bottom .has-droupdown .submenu.inner-page li a {
  text-align: left;
  padding: 3px 15px !important;
  margin: 4px 0;
  transition: 0.3s;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--font-secondary);
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}
.heder-two .bottom .has-droupdown:hover .submenu.menu-home {
  transform: translateX(-50%) scaleY(1) !important;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li {
  transition: all 0.3s;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li:hover
  a.nav-item {
  color: var(--color-primary);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li
  a.nav-item {
  color: #0c0a0a;
  transition: all 0.3s;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last {
  cursor: not-allowed;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last::after {
  background: #000000;
  opacity: 0.9;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last
  img {
  filter: blur(2px);
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last
  .rts-btn {
  display: none;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last
  a
  span {
  bottom: 50% !important;
  right: 50%;
  left: unset !important;
  transform: translate(50%, 50%);
  cursor: not-allowed;
}
.heder-two
  .header-two-container
  .header-main-wrapper
  .rts-header-right
  .bottom
  .nav-area
  ul
  li.last
  a
  span:hover {
  color: #fff;
}

.onepage ul li.current a {
  color: var(--color-primary) !important;
}

header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home li {
  width: 20% !important;
  margin: 0;
  position: relative;
}
header.heder-two
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.menu-home
  li
  ul
  li {
  width: 100% !important;
  padding: 0;
}
header.heder-two .main-nav-desk nav ul li.has-droupdown .submenu.menu-home {
  justify-content: flex-start;
}
header.heder-two
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.menu-home
  li
  a
  span {
  bottom: 0 !important;
}

.mobile-menu nav ul {
  padding: 0 20px;
}
.mobile-menu nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.mobile-menu nav ul li.has-droupdown {
  position: relative;
}
.mobile-menu nav ul li.has-droupdown ul a.tag {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
}
.mobile-menu nav ul li.has-droupdown ul li {
  margin: 10px 0 !important;
}
.mobile-menu nav ul li.has-droupdown::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 5px;
  padding: 8px 13px;
  color: #fff;
  background: var(--color-primary) !important;
  pointer-events: none;
  cursor: pointer;
}
.mobile-menu nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}
.mobile-menu nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.mobile-menu nav ul li a {
  display: block;
}
.mobile-menu .social-wrapper-one {
  margin-top: 50px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}
.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}
.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}
.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}
.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
}
.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}
.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}
header.heder-two .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 20px;
  top: 8px;
  color: #fff;
}
header.heder-two .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}
header.heder-two .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}
header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

.cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 360px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1000;
}

.cart-bar.show {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cart-bar .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.cart-bar .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  font-family: var(--font-secondary);
}

.close-cart {
  cursor: pointer;
  margin-top: -11px;
}
.close-cart i {
  transition: 0.3s;
}
.close-cart:hover i {
  transform: scale(1.3);
  color: var(--color-primary);
}

.cart-bar .product-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.product-item {
  margin-bottom: 65px;
  position: relative;
  overflow: hidden;
}

.cart-bar .product-item:last-child {
  margin-bottom: 0;
}

.cart-bar .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-bar .cart-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-edit {
  margin-right: 20px;
}

.cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

.cart-bar .cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.cart-edit .quantity-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}

.cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #c0c0c0;
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

.cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #000000;
}
.cart-bar .cart-edit .quantity-edit button i:hover {
  color: var(--color-primary);
}

.cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 26px;
  padding: 0;
}

.cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-edit .product-edit {
  margin-right: 15px;
}

.cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}

.cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

.cart-bar .product-detail .product-variation span {
  color: #868686;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.cart-bar .product-detail .product-qnty,
.cart-bar .product-detail .product-price {
  color: #404040;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto;
}

.cart-bar .cart-bottom-area {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}

.cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}

.cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #040404;
}

.cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-bar .cart-bottom-area .total-price span {
  color: var(--color-primary);
}

.cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid var(--color-primary);
  margin-bottom: 10px;
  color: var(--color-primary);
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: var(--color-primary);
  color: #fff;
}

.cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.cart-bar .cart-bottom-area .checkout-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}
.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: #000;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -48px;
  font-size: 27px;
}

.bg-white {
  background: #fff;
}

.right--div {
  position: relative;
  min-width: 123%;
  left: -23%;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1919px) {
  .right--div {
    left: 0;
    min-width: 100%;
  }
}

.header--sticky {
  transition: 0.3s;
  top: 0;
  z-index: 5;
  position: relative;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  z-index: 999;
}

.title-three-left {
  position: relative;
}
.title-three-left .bg-title {
  font-size: 150px;
  position: absolute;
  left: 0;
  top: -13px;
  z-index: -1;
  text-transform: uppercase;
  font-family: var(--font-primary);
  font-weight: 700;
  background: linear-gradient(180deg, #0c0a0a 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.06;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 93px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}
@media (max-width: 576px) {
  .title-three-left .bg-title {
    font-size: 100px;
    top: -25px;
  }
}
@media (max-width: 450px) {
  .title-three-left .bg-title {
    font-size: 68px;
    top: -30px;
  }
}
.title-three-left span.pre-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0c0a0a;
}
.title-three-left .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #0c0a0a;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-three-left .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title-three-left .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .title-three-left .title {
    font-size: 30px;
    line-height: 41px;
  }
}

.service-abot-area {
  background: #111;
}
@media (max-width: 991px) {
  .service-abot-area.sustain .plr-sm {
    padding: 0 10px;
  }
}
.service-abot-area.sustain .one {
  margin-bottom: 50px;
}
.service-about-wrapper .title-three-left span.pre-title {
  color: var(--color-primary);
}
.service-about-wrapper .title-three-left .title {
  color: #fff;
}
.service-abot-area.sustain
  .two
  .service-about-wrapper
  .title-three-left
  .title {
  color: #000000;
}
.service-abot-area.sustain.safety {
  background: none;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.rts-banner-area-two {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.rts-banner-area-two .banner-image-right {
  position: absolute;
  right: -1px;
  bottom: 15%;
  /* transform: translateY(-50%); */
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 17% 100%, 0% 50%);
  width: 550px;
  height: 330px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .rts-banner-area-two .banner-image-right {
    top: unset;

    width: 365px;
    height: 195px;
  }
}
@media (max-width: 768px) {
  .rts-banner-area-two .banner-image-right {
    width: 290px;
    height: 165px;
  }
}

@media (max-width: 576px) {
  .rts-banner-area-two .banner-image-right {
    width: 340px;
    height: auto;
    bottom: 0;
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%, 0% 100%);
    background-color: #000;
  }
}
.rts-banner-area-two .banner-image-right .banner-content {
  margin-left: 120px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 90px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 65px;
    margin-right: 21px;
  }
}
@media (max-width: 576px) {
  .rts-banner-area-two .banner-image-right .banner-content {
    margin-left: 70px;
    margin-right: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.rts-banner-area-two .banner-image-right .banner-content span {
  color: #0c0a0a;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.rts-banner-area-two .banner-image-right .banner-content .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .rts-banner-area-two .banner-image-right .banner-content .title {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .rts-banner-area-two .banner-image-right .banner-content .title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .rts-banner-area-two .banner-image-right .banner-content .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .rts-banner-area-two .banner-image-right .banner-content .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #fff;
  }
}

.rts-banner-area-two .banner-image-right .banner-content .short-disc {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-two .banner-image-right .banner-content .short-disc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .rts-banner-area-two .banner-image-right .banner-content .short-disc {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .rts-banner-area-two .banner-image-right .banner-content .short-disc {
    margin-bottom: 15px;
  }
  .rts-banner-area-two .banner-image-right .banner-content .rts-btn {
    padding: 13px 20px;
  }
}
.rts-banner-area-two .banner-image-reverse-right {
  right: auto;
  left: -1px;
  clip-path: polygon(0% 0%, 83% 0%, 100% 50%, 83% 100%, 0% 100%);
}
.rts-banner-area-two .banner-image-reverse-right .banner-content {
  margin-left: auto;
  margin-right: 120px;
  text-align: right;
}

@media (max-width: 991px) {
  .rts-banner-area-two .banner-image-reverse-right .banner-content {
    margin-right: 90px;
  }
}

@media (max-width: 768px) {
  .rts-banner-area-two .banner-image-reverse-right .banner-content {
    margin-right: 65px;
  }
}

@media (max-width: 576px) {
  .rts-banner-area-two .banner-image-reverse-right {
    clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 100% 100%, 0% 100%);
  }
  .rts-banner-area-two .banner-image-reverse-right .banner-content {
    margin-right: 70px;
  }
}

.rts-banner-area-two
  .banner-image-reverse-right
  .banner-content
  .rts-btn.btn-seconday {
  margin-left: auto;
}

.banner-eight-start span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-primary);
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.banner-eight-start .title {
  font-weight: 700;
  font-size: 90px;
  line-height: 92px;
  color: #fff;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-eight-start .title {
    font-size: 60px;
    line-height: 71px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-eight-start .title {
    font-size: 60px;
    line-height: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-eight-start .title {
    font-size: 41px;
    line-height: 41px;
  }
}
.banner-eight-start a.rts-btn {
  margin-top: 40px;
}

.banner-eight-start a.rts-btn {
  background: #fff;
  color: #0c0a0a;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 25px;
}
.banner-eight-start a.rts-btn i {
  width: 40px;
  height: 40px;
  background: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #fff;
}
.banner-eight-start a.rts-btn:hover {
  color: #ffff !important;
}

.rts-main-banner-wrapper-eight {
  position: relative;
}
.rts-main-banner-wrapper-eight .swiper-button-next {
  background-image: none;
  right: 150px;
  top: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-next {
    right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-next {
    display: none;
  }
}
.rts-main-banner-wrapper-eight .swiper-button-next::after {
  position: absolute;
  content: "\f061";
  font-size: 26px;
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.32s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-next::after {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-next::after {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
.rts-main-banner-wrapper-eight .swiper-button-next:hover {
  right: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-next:hover {
    right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-next:hover {
    right: 50px;
  }
}
.rts-main-banner-wrapper-eight .swiper-button-prev {
  background-image: none;
  left: 150px;
  top: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev {
    display: none;
  }
}
.rts-main-banner-wrapper-eight .swiper-button-prev::after {
  position: absolute;
  content: "\f060";
  font-size: 26px;
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-family: "FontAwesome";
  transition: 0.32s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev::after {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev::after {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}
.rts-main-banner-wrapper-eight .swiper-button-prev:hover {
  left: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev:hover {
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-main-banner-wrapper-eight .swiper-button-prev:hover {
    left: 20px;
  }
}

.rts-main-banner-wrapper-eight {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start {
  position: relative;
  z-index: 2;
}
.rts-main-banner-wrapper-eight .banner-area-one-start .banner-eight-start span {
  opacity: 0;
  transition-delay: 0.5s;
}
.rts-main-banner-wrapper-eight
  .banner-area-one-start
  .banner-eight-start
  .title {
  transition-delay: 1s;
  opacity: 0;
}
.rts-main-banner-wrapper-eight
  .banner-area-one-start
  .banner-eight-start
  .btn-area-start {
  transition-delay: 2s;
  opacity: 0;
}
.rts-main-banner-wrapper-eight
  .banner-area-one-start
  .banner-shape-image-eight
  .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rts-main-banner-wrapper-eight
  .banner-area-one-start
  .banner-shape-image-eight
  .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rts-main-banner-wrapper-eight
  .swiper-slide.swiper-slide-active
  .banner-eight-start
  span {
  animation: slideInUp3 1s linear;
  animation-delay: 0.5s;
  display: block;
  opacity: 1;
}
.rts-main-banner-wrapper-eight
  .swiper-slide.swiper-slide-active
  .banner-eight-start
  .title {
  animation: fadeInUp2 1s linear;
  animation-delay: 1s;
  opacity: 1;
}
.rts-main-banner-wrapper-eight
  .swiper-slide.swiper-slide-active
  .banner-eight-start
  .btn-area-start {
  animation: fadeInUp2 2s linear;
  animation-delay: 2s;
  opacity: 1;
}
.rts-main-banner-wrapper-eight
  .swiper-slide.swiper-slide-active
  .banner-shape-image-eight
  .image-1 {
  animation: slideInLeft 1.2s linear;
}
.rts-main-banner-wrapper-eight
  .swiper-slide.swiper-slide-active
  .banner-shape-image-eight
  .image-2 {
  animation: slideInLeft 1.5s linear;
}

.no-repeat {
  background-repeat: no-repeat;
}

.container-full-screen {
  width: 100%;
  margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 1%;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.case-three .swiper-slide-active .content {
  bottom: 0 !important;
}

.single-case-wrapper {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transform: scale(0.97);
}
.single-case-wrapper > div {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-case-wrapper img {
  width: 100%;
  transition: 1.3s;
}
.single-case-wrapper:hover img {
  transform: scale(1.15);
}

.projects-wrapper-inner-page .single-case-wrapper:hover .content span {
  color: #676767 !important;
}
@media (max-width: 1199px) {
  .projects-wrapper-inner-page .single-case-wrapper:hover .content span {
    font-size: 16px;
  }
}

.projects-wrapper-inner-page ul.nav {
  padding: 0;
  margin: 0;
  justify-content: center;
  border: none;
}
.projects-wrapper-inner-page ul.nav li {
  margin: 10px;
}

.projects-wrapper-inner-page ul.nav li button {
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0c0a0a;
  background: #fff;
  border: 1px solid #ddd;
}
.projects-wrapper-inner-page ul.nav li button:hover {
  color: #fff;
}
.projects-wrapper-inner-page ul.nav li button[aria-selected="true"] {
  color: #fff;
  background-color: #ff6600;
  /* position: relative; */
}
@media only screen and (max-width: 767px) {
  .projects-wrapper-inner-page ul.nav li {
    margin: 5px;
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
  .projects-wrapper-inner-page ul.nav li button {
    padding: 10px 7px;
    line-height: 20px;
    min-width: 100%;
    height: 100%;
  }
}

.projects-wrapper-inner-page .single-case-wrapper {
  transform: scale(1);
  position: relative;
  padding-top: 135%;
}
.projects-wrapper-inner-page .single-case-wrapper img.main-2 {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.bg-h-5-project {
  background-image: url(../images/gallery/30.jpg);
}

.thumbnail-pc img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .thumbnail-pc {
    max-width: 100%;
  }
}

.project-title-btn-wrapper-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .project-title-btn-wrapper-8 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.project-title-btn-wrapper-8 span.pre {
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--font-primary);
}

.rts-third-section-wrapper {
  background: #f8f8f8;
}

body.index-nine .single-case-wrapper {
  border-radius: 0;
}

.title-mid-wrapper-home-two {
  text-align: center;
}
.title-mid-wrapper-home-two span.pre {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c0a0a;
  font-family: var(--font-primary);
}
.title-mid-wrapper-home-two .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #0c0a0a;
}
@media only screen and (max-width: 575px) {
  .title-mid-wrapper-home-two .title {
    font-size: 30px;
    line-height: 43px;
    margin-top: 12px;
  }
}

.title-mid-wrapper-home-two.left {
  text-align: left;
}
.title-mid-wrapper-home-two.left span,
.title-mid-wrapper-home-two.left .title {
  color: #0c0a0a;
  font-family: var(--font-primary);
}
.title-mid-wrapper-home-two.left .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .title-mid-wrapper-home-two.left .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .title-mid-wrapper-home-two.left .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .title-mid-wrapper-home-two.left .title br {
    display: none;
  }
}
.title-mid-wrapper-home-two .inner-content a.rts-btn.btn-primary {
  background: #ffffff !important;
}

#elevate-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  z-index: 999999;
}

#elevate-load .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

#elevate-load .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #111111;
  animation: preloader 1.3s linear infinite;
}

#elevate-load .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.loaded {
  display: none;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.container-cta {
  max-width: 1920px;
  margin: auto;
  background: var(--color-primary);
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .container-cta {
    background: #0c0a0a;
  }
}

.bg-experience {
  background-image: url(../images/cta/02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-blog-8 {
  background: #f7f7f7;
}

.g-24 {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 2.4rem;
}

.single-contact-one-inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;

  height: 100%;
  text-align: center;
}
.single-contact-one-inner .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-contact-one-inner .thumbnail img {
  width: 100%;
  transition: 0.3s;
}
.single-contact-one-inner .thumbnail:hover img {
  transform: scale(1.1);
}
.single-contact-one-inner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .single-contact-one-inner .content {
    padding: 15px;
  }
}
.single-contact-one-inner .content .icone {
  margin-right: 20px;
}
.single-contact-one-inner .content .info span {
  margin-bottom: 0;
  color: var(--color-primary);
  font-weight: 500;
}
.single-contact-one-inner .content .info a h5 {
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-contact-one-inner .content .info a h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .single-contact-one-inner .content .info a h5 {
    font-size: 18px;
  }
}
.single-contact-one-inner .content .info a:hover h5 {
  color: var(--color-primary);
}

.bg-six-banner {
  background-image: url(../images/banner/06.jpg);
}

.bg-experties {
  background: #171717;
}

.bg-service-six {
  background-image: url(../images/bg/service-6.jpg);
}

.rts-service-area-three {
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .rts-service-area {
    padding-top: 300px;
  }
}
@media (max-width: 768px) {
  .rts-service-area {
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .rts-service-area {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .rts-service-area.career {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .rts-service-area.career {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .rts-service-area.career {
    padding-top: 70px;
  }
}
.rts-service-area.career .title-three-left {
  margin-bottom: 50px;
}
.rts-service-area.career .rts-single-service-two .title-main {
  border: none;
  font-size: 60px;
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #00000021;
}
.rts-service-area.career .rts-single-service-two p.disc {
  margin-bottom: 10px;
}
.rts-service-area.career .rts-single-service-two .loc-text {
  margin-bottom: 25px;
}
.rts-service-area.career .rts-single-service-two .rts-btn {
  padding: 18px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-sm {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-sm {
    padding: 0 15px;
  }
}

.pading-controler {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .pading-controler {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pading-controler {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pading-controler {
    padding: 0 15px;
  }
}

.container-210 {
  max-width: 1500px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-210 {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-210 {
    max-width: 960px;
  }
}

.single-service-sm {
  padding: 37px;
  text-align: center;
  transition: 0.3s;
  background-image: url(../images/service/14.png);
  border: 1px solid #312d2d;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-service-sm {
    padding: 15px 0;
  }
}
.single-service-sm p {
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-primary);
  color: #fff;
}
.single-service-sm:hover {
  background-color: var(--color-primary);
  background-image: none;
}

.rts-accordion-area.service {
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .rts-accordion-area.service {
    padding-left: 0;
    padding-right: 0;
  }
}

.sd-pad-r {
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .sd-pad-r {
    padding-right: 0;
  }
}

.service-detials-step-1 .thumbnail {
  margin-bottom: 45px;
}
.service-detials-step-1 .thumbnail img {
  width: 100%;
}
.service-detials-step-1 .title {
  margin-bottom: 16px;
}
.service-detials-step-1 p.disc {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.service-detials-step-1 .service-details-card {
  padding: 30px;
  box-shadow: 0px 8px 30px #6a6a6a1a;
  display: flex;
  align-items: flex-start;
  border-left: 5px solid var(--color-primary);
}
.service-detials-step-1 .service-details-card .thumbnail img {
  height: 29px;
  width: 74px;
}
.service-detials-step-1 .service-details-card .details {
  margin-left: 20px;
}
.service-detials-step-1 .service-details-card .details .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.service-detials-step-1 .service-details-card .details p {
  margin-bottom: 0;
}

.service-detials-step-2 .single-service-step {
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 6px 39px #0000000a;
}
.service-detials-step-2 .single-service-step p.step {
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 52px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-top: 29px;
}
.service-detials-step-2 .single-service-step p.step::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step p.step::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #e81c2e1a;
  height: 90px;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.service-detials-step-2 .single-service-step .title {
  margin-bottom: 8px;
}
.service-detials-step-2 .single-service-step p.disc {
  font-size: 16px;
  line-height: 26px;
}

.service-detials-step-3 .title {
  margin-bottom: 8px;
}
.service-detials-step-3 p.disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.service-detials-step-3 .single-banifits {
  margin-bottom: 10px;
}
.service-detials-step-3 .single-banifits i {
  margin-right: 15px;
  color: var(--color-primary);
}

.pl-lg-5 {
  padding-left: 4rem !important;
}

.woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important;
}

.from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 35px;
}
.from-control:hover {
  border: 1px solid var(--color-primary);
}

@media (max-width: 576px) {
  .rts-service-two-col {
    padding-bottom: 130px !important;
  }
}

.single-news-area-start-five:hover .thumbnail img {
  transform: scale(1.1);
}
.single-news-area-start-five .thumbnail {
  display: block;
  overflow: hidden;
}
.single-news-area-start-five .thumbnail img {
  width: 100%;
  max-width: max-content;
  transition: 1s;
}
.single-news-area-start-five .content {
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .single-news-area-start-five .content {
    padding: 22px;
  }
}
.single-news-area-start-five .content .head-area {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-news-area-start-five .content .head-area span {
  color: #6e777d;
}
.single-news-area-start-five .content .head-area i {
  color: var(--color-primary);
  margin-right: 10px;
}
.single-news-area-start-five .content .head-area .right {
  margin-left: 30px;
}
.single-news-area-start-five .content .body a.title:hover .title {
  color: var(--color-primary);
}
.single-news-area-start-five .content .body .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #0c0a0a;
  margin-bottom: 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-news-area-start-five .content .body .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.single-news-area-start-five .content .body .rts-btn {
  background: none;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.single-news-area-start-five .content .body .rts-btn:hover {
  border-color: #0c0a0a;
  color: #ffffff;
}

.main-content-wrapper-s-service {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-varticle-product.active::after {
    display: none;
  }
}
.single-varticle-product.one.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/gallery/31.jpg);
  height: 431px;
  max-width: 530px;
  width: 530px;
  overflow: hidden;
  left: -510px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-varticle-product.two.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/gallery/42.jpg);
  height: 431px;
  max-width: 530px;
  width: 530px;
  overflow: hidden;
  left: -510px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-varticle-product.three.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/gallery/43.jpg);
  height: 431px;
  max-width: 530px;
  width: 530px;
  overflow: hidden;
  left: -510px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-varticle-product.four.active::after {
  position: absolute;
  content: "";
  background-image: url(../images/gallery/44.jpg);
  height: 431px;
  max-width: 530px;
  width: 530px;
  overflow: hidden;
  left: -510px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.rts-specials-offer-area {
  margin-bottom: 40px;
}
.rts-specials-offer-area .main-wrapper-service {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media only screen and (max-width: 1199px) {
  .rts-specials-offer-area .main-wrapper-service {
    gap: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-specials-offer-area .main-wrapper-service {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rts-specials-offer-area .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0c0a0a;
  margin-bottom: 15px;
}
.rts-specials-offer-area .single-special-service {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.rts-specials-offer-area .single-special-service p {
  margin-left: 12px;
}
@media only screen and (max-width: 1199px) {
  .rts-specials-offer-area .single-special-service p {
    font-size: 12px;
  }
}
.rts-specials-offer-area .single-special-service i {
  color: var(--color-primary);
}

.rts-service-bg-8 {
  background-image: url(../images/service/26.jpg);
}

.index-eight .title-mid-wrapper-home-two span.pre {
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.index-eight .title-mid-wrapper-home-two .title {
  line-height: 60px;
}
@media only screen and (max-width: 575px) {
  .index-eight .title-mid-wrapper-home-two .title {
    line-height: 35px;
    font-size: 26px;
  }
}

.service-area-eight {
  position: relative;
  overflow: hidden;
}
.service-area-eight .thumbnail img {
  width: 100%;
}
.service-area-eight .badge-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 1;
  background: #171717;
  padding: 7px 30px;
  transition: 0.5s;
}
@media only screen and (max-width: 575px) {
  .service-area-eight .badge-area {
    padding: 4px 15px;
  }
}
.service-area-eight .badge-area span {
  font-weight: 500;
  font-size: 22px;
  line-height: 37px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .service-area-eight .badge-area span {
    font-size: 18px;
    line-height: 32px;
  }
}
.service-area-eight .badge-area .icon {
  -webkit-clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(49% 18%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: var(--color-primary);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.service-area-eight .badge-area .icon svg {
  margin-top: 13px;
}
.service-area-eight .hov-area {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #171717ec;
  padding: 40px;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.5s;
}
.service-area-eight .hov-area .badge {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  background: var(--color-primary);
  clip-path: polygon(100% 0, 100% 100%, 50% 79%, 0 100%, 0 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.service-area-eight .hov-area .badge svg {
  margin-top: -30px;
}
.service-area-eight .hov-area .title {
  margin-top: 80px;
  color: #fff;
}
.service-area-eight .hov-area .disc {
  color: #fff;
  margin-bottom: 10px;
}
.service-area-eight .hov-area .check-area .single-check {
  display: flex;
  align-items: center;
}
.service-area-eight .hov-area .check-area .single-check p {
  color: #fff;
  font-weight: 300;
}
.service-area-eight .hov-area .check-area .single-check i {
  margin-right: 12px;
}
.service-area-eight .hov-area .button {
  margin-top: 15px;
}
.service-area-eight .hov-area .button a {
  color: #fff;
  transition: 0.3s;
}
.service-area-eight .hov-area .button a i {
  margin-left: 6px;
}
.service-area-eight .hov-area .button a:hover {
  color: var(--color-primary);
}
.service-area-eight:hover .badge-area {
  opacity: 0;
  transform: translateY(100%);
}
.service-area-eight:hover .hov-area {
  opacity: 1;
  transform: translateY(0);
}

.bg_cta-eight {
  background-image: url(../images/cta/04.jpg);
  background-repeat: no-repeat;
}

.cta-wrapper-eight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper-eight {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta-wrapper-eight .title {
  color: #fff;
}

.service-right-area-start .title-s-service-inner span.pre {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff6600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.service-right-area-start .title-s-service-inner .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #0c0a0a;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-right-area-start .title-s-service-inner .title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .service-right-area-start .title-s-service-inner .title {
    font-size: 36px;
    line-height: 43px;
  }
}

.short-service-wrapper .single-short-service {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.short-service-wrapper .single-short-service i {
  margin-right: 15px;
  font-size: 24px;
  color: var(--color-primary);
}
.short-service-wrapper .single-short-service p {
  margin-bottom: 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0c0a0a;
}

.service-main-wrapper-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.service-main-wrapper-swiper .swiper-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}
.service-main-wrapper-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  width: 6px;
  height: 6px;
}
.service-main-wrapper-swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  background-image: url(../images/icons/pagi.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 21px;
  background-position: center;
}

.rts-news-area-five-start.home-seven .title-mid-wrapper-home-two .pre {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
}

.rts-company-experties-area.home-seven .title-left-wrapper-home-two .pre {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
}

.rts-news-area-five-start.home-seven
  .single-news-area-start-five
  .thumbnail
  img {
  max-width: 100%;
}

.service-main-wrapper-ten {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-main-wrapper-ten {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-main-wrapper-ten {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.rts-single-service-ten {
  text-align: center;
}
.rts-single-service-ten .icon {
  width: 170px;
  height: 170px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.rts-single-service-ten .title {
  margin-bottom: 10px;
}
.rts-single-service-ten p.disc {
  width: 70%;
  margin: auto;
}

.bg-service-black {
  background: #171717;
}

.main-wrapper-testimonials {
  padding: 0 60px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .main-wrapper-testimonials {
    padding: 0 30px;
  }
}

.testimonials-mian-wrapepr {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  .testimonials-mian-wrapepr {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-mian-wrapepr {
    gap: 40px;
  }
}
.testimonials-mian-wrapepr .image-area {
  flex-basis: 80%;
}
.testimonials-mian-wrapepr .image-area .title {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--font-primary);
  color: #0c0a0a;
}
@media only screen and (max-width: 575px) {
  .testimonials-mian-wrapepr .image-area .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonials-mian-wrapepr .image-area .thumbnail {
  position: relative;
  margin-left: 75px;
}
.testimonials-mian-wrapepr .image-area .thumbnail::after {
  position: absolute;
  left: -15%;
  bottom: 0;
  top: 70%;
  content: "";
  background-image: url(../images/testimonials/logo/01.png);
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
}
.testimonials-mian-wrapepr .testimonials-right .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  font-family: var(--font-primary);
  color: #0c0a0a;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials-mian-wrapepr .testimonials-right .title {
    font-size: 18px;
    line-height: 33px;
  }
}
.testimonials-mian-wrapepr .testimonials-right .name {
  color: #0c0a0a;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-primary);
}
.testimonials-mian-wrapepr .testimonials-right .name span {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.swiper-testimonials-1 {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 575px) {
  .swiper-testimonials-1 {
    padding: 30px 0;
  }
}

.main-wrapper-testimonials {
  position: relative;
}
.main-wrapper-testimonials .swiper-button-next,
.main-wrapper-testimonials .swiper-button-prev {
  background-image: none;
  top: 87%;
}
.main-wrapper-testimonials .swiper-button-next i,
.main-wrapper-testimonials .swiper-button-prev i {
  font-size: 26px;
  padding: 15px 18px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 200;
  transition: 0.3s;
}
.main-wrapper-testimonials .swiper-button-next:hover i,
.main-wrapper-testimonials .swiper-button-prev:hover i {
  background: #0c0a0a;
}
.main-wrapper-testimonials .swiper-button-next {
  right: 60px;
}
.main-wrapper-testimonials .swiper-button-prev {
  right: 118px;
  left: auto;
}
@media only screen and (max-width: 479px) {
  .main-wrapper-testimonials .button-wrapper {
    display: none;
  }
}

.rts-working-process-area.home-seven {
  background-color: #e1e6e9;
}
.rts-working-process-area.home-seven .heading-title {
  margin-bottom: 80px;
}
.rts-working-process-area.home-seven .heading-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.rts-working-process-area.home-seven .heading-title .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper {
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .rts-working-process-area.home-seven .working-process-inner .working-wrapper {
    margin-bottom: 50px;
  }
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper:hover
  .icon::before {
  right: -15px;
  bottom: -15px;
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper:hover
  .content
  .main-title {
  color: var(--color-primary);
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .icon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  box-shadow: 0px 17px 64px rgba(0, 0, 0, 0.07);
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .icon::before {
  content: url("../images/working-process/icon/01.svg");
  position: absolute;
  right: -35px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  line-height: 210px;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .icon.two::before {
  content: url("../images/working-process/icon/02.svg");
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .icon.three::before {
  content: url("../images/working-process/icon/03.svg");
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .icon.four::before {
  content: url("../images/working-process/icon/04.svg");
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .content {
  margin-top: 60px;
  transition: all 0.4s;
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .content
  .main-title {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: all 0.4s;
}
.rts-working-process-area.home-seven
  .working-process-inner
  .working-wrapper
  .content
  .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 50px;
}

@media only screen and (max-width: 575px) {
  .project-title-btn-wrapper-8.clients-feedback {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

.working-step-nine {
  text-align: center;
  background: #fff;
  padding: 50px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .working-step-nine {
    padding: 23px;
  }
}
@media only screen and (max-width: 1199px) {
  .working-step-nine {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-step-nine {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .working-step-nine {
    padding: 20px;
  }
}
.working-step-nine::after {
  position: absolute;
  content: "";
  left: 0;
  top: -150px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #ff6600;
  filter: blur(50px);
  opacity: 0;
  transition: 0.6s;
}
.working-step-nine .icon {
  width: 120px;
  height: 120px;
  background: #f3f3f3;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .working-step-nine .icon {
    width: 80px;
    height: 80px;
  }
}
@media md-layout {
  .working-step-nine .icon {
    width: 80px;
    height: 80px;
  }
}
.working-step-nine .wrapper-inner span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.working-step-nine .wrapper-inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  color: #0c0a0a;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  transition: 0.3s;
}
.working-step-nine:hover {
  background: #171717;
}
.working-step-nine:hover::after {
  opacity: 1;
  top: -50px;
}
.working-step-nine:hover .wrapper-inner .title {
  color: #fff !important;
}

.index-nine .main-wrapper-testimonials {
  padding: 0 60px;
  border: 1px solid #a7a7a7;
}

.feature-wrapper-full-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-wrapper-full-wrap .single-wrapper {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  background: #fff;
  border: 1px solid transparent;
  width: 312px;
  min-height: 100px;
  transition: 0.3s;
}
.feature-wrapper-full-wrap .single-wrapper svg,
.feature-wrapper-full-wrap .single-wrapper img {
  width: 45px;
  margin-right: 10px;
}

.feature-wrapper-full-wrap .single-wrapper p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0c0a0a;
  text-transform: uppercase;
  transition: 0.3s;
}
.feature-wrapper-full-wrap .single-wrapper:hover {
  border-color: var(--color-primary);
  transform: scale(1.02) translateY(-7px);
}

@media (max-width: 767.98px) {
  .feature-wrapper-full-wrap {
    gap: 20px;
  }
  .feature-wrapper-full-wrap .single-wrapper {
    padding: 10px;

    width: 160px;
    min-height: 100px;

    flex-direction: column;
    text-align: center;
  }
  .feature-wrapper-full-wrap .single-wrapper svg,
  .feature-wrapper-full-wrap .single-wrapper img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature-wrapper-full-wrap .single-wrapper p {
    font-size: 12px;
    line-height: 18px;
  }
}
.bg--dark {
  background: #171717;
}

.bg_process-image {
  background-image: url(../images/working-process/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-2 {
  max-width: 1620px;
  margin: auto;
}

.faq-bg-2 {
  background-image: url(../images/faq-area/07.jpg);
}

.container-full {
  max-width: 1920px;
  margin: auto;
}

/**/
.single-contact-one-inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  height: 100%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
.single-contact-one-inner .thumbnail {
  display: block;
  overflow: hidden;
}
.single-contact-one-inner .thumbnail img {
  width: 40%;
  transition: 2s;
}
.single-contact-one-inner .content {
  display: flex;
  align-items: center;
  padding: 0 40px 30px;
  background-color: transparent;
}
@media (max-width: 767px) and (min-width: 576px) {
  .single-contact-one-inner .content {
    padding: 0 15px 20px;
  }
}
.single-contact-one-inner .content .icone {
  margin-right: 20px;
}
.single-contact-one-inner .content .info span {
  margin-bottom: 0;
  color: var(--color-primary);
  font-weight: 500;
  text-transform: uppercase;
}
.single-contact-one-inner .content .info a h5 {
  margin-bottom: 0;
  transition: 0.3s;
}
.single-contact-one-inner .content .info a h5:hover {
  color: var(--color-primary);
}

.mian-wrapper-form {
  padding: 70px 100px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mian-wrapper-form {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mian-wrapper-form {
    padding: 25px 30px;
  }
}

.rts-contact-page-form-area.contact-2 .mian-wrapper-form {
  padding: 50px;
}
@media (max-width: 991px) {
  .rts-contact-page-form-area.contact-2 .mian-wrapper-form {
    margin-top: 50px;
  }
}

.contact-form-contact {
  margin-top: 50px;
}
.contact-form-contact .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-contact .name-email input {
  width: 48.8%;
  background: #f6f6f6;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.contact-form-contact input {
  background: #f6f6f6;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.contact-form-contact input:focus {
  border: 1px solid var(--color-primary);
}
.contact-form-contact textarea {
  height: 150px;
  background: #f6f6f6;
  padding: 15px 15px;
  border: 1px solid transparent;
}
.contact-form-contact textarea:focus {
  border: 1px solid var(--color-primary);
}
.contact-form-contact button {
  margin: auto;
  margin-top: 30px;
}

.wrapper-404 .rts-btn.btn-primary {
  margin: auto;
}
.wrapper-404 .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 73px;
  color: #0c0a0a;
  font-family: var(--font-primary);
}
@media only screen and (max-width: 575px) {
  .wrapper-404 .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.rts-contact-page-form-area.account .mian-wrapper-form {
  padding: 60px;
  height: 100%;
  border: 1px solid #f5f5f5;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .rts-contact-page-form-area.account .mian-wrapper-form {
    padding: 40px 30px;
  }
}
.rts-contact-page-form-area.account .mian-wrapper-form .checkbox {
  width: 100%;
  margin-bottom: 30px;
}
.rts-contact-page-form-area.account .mian-wrapper-form .checkbox input {
  width: 20%;
}
.rts-contact-page-form-area.account
  .mian-wrapper-form
  .checkbox
  input[type="checkbox"]
  ~ label::before {
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary);
}
.rts-contact-page-form-area.account
  .mian-wrapper-form
  .checkbox
  input[type="checkbox"]
  ~ label::after {
  border-bottom: 2px solid var(--color-primary);
  border-left: 2px solid var(--color-primary);
}
.rts-contact-page-form-area.account .mian-wrapper-form .forgot-password {
  margin-top: 30px;
}
.rts-contact-page-form-area.account
  .mian-wrapper-form
  .title-mid-wrapper-home-two {
  text-align: left;
}
.rts-contact-page-form-area.account
  .mian-wrapper-form
  #contact-form-contact
  button {
  margin: unset;
}

.bg-contact-6 {
  background-image: url(../images/contact/06.jpg);
  height: 598px;
}
@media only screen and (max-width: 575px) {
  .bg-contact-6 {
    height: 433px;
  }
}

#form-messages.success {
  color: green;
}

#form-messages.error {
  color: red;
}

.ui-state-default {
  text-decoration: none !important;
}

.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
  -webkit-box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
  -moz-box-shadow: 0px 6px 41px -13px rgba(191, 138, 0, 0.75);
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: var(--color-primary);
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: var(--color-primary);
  margin-bottom: 5px;
  font-size: 15px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
  line-height: 27px;
  padding: 0 5px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: var(--color-primary);
  border-radius: 0;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  text-decoration: none;
}

.ui-state-highlight {
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 0;
}

.ui-state-active {
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 0;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon-2 {
  margin-left: -30px;
  margin-top: -26px;
  position: relative;
  color: var(--color-primary);
  font-size: 20px;
}

.rts-elevate-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.rts-elevate-pagination ul li {
  margin: 0;
  margin-right: 10px;
}
.rts-elevate-pagination ul li button {
  width: 50px;
  height: 50px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
}
.rts-elevate-pagination ul li button.active {
  background: var(--color-primary);
  color: #fff;
}
.rts-elevate-pagination ul li button:hover {
  background: var(--color-primary);
  color: #fff;
}

.rts-company-storyhear {
  /* TIMELINE
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.rts-company-storyhear .intro {
  background: #ffe4c4;
  padding: 100px 0;
}
.rts-company-storyhear .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.rts-company-storyhear h1 {
  font-size: 3.5rem;
}
.rts-company-storyhear .timeline ul {
  background: #fff;
  padding: 0 0;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.rts-company-storyhear .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 1px;
  margin: 0 auto;
  padding-top: 137px;
  background: #e4e4e4;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li.first {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li {
    width: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li {
    width: 0;
  }
}
@media screen and (max-width: 600px) and (min-width: 575px) {
  .rts-company-storyhear .timeline ul li {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul li {
    padding-top: 0;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-company-storyhear .timeline ul li {
    padding-top: 30px;
  }
}
.rts-company-storyhear .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.rts-company-storyhear .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}
.rts-company-storyhear .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 102px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li div::before {
    display: none;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(even) div {
  left: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: unset;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(even) div section {
  text-align: left;
}
.rts-company-storyhear .timeline ul li:nth-child(even) div section svg {
  right: auto;
  left: -102px;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div section svg {
    left: 0;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(even) div::before {
  left: -163px;
  border-width: 1px 75px 1px 0;
  border-color: #e4e4e4;
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div {
  left: -560px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -334px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -329px;
  }
}
@media screen and (max-width: 600px) and (min-width: 575px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div {
    left: -55px;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div section img {
  left: auto;
  right: -103px;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(odd) div section img {
    right: 0;
  }
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div::before {
  right: -161px;
  border-width: 1px 73px 1px 0;
  border-color: #e4e4e4;
}
.rts-company-storyhear .timeline ul li .time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff6600;
  font-family: var(--font-primary);
}
.rts-company-storyhear .timeline ul li.item {
  position: relative;
}
.rts-company-storyhear .timeline ul li.item img {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li.item img {
    position: relative;
  }
}
@media screen and (max-width: 600px) and (min-width: 575px) {
  .rts-company-storyhear .timeline ul li.item img {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .rts-company-storyhear .timeline ul li.item img {
    position: relative;
  }
}
.rts-company-storyhear .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.rts-company-storyhear .timeline ul li.in-view::after {
  background: transparent;
  display: none;
}
.rts-company-storyhear .timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.rts-company-storyhear .timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.rts-company-storyhear .timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.rts-company-storyhear .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: transparent;
}
@media screen and (max-width: 900px) {
  .rts-company-storyhear .timeline ul li div {
    width: 250px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li div {
    left: -326px;
  }
}
@media screen and (max-width: 900px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 90px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: -327px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .rts-company-storyhear .timeline ul li {
    margin-left: 20px;
  }
  .rts-company-storyhear .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: 45px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 575px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div {
    left: -39px;
  }
}
@media screen and (max-width: 600px) {
  .rts-company-storyhear .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
  }
}
.rts-company-storyhear .timeline section {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline section {
    text-align: left;
  }
}
.rts-company-storyhear .timeline section img {
  position: absolute;
  bottom: 100%;
  left: -103px;
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline section img {
    left: 0;
  }
}
.rts-company-storyhear .timeline section svg {
  position: absolute;
  right: -103px;
  top: 0;
  height: 80px;
  width: 80px;
  padding: 17px;
  background: transparent;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 5px 37px rgba(84, 84, 84, 0.18);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-company-storyhear .timeline section svg {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .rts-company-storyhear .timeline section svg {
    position: relative;
    right: 0;
    top: -20px;
  }
}

.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: "Font Awesome 6 Pro";
  content: "\f062";
  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: "Font Awesome 6 Pro";
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 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: 0px 3px 20px 6px #0742e952;
  color: var(--color-primary-2);
}

.infor-exp-content p.disc {
  width: 90%;
}

.rts-skill-area.four img {
  width: 100%;
}

.footer-bg {
  background-image: url(../images/footer/01.jpg);
}

.p--120 {
  padding: 120px;
}

.rts-footer-two {
  background: #171717;
}

.menu-row-wrapper {
  border-bottom: 1px solid #252222;
  border-top: 1px solid #252222;
}

.copyright-footer-two {
  text-align: center;
  padding: 38px 0;
}
.copyright-footer-two p.disc {
  color: #696969;
  margin-bottom: 0;
}

.menu-wrapper-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .menu-wrapper-footer-row {
    display: none;
  }
}
.menu-wrapper-footer-row .single-menu:first-child a {
  border-left: 1px solid #252222;
  min-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper-footer-row .single-menu:first-child a {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-wrapper-footer-row .single-menu:first-child a {
    border: none;
  }
}
.menu-wrapper-footer-row .single-menu a {
  padding: 24px 68px 24px 46px;
  display: block;
  border-right: 1px solid #252222;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .menu-wrapper-footer-row .single-menu a {
    padding: 24px 55px 24px 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-wrapper-footer-row .single-menu a {
    padding: 18px 47px 18px 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrapper-footer-row .single-menu a {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu-wrapper-footer-row .single-menu a {
    border: none;
  }
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#anywhere-home {
  cursor: url(../images/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;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .search-input-area {
    padding: 15px 0;
  }
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}
@media only screen and (max-width: 575px) {
  .search-input-area .search-close-icon {
    right: 14px;
    top: 9px;
  }
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}
.search-input-area .search-close-icon i:hover {
  color: #ffffff;
}
.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}
.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: #fff8f3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .search-input-area .search-close-icon i::after {
    height: 31px;
    width: 28px;
  }
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}
.search-input-area .search-input-inner .input-div input {
  background: #f7f7f7;
  border-radius: 5px;
  height: 55px;
}
.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 19px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

.divider {
  display: flex;
}
.donotcross {
  overflow: hidden;
  align-items: center;
  background: #ff6600;
  color: #fff;
  height: 2em;
  line-height: 2em;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
}
.divider:before,
.divider:after {
  content: "";
  flex: 1;
}
.donotcross:before,
.donotcross:after {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .donotcross {
    font-size: 16px;
  }
  .donotcross:before,
  .donotcross:after {
    padding: 24px 0;
  }
}

.custom-rts-btn {
  box-shadow: 4px 4px 0 #8f420e;
  transform: skewX(-15deg);
  font-size: 26px;
  padding-block: 18px;
}

.rts-btn.btn-primary:hover {
  box-shadow: 6px 6px 0 #000;
}
.single-service-sm {
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.7);
  border-radius: 8px; /* optional for rounded corners */
  transition: box-shadow 0.3s ease;
}

.single-service-sm:hover {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.9);
}
