﻿@charset "UTF-8";
:root {
  --color-primary: #063130;
  --color-secondary: #c19b74;
  --color-body: #6B6B6B;
  --color-heading: #141416;
  --color-title: #141416;
  --color-heading-dark: #141416;
  --bg-dark: #141416;
  --color-white: #fff;
  --color-border: #DDD8F9;
  --color-lightest: #F6F6F6;
  --border-width: 1px;
  --radius: 10px;
  --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: "Gantari", serif;
  --font-secondary: "Inter", serif;
  --font-3: "fontawesome";
  --font-size-b1: 15px;
  --font-size-b2: 15px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  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: "Inter", serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
  padding-top: 36px;
}
@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: "Gantari", serif;
  line-height: 1.4074;
  color: var(--color-heading);
}

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

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

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

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

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

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

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 12px;
}
@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-b3);
  line-height: var(--line-height-b3);
}

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: "Gantari", 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);
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-secondary);
}
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: 56px;
  }
}
@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: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@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: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

@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
==========================*/
.rts-section-gap {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 30px 0;
  }
}

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

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

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

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

.g-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

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

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;
  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;
  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(--color-heading);
}

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

/* ========= 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(--color-body);
  /* 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(--color-body);
}
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(--color-body);
}
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: 1;
  position: relative;
  height: auto !important;
  max-width: 18px;
  width: max-content;
}
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: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
}
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-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;
}
.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.form-group textarea {
  min-height: 160px;
  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;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

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

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

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

.slick-gutter-15 {
  margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

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

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

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

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

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

/*=============================
	Overlay styles
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/* header  */
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-swiper-area-one {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-swiper-area-one {
    margin-right: 50px;
    margin-left: 50px;
  }
}

.rts-mega-menu .mega-menu-item {
  gap: 7px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,.5);
}
.header--sticky.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  z-index: 999;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}

.header-top {
  background: var(--color-secondary);
  padding: 5px 0;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .left * {
  color: #fff;
}
.header-top-wrapper .left .call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-wrapper .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .right .company-info {
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header-top-wrapper .right .company-info {
    display: none;
  }
}
.header-top-wrapper .right .company-info a {
  color: var(--color-white);
}
.header-top-wrapper .social-header {
  display: flex;
  align-items: center;
}
.header-top-wrapper .social-header * {
  color: #fff;
}
.header-top-wrapper .social-header ul {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
.header-top-wrapper .social-header ul li {
  margin: 0;
}
.header-top-wrapper .social-header ul li a {
  padding: 5px;
  display: block;
  background-color: var(--color-white);
  border-radius: 5px;
  color: var(--color-primary);
  line-height: 1;
  transition: all .3s;
}
.header-top-wrapper .social-header ul li a.active,
.header-top-wrapper .social-header ul li a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all .3s;
}

.header-two-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
}
.header-two-wrapper .logo-area img {
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  .header-two-wrapper .logo-area img {
    height: 65px;
  }
  .header-two-wrapper {
    padding: 5px 0;
  }
}
.header--sticky.sticky .logo-area img {
  height: 60px;
}
.header-two-wrapper .header-end {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-two-wrapper .header-end .nav-btn {
  height: 50px;
  width: 50px;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  color: var(--color-primary);
}
.header-two-wrapper .header-end .nav-btn.menu-btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header-two-wrapper .header-end .nav-btn.menu-btn {
    display: flex;
  }
}

.header-two-main-wrapper {
  position: relative;
  backdrop-filter: blur(4px);
}
.header-two-main-wrapper .nav-area ul li.main-nav {
  padding: 34px 0;
}
.header--sticky.sticky .nav-area ul li.main-nav {
  padding: 23px 0;
}
.header-two-main-wrapper .has-dropdown::after {
  color: #141416;
}
.header-two-main-wrapper .has-dropdown.mega-menu > a::after {
  color: #141416;
}
.header-two-main-wrapper .rts-btn.btn-primary {
  padding: 13px 28px;
}
@media only screen and (max-width: 479px) {
  .header-two-main-wrapper .rts-btn.btn-primary {
    display: none;
  }
}

header.header-two.sticky .header-top {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .nav-area {
    display: none;
  }
}
.nav-area ul {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-area ul {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-area ul {
    gap: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .nav-area ul {
    gap: 5px;
  }
}
.nav-area ul li {
  margin: 0;
  padding: 0;
}
.nav-area ul li a {
  color: var(--color-primary);
  font-weight: 600 !important;
  font-size: 17px;
}

.has-dropdown.mega-menu > a {
  position: relative;
}

.has-dropdown::after {
  position: absolute;
  content: "\f078";
  left: 100%;
  top: 51%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  margin-left: 4px;
}

.has-dropdown.mega-menu > a::after {
  position: absolute;
  content: "\f078";
  left: 100%;
  top: 51%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  margin-left: 5px;
}

.nav-area ul li.main-nav {
  padding: 10px 0;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header.header-two .nav-area ul {
    gap: 40px !important;
  }
}

.submenu:hover li a {
  opacity: 0.6;
}

li.has-dropdown {
  position: relative;
}
li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 0px 10px;
  transform-origin: 0 0;
  transform: scaleY(0);
}
li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 0;
}
li.has-dropdown .submenu li a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background: #FFFFFF;
  transition: all 0.3s;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1;
}
li.has-dropdown .submenu li a:hover {
  background: #F2F2F8;
  opacity: 1;
  color: var(--color-primary) !important;
}
li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0) scaleY(1);
}
li.has-dropdown:hover::after {
  content: "\f077";
}

.has-dropdown.mega-menu::after {
  display: none;
}

.rts-btn.btn-primary.border.bg-transparent {
  color: var(--color-primary);
  border: 1px solid var(--color-primary) !important;
}
.rts-btn.btn-primary.border.bg-transparent img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(55%) saturate(5974%) hue-rotate(228deg) brightness(98%) contrast(103%);
}
.rts-btn.btn-primary.border.bg-transparent:hover {
  background: var(--color-primary) !important;
  color: #fff;
}
.rts-btn.btn-primary.border.bg-transparent:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7500%) hue-rotate(241deg) brightness(114%) contrast(108%);
}

header .nav-area ul li.main-nav:hover > a {
  transition: 0.3s;
  color: var(--color-primary) !important;
}
header .nav-area ul li.main-nav:hover::after {
  color: var(--color-primary) !important;
}

.rts-mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px !important;
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
  transform-origin: 0 0 0;
  padding: 30px 30px;
}
.rts-mega-menu.with-add {
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.rts-mega-menu.with-add .menu-add-top-area {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #E1E1FF;
  margin-left: 50px;
}
.rts-mega-menu.with-add .menu-add-top-area .title {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-primary);
}
.rts-mega-menu.with-add .menu-right-add {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  max-width: max-content;
  margin-left: auto;
  position: relative;
  border-radius: 0 0 7px 0;
  overflow: hidden;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content {
  position: absolute;
  left: 23px;
  bottom: 23px;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .title {
  color: #fff;
  font-size: 24px;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .rts-btn {
  background: #fff;
  color: var(--color-primary);
}
.rts-mega-menu.with-add .mega-menu-item li a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.rts-mega-menu.with-add .mega-menu-item li a img {
  max-width: 30px;
  height: auto;
  padding: 0;
  background: transparent;
  transition: 0.3s;
  margin-right: 5px;
}
.rts-mega-menu.with-add .mega-menu-item li a:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(100%);
}
.rts-mega-menu.with-add .mega-menu-item li a.active img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(100%);
}

.mega-menu-item {
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start !important;
}
.mega-menu-item li {
  margin: 0 0 19px 0;
  width: 100%;
}
.mega-menu-item li:hover a {
  border: 1px solid #E6E5FF;
  border-radius: 4px;
}
.mega-menu-item li a {
  display: flex !important;
  align-items: center;
  padding: 6px 12px !important;
  border: 1px solid transparent;
  width: 100%;
}
.mega-menu-item li a img {
  margin-right: 16px;
  padding: 10px;
  max-width: max-content;
  background: #F0F0FF;
  border-radius: 4px;
}
.mega-menu-item li a .info p {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}
.mega-menu-item li a .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
}

.has-dropdown.mega-menu {
  position: static !important;
}

.has-dropdown.mega-menu:hover .rts-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}

.container-full-header .rts-mega-menu {
  transform: translateX(-50%) scaleY(0);
  left: 50%;
  max-width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-full-header .rts-mega-menu {
    max-width: 90%;
  }
}
.container-full-header .has-dropdown.mega-menu:hover .rts-mega-menu {
  transform: translateX(-50%) scaleY(1);
}

.has-dropdown.mega-menu:hover > a::after {
  content: "\f077";
  color: var(--color-primary);
}

.rts-mega-menu.service-mega-menu-style {
  padding: 30px 30px 0 30px;
  z-index: 1000;
}
.rts-mega-menu.service-mega-menu-style li {
  margin-bottom: 20px;
}
.rts-mega-menu.service-mega-menu-style li a {
  border: none;
  width: 100%;
  padding: 10px 20px !important;
  border-radius: 5px;
  background: #f9f9f9;
  display: block;
  transition: 0.3s;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation {
  background: var(--color-primary);
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation .title {
  color: #fff !important;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation p.details {
  color: #fff !important;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation:hover {
  background: var(--color-primary);
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu {
  display: flex;
  align-items: flex-start;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img {
  background: none;
  padding: 0;
  max-width: 40px;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(39%) sepia(62%) saturate(3233%) hue-rotate(349deg) brightness(98%) contrast(99%);
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .title {
  margin: 0;
  line-height: 1;
  font-size: 17px;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu p.details {
  max-width: 100%;
  font-size: 14px;
  color: var(--color-body);
}
.rts-mega-menu.service-mega-menu-style li:hover a {
  border: none;
  background: var(--color-secondary);
  color: var(--color-white);
}
.rts-mega-menu.service-mega-menu-style .menu-thumb {
  height: auto;
}
.rts-mega-menu.service-mega-menu-style .menu-thumb img {
  height: auto;
  object-fit: cover;
}

header .menu-item-open > a {
  color: var(--color-primary) !important;
}
header .menu-item-open > a::after {
  content: "\f077" !important;
  color: var(--color-primary) !important;
}

header .menu-item-open.project-a-after > a::after {
  display: none;
}

.menu-item-open::after {
  color: var(--color-primary) !important;
}

.mega-menu-item.with-list {
  gap: 0;
}
.mega-menu-item.with-list li a {
  border: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f3f3f3 !important;
  padding: 12px 12px !important;
  transition: 0.3s;
}
.mega-menu-item.with-list li a i {
  font-size: 12px;
}
.mega-menu-item.with-list li a.active {
  color: var(--color-primary);
  border: none !important;
  gap: 12px;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-primary) !important;
}
.mega-menu-item.with-list li:hover a {
  border: none !important;
  gap: 12px;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-primary) !important;
}

.sub-dropdown.down {
  position: relative !important;
  display: block !important;
}
.sub-dropdown.down::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  font-family: var(--font-3);
}
.sub-dropdown.down .submenu.third-lvl.base {
  opacity: 0 !important;
  visibility: hidden;
  min-width: 225px !important;
  left: 100% !important;
  top: -25px !important;
  margin: 0;
  border-radius: 0 !important;
  border-radius: 10px !important;
  transition: 0.3s;
  display: block !important;
}
.sub-dropdown.down:hover::after {
  color: var(--color-primary);
}
.sub-dropdown.down:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
  visibility: visible;
  margin-left: 0 !important;
  min-width: 225px !important;
}

li.has-dropdown .submenu li a.active {
  color: var(--color-primary);
  background: #F2F2F8;
}

.rts-mega-menu.service-mega-menu-style li a.active {
  background: #fff3f3;
}

.rts-mega-menu.service-mega-menu-style li a.active.free-consultation {
  background: var(--color-primary);
}

header.header-two .menu-item-open > a {
  color: var(--color-primary) !important;
}

.header-four .nav-area .has-demo-down > a::after {
  color: #ffffff;
}

.heder-one .nav-area .has-demo-down > a::after {
  color: #ffffff;
}

.nav-area .has-demo-down {
  position: unset;
}
.nav-area .has-demo-down::after {
  display: none;
}
.nav-area .has-demo-down .submenu.menu-home {
  flex-wrap: wrap;
  min-width: 1413px !important;
  margin-left: 0;
  margin-top: 0;
  padding: 25px;
  border-radius: 0;
  left: 50%;
  top: 83%;
  transform: translateX(-50%) scaleY(0);
  justify-content: flex-start;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-area .has-demo-down .submenu.menu-home {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-area .has-demo-down .submenu.menu-home {
    min-width: 100% !important;
  }
}
.nav-area .has-demo-down .submenu.menu-home li {
  width: 19.4% !important;
  margin: 0;
  position: relative;
  overflow: hidden;
  margin-right: 0 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-area .has-demo-down .submenu.menu-home li {
    margin-right: 0 !important;
    min-width: 19% !important;
  }
}
.nav-area .has-demo-down .submenu.menu-home li::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.829) 0%, rgba(0, 0, 0, 0.418) 35%, rgba(0, 212, 255, 0) 100%);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  bottom: -100%;
}
.nav-area .has-demo-down .submenu.menu-home li .page {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) scale(0);
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.nav-area .has-demo-down .submenu.menu-home li .page li {
  width: 100% !important;
  padding: 0;
}
.nav-area .has-demo-down .submenu.menu-home li .page li::after {
  display: none;
}
.nav-area .has-demo-down .submenu.menu-home li .page li .rts-btn {
  margin: 0 auto 10px auto;
  padding: 5px 15px !important;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.nav-area .has-demo-down .submenu.menu-home li a span {
  transition: 0.3s;
}
.nav-area .has-demo-down .submenu.menu-home li:hover .page {
  opacity: 1;
  transform: translate(50%, 50%) scale(1);
}
.nav-area .has-demo-down .submenu.menu-home li:hover::after {
  opacity: 0;
  bottom: 0;
}
.nav-area .has-demo-down .submenu.menu-home li:hover a span {
  color: var(--color-primary);
  letter-spacing: 0.7px;
}
.nav-area .has-demo-down .submenu.menu-home:hover li a {
  opacity: 1;
}
.nav-area .has-demo-down:hover .submenu.menu-home {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateX(-50%) scaleY(1) !important;
}
.nav-area .has-demo-down > a {
  position: relative;
}
.nav-area .has-demo-down > a::after {
  position: absolute;
  content: "\f078";
  right: -22px;
  top: 51%;
  transform: translateY(-50%);
  color: #111032;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
}
.nav-area .has-demo-down:hover > a::after {
  color: var(--color-primary);
  content: "\f077";
}
.nav-area .has-demo-down:hover::after {
  display: none;
}

li.coming-soon a img {
  pointer-events: none;
  cursor: none;
}

li.has-dropdown .submenu.menu-home li a {
  padding: 6px 5px !important;
}

.header-five .nav-area .has-demo-down > a::after {
  color: #ffffff;
}

.side-bar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 50px;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}
.side-bar .inner-main-wrapper-desk .thumbnail {position: relative;}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: auto;
  height: 70px;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  margin: 30px 0;
}
.side-bar .inner-main-wrapper-desk .inner-content p {font-size: 18px;}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
  color: var(--color-title);
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 50px;
  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 {
  display: flex;
  min-height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: 0 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.side-bar button i {
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

.mobile-menu nav ul {padding: 0;margin: 0;}
.mobile-menu nav ul li {
  margin: 0 0 15px 0;
  padding: 0;
}
.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: 0;
  padding: 9px 13px;
  color: var(--color-heading);
  background: #d3d3d3;
  pointer-events: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.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;
  padding: 10px;
  background-color: #eaeaea;
  color: var(--color-heading);
  font-size: 16px;
  border-radius: 5px;
}
.mobile-menu .social-wrapper-one {
  margin-top: 20px;
}

@media screen and (min-width: 1199px) {
  .side-bar.header-two .mobile-menu, .side-bar.header-three .mobile-menu {
    display: none !important;
  }
}

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

.side-bar .social-wrapper-one ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
.side-bar .social-wrapper-one li {
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.side-bar .social-wrapper-one li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: var(--color-secondary);
  border-radius: 5px;
  color: var(--color-white);
}
.side-bar .social-wrapper-one li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.side-bar .social-wrapper-one li a:hover {
  background: var(--color-primary);
}

/* elements  */
.banner-two-inner {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .banner-two-inner {
    left: 15px;
    transform: unset;
    right: 15px;
  }
}

.banner-two-inner span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.banner-two-inner .title {
  font-size: 40px;
  color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .banner-two-inner .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-two-inner .title {
    font-size: 28px;
  }
  .banner-two-inner .title br {
    display: none;
  }
}
.banner-two-inner p.disc {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-two-inner p.disc {
    max-width: 100%;
  }
}

.banner-two-swiper-main-wrapper {
  position: relative;
  z-index: 1;
}
.banner-two-swiper-main-wrapper img {
  width: 100%;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 1199px) {
  .banner-two-swiper-main-wrapper img {
    height: 600px;
    object-fit: cover
  }
}
.banner-two-swiper-main-wrapper .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
  }
}
.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/banner/01.svg);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.banner-two-swiper-main-wrapper .swiper-slide span {
  display: block;
  opacity: 0;
  font-weight: 500;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide span.pre {
  display: block;
  opacity: 0;
  transition-delay: 0.5s;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide .title {
  transition-delay: 1s;
  opacity: 0;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide p.disc {
  transition-delay: 1.3s;
  opacity: 0;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide .button-wrapper {
  transition-delay: 1.6s;
  opacity: 0;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide.swiper-slide-active .banner-inner-content-one span.pre {
  display: block;
  animation: fadeInUp2 0.2s linear;
  animation-delay: 0.2s;
  opacity: 1;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide.swiper-slide-active .banner-inner-content-one .title {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide.swiper-slide-active .banner-inner-content-one p.disc {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.banner-swiper-area-one .mySwiper-banner-one .swiper-slide.swiper-slide-active .banner-inner-content-one .button-wrapper {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 1.2s;
  opacity: 1;
}
.banner-swiper-area-one .swiper-paginations {
  position: absolute;
  top: 50%;
  right: 240px;
  left: auto;
  max-width: max-content;
  z-index: 10;
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1921px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 15%;
  }
}
@media screen and (min-width: 2500px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 25%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-swiper-area-one .swiper-paginations {
    right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-swiper-area-one .swiper-paginations {
    display: none;
  }
}
.banner-swiper-area-one .swiper-paginations .swiper-pagination-bullet {
  color: var(--color-primary);
  height: 45px;
  width: 45px;
  background: #fff;
  opacity: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-swiper-area-one .swiper-paginations .swiper-pagination-bullet-active {
  background: var(--color-primary);
  color: #fff;
}

.social-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-header span {
  font-size: 15px;
  color: #fff;
}
.social-header ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}
.social-header ul li {
  margin: 0;
  padding: 0;
}
.social-header ul li a i {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.social-header ul li a:hover i {
  color: var(--color-primary);
}

.banner-three-content {
  margin-top: 140px;
}
.banner-three-content span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 12px;
  display: block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
  border-radius: 3px;
  max-width: max-content;
  margin-bottom: 25px;
  font-weight: 500;
}
.banner-three-content .title {
  font-size: 66px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .banner-three-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-three-content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-three-content .title {
    font-size: 26px;
  }
}

.banner-three-area-swiper-wrapper .swiper-slide span {
  display: block;
  opacity: 0;
  transition-delay: 0.5s;
}
.banner-three-area-swiper-wrapper .swiper-slide .title {
  transition-delay: 1s;
  opacity: 0;
}
.banner-three-area-swiper-wrapper .swiper-slide p.disc {
  transition-delay: 1.3s;
  opacity: 0;
}
.banner-three-area-swiper-wrapper .swiper-slide .button-wrapper {
  transition-delay: 1.6s;
  opacity: 0;
}
.banner-three-area-swiper-wrapper .swiper-slide .button-wrapper .rts-btn {
  height: 50px;
}
.banner-three-area-swiper-wrapper .swiper-slide.swiper-slide-active .banner-three-content span {
  display: block;
  animation: fadeInUp2 0.7s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.banner-three-area-swiper-wrapper .swiper-slide.swiper-slide-active .banner-three-content .title {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 1s;
  opacity: 1;
}
.banner-three-area-swiper-wrapper .swiper-slide.swiper-slide-active .banner-three-content p.disc {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 1.3s;
  opacity: 1;
}
.banner-three-area-swiper-wrapper .swiper-slide.swiper-slide-active .banner-three-content .button-wrapper {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 1.6s;
  opacity: 1;
}
.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
  max-width: max-content;
  right: 230px;
  top: 50%;
  left: auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  height: max-content;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
    right: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
    right: 91px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}
.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets::after {
  position: absolute;
  top: -65px;
  width: 2px;
  height: 50px;
  content: "";
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets::before {
  position: absolute;
  bottom: -65px;
  width: 2px;
  height: 50px;
  content: "";
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.banner-three-area-swiper-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-image: url(../images/banner/01.png) !important;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background: transparent;
  background-size: contain;
}
.banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
  position: absolute;
  right: 259px;
  top: 49%;
  z-index: 5000;
  height: 317px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
    right: 149px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
    right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-three-area-swiper-wrapper .swiper-pagination-area-fraction {
    display: none;
  }
}
.banner-three-area-swiper-wrapper .swiper-pagination-area-fraction .slide-range.activeslide {
  position: absolute;
  top: -100px;
  left: 20%;
  min-width: max-content;
}
.banner-three-area-swiper-wrapper .swiper-pagination-area-fraction .slide-range.totalslide {
  position: absolute;
  bottom: 0;
  left: 20%;
  min-width: max-content;
}

.bg-banner-four {
  background-image: url(../images/banner/07.webp);
  height: 750px;
  display: flex;
  align-items: center;
}
.bg-banner-four.two {
  background-image: url(../images/banner/14.webp);
}
.bg-banner-four.three {
  background-image: url(../images/banner/12.webp);
}
.bg-banner-four.four {
  background-image: url(../images/banner/11.webp);
}
.bg-banner-four.five {
  background-image: url(../images/banner/01.webp);
}
@media only screen and (max-width: 575px) {
  .bg-banner-four {
    height: 500px;
  }
}

.banner-four-inner-content .title {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-four-inner-content .title {
    font-size: 45px;
  }
  .banner-four-inner-content .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-four-inner-content .title {
    font-size: 32px;
  }
}
.banner-four-inner-content p.disc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 48%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-four-inner-content p.disc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-four-inner-content p.disc {
    max-width: 100%;
  }
}

.bg-home-4 {
  background: #1E1E20;
}

.banner-swiper-main-wrapper-four {
  position: relative;
}
.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets {
  max-width: max-content;
  right: 230px;
  top: 40%;
  left: auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  height: max-content;
}
.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets::after {
  position: absolute;
  top: -65px;
  width: 2px;
  height: 50px;
  content: "";
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets::before {
  position: absolute;
  bottom: -65px;
  width: 2px;
  height: 50px;
  content: "";
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.banner-swiper-main-wrapper-four .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-image: url(../images/banner/01.png) !important;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background: transparent;
  background-size: contain;
}
.banner-swiper-main-wrapper-four .swiper-pagination-area-fraction {
  position: absolute;
  right: 259px;
  top: 39%;
  z-index: 5000;
  height: 317px;
}
.banner-swiper-main-wrapper-four .swiper-pagination-area-fraction .slide-range.activeslide {
  position: absolute;
  top: -100px;
  left: 20%;
  min-width: max-content;
}
.banner-swiper-main-wrapper-four .swiper-pagination-area-fraction .slide-range.totalslide {
  position: absolute;
  bottom: 0;
  left: 20%;
  min-width: max-content;
}
.banner-swiper-main-wrapper-four .swiper-slide span {
  display: block;
  opacity: 0;
  transition-delay: 0.3s;
}
.banner-swiper-main-wrapper-four .swiper-slide .title {
  transition-delay: 1s;
  opacity: 0;
}
.banner-swiper-main-wrapper-four .swiper-slide p.disc {
  transition-delay: 1.3s;
  opacity: 0;
}
.banner-swiper-main-wrapper-four .swiper-slide .button-wrapper {
  transition-delay: 1.6s;
  opacity: 0;
}
.banner-swiper-main-wrapper-four .swiper-slide.swiper-slide-active .banner-four-inner-content span {
  display: block;
  animation: fadeInUp2 0.3s linear;
  animation-delay: 0.3s;
  opacity: 1;
}
.banner-swiper-main-wrapper-four .swiper-slide.swiper-slide-active .banner-four-inner-content .title {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.banner-swiper-main-wrapper-four .swiper-slide.swiper-slide-active .banner-four-inner-content p.disc {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.banner-swiper-main-wrapper-four .swiper-slide.swiper-slide-active .banner-four-inner-content .button-wrapper {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 1.1s;
  opacity: 1;
}

.bg-banner-four {
  position: relative;
  z-index: 1;
}
.bg-banner-four .shape-area {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1002px;
  mix-blend-mode: overlay;
}

.thumbnail-swiper-4 {
  position: absolute;
  top: 50%;
  right: 250px;
  transform: translateY(-50%);
  z-index: 15;
}
@media screen and (max-width: 1750px) {
  .thumbnail-swiper-4 {
    right: 157px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .thumbnail-swiper-4 {
    right: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .thumbnail-swiper-4 {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail-swiper-4 {
    display: none;
  }
}
.thumbnail-swiper-4 .mySwiper-thumbnail {
  height: 224px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .thumbnail-swiper-4 .mySwiper-thumbnail {
    display: none;
  }
}
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-prev,
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-next {
  width: 100%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-prev::after,
.thumbnail-swiper-4 .mySwiper-thumbnail .swiper-button-next::after {
  display: none;
}
.thumbnail-swiper-4 .single-thumbnail {
  max-width: 120px;
}
.thumbnail-swiper-4 .swiper-button-prev {
  left: 0;
  bottom: 120px;
  width: 100%;
  top: auto;
  border-radius: 0 0 10px 10px;
}
.thumbnail-swiper-4 .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: auto;
}

.rts-banner-area-five {
  background-image: url(../images/banner/11.webp);
  height: 741px;
  position: relative;
}
.rts-banner-area-five.two {
  background-image: url(../images/banner/16.webp);
}
.rts-banner-area-five.three {
  background-image: url(../images/banner/17.webp);
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-five {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-area-five {
    height: 400px;
  }
}

.reveal-item.overflow-hidden.aos-init img {
  width: 100%;
}

.rts-banner-area-inner-five {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-inner-five {
    left: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-inner-five {
    left: 50px;
  }
}
.rts-banner-area-inner-five .pre {
  text-transform: uppercase;
  color: var(--color-primary);
}
.rts-banner-area-inner-five .title {
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-area-inner-five .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-inner-five .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-area-inner-five .title {
    font-size: 32px;
    line-height: 1.1;
  }
}
.rts-banner-area-inner-five .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}

.banner-swiper-area-five .swiper-slide span.pre {
  display: block;
  opacity: 0;
  transition-delay: 0.5s;
}
.banner-swiper-area-five .swiper-slide .title {
  transition-delay: 1s;
  opacity: 0;
}
.banner-swiper-area-five .swiper-slide p.disc {
  transition-delay: 1.3s;
  opacity: 0;
}
.banner-swiper-area-five .swiper-slide .button-wrapper {
  transition-delay: 1.6s;
  opacity: 0;
}
.banner-swiper-area-five .swiper-slide-active span.pre {
  display: block;
  animation: fadeInUp2 0.3s linear;
  animation-delay: 0.2s;
  opacity: 1;
}
.banner-swiper-area-five .swiper-slide-active .title {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 0.4s;
  opacity: 1;
}
.banner-swiper-area-five .swiper-slide-active p.disc {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 0.7s;
  opacity: 1;
}
.banner-swiper-area-five .swiper-slide-active .button-wrapper {
  animation: fadeInUp2 0.7s linear;
  animation-delay: 1s;
  opacity: 1;
}

.banner-swiper-area-five .mySwiper-banner-five {
  position: relative;
}
.banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
  max-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  position: absolute;
  top: 46%;
  left: 160px;
  margin: 0;
  height: max-content;
}
@media only screen and (max-width: 1199px) {
  .banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-swiper-area-five .mySwiper-banner-five .swiper-pagination {
    display: none;
  }
}
.banner-swiper-area-five .mySwiper-banner-five .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0;
}
.banner-swiper-area-five .mySwiper-banner-five .swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
  margin-left: auto;
}

.facts-right-area-3-main-wrapper {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .facts-right-area-3-main-wrapper {
    height: 500px;
  }
}
.facts-right-area-3-main-wrapper .thumb {
  height: 100%;
}

.bg_image-none {
  background-image: none !important;
}

.mega-menu-item.with-list li {
  width: 89%;
}

.rts-banner-three.with-video {
  position: relative;
  z-index: 1;
}
.rts-banner-three.with-video::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.836) 0%, rgba(0, 0, 0, 0.596) 35%, rgba(0, 212, 255, 0) 100%);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.rts-banner-three.with-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rts-banner-three.with-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rtl-ltr-switcher-btn {
  position: fixed;
  right: 0;
  top: 55%;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  padding: 25px 6px;
  background: var(--color-primary);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.rtl-ltr-switcher-btn .ltr,
.rtl-ltr-switcher-btn .rtl {
  display: none;
}
.rtl-ltr-switcher-btn .ltr.show,
.rtl-ltr-switcher-btn .rtl.show {
  display: block;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.rts-btn {
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  max-width: max-content;
  padding: 10px 30px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.rts-btn.btn-header {
  background: var(--color-primary);
  padding: 21px 40px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts-btn.btn-primary {
  color: #fff;
  font-weight: 700;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.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::after {
  transform: translateY(0);
}
.rts-btn.btn-primary-alta {
  color: var(--color-primary);
  font-weight: 700;
  background: rgba(239, 235, 231, 0.6);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.1s;
}
.rts-btn.btn-primary-alta::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.rts-btn.btn-primary-alta:hover {
  color: #fff;
}
.rts-btn.btn-primary-alta:hover::after {
  transform: translateY(0);
}
.rts-btn.btn-white {
  color: var(--color-primary);
  font-weight: 700;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  transition-delay: 0.1s;
}
.rts-btn.btn-white img {
  transition: 0.3s;
  transition-delay: 0.1s;
}
.rts-btn.btn-white::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.rts-btn.btn-white:hover {
  color: #fff;
}
.rts-btn.btn-white:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(106%) contrast(106%);
}
.rts-btn.btn-white:hover::after {
  transform: translateY(0);
}
.rts-btn.border {
  border: 2px solid var(--color-primary) !important;
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rts-btn.border::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  transform: translateY(110%);
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.rts-btn.border img {
  transition: 0.3s;
  transition-delay: 0.1s;
}
.rts-btn.border:hover {
  color: #fff;
}
.rts-btn.border:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(106%) contrast(106%);
}
.rts-btn.border:hover::after {
  transform: translateY(0);
}

.read-more-btn {
  color: var(--color-heading-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  font-weight: 700;
}
.read-more-btn:hover {
  color: var(--color-primary);
}

.single-fun-facts-area {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .single-fun-facts-area {
    padding: 30px;
  }
}
.single-fun-facts-area::after {
  content: "";
  position: absolute;
  left: -20%;
  top: -30%;
  width: 255px;
  height: 252.06px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 102, 0, 0) 0%, #FF6600 100%);
  opacity: 0.23;
  filter: blur(125px);
  z-index: -1;
}
.single-fun-facts-area .icons {
  margin-bottom: 45px;
}
.single-fun-facts-area .title {
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 72px;
}
@media only screen and (max-width: 1199px) {
  .single-fun-facts-area .title {
    font-size: 42px;
  }
}
.single-fun-facts-area .title span {
  color: #141416;
  font-weight: 800;
}

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

.title-center-style-one {
  text-align: center;
}
.title-center-style-one .pre {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
.title-center-style-one .title {
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .title-center-style-one .title {
    font-size: 26px;
  }
}

.swiper-area-wrapper {
  position: relative;
}
.swiper-area-wrapper .swiper-button-next,
.swiper-area-wrapper .swiper-button-prev {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1E1E20;
  border: 1px solid #34343A;
  border-radius: 10px;
  transition: 0.3s;
}
.swiper-area-wrapper .swiper-button-next::after,
.swiper-area-wrapper .swiper-button-prev::after {
  display: none;
}
.swiper-area-wrapper .swiper-button-next i,
.swiper-area-wrapper .swiper-button-prev i {
  color: #fff;
}
.swiper-area-wrapper .swiper-button-next:hover,
.swiper-area-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.swiper-area-wrapper .swiper-button-next {
  right: -100px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-area-wrapper .swiper-button-next {
    right: -27px;
  }
}
.swiper-area-wrapper .swiper-button-prev {
  left: -100px;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-area-wrapper .swiper-button-prev {
    left: -27px;
  }
}

.mySwiper-service-one {
  position: relative;
}

.title-wrapper-left span.pre {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.title-wrapper-left .title {
  color: #141416;
  font-size: 44px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-wrapper-left .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title-wrapper-left .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .title-wrapper-left .title {
    font-size: 26px;
  }
  .title-wrapper-left .title br {
    display: none;
  }
}

.service-area-start {
  background-color: #f5f5f5;
}
.service-single-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .service-single-wrapper {
    padding: 25px;
  }
}
.service-single-wrapper .icon {
  background: #f5f5f5;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 25px;
}
.service-single-wrapper .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.service-single-wrapper .title {
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 15px;
}
.service-single-wrapper p.disc {
  margin: 0;
}

.cta-wrapper-inner .rts-btn::after {
  background: #141416;
}

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

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

.title-center-wrapper-4 {
  text-align: center;
}
.title-center-wrapper-4 .title {
  font-size: 44px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .title-center-wrapper-4 .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .title-center-wrapper-4 .title {
    font-size: 26px;
  }
}

.rts-service-area-five {
  background: #1B1B1E;
}

.wrapper-column-service-area {
  height: 100%;
}

.service-main-wrapper-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .service-main-wrapper-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-main-wrapper-5 > div {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .service-main-wrapper-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-main-wrapper-5 > div {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.bg_white {
  background: #fff;
}

.bg-dark-large {
  background: #141416;
}

.mr-dec-about-five {
  margin-right: -70px;
}

.title-left-align-five span.pre {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 700;
}
.title-left-align-five .title {
  font-size: 44px;
  text-transform: uppercase;
  color: #141416;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .title-left-align-five .title {
    font-size: 26px;
  }
}

.counter-area-about-five .title {
  font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #141416;
  line-height: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-about-five .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-area-about-five .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-area-about-five .title {
    font-size: 46px;
  }
}
.counter-area-about-five .title span {
  line-height: 0.75;
  margin-bottom: 0;
}
.counter-area-about-five span.bottom {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-feature-area-wrapper-five {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .about-feature-area-wrapper-five {
    flex-wrap: wrap;
  }
}
.about-feature-area-wrapper-five .left-card-about-five {
  flex-basis: 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-feature-area-wrapper-five .left-card-about-five {
    flex-basis: 100%;
  }
}
.about-feature-area-wrapper-five .left-card-about-five .top-area {
  background: var(--color-primary);
}
.about-feature-area-wrapper-five .left-card-about-five .top-area p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 12px 20px;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area {
  padding: 40px;
  background: #fff;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature:last-child {
  margin-bottom: 0;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature .info .title {
  color: var(--color-title);
  margin-bottom: 5px;
  font-size: 18px;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature .info p {
  margin-bottom: 0;
  font-size: 15px;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature .icon {
  height: 60px;
  min-width: 60px;
  border: 1px solid #EDECEC;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature .icon .ico {
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-feature-area-wrapper-five .left-card-about-five .bottom-area .single-feature .icon::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 102, 0, 0.1);
  left: -10px;
  top: -5px;
  z-index: -1;
  border-radius: 50%;
}
.about-feature-area-wrapper-five .right-card-about-five {
  flex-basis: 50%;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .about-feature-area-wrapper-five .right-card-about-five {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-feature-area-wrapper-five .right-card-about-five {
    flex-basis: 100%;
  }
}
.about-feature-area-wrapper-five .right-card-about-five p.disc {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  line-height: 1.6;
  margin-bottom: 60px;
}

.about-wrapper-area-five {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .about-wrapper-area-five {
    flex-direction: column;
  }
}
.about-wrapper-area-five .about-left-wrapper {
  padding: 60px 60px 60px;
  max-width: 90%;
}
@media only screen and (max-width: 1199px) {
  .about-wrapper-area-five .about-left-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrapper-area-five .about-left-wrapper {
    padding: 15px;
  }
}
.about-wrapper-area-five .about-left-wrapper span.pre {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
}
.about-wrapper-area-five .about-left-wrapper .title {
  color: #141416;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-wrapper-area-five .about-left-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about-wrapper-area-five .about-left-wrapper .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrapper-area-five .about-left-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .about-wrapper-area-five .about-left-wrapper .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-wrapper-area-five .about-left-wrapper .title br {
    display: none;
  }
}
.about-wrapper-area-five .about-left-wrapper p.disc {
  margin-bottom: 35px;
  max-width: 100%;
  font-size: 15px;
}
.about-wrapper-area-five .about-left-wrapper .rts-btn {
  height: 50px;
}
.about-wrapper-area-five .right-thumbnail {
  max-width: 578px;
  min-width: 578px;
}
@media only screen and (max-width: 1199px) {
  .about-wrapper-area-five .right-thumbnail {
    max-width: 100%;
  }
}

.rts-breadcrumb-area {
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  padding: 130px 0 35px 0;
}
@media only screen and (max-width: 1199px) {
  .rts-breadcrumb-area {
    padding-top: 112px;
  }
}
@media only screen and (max-width: 768px) {
  .rts-breadcrumb-area {
    padding: 90px 0 20px;
  }
}
.breadcrumb-area-inner {
  position: relative;
}
.breadcrumb-area-inner .title {
  font-size: 22px;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area-inner .title {
    font-size: 20px;
  }
}
.breadcrumb-area-inner .nav-area-navigation {
  background: var(--color-white);
  padding: 10px;
  border-radius: 5px;
  gap: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb-area-inner .nav-area-navigation a {
  font-weight: 600;
  font-size: 13px;
  color: #6d6d6d;
  line-height: 1;
  position: relative;
}
.breadcrumb-area-inner .nav-area-navigation a.current {
  color: var(--color-primary);
  position: relative;
}
.breadcrumb-area-inner .nav-area-navigation a::after {
  position: absolute;
  content: "";
  left: -9px;
  height: 4px;
  width: 4px;
  background: #6d6d6d;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb-area-inner .nav-area-navigation a:first-child::after {
  display: none;
}
.breadcrumb-area-inner .water-text {
  font-size: 180px;
  text-transform: uppercase;
  position: absolute;
  z-index: 0;
  font-weight: 700;
  left: 320px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-area-inner .water-text {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-area-inner .water-text {
    font-size: 80px;
    left: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area-inner .water-text {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area-inner .water-text {
    display: none;
  }
}

.bg-color-gradient-2 {
  background-image: url(../images/about/12.webp);
}
.bg-color-gradient-2 .title-style-two-center .title {
  color: #fff;
}
.bg-color-gradient-2 .title-style-two-center p.disc {
  color: #fff;
}

.title-style-two-center.inner span.pre {
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 22px;
  display: block;
  font-weight: 700;
}

.large-video-area-inner {
  height: 650px;
  width: 100%;
  background-image: url(../images/about/11.webp);
  border-radius: 10px;
  position: relative;
}

.why-choose-us-area.in-about-page {
  padding-top: 450px;
  background: #1E1E20;
  margin-top: -450px;
}
.why-choose-us-area.in-about-page .title {
  color: #fff;
}

.process-testimonials-area-wrapper {
  background: #1E1E20;
}

.main-wrapper-testimonails-wrapper-values-page {
  padding: 80px 0 0 80px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main-wrapper-testimonails-wrapper-values-page {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper-testimonails-wrapper-values-page {
    padding: 80px 0 0 20px;
  }
}
.main-wrapper-testimonails-wrapper-values-page > div {
  flex-basis: 50%;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .main-wrapper-testimonails-wrapper-values-page > div {
    width: 100%;
  }
}
.main-wrapper-testimonails-wrapper-values-page span {
  text-wrap: nowrap;
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--color-primary);
}
.main-wrapper-testimonails-wrapper-values-page .title {
  font-size: 44px;
  line-height: 54px;
  color: var(--color-title);
}
@media only screen and (max-width: 767px) {
  .main-wrapper-testimonails-wrapper-values-page .title {
    font-size: 32px;
  }
  .main-wrapper-testimonails-wrapper-values-page .title br {
    display: none;
  }
}
.main-wrapper-testimonails-wrapper-values-page p.disc {
  max-width: 90%;
}
.main-wrapper-testimonails-wrapper-values-page .left-inner-testimonials {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .main-wrapper-testimonails-wrapper-values-page .left-inner-testimonials {
    padding-top: 0;
  }
}
.main-wrapper-testimonails-wrapper-values-page .testimonials-area-single-wrapper-5 {
  background: #1D1D1D;
  border-radius: 10px 0 10px 0;
  border-right: 1px solid #404140;
  border-bottom: 1px solid #404140;
}
.main-wrapper-testimonails-wrapper-values-page .testimonials-area-single-wrapper-5 .title {
  color: #fff !important;
}
.main-wrapper-testimonails-wrapper-values-page .testimonials-area-single-wrapper-5 p.disc {
  max-width: 100%;
  color: #7C7C84;
}
@media only screen and (max-width: 767px) {
  .main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn {
    display: none;
  }
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-next,
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-prev {
  height: 60px;
  width: 60px;
  background: var(--color-title);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-next i,
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-prev i {
  color: #fff;
  font-size: 18px;
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-next::after,
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-prev::after {
  display: none;
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-next:hover,
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-prev:hover {
  background: var(--color-primary);
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-next {
  height: 60px;
  width: 60px;
  border-radius: 0 10px 10px 0;
  left: 140px;
  right: auto;
  top: 80%;
}
.main-wrapper-testimonails-wrapper-values-page .swiper-next-prev-btn .swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 10px 0 0 10px;
  left: 80px;
  right: auto;
  top: 80%;
}

.h-100-vh {
  height: 100vh;
}

.coming-soon-wrapper-main {
  text-align: center;
}
.coming-soon-wrapper-main h3 {
  font-size: 62px;
  margin-bottom: 70px;
  color: #141416;
}
@media only screen and (max-width: 575px) {
  .coming-soon-wrapper-main h3 {
    font-size: 44px;
  }
}
.coming-soon-wrapper-main .para {
  font-size: 18px;
  max-width: 40%;
  margin: auto;
  margin-top: 80px;
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .coming-soon-wrapper-main .para {
    max-width: 95%;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-wrapper-main .para {
    margin-top: 40px;
    max-width: 98%;
    font-size: 18px;
  }
}
.coming-soon-wrapper-main #countdown .timer-section {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 25px;
}
.coming-soon-wrapper-main #countdown .timer-section .time-unit span {
  font-size: 44px;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .coming-soon-wrapper-main #countdown .timer-section .time-unit span {
    font-size: 32px;
  }
}

.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: var(--color-primary);
  border-radius: 10px;
  overflow: hidden;
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-body);
  -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;
}

.portfolio-team-area-bg {
  background-image: url(../images/portfolio/01.webp);
}

.swiper-slide.swiper-slide-active .inner-content-project {
  opacity: 1;
  left: 20px;
  bottom: 20px;
}

.project-area-start-1 {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgb(94, 94, 94);
  position: relative;
}
.project-area-start-1:hover .inner-content-project {
  opacity: 1;
  left: 20px;
  bottom: 20px;
}
.project-area-start-1 .inner-content-project {
  position: absolute;
  border-radius: 15px;
  left: 120px;
  bottom: 20px;
  background: #fff;
  padding: 60px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .project-area-start-1 .inner-content-project {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .project-area-start-1 .inner-content-project {
    padding: 15px;
    background: rgba(255, 255, 255, 0.2392156863);
    backdrop-filter: blur(10px);
  }
}
.project-area-start-1 .inner-content-project .title {
  font-size: 30px;
  color: #141416;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .project-area-start-1 .inner-content-project .title {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
.project-area-start-1 .inner-content-project a.location {
  margin-bottom: 20px;
  color: #141416;
  font-size: 15px;
}
.project-area-start-1 .inner-content-project a.location {
  border: 1px solid rgba(0, 0, 0, 0.46);
  padding: 15px 17px;
  max-width: 150px;
  color: #141416;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .project-area-start-1 .inner-content-project a.location {
    padding: 7px 17px;
  }
}
.project-area-start-1 .inner-content-project a.location:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.project-area-start-1 .inner-content-project .thumb-wrapper {
  max-width: 315px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
@media only screen and (max-width: 479px) {
  .project-area-start-1 .inner-content-project .thumb-wrapper {
    margin-top: 15px;
  }
}
.project-area-start-1 .inner-content-project .thumb-wrapper .single {
  padding: 20px;
  width: 152px;
  background: #F5F5F5;
  /* border color light */
  border: 1px solid #EDECEC;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .project-area-start-1 .inner-content-project .thumb-wrapper .single {
    padding: 5px;
    width: 120px;
  }
}
.project-area-start-1 .inner-content-project .thumb-wrapper .single p {
  margin: 0;
  font-weight: 600;
  color: #141416;
  font-size: 18px;
}

.single-team-single-area {
  padding: 30px;
  background: #1C1C1F;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .single-team-single-area {
    padding: 15px;
  }
}
.single-team-single-area .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.single-team-single-area .thumbnail img {
  transition: 0.3s;
}
.single-team-single-area.list {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .single-team-single-area.list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-team-single-area.list .inner-content-area {
  margin-top: 0;
  padding-right: 15px;
}
.single-team-single-area.list:last-child {
  margin-bottom: 0;
}
.single-team-single-area .inner-content-area {
  margin-top: 25px;
}
.single-team-single-area .inner-content-area .title {
  margin-bottom: 9px;
  transition: 0.3s;
}
.single-team-single-area .inner-content-area .title:hover {
  color: var(--color-primary);
}
.single-team-single-area .inner-content-area .desig {
  color: var(--color-primary);
  display: block;
  margin-bottom: 12px;
}
.single-team-single-area .inner-content-area .disc {
  margin-bottom: 27px;
  color: #7C7C84;
}
.single-team-single-area .social-area-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: max-content;
  padding: 6px 25px;
  border-radius: 100px;
}
.single-team-single-area .social-area-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}
.single-team-single-area .social-area-wrapper ul li {
  margin: 0;
  padding: 0;
}
.single-team-single-area .social-area-wrapper ul li a i {
  transition: 0.3s;
  color: #7C7C84;
}
.single-team-single-area:hover .thumbnail img {
  transition: 0.5s;
  transform: scale(1.1);
}

.single-construction-portfolio {
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
.single-construction-portfolio:hover .thumbnail img {
  transform: scale(1.05);
}
.single-construction-portfolio .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.single-construction-portfolio .thumbnail img {
  transition: 0.5s;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.single-construction-portfolio .thumbnail .map-area {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 15px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(60px);
  border-radius: 5px;
}
.single-construction-portfolio .thumbnail .map-area * {
  color: #fff;
}
.single-construction-portfolio .inner-title-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 30px 50px 30px;
  background: linear-gradient(180deg, var(--color-primary), transparent);
  border-radius: 5px 5px 0 0;
  display: block;
}
.single-construction-portfolio .inner-title-area .title {
  margin-bottom: 5px;
  font-size: 23px;
  color: var(--color-white);
}
.single-construction-portfolio .inner-title-area p.disc {
  color: var(--color-white);
}
.single-construction-portfolio .inner-content {
  padding: 30px;
}
.single-construction-portfolio .inner-content .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .single-construction-portfolio .inner-content .tag-wrapper {
    justify-content: center;
  }
}
.single-construction-portfolio .inner-content .tag-wrapper .single {
  background: #F5F5F5;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #EDECEC;
  flex-basis: 23.7%;
}
@media screen and (max-width: 1300px) {
  .single-construction-portfolio .inner-content .tag-wrapper .single {
    padding: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-construction-portfolio .inner-content .tag-wrapper .single {
    flex-basis: 24%;
  }
}
@media only screen and (max-width: 575px) {
  .single-construction-portfolio .inner-content .tag-wrapper .single {
    flex-basis: 31%;
  }
}
.single-construction-portfolio .inner-content .tag-wrapper .single span {
  color: #7C7C84;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .single-construction-portfolio .inner-content .tag-wrapper .single span {
    font-size: 12px;
  }
}
.single-construction-portfolio .inner-content .tag-wrapper .single p {
  margin: 0;
  color: #141416;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

.title-area-wrapper-main-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .title-area-wrapper-main-two {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.title-area-wrapper-main-two .rts-btn {
  height: 50px;
}

.title-style-two-left {
  text-align: left;
  flex: 0 0 70%;
}
@media only screen and (max-width: 767px) {
  .title-style-two-left {
    flex: 0 0 100%;
  }
}
.title-style-two-left .title {
  color: #141416;
  font-size: 23px;
  margin-bottom: 0;
}
.title-style-two-left .desc {
  max-width: 70%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .title-style-two-left .desc {
    max-width: 100%;
  }
}

.title-style-two-center {
  text-align: center;
}
.title-style-two-center .title {
  color: #141416;
  font-size: 23px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .title-style-two-center .title {
    font-size: 30px;
  }
}
.title-style-two-center p.desc {
  max-width: 50%;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .title-style-two-center p.desc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .project-finished-area-start.rts-section-gap.portfolio-bg_iamge.bg_image {
    background-position: left;
  }
}

.project-finished-area-start {
  position: relative;
  background-color: #fff3e8;
}
.project-finished-area-start .person-image-large {
  position: absolute;
  right: 190px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .project-finished-area-start .person-image-large {
    max-width: 600px;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .project-finished-area-start .person-image-large {
    display: none;
  }
}

.single-fun-facts {
  display: block;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .single-fun-facts {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-fun-facts .start-part {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 0;
}
@media only screen and (max-width: 575px) {
  .single-fun-facts .start-part {
    border-right: none;
    padding-bottom: 0;
  }
}
.single-fun-facts .start-part .icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  min-width: 75px;
}
.single-fun-facts .start-part .content-wrapper {
  width: 100%;
}
.single-fun-facts .start-part .content-wrapper .title {
  margin-bottom: 0;
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.single-fun-facts .start-part .content-wrapper span.deg {
  font-size: 17px;
  color: var(--color-title);
  margin-top: 5px;
}
.single-fun-facts .end-part {
  padding: 22px 0 22px 22px;
}
@media only screen and (max-width: 575px) {
  .single-fun-facts .end-part {
    padding: 22px 0 22px 0;
  }
}
.single-fun-facts .end-part p.disc {
  font-size: 15px;
  color: #7C7C84;
}

.projects-contact-area-3 {
  background-image: url(../images/portfolio/09.webp);
}
.projects-contact-area-3 .title-style-two-left .pre {
  text-transform: uppercase;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
}
.projects-contact-area-3 .title-style-two-left .title {
  color: #fff;
  font-size: 44px;
}
@media only screen and (max-width: 575px) {
  .projects-contact-area-3 .title-style-two-left .title {
    font-size: 26px;
  }
}
.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn {
  background: #141416;
}
.projects-contact-area-3 .title-area-wrapper-main-two .rts-btn::after {
  background: var(--color-primary);
}

.project-list-area-wrapper-3 .single-project-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #282828;
}
@media only screen and (max-width: 767px) {
  .project-list-area-wrapper-3 .single-project-3 {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
}
.project-list-area-wrapper-3 .single-project-3:hover .title {
  color: var(--color-primary);
}
.project-list-area-wrapper-3 .single-project-3:hover .left-side span {
  background: var(--color-primary);
}
.project-list-area-wrapper-3 .single-project-3:last-child {
  border-bottom: 1px solid #282828;
}
.project-list-area-wrapper-3 .single-project-3 .left-side {
  flex-basis: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.project-list-area-wrapper-3 .single-project-3 .left-side .title {
  margin-bottom: 0;
  font-size: 22px;
  transition: 0.3s;
}
.project-list-area-wrapper-3 .single-project-3 .left-side span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: #141416;
  border: 1px solid #282828;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
.project-list-area-wrapper-3 .single-project-3 .mid {
  flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  .project-list-area-wrapper-3 .single-project-3 .mid {
    flex-basis: 45%;
    justify-content: center;
    display: flex;
    text-align: center;
  }
}
.project-list-area-wrapper-3 .single-project-3 .mid p {
  max-width: 80%;
  margin: 0;
  color: #7C7C84;
}
.project-list-area-wrapper-3 .single-project-3 .end {
  flex-basis: 5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.thumbnail-portfolio-3 img {
  display: none;
  transition: 0.3s;
}
.thumbnail-portfolio-3 img.active {
  display: block;
}

.single-blog-three {
  background: #fff;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  height: 100%;
}
.single-blog-three .thumbnail {
  overflow: hidden;
  display: block;
}
.single-blog-three .thumbnail img {
  transition: 0.3s;
}
.single-blog-three:hover .thumbnail img {
  transform: scale(1.05);
}
.single-blog-three .inner-content-area {
  padding: 30px;
}
.single-blog-three .inner-content-area a .title {
  color: var(--color-title);
  font-size: 22px;
  margin-top: 17px;
  transition: 0.36s;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .single-blog-three .inner-content-area a .title {
    font-size: 18px;
  }
}
.single-blog-three .inner-content-area a:hover .title {
  color: var(--color-primary);
}
.single-blog-three .inner-content-area .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  padding-top: 23px;
  border-top: 1px solid #EDECEC;
}
@media only screen and (max-width: 1199px) {
  .single-blog-three .inner-content-area .bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-blog-three .inner-content-area .bottom-area .left {
  display: flex;
  align-items: center;
  gap: 13px;
}
.single-blog-three .inner-content-area .bottom-area .left .info .title {
  font-size: 18px;
  color: #141416;
  margin-bottom: 0px;
  line-height: 1;
}
.single-blog-three .inner-content-area .bottom-area .left .info span {
  color: #7C7C84;
  font-size: 15px;
}
.single-blog-three .inner-content-area .bottom-area .left img {
  max-width: 40px;
}
.single-blog-three .inner-content-area .bottom-area .rts-btn {
  height: 40px;
  padding: 10px 20px;
}
.single-blog-three .top-area {
  display: flex;
  align-items: center;
  gap: 23px;
}
.single-blog-three .top-area .tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-blog-three .top-area .tag span {
  color: #7C7C84;
}
.single-blog-three .top-area .tag i {
  color: #F84E1D;
}

.rts-title-between-area-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rts-title-between-area-four {
    flex-wrap: wrap;
  }
}
.rts-title-between-area-four .title-main {
  font-size: 44px;
}
@media only screen and (max-width: 575px) {
  .rts-title-between-area-four .title-main {
    font-size: 28px;
  }
}
.rts-title-between-area-four .title {
  margin-bottom: 0;
  font-family: "Gantari", serif;
}
.rts-title-between-area-four .title.counter {
  font-size: 120px;
  font-family: var(--font-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rts-title-between-area-four .title.counter {
    font-size: 80px;
  }
}
.rts-title-between-area-four .title.counter span {
  font-family: "Gantari", serif;
}

.single-project-area-one {
  padding: 20px;
  background: #141416;
  border-radius: 10px;
  padding-bottom: 100px;
  position: relative;
  transition: 0.3s;
}
.single-project-area-one .thumbnail img {
  width: 100%;
}
.single-project-area-one .inner-content {
  padding: 30px;
  padding-top: 20px;
  position: absolute;
  height: 90px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  background: #141416;
  border-radius: 10px;
}
.single-project-area-one .inner-content .title {
  font-size: 22px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.single-project-area-one .inner-content .title:hover {
  color: var(--color-primary);
}
.single-project-area-one .inner-content p.disc {
  color: #7C7C84;
  font-size: 15px;
  margin-bottom: 25px;
}
.single-project-area-one .inner-content .rts-btn {
  height: 40px;
  padding: 20px;
}
.single-project-area-one:hover .inner-content {
  height: 235px;
}

.rts-portfolio-area-case .title-between-style-five {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 40px;
  margin-bottom: 60px !important;
}
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .rts-portfolio-area-case .title-between-style-five .button-net-prev-area {
    display: none;
  }
}
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-next::after,
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-prev::after {
  display: none;
}
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-next i,
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-prev i {
  color: #141416;
}
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-next {
  right: 0;
  left: auto;
}
.rts-portfolio-area-case .title-between-style-five .button-net-prev-area .swiper-button-prev {
  right: 50px;
  left: auto;
}

.swiper-recent-project-5-wrapper .single-case-studies-5 {
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.swiper-recent-project-5-wrapper .single-case-studies-5:hover svg {
  left: 0;
}
.swiper-recent-project-5-wrapper .single-case-studies-5:hover .inner {
  left: 0;
  opacity: 1;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 svg {
  position: absolute;
  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
@media only screen and (max-width: 575px) {
  .swiper-recent-project-5-wrapper .single-case-studies-5 svg {
    display: none;
  }
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  left: -120%;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .swiper-recent-project-5-wrapper .single-case-studies-5 .inner {
    position: relative;
    z-index: 1;
  }
  .swiper-recent-project-5-wrapper .single-case-studies-5 .inner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(22, 22, 22, 0.7529411765);
    z-index: -1;
  }
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area {
  margin: 15px;
  padding: 40px 30px;
  background: rgba(204, 204, 204, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area {
    padding: 25px 30px;
  }
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area p.disc {
  margin-bottom: 20px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1176470588);
}
@media only screen and (max-width: 575px) {
  .swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area p.disc {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .feature {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .feature li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
@media only screen and (max-width: 575px) {
  .swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .feature li {
    margin: 0 0;
    font-size: 13px;
  }
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .feature li::after {
  content: "";
  height: 5px;
  width: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .feature li p {
  font-weight: 600;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner .active-text-area .rts-btn {
  height: 45px;
}
.swiper-recent-project-5-wrapper .single-case-studies-5 .inner * {
  color: #fff;
}
.swiper-recent-project-5-wrapper .swiper-slide-active .single-case-studies-5 svg {
  left: 0;
}
.swiper-recent-project-5-wrapper .swiper-slide-active .single-case-studies-5 .inner {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .swiper-recent-project-5-wrapper .swiper-slide-active .single-case-studies-5 .inner {
    left: 0;
    bottom: 0;
    top: auto;
  }
}

.bg_primary {
  background: var(--color-primary);
}
.bg_primary .title-between-style-five {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg_primary .title-between-style-five * {
  color: #fff !important;
}
.bg_primary.rts-testimoanils-area .title-between-style-five .title {
  font-size: 40px;
}
@media only screen and (max-width: 575px) {
  .bg_primary.rts-testimoanils-area .title-between-style-five .title {
    font-size: 32px;
  }
}

.portfolio-two-swiper-main-wrapper {
  position: relative;
}
.portfolio-two-swiper-main-wrapper .swiper-button-next,
.portfolio-two-swiper-main-wrapper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.portfolio-two-swiper-main-wrapper .swiper-button-next i,
.portfolio-two-swiper-main-wrapper .swiper-button-prev i {
  font-size: 18px;
  color: var(--color-primary);
  transition: 0.3s;
}
.portfolio-two-swiper-main-wrapper .swiper-button-next::after,
.portfolio-two-swiper-main-wrapper .swiper-button-prev::after {
  display: none;
}
.portfolio-two-swiper-main-wrapper .swiper-button-next:hover,
.portfolio-two-swiper-main-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
}
.portfolio-two-swiper-main-wrapper .swiper-button-next:hover i,
.portfolio-two-swiper-main-wrapper .swiper-button-prev:hover i {
  color: #fff;
}
.portfolio-two-swiper-main-wrapper .swiper-button-next {
  right: -120px;
  left: auto;
}
@media only screen and (max-width: 1199px) {
  .portfolio-two-swiper-main-wrapper .swiper-button-next {
    right: 20px;
  }
}
.portfolio-two-swiper-main-wrapper .swiper-button-prev {
  left: -120px;
  right: auto;
}
@media only screen and (max-width: 1199px) {
  .portfolio-two-swiper-main-wrapper .swiper-button-prev {
    left: 20px;
  }
}
.portfolio-two-swiper-main-wrapper:hover .swiper-button-next,
.portfolio-two-swiper-main-wrapper:hover .swiper-button-prev {
  opacity: 1;
}

.single-project-info-wrapper-inner {position: relative;}
.single-project-info-wrapper-inner .title {
  color: var(--color-title);
  font-size: 23px;
  margin: 0;
}
.single-project-info-wrapper-inner .single-project-info {
  padding: 15px;
  background-color: #ffefdf;
  border: 1px solid var(--color-secondary);
  border-radius: 5px;
  margin-top: 30px;
}
.single-project-info-wrapper-inner .single-project-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: rgba(0,0,0,.6);
  display: block;
  margin-bottom: 10px;
}
.single-project-info-wrapper-inner .single-project-info p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0,0,0,.8);
}

.single-project-info-wrapper-inner .desc {
  margin-top: 30px;
}

.project-details-wrapper-image-top .thumbnail {
  display: block;
  margin-top: 30px;
}
.project-details-wrapper-image-top .thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 5px
}
.project-details-wrapper-image-top .thumbnail:first-child img {
  height: auto;
}

.counterup-area-project-details {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .counterup-area-project-details {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .counterup-area-project-details {
    padding: 25px;
  }
}
.counterup-area-project-details .single-counter-up-area {
  flex-basis: 25%;
  border-right: 1px solid #EDECEC;
}
@media only screen and (max-width: 991px) {
  .counterup-area-project-details .single-counter-up-area {
    flex-basis: 45%;
    border: none;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .counterup-area-project-details .single-counter-up-area {
    flex-basis: 100%;
  }
}
.counterup-area-project-details .single-counter-up-area .icon {
  margin-bottom: 20px;
}
.counterup-area-project-details .single-counter-up-area .title {
  color: var(--color-title);
  margin-bottom: 12px;
}
.counterup-area-project-details .single-counter-up-area p.disc {
  max-width: 90%;
}
.counterup-area-project-details .single-counter-up-area.with-pl {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .counterup-area-project-details .single-counter-up-area.with-pl {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .counterup-area-project-details .single-counter-up-area.with-pl {
    flex-basis: 100%;
  }
}
.counterup-area-project-details .single-counter-up-area.with-pl.b-n {
  border: none;
  justify-content: flex-end;
  margin-left: auto;
}

.faq-inner-wrapper-one.project-detils button {
  font-size: 22px !important;
}
@media only screen and (max-width: 575px) {
  .faq-inner-wrapper-one.project-detils button {
    font-size: 16px !important;
  }
}
.faq-inner-wrapper-one.project-detils .accordion-body .left {
  max-width: 436px;
}
.faq-inner-wrapper-one.project-detils .accordion-body .right-area .title {
  color: var(--color-title);
}

.next-prev-project-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 80px;
  border-top: 1px solid #DED7CF;
}
@media only screen and (max-width: 991px) {
  .next-prev-project-wrapper {
    flex-direction: column;
    gap: 35px;
  }
}
.next-prev-project-wrapper .single-next-prev-wrapper {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.next-prev-project-wrapper .single-next-prev-wrapper.last {
  text-align: right;
}
.next-prev-project-wrapper .single-next-prev-wrapper.last p {
  margin-left: auto;
}
.next-prev-project-wrapper .single-next-prev-wrapper img {
  max-width: 140px;
}
.next-prev-project-wrapper .single-next-prev-wrapper .info p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  color: #121212;
  max-width: 70%;
}
@media only screen and (max-width: 575px) {
  .next-prev-project-wrapper .single-next-prev-wrapper .info p {
    font-size: 17px;
    max-width: 100%;
  }
}

.inner .single-blog-card-style-5 {
  position: sticky;
  top: 120px;
}

.project-details-wrapper-image-top .with-video-area iframe {
  height: 650px;
}

.mySwiper-pd-slider {
  position: relative;
}
.mySwiper-pd-slider .swiper-button-next,
.mySwiper-pd-slider .swiper-button-prev {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper-pd-slider .swiper-button-next i,
.mySwiper-pd-slider .swiper-button-prev i {
  font-size: 18px;
  color: var(--color-primary) !important;
}
.mySwiper-pd-slider .swiper-button-next::after,
.mySwiper-pd-slider .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mySwiper-pd-slider .swiper-button-next,
  .mySwiper-pd-slider .swiper-button-prev {
    display: none;
  }
}
.mySwiper-pd-slider .swiper-button-next {
  right: 60px;
  left: auto;
}
.mySwiper-pd-slider .swiper-button-prev {
  left: 60px;
  right: auto;
}

.hega-menu-head-wrapper {
  margin: 0;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid var(--color-primary);
}
.hega-menu-head-wrapper p {
  font-weight: 700;
  color: var(--color-title);
  font-size: 17px;
  display: flex;
  align-items: center;
}
.hega-menu-head-wrapper p i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--color-primary);
  font-weight: 600;
}

.title-center-style-one.dark-title .title {
  color: #141416;
}

.single-testimonials-area-one {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-area-one {
    padding: 20px;
  }
}
.single-testimonials-area-one p.disc {
  font-size: 18px;
}
.single-testimonials-area-one .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #EFECE9;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-area-one .bottom-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-testimonials-area-one .bottom-area .user {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 479px) {
  .single-testimonials-area-one .bottom-area .user {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.single-testimonials-area-one .bottom-area .user img {
  max-width: 60px;
}
.single-testimonials-area-one .bottom-area .user .info .title {
  color: #141416;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.single-testimonials-area-one .bottom-area .user .info span {
  color: #141416;
  font-size: 14px;
  font-weight: 500;
}
.single-testimonials-area-one .bottom-area .stars-area .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.single-testimonials-area-one .bottom-area .stars-area .stars i {
  color: #F6AE28;
}
.single-testimonials-area-one .bottom-area .stars-area p {
  font-weight: 500;
  color: #141416;
}
.single-testimonials-area-one .bottom-area .stars-area p span {
  font-weight: 400;
  color: #636166;
}

.swiper-silder-testimonials-wrapper {
  position: relative;
}
.swiper-silder-testimonials-wrapper .swiper-button-next,
.swiper-silder-testimonials-wrapper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.3s;
}
.swiper-silder-testimonials-wrapper .swiper-button-next::after,
.swiper-silder-testimonials-wrapper .swiper-button-prev::after {
  display: none;
}
.swiper-silder-testimonials-wrapper .swiper-button-next i,
.swiper-silder-testimonials-wrapper .swiper-button-prev i {
  color: var(--color-title);
  transition: 0.3s;
}
.swiper-silder-testimonials-wrapper .swiper-button-next:hover,
.swiper-silder-testimonials-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
}
.swiper-silder-testimonials-wrapper .swiper-button-next:hover i,
.swiper-silder-testimonials-wrapper .swiper-button-prev:hover i {
  color: #fff;
}
.swiper-silder-testimonials-wrapper .swiper-button-next {
  right: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-silder-testimonials-wrapper .swiper-button-next {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-silder-testimonials-wrapper .swiper-button-next {
    right: -20px;
  }
}
.swiper-silder-testimonials-wrapper .swiper-button-prev {
  left: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-silder-testimonials-wrapper .swiper-button-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-silder-testimonials-wrapper .swiper-button-prev {
    left: -20px;
  }
}

.bg-primary {
  background: #F84E1D !important;
}

.cta-wrapper-inner {
  background: #F84E1D;
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .cta-wrapper-inner {
    padding: 45px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrapper-inner {
    padding: 45px 30px;
  }
}
.cta-wrapper-inner .inner .title {
  margin-bottom: 40px;
  font-size: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cta-wrapper-inner .inner .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .cta-wrapper-inner .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-wrapper-inner .inner .title {
    font-size: 22px;
  }
}

.button-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .button-wrapper {
    flex-wrap: wrap;
  }
}

.single-testimonials-wrapper-three {
  background: #fff;
  padding: 60px 60px 0 60px;
  border-radius: 10px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .single-testimonials-wrapper-three {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonials-wrapper-three {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonials-wrapper-three {
    padding: 20px;
  }
}
.single-testimonials-wrapper-three .thumbnail {
  max-width: 474px;
  position: relative;
  z-index: 1;
}
.single-testimonials-wrapper-three .thumbnail::after {
  position: absolute;
  content: "";
  width: 386px;
  height: 386px;
  left: 35px;
  bottom: -15px;
  background: #F84E1D;
  opacity: 0.53;
  filter: blur(90px);
  z-index: -1;
}
.single-testimonials-wrapper-three .title {
  color: #141416;
  font-size: 30px;
  margin-top: 25px;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-wrapper-three .title {
    font-size: 24px;
  }
}
.single-testimonials-wrapper-three p.disc {
  margin-bottom: 25px;
}
.single-testimonials-wrapper-three span.name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--color-title);
}
.single-testimonials-wrapper-three span.degic {
  color: #141416;
  font-size: 15px;
  font-weight: 500;
}

.testimonials-area-three {
  position: relative;
}
.testimonials-area-three .swiper-button-next,
.testimonials-area-three .swiper-button-prev {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  top: 42%;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-three .swiper-button-next,
  .testimonials-area-three .swiper-button-prev {
    display: none;
  }
}
.testimonials-area-three .swiper-button-next i,
.testimonials-area-three .swiper-button-prev i {
  color: var(--color-primary);
}
.testimonials-area-three .swiper-button-next::after,
.testimonials-area-three .swiper-button-prev::after {
  display: none;
}
.testimonials-area-three .swiper-button-next {
  right: 8%;
}
.testimonials-area-three .swiper-button-prev {
  left: 8%;
}

.rts-footer-area.three .nav-footer-wrapper-one {
  margin-top: 0;
}

.testimonials-wrapper-area-4 {
  background: #141416;
  border-radius: 20px;
}

.testimonials-area-style-4 {
  background: #141416;
  border: 1px solid #7C7C84;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 35px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-style-4 {
    height: 500px;
  }
}
.testimonials-area-style-4 .thumbnail-left {
  max-width: 238px;
  min-width: 238px;
}
.testimonials-area-style-4 .right-content-area {
  width: 100%;
}
.testimonials-area-style-4 .right-content-area .disc-area {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 25px 32px;
  color: #fff;
  width: 415px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  border-radius: 10px 0px;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-style-4 .right-content-area .disc-area {
    width: auto;
    padding: 15px;
    font-size: 16px;
  }
}
.testimonials-area-style-4 .right-content-area .author-quote-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.testimonials-area-style-4 .right-content-area .author-quote-area .avatar {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-style-4 .right-content-area .author-quote-area .avatar {
    flex-wrap: wrap;
  }
}
.testimonials-area-style-4 .right-content-area .author-quote-area .avatar img {
  max-width: 70px;
}
.testimonials-area-style-4 .right-content-area .author-quote-area .avatar .title {
  margin-bottom: 2px;
  font-size: 22px;
}
.testimonials-area-style-4 .right-content-area .author-quote-area .avatar span {
  color: #7C7C84;
  font-size: 15px;
}
.testimonials-area-style-4 .right-content-area .author-quote-area .quote {
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .testimonials-area-style-4 .right-content-area .author-quote-area .quote {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-area-style-4 .right-content-area .author-quote-area .quote {
    display: none;
  }
}

.testimonials-area-single-wrapper-5 {
  position: relative;
  background: #fff;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  padding: 60px;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-single-wrapper-5 {
    padding: 30px;
  }
}
.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left img {
  max-width: 190px;
}
.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left .inner-thumbnail-right .title {
  color: #141416;
  margin-bottom: 5px;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-single-wrapper-5 .thumbnail-wrapper-left .inner-thumbnail-right .title {
    font-size: 16px;
  }
}
.testimonials-area-single-wrapper-5 .thumbnail-wrapper-left .inner-thumbnail-right span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-single-wrapper-5 .thumbnail-wrapper-left .inner-thumbnail-right span {
    font-size: 13px;
  }
}
.testimonials-area-single-wrapper-5 .quote {
  position: absolute;
  right: 80px;
  top: 60px;
}
.testimonials-area-single-wrapper-5 p.disc {
  padding-top: 130px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .testimonials-area-single-wrapper-5 p.disc {
    padding-top: 145px;
    font-size: 16px;
  }
}

.mySwiper-testimonails-4 {
  padding-bottom: 70px;
  position: relative;
}
.mySwiper-testimonails-4 .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  max-width: max-content;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .mySwiper-testimonails-4 .swiper-pagination {
    display: none;
  }
}
.mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #7e7b78;
}
@media only screen and (max-width: 1199px) {
  .mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
  }
}
.mySwiper-testimonails-4 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/banner/01.svg);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.rts-blog-card-one {
  background: var(--color-white);
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-top: 30px;
}
.rts-blog-card-one .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.rts-blog-card-one .thumbnail .tag-area {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 5px 0 0;
  overflow: hidden;
}
.rts-blog-card-one .thumbnail .tag-area span {
  padding: 9px 25px;
  font-weight: 700;
  font-size: 15px;
  color: #141416;
}
.rts-blog-card-one .thumbnail .tag-area span.location {
  background: var(--color-primary);
  color: #fff;
}
.rts-blog-card-one .thumbnail img {
  transition: 0.3s;
}
.rts-blog-card-one .thumbnail:hover img {
  transform: scale(1.1);
}
.rts-blog-card-one .inner-wrapper {
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .rts-blog-card-one .inner-wrapper {
    padding: 15px;
  }
}
.rts-blog-card-one .inner-wrapper a .title {
  color: var(--color-heading-dark);
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  transition: 0.3s;
  padding-bottom: 15px;
}
.rts-blog-card-one .inner-wrapper a .title:hover {
  color: var(--color-primary);
}
.rts-blog-card-one .inner-wrapper p.disc {
  margin-bottom: 15px;
  font-size: 15px;
}

.blog-list-card-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-list-card-wrapper {
    padding: 20px;
  }
}

.single-blog-card-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDECEC;
}
@media only screen and (max-width: 767px) {
  .single-blog-card-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-blog-card-2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-blog-card-2 .thumbnail {
  display: block;
  overflow: hidden;
  max-width: 180px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .single-blog-card-2 .thumbnail {
    max-width: 100%;
  }
}
.single-blog-card-2 .thumbnail img {
  transition: 0.3s;
}
.single-blog-card-2 .thumbnail:hover img {
  transform: scale(1.1);
}
.single-blog-card-2 .inner-content .top-area {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 10px;
}
.single-blog-card-2 .inner-content .top-area .technology {
  display: block;
  background: #EDECEC;
  padding: 2px 16px;
  font-weight: 500;
  color: #141416;
  font-size: 15px;
  border-radius: 100px;
}
.single-blog-card-2 .inner-content .top-area .date {
  color: #7C7C84;
  font-weight: 500;
}
.single-blog-card-2 .inner-content .body-content .title {
  color: var(--color-title);
  font-size: 22px;
  margin-bottom: 12px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .single-blog-card-2 .inner-content .body-content .title {
    font-size: 20px;
  }
}
.single-blog-card-2 .inner-content .body-content .title:hover {
  color: var(--color-primary);
}
.single-blog-card-2 .inner-content .body-content p.disc {
  margin-bottom: 15px;
}
.single-blog-card-2 .inner-content .body-content .read-more-btn {
  font-weight: 600;
  color: var(--color-primary);
}
.single-blog-card-2 .inner-content .body-content .read-more-btn i {
  transition: 0.3s;
}
.single-blog-card-2 .inner-content .body-content .read-more-btn:hover i {
  margin-left: 3px;
}
.single-blog-card-2.colum {
  flex-direction: column;
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
}
.single-blog-card-2.colum .thumbnail {
  max-width: 100%;
}
.single-blog-card-2.colum .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.single-blog-card-2.colum .inner-content .top-area .date {
  color: #fff;
}
.single-blog-card-2.colum .inner-content .body-content .title {
  color: #fff;
}
.single-blog-card-2.colum .inner-content .body-content p.disc {
  color: #fff;
  max-width: 80%;
}

.blog-signle-style-four {
  background: #141416;
  padding: 20px;
  border-radius: 10px;
}
.blog-signle-style-four .thumbnail {
  max-width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.blog-signle-style-four .thumbnail img {
  width: 100%;
  transition: 0.3s;
}
.blog-signle-style-four .inner-content {
  padding: 30px 10px 10px;
}
@media only screen and (max-width: 575px) {
  .blog-signle-style-four .inner-content {
    padding: 30px 0 0;
  }
}
.blog-signle-style-four .inner-content .top-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.blog-signle-style-four .inner-content .top-area .tag {
  color: #F84E1D;
  font-weight: 500;
  background: #EDECEC;
  display: block;
  padding: 4px 15px;
  border-radius: 100px;
  font-size: 15px;
}
.blog-signle-style-four .inner-content .top-area span.date {
  color: #fff;
}
.blog-signle-style-four .inner-content .title {
  font-size: 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .blog-signle-style-four .inner-content .title {
    font-size: 24px;
  }
}
.blog-signle-style-four .inner-content .title:hover {
  color: var(--color-primary);
}
.blog-signle-style-four .inner-content p.disc {
  color: #fff;
  max-width: 90%;
  margin-bottom: 20px;
}
.blog-signle-style-four .inner-content .rts-btn-read-more {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--color-primary);
}
.blog-signle-style-four .inner-content .rts-btn-read-more i {
  transition: 0.3s;
}
.blog-signle-style-four .inner-content .rts-btn-read-more:hover i {
  margin-left: 5px;
}
.blog-signle-style-four:hover .thumbnail img {
  transform: scale(1.05);
}

.rts-btn.btn-primary.border.style-two {
  border-color: #363639 !important;
  height: 50px;
  transition: 0.3s;
}
.rts-btn.btn-primary.border.style-two:hover {
  border-color: var(--color-primary) !important;
}

.single-blog-card-style-5 {
  background: #FFFFFF;
  border: 1px solid #EBE4E0;
  border-radius: 10px;
}
.single-blog-card-style-5.small-blog-five .author-area {
  display: none !important;
}
.single-blog-card-style-5.small-blog-five .title-content-area {
  padding-left: 0 !important;
}
.single-blog-card-style-5 .top-area-blog {
  padding: 20px;
}
.single-blog-card-style-5 .top-area-blog span {
  padding: 0 0 15px 0;
  display: block;
  text-align: center;
  border-bottom: 1px solid #EBE4E0;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #141416;
  font-size: 14px;
}
.single-blog-card-style-5 .top-area-blog .thumbnail {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.single-blog-card-style-5 .top-area-blog .thumbnail img {
  transition: 0.5s;
}
.single-blog-card-style-5 .inner-content-area {
  border-top: 1px solid #EBE4E0;
  padding: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-blog-card-style-5 .inner-content-area {
    padding: 30px 20px;
  }
}
.single-blog-card-style-5 .inner-content-area .author-area {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-basis: 23%;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-blog-card-style-5 .inner-content-area .author-area {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .single-blog-card-style-5 .inner-content-area .author-area {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog-card-style-5 .inner-content-area .author-area {
    display: none;
  }
}
.single-blog-card-style-5 .inner-content-area .author-area::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 229px;
  width: 3px;
  background: #EBE4E0;
}
.single-blog-card-style-5 .inner-content-area .author-area img {
  max-width: 60px;
}
.single-blog-card-style-5 .inner-content-area .author-area p {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #141416;
}
.single-blog-card-style-5 .inner-content-area .author-area .name {
  font-size: 14px;
  color: #141416;
  font-size: 18px;
  margin-bottom: 0;
}
.single-blog-card-style-5 .inner-content-area .title-content-area {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .single-blog-card-style-5 .inner-content-area .title-content-area {
    padding-left: 0;
  }
}
.single-blog-card-style-5 .inner-content-area .title-content-area .tag-area {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 479px) {
  .single-blog-card-style-5 .inner-content-area .title-content-area .tag-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-blog-card-style-5 .inner-content-area .title-content-area .tag-area span {
  color: #7C7C84;
  text-transform: uppercase;
  font-size: 14px;
}
.single-blog-card-style-5 .inner-content-area .title-content-area .tag-area span.intro {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.single-blog-card-style-5 .inner-content-area .title-content-area .tag-area span.intro::after {
  content: "";
  position: absolute;
  left: -20px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  background: #EAEAEA;
  border-radius: 50px;
}
.single-blog-card-style-5 .inner-content-area .title-content-area .title {
  color: #141416;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-blog-card-style-5 .inner-content-area .title-content-area .title {
    font-size: 18px;
    transition: 0.3s;
    line-height: 1.4;
  }
}
.single-blog-card-style-5 .inner-content-area .title-content-area .title:hover {
  color: var(--color-primary);
}
.single-blog-card-style-5 .inner-content-area .title-content-area .read-more {
  text-transform: uppercase;
  color: #141416;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s;
}
.single-blog-card-style-5 .inner-content-area .title-content-area .read-more:hover {
  color: var(--color-primary);
}
.single-blog-card-style-5:hover .thumbnail img {
  transform: scale(1.1);
}

.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: 70px 0 30px 0;
  }
}

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

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .search-input-area .search-input-inner .input-div {
    width: 100%;
  }
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
}
.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

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

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}
.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}
.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: rgba(85, 60, 223, 0.0784313725);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

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

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  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: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid var(--color-primary);
  border: none !important;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

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

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

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

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4px;
  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);
}
.home-blue .progress-wrap::after {
  border-color: var(--color-primary);
  box-shadow: 0px 3px 20px 6px rgba(7, 66, 233, 0.3215686275);
  color: var(--color-primary);
}

.bg-dark-2 {
  background: #1E1E20;
}

.title-style-three-center {
  text-align: center;
}
.title-style-three-center .title {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .title-style-three-center .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title-style-three-center .title {
    font-size: 28px;
  }
}
.title-style-three-center p.disc {
  max-width: 55%;
  margin: auto;
  color: #7C7C84;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-style-three-center p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .title-style-three-center p.disc {
    max-width: 100%;
  }
}

.single-facts-three {
  background: #141416;
  border: 1px solid #313135;
  border-radius: 10px;
  padding: 32px 40px;
}
.single-facts-three .icon {
  margin-bottom: 45px;
}
.single-facts-three .inner .title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}
.single-facts-three .inner .bottom {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.facts-right-area-3-main-wrapper {
  position: relative;
}
.facts-right-area-3-main-wrapper .inner-content {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 58.5%;
}
@media only screen and (max-width: 1199px) {
  .facts-right-area-3-main-wrapper .inner-content {
    max-width: 100%;
    left: 30px;
  }
}
.facts-right-area-3-main-wrapper .inner-content .title {
  font-size: 24px;
}
.facts-right-area-3-main-wrapper .inner-content p.disc {
  font-size: 15px;
  color: #7C7C84;
  margin-bottom: 25px;
}
.facts-right-area-3-main-wrapper .inner-content p.disc b {
  color: #fff;
}
.facts-right-area-3-main-wrapper .inner-content .call-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.facts-right-area-3-main-wrapper .inner-content .call-area .icon {
  height: 80px;
  width: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facts-right-area-3-main-wrapper .inner-content .call-area .inner span {
  font-size: 15px;
  color: #fff;
}
.facts-right-area-3-main-wrapper .inner-content .call-area .inner a .title {
  font-size: 30px;
  color: #fff;
  margin-top: 5px;
  transition: 0.3s;
  margin-bottom: 0;
}
.facts-right-area-3-main-wrapper .inner-content .call-area .inner a:hover .title {
  color: var(--color-primary);
}

.bg-dark-5 .title-left-align-five span.pre {
  color: var(--color-primary);
}
.bg-dark-5 .title-left-align-five .title {
  color: #fff;
}

.funfacts-list-wrapper-5 {
  display: flex;
  align-items: center;
  border-top: 1px solid #2B2B30;
  border-bottom: 1px solid #2B2B30;
}
@media only screen and (max-width: 991px) {
  .funfacts-list-wrapper-5 {
    flex-wrap: wrap;
  }
}
.funfacts-list-wrapper-5 .single-fun-facts-area-5 {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 60px 0;
  border-right: 1px solid #2B2B30;
}
@media only screen and (max-width: 991px) {
  .funfacts-list-wrapper-5 .single-fun-facts-area-5 {
    flex-basis: 50%;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .funfacts-list-wrapper-5 .single-fun-facts-area-5 {
    flex-basis: 100%;
    border: none;
    justify-content: center !important;
  }
}
.funfacts-list-wrapper-5 .single-fun-facts-area-5:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .funfacts-list-wrapper-5 .single-fun-facts-area-5:last-child {
    justify-content: center !important;
  }
}
.funfacts-list-wrapper-5 .single-fun-facts-area-5 .icon {
  width: 80px;
  height: 80px;
  background: #141416;
  border: 1px solid #2B2B30;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.funfacts-list-wrapper-5 .single-fun-facts-area-5 .counter-wrapper .title {
  margin-bottom: 0;
  font-size: 44px;
}
.funfacts-list-wrapper-5 .single-fun-facts-area-5 .counter-wrapper .bottom {
  font-weight: 700;
  color: #656565;
}

.bg_dark {
  background: #1E1E20;
}
.bg_dark .title {
  color: #fff;
}
.bg_dark .title-style-two-left p.disc {
  color: #7C7C84;
}

.how-we-work-area .how-we-work-area-content-wrapper p.disc {
  max-width: 90%;
}

.single-working-process-area {
  padding: 30px;
  background: #141416;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .single-working-process-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-working-process-area:last-child {
  margin-bottom: 0;
}
.single-working-process-area .icon {
  height: 99px;
  min-width: 99px;
  background: #1E1E20;
  border: 1px solid #303032;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-working-process-area .inner-content .title {
  margin-bottom: 7px;
}
.single-working-process-area .inner-content p.disc {
  font-size: 15px;
  max-width: 100%;
}
.single-working-process-area .inner-content * {
  color: #fff;
}

.our-working-process-area-4 {
  background-image: url(../images/working-process/03.webp);
  height: 600px;
}
.our-working-process-area-4 .marque-wrapper {
  padding-top: 100px;
}
.our-working-process-area-4 .marque-wrapper .marquee span {
  color: #fff !important;
}
.our-working-process-area-4 .title-center-wrapper-4 {
  text-align: center;
  margin-top: 80px;
}
.our-working-process-area-4 .title-center-wrapper-4 p.disc {
  max-width: 60%;
  margin: auto;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .our-working-process-area-4 .title-center-wrapper-4 p.disc {
    max-width: 100%;
  }
}

.working-process-mt-dec-4 {
  margin-top: -50px;
}

.bd-process {
  position: relative;
}
.bd-process::after {
  position: absolute;
  content: "";
  background: #2A2A31;
  height: 1px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}

.single-process-wrapper-4 {
  text-align: center;
}
.single-process-wrapper-4 span.number {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: #1F1F23;
  border: 1px solid #2A2A31;
  box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.single-process-wrapper-4 span.number::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #1F1F23;
  border: 1px solid #2A2A31;
  box-shadow: 0px 10px 35px rgba(17, 17, 20, 0.7);
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s;
}
.single-process-wrapper-4 p.disc {
  color: #7C7C84;
  font-size: 15px;
  max-width: 90%;
  margin: auto;
}
.single-process-wrapper-4:hover span.number::after {
  background: var(--color-primary);
}

.small-cta-area .cta-small-left {
  display: flex;
  align-items: center;
  background: var(--color-primary);
  padding: 33px 25px;
  height: 80px;
  border-radius: 10px;
  gap: 15px;
}
.small-cta-area .cta-small-left i {
  font-size: 16px;
  color: #fff;
}
.small-cta-area .cta-small-left span {
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.small-cta-area .cta-small-right {
  display: flex;
  align-items: center;
  background: var(--color-primary);
  padding: 33px 25px;
  height: 80px;
  border-radius: 10px;
  gap: 15px;
  box-sizing: border-box;
  height: 80px;
  left: 731px;
  top: 3422px;
  /* title color */
  background: #141416;
  border: 1px solid #2A2A31;
  border-radius: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .small-cta-area .cta-small-right {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
.small-cta-area .cta-small-right p {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 22px;
}
.small-cta-area .cta-small-right a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}
.small-cta-area .cta-small-right a:hover {
  color: var(--color-primary);
}

.cta-main-wrapper-two {
  height: 570px;
  background-image: url(../images/cta/02.webp);
}

.container-smx {
  max-width: 1800px;
  margin: auto;
}

.cta-main-wrapper-two {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-main-wrapper-two .inner-content-text {
  text-align: center;
}
.cta-main-wrapper-two .inner-content-text .pre {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
.cta-main-wrapper-two .inner-content-text .title {
  font-size: 80px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .cta-main-wrapper-two .inner-content-text .title {
    font-size: 40px;
  }
}
.cta-main-wrapper-two .inner-content-text a.mail {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  display: block;
}
.cta-main-wrapper-two .inner-content-text p {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .cta-main-wrapper-two .inner-content-text p {
    font-size: 18px;
  }
}
.cta-main-wrapper-two .button-wrapper {
  margin: auto;
  justify-content: center;
}
.cta-main-wrapper-two .button-wrapper .rts-btn {
  height: 50px;
}
.cta-main-wrapper-two .button-wrapper .btn-white img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(56%) saturate(2161%) hue-rotate(349deg) brightness(98%) contrast(98%);
}
.cta-main-wrapper-two .button-wrapper .btn-white:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7447%) hue-rotate(171deg) brightness(109%) contrast(112%);
}

.bg_footer-1 {
  background-image: url(../images/footer/01.webp);
}

.contact-area-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .contact-area-footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.single-contact-area-box .icon {
  width: 70px;
  height: 70px;
  background: #141416;
  border: 1px solid #2B2B30;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.single-contact-area-box .icon i {
  color: #fff;
  font-size: 18px;
}
.single-contact-area-box .title {
  font-size: 18px;
  margin-bottom: 9px;
}
.single-contact-area-box a {
  display: block;
  color: #7C7C84;
  margin-bottom: 5px;
  transition: 0.3s;
}
.single-contact-area-box a:hover {
  color: var(--color-primary);
}
.single-contact-area-box a:last-child {
  margin-bottom: 0;
}

.nav-footer-wrapper-one {
  border-top: 1px solid #333338;
  border-bottom: 1px solid #333338;
  margin-top: 100px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .nav-footer-wrapper-one {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 0;
  }
}
.nav-footer-wrapper-one .footer-float-nav {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .nav-footer-wrapper-one .footer-float-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-footer-wrapper-one .footer-float-nav li a {
    padding: 8px 10px;
    min-width: max-content;
  }
}
@media only screen and (max-width: 479px) {
  .nav-footer-wrapper-one .footer-float-nav li a {
    padding: 8px 10px !important;
    min-width: max-content;
  }
}
.nav-footer-wrapper-one .footer-float-nav li {
  margin: 0;
  flex-basis: 14.27%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #333338;
}
@media only screen and (max-width: 767px) {
  .nav-footer-wrapper-one .footer-float-nav li {
    border: none !important;
  }
}
.nav-footer-wrapper-one .footer-float-nav li a {
  padding: 20px 49px;
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-footer-wrapper-one .footer-float-nav li a {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-footer-wrapper-one .footer-float-nav li a {
    padding: 20px 10px;
  }
}
.nav-footer-wrapper-one .footer-float-nav li:last-child {
  border-right: 1px solid #333338;
}

.social-area-wrapper-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.social-area-wrapper-one ul li a {
  width: 40px;
  height: 40px;
  background: #171717;
  border: 1px solid #2F3336;
  color: var(--color-white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.social-area-wrapper-one ul li a:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
  border: 1px solid transparent;
}

.footer-wrapper-left-one {
  padding-right: 70px;
}
@media only screen and (max-width: 575px) {
  .footer-wrapper-left-one {
    padding-right: 0;
  }
}
.footer-wrapper-left-one .logo {
  margin-bottom: 30px;
  display: block;
}
.footer-wrapper-left-one .logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
}
.footer-wrapper-left-one p.disc {
  color: #7C7C84;
  margin-bottom: 30px;
}

.single-nav-area-footer {
  margin-bottom: 30px
}
.single-nav-area-footer .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-white);
}
.single-nav-area-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-nav-area-footer ul li {
  margin: 0;
  padding: 0;
}
.single-nav-area-footer ul li a,
.single-nav-area-footer ul li p {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #c9c9c9;
  font-size: 15px;
  transition: 0.3s;
}
.single-nav-area-footer ul li a i,
.single-nav-area-footer ul li p i{
  font-weight: 700;
  transition: 0.3s;
}
.single-nav-area-footer ul li a:hover,
.single-nav-area-footer ul li p:hover{
  color: var(--color-white);
  transition: 0.3s;
}
.single-nav-area-footer ul li a:hover i,
.single-nav-area-footer ul li p:hover i{
  margin-right: 5px;
}

.btn-subscribe {
  background: var(--color-primary);
  padding: 14px 25px;
  display: block;
  max-width: 100%;
  border: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
}

.copyright-area-one {
  border-top: 1px solid #333338;
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .copyright-area-one {
    margin-top: 0;
  }
}
.copyright-area-one .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .copyright-area-one .copyright-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }
}
.copyright-area-one * {
  font-size: 16px;
}
.copyright-area-one p {
  margin: 0;
  padding: 0;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .copyright-area-one p {
    text-align: center;
  }
}
.copyright-area-one .right-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
}
@media only screen and (max-width: 575px) {
  .copyright-area-one .right-nav ul {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .copyright-area-one .right-nav ul li {
    margin: 0;
  }
}
.copyright-area-one .right-nav ul li a {
  padding: 12px 25px;
  display: block;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .copyright-area-one .right-nav ul li a {
    padding: 9px 25px;
  }
}
.copyright-area-one .right-nav ul li a:hover {
  color: var(--color-secondary);
}

.rts-footer-two-area {
  background-image: url(../images/footer/02.webp);
}

.footer-form-two {
  padding: 60px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .footer-form-two {
    padding: 25px;
  }
}
.footer-form-two .title {
  color: var(--color-title);
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.footer-form-two .rts-btn {
  border: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-form-two .single-input {
  margin-bottom: 25px;
}
.footer-form-two .single-input label {
  font-size: 15px;
  margin-bottom: 7px;
  color: #141416;
  font-weight: 500;
  display: block;
}
.footer-form-two .single-input input {
  height: 50px;
  border: 1px solid #EDECEC;
}
.footer-form-two .single-input input:focus {
  border-color: var(--color-primary);
}
.footer-form-two .single-input .nice-select {
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #EDECEC;
}
.footer-form-two .single-input .nice-select:focus {
  border-color: var(--color-primary);
}
.footer-form-two .single-input textarea {
  height: 140px;
  border: 1px solid #EDECEC;
}
.footer-form-two .single-input textarea:focus {
  border-color: var(--color-primary);
}

.contact-area-two-left-image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.contact-area-two-left-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 5px;
}
.contact-area-two-left-image .inner-content-large-image-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 60px 30px 30px 30px;
  background: linear-gradient(0deg, var(--color-primary), transparent);
  border-radius: 0 0 5px 5px;
}
.contact-area-two-left-image .inner-content-large-image-footer .pre {
  color: var(--color-primary);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-area-two-left-image .inner-content-large-image-footer .title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-white);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .contact-area-two-left-image .inner-content-large-image-footer .title {
    font-size: 22px;
  }
}
.contact-area-two-left-image .inner-content-large-image-footer p.disc {
  color: var(--color-white);
  margin-bottom: 20px;
}
.contact-area-two-left-image .inner-content-large-image-footer .call-to-area {
  display: flex;
  align-items: center;
  gap: 17px;
}
.contact-area-two-left-image .inner-content-large-image-footer .call-to-area .icon {
  border-radius: 5px;
  width: 75px;
  height: 75px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: var(--color-primary);
}
.contact-area-two-left-image .inner-content-large-image-footer .call-to-area .inner span {
  color: var(--color-white);
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.contact-area-two-left-image .inner-content-large-image-footer .call-to-area .inner a {
  font-size: 24px;
  color: var(--color-white);
  transition: 0.3s;
}
.contact-area-two-left-image .inner-content-large-image-footer .call-to-area .inner a:hover {
  color: var(--color-primary);
}

.single-footer-contact-card {
  padding: 40px;
  background: #141416;
  border: 1px solid #333338;
  border-radius: 10px;
}
@media only screen and (max-width: 479px) {
  .single-footer-contact-card {
    padding: 20px;
  }
}
.single-footer-contact-card .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #fff;
}
.single-footer-contact-card p.disc {
  margin-bottom: 15px;
  color: #7C7C84;
}
.single-footer-contact-card a {
  color: #7C7C84;
  transition: 0.3s;
}
.single-footer-contact-card a:hover {
  color: var(--color-primary);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marque-wrapper .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 500%;
  margin-left: -100%;
}
.marque-wrapper .marquee span {
  text-transform: lowercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  font-size: 190px;
  font-weight: 900;
  line-height: 1;
  color: #2A2A2F;
}
@media only screen and (max-width: 767px) {
  .marque-wrapper .marquee span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .marque-wrapper .marquee span {
    font-size: 80px;
  }
}
.marque-wrapper.one .marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  color: rgb(27, 27, 30);
}

.copyright-area-wrapper {
  padding: 30px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #333338;
}
@media only screen and (max-width: 575px) {
  .copyright-area-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.copyright-area-wrapper p {
  margin: 0;
  color: #FFFFFF;
}

.footer-four-wrapper {
  background: #141416;
  padding: 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-four-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-four-wrapper {
    padding: 60px 0;
  }
}

.footer-float-right-4 {
  width: 1534px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .footer-float-right-4 {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-float-right-4 {
    width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-float-right-4 {
    flex-wrap: wrap;
    gap: 25px;
    width: auto;
  }
}
.footer-float-right-4 .map-and-opening-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .footer-float-right-4 .map-and-opening-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-float-right-4 .map-and-opening-area {
    flex-wrap: wrap;
  }
}
.footer-float-right-4 .map-and-opening-area .map-area {
  width: 550px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-float-right-4 .map-and-opening-area .map-area {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-float-right-4 .map-and-opening-area .map-area {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-float-right-4 .map-and-opening-area .map-area {
    width: 100%;
  }
}
.footer-float-right-4 .map-and-opening-area .opening-area-wrapper {
  height: 366px;
  width: 390px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: -3px;
}
@media only screen and (max-width: 991px) {
  .footer-float-right-4 .map-and-opening-area .opening-area-wrapper {
    width: 100%;
  }
}
.footer-float-right-4 .map-and-opening-area .opening-area-wrapper .inner {
  text-align: center;
}
.footer-float-right-4 .map-and-opening-area .opening-area-wrapper .inner * {
  color: #fff;
}
.footer-float-right-4 .map-and-opening-area .opening-area-wrapper .inner .title {
  font-size: 22px;
}
.footer-float-right-4 .left-content-area span {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.footer-float-right-4 .left-content-area .title {
  font-size: 72px;
  color: var(--color-primary);
  margin-top: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .footer-float-right-4 .left-content-area .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-float-right-4 .left-content-area .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-float-right-4 .left-content-area .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-float-right-4 .left-content-area .title {
    font-size: 40px;
  }
}
.footer-float-right-4 .left-content-area p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.footer-location-area-4 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.footer-location-area-4 .icon {
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.footer-location-area-4 .icon i {
  font-size: 24px;
  color: var(--color-primary);
}
.footer-location-area-4 .inner-wrapper .title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-location-area-4 .inner-wrapper .mail a {
  color: #7C7C84;
  transition: 0.3s;
}
.footer-location-area-4 .inner-wrapper .mail a:hover {
  color: var(--color-primary);
}

.copyright-area-4-wrapper {
  border-top: 1px solid #333338;
}

.copyright-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .copyright-area-4 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }
}
.copyright-area-4 p {
  margin: 0;
  color: #FFFFFF;
}
.copyright-area-4 a {
  color: #FFFFFF;
}
.copyright-area-4 .right-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.copyright-area-4 .right-nav a {
  transition: 0.3s;
}
.copyright-area-4 .right-nav a:hover {
  color: var(--color-primary);
}

.footer-five-wrapper-main {
  padding: 120px 120px 0 120px;
  background: #fff;
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 1199px) {
  .footer-five-wrapper-main {
    padding: 80px 50px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-five-wrapper-main {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-five-wrapper-main {
    padding: 35px 25px 0 25px;
  }
}
.footer-five-wrapper-main .footer-five-left-area .title {
  font-size: 44px;
  color: #000;
  margin-bottom: 37px;
}
@media only screen and (max-width: 575px) {
  .footer-five-wrapper-main .footer-five-left-area .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-five-wrapper-main .footer-five-left-area .title br {
    display: none;
  }
}
.footer-five-wrapper-main .footer-five-left-area form input.email {
  height: 50px;
  background: rgba(247, 247, 247, 0.67);
  border: 1px solid #EDECEC;
  border-radius: 5px;
  max-width: 475px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-five-wrapper-main .footer-five-left-area form input.email {
    max-width: 100%;
  }
}
.footer-five-wrapper-main .footer-five-left-area form input.email:focus {
  border-color: var(--color-primary);
}
.footer-five-wrapper-main .footer-five-left-area form .form-check {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 27px;
}
.footer-five-wrapper-main .footer-five-left-area form .form-check label {
  margin-top: -2px;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  max-width: 80%;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .footer-five-wrapper-main .footer-five-left-area form .form-check label {
    max-width: 100%;
  }
}
.footer-five-wrapper-main .footer-five-left-area form .form-check label::after {
  display: none;
}
.footer-five-wrapper-main .footer-five-left-area form .form-check label::before {
  display: none;
}
.footer-five-wrapper-main .footer-five-left-area form button {
  border: none;
  box-shadow: none;
}
.footer-five-wrapper-main .single-usefull-name-five-footer .title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #141416;
  margin-bottom: 25px;
}

.single-usefull-name-five-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-usefull-name-five-footer ul li {
  margin: 10px 0;
}
.single-usefull-name-five-footer ul li a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  color: #7C7C84;
}
.single-usefull-name-five-footer ul li a i {
  transition: 0.3s;
  color: #7C7C84;
}
.single-usefull-name-five-footer ul li a:hover {
  color: var(--color-primary);
}
.single-usefull-name-five-footer ul li a:hover i {
  margin-right: 5px;
}

.footer-contact-infor-wrapper-5 {
  padding: 40px 0;
  border-top: 1px solid #EDECEC;
  border-bottom: 1px solid #EDECEC;
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .icon {
  height: 70px;
  width: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(251, 243, 241);
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .icon i {
  font-size: 24px;
  color: var(--color-primary);
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .inner span {
  font-size: 14px;
  color: #141416;
  text-transform: uppercase;
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .inner a .title {
  font-weight: 700;
  font-size: 18px;
  color: #141416;
  margin: 0;
  margin-top: 7px;
  transition: 0.3s;
}
.footer-contact-infor-wrapper-5 .single-cotact-info-wrapper .inner a:hover .title {
  color: var(--color-primary);
}

.copyright-5-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-5-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-5-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.copyright-5-wrapper p {
  margin: 0;
  color: #141416;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .copyright-5-wrapper p {
    text-align: center;
  }
}
.copyright-5-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
}
@media only screen and (max-width: 479px) {
  .copyright-5-wrapper ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.copyright-5-wrapper ul li {
  margin: 0;
  padding: 0;
}
.copyright-5-wrapper ul li a {
  color: #141416;
  font-size: 16px;
  transition: 0.3s;
}
.copyright-5-wrapper ul li a:hover {
  color: var(--color-primary);
}

.about-us-area-five {
  position: relative;
  z-index: 5;
}

.rts-footer-area-five {
  position: relative;
  z-index: 1;
}
.rts-footer-area-five::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 600px;
  background: #F84E1D;
  opacity: 1;
  filter: blur(190px);
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.rts-footer-area-five::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 600px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #F84E1D;
  mix-blend-mode: normal;
  opacity: 1;
  filter: blur(500px);
}

.single-contact-area-box {
  position: relative;
}
.single-contact-area-box:last-child::after {
  display: none;
}
.single-contact-area-box::after {
  position: absolute;
  content: "";
  right: -80px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #333338;
}
@media only screen and (max-width: 1199px) {
  .single-contact-area-box::after {
    display: none;
  }
}

.rts-appoinment-area-3 .appoinment-three-wrapper {
  background: #141416;
  border-radius: 20px;
}
.rts-appoinment-area-3 .appoinment-three-wrapper .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}

.appoinment-area-main-form {
  padding-right: 100px;
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .appoinment-area-main-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .appoinment-area-main-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .appoinment-area-main-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.appoinment-area-main-form .title {
  font-size: 36px;
  margin-bottom: 40px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .appoinment-area-main-form .title {
    font-size: 22px;
  }
}
.appoinment-area-main-form form .half-input-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.appoinment-area-main-form form .half-input-wrapper .single-input {
  width: 100%;
}
.appoinment-area-main-form form .half-input-wrapper .single-input .nice-select {
  display: flex;
  align-items: center;
}
.appoinment-area-main-form form .half-input-wrapper .single-input input,
.appoinment-area-main-form form .half-input-wrapper .single-input .nice-select {
  height: 55px;
  background: #1E1E20;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0 !important;
}
.appoinment-area-main-form form .half-input-wrapper .single-input input:focus,
.appoinment-area-main-form form .half-input-wrapper .single-input .nice-select:focus {
  border: 1px solid var(--color-primary);
}
.appoinment-area-main-form form textarea {
  background: #1E1E20;
  height: 160px;
  border: 1px solid transparent;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 15px;
}
.appoinment-area-main-form form textarea:focus {
  border: 1px solid var(--color-primary);
}
.appoinment-area-main-form form button {
  border: none;
}

.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;
  border: none;
}

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

.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;
  border: none;
}

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

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

.title-brand {
  color: #141416;
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .title-brand {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .title-brand {
    font-size: 28px;
  }
}
.title-brand span {
  color: var(--color-primary);
}

.single-brand-area-style {
  padding: 37px 30px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .single-brand-area-style {
    padding: 15px;
  }
}
.single-brand-area-style .icon {
  margin-bottom: 30px;
  padding-bottom: 33px;
  position: relative;
  display: block;
}
.single-brand-area-style .icon::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #F84E1D 0%, rgba(248, 78, 29, 0.1) 100%);
}
.single-brand-area-style .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--color-primary);
}
.single-brand-area-style .title {
  color: #141416;
  font-size: 22px;
  margin-bottom: 10px;
}
.single-brand-area-style p.disc {
  font-size: 15px;
  color: #7C7C84;
}

.single-branding-area-wrapper-one {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.single-branding-area-wrapper-one .thumbnail {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.single-branding-area-wrapper-one .thumbnail img {
  transition: 0.3s;
}
.single-branding-area-wrapper-one .thumbnail p {
  position: absolute;
  padding: 55px 30px;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 100%;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.single-branding-area-wrapper-one .inner {
  padding: 25px 30px;
}
.single-branding-area-wrapper-one .inner a .title {
  font-size: 24px;
  margin-bottom: 0;
  color: var(--color-title);
  transition: 0.3s;
}
.single-branding-area-wrapper-one:hover .thumbnail img {
  transform: scale(1.05);
}
.single-branding-area-wrapper-one:hover .thumbnail p {
  top: 0;
}
.single-branding-area-wrapper-one:hover .inner a .title {
  color: var(--color-primary);
}

.progress-wrapper-main .single-progress-area-h {
  margin-top: 20px;
}
.progress-wrapper-main .single-progress-area-h .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-wrapper-main .single-progress-area-h .progress-top .name {
  color: #141416;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.progress-wrapper-main .single-progress-area-h .progress-top .parcent {
  color: #141416;
  font-size: 15px;
  font-weight: 700;
}
.progress-wrapper-main .single-progress-area-h .progress {
  height: 15px;
  border-radius: 10px;
}
.progress-wrapper-main .single-progress-area-h .progress .progress-bar {
  background: linear-gradient(270deg, #F84E1D 0%, #1D1D1D 55%);
  border-radius: 100px;
}

.bg-3 {
  background-color: #151618;
}

.team-area-wrapper-4-main {
  background: #141416;
  border-radius: 20px;
}
.team-area-wrapper-4-main .rts-btn {
  height: 50px;
}

.single-team-area-four a.thumbnail {
  display: block;
}
.single-team-area-four .inner {
  text-align: center;
  padding-top: 25px;
}
.single-team-area-four .inner .title {
  margin-bottom: 5px;
}
.single-team-area-four .inner p.disc {
  margin-bottom: 0;
  color: #fff;
}

.team-area-swiper-main-4 {
  position: relative;
}
.team-area-swiper-main-4 .swiper-button-next,
.team-area-swiper-main-4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #1E1E20;
  border: 1px solid #34343A;
  border-radius: 10px;
}
.team-area-swiper-main-4 .swiper-button-next i,
.team-area-swiper-main-4 .swiper-button-prev i {
  color: #fff;
}
.team-area-swiper-main-4 .swiper-button-next::after,
.team-area-swiper-main-4 .swiper-button-prev::after {
  display: none;
}
.team-area-swiper-main-4 .swiper-button-next {
  right: -80px;
}
.team-area-swiper-main-4 .swiper-button-prev {
  left: -80px;
}
.team-area-swiper-main-4 .swiper-pagination {
  top: auto;
  bottom: 0px;
  background: #38383F;
  height: 2px;
}
.team-area-swiper-main-4 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-primary);
}
.team-area-swiper-main-4 .mySwiper-team-4 {
  padding-bottom: 40px;
}

.marque-area-wrapper-4 {
  background: var(--color-primary);
  padding: 50px;
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .marque-area-wrapper-4 {
    padding: 30px 10px;
  }
}
.marque-area-wrapper-4 .marque-wrapper.one {
  overflow: hidden;
}
.marque-area-wrapper-4 .marque-wrapper.one .marquee-2 {
  display: flex;
  align-items: center;
  margin-left: -50%;
}
.marque-area-wrapper-4 .marque-wrapper.one .marquee-2 span {
  min-width: max-content;
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}

.bg-white-1 {
  background: #F5F3F2;
}

.single-team-style-five {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.single-team-style-five .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.single-team-style-five .thumbnail img {
  transition: 0.5s;
}
.single-team-style-five .thumbnail .shape-social {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.single-team-style-five .inner-content-team {
  padding: 30px;
}
.single-team-style-five .inner-content-team .title {
  color: #141416;
  font-size: 24px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.single-team-style-five .inner-content-team .title:hover {
  color: var(--color-primary);
}
.single-team-style-five .share-btn {
  position: absolute;
  right: 60px;
  bottom: 101px;
  height: 38px;
  width: 38px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-team-style-five .share-btn i {
  color: #fff;
}
.single-team-style-five:hover .socail-area-wrapper-team {
  transform: scaleY(1);
}
.single-team-style-five:hover .thumbnail img {
  transform: scale(1.1);
}

.socail-area-wrapper-team {
  position: absolute;
  right: 55px;
  bottom: 99px;
  transform: scaleY(0);
  transition: 0.5s;
  transform-origin: bottom center;
}
.socail-area-wrapper-team ul {
  background: var(--color-primary);
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 100px;
}
.socail-area-wrapper-team ul li {
  margin: 0;
}
.socail-area-wrapper-team ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #fff;
}
.socail-area-wrapper-team ul li a i {
  color: var(--color-primary);
}

.bg-color-dark-1 .title-center-style-one .title {
  color: #fff;
}

.single-team-area-inner {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.single-team-area-inner .thumbnail img {
  transition: 0.3s;
}
.single-team-area-inner .inner-content {
  position: absolute;
  left: 0;
  bottom: -85px;
  background: linear-gradient(90deg, #171717 0%, rgba(23, 23, 23, 0.1) 100%);
  opacity: 0.93;
  backdrop-filter: blur(17.5px);
  width: 100%;
  padding: 30px;
  transition: 0.3s;
}
.single-team-area-inner .inner-content .title {
  font-size: 30px;
  margin-bottom: 7px;
  transition: 0.3s;
}
.single-team-area-inner .inner-content .title:hover {
  color: var(--color-primary);
}
.single-team-area-inner .inner-content span {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 500;
}
.single-team-area-inner .inner-content .social-area-main-wrapper-team {
  margin-top: 15px;
}
.single-team-area-inner:hover .thumbnail img {
  transform: scale(1.05);
}
.single-team-area-inner:hover .inner-content {
  bottom: 0;
}

.social-area-main-wrapper-team ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.social-area-main-wrapper-team ul li a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transition: 0.3s;
}
.social-area-main-wrapper-team ul li a i {
  color: var(--color-title);
  transition: 0.3s;
}
.social-area-main-wrapper-team ul li:hover a {
  background: var(--color-primary);
}
.social-area-main-wrapper-team ul li:hover a i {
  color: #fff;
}

.team-support-area-wrapper-left-inner .about-wrapper-area-five {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.team-support-area-wrapper-left-inner .about-wrapper-area-five .about-left-wrapper {
  max-width: 100%;
  padding: 0;
}

.single-team-details-top-area {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .single-team-details-top-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-team-details-top-area .thumbnail {
  max-width: 578px;
}
@media only screen and (max-width: 991px) {
  .single-team-details-top-area .thumbnail {
    max-width: 100%;
  }
}
.single-team-details-top-area .right-content-inner {
  padding: 40px 60px 40px 60px;
}
@media only screen and (max-width: 575px) {
  .single-team-details-top-area .right-content-inner {
    padding: 25px;
  }
}
.single-team-details-top-area .right-content-inner span {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 15px;
}
.single-team-details-top-area .right-content-inner .title {
  color: var(--color-title);
  margin-bottom: 10px;
}
.single-team-details-top-area .right-content-inner p.disc {
  margin-bottom: 20px;
}
.single-team-details-top-area .right-content-inner .contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  .single-team-details-top-area .right-content-inner .contact-info {
    flex-wrap: wrap;
  }
}
.single-team-details-top-area .right-content-inner .contact-info .single {
  width: max-content;
  height: 50px;
  background: #F9F9F9;
  border: 1px solid #EDECEC;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  transition: 0.3s;
}
.single-team-details-top-area .right-content-inner .contact-info .single i {
  color: var(--color-primary);
}
.single-team-details-top-area .right-content-inner .contact-info .single p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-title);
}
.single-team-details-top-area .right-content-inner .contact-info .single * {
  transition: 0.3s;
}
.single-team-details-top-area .right-content-inner .contact-info .single:hover {
  background: var(--color-primary);
}
.single-team-details-top-area .right-content-inner .contact-info .single:hover * {
  color: #fff;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one {
  margin-top: 25px;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one li {
  margin: 0;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one li a {
  width: 45px;
  height: 45px;
  left: 988px;
  top: 1167px;
  background: rgba(250, 250, 250, 0.74);
  border: 1px solid #EDECEC;
  border-radius: 100px;
  transition: 0.3s;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one li a i {
  color: #141416;
  transition: 0.3s;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one li a:hover {
  background: #F84E1D;
}
.single-team-details-top-area .right-content-inner .social-area-wrapper-one li a:hover i {
  color: #fff;
}

.bg-image-none {
  background-image: none;
}

.professional-skill-area {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 92px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .professional-skill-area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .professional-skill-area {
    padding: 25px;
  }
}
.professional-skill-area .skill-area .title {
  color: var(--color-title);
  font-style: normal;
  padding-bottom: 25px;
  border-bottom: 1px solid #EDECEC;
  margin-bottom: 25px;
}
.professional-skill-area .progress {
  height: 8px !important;
}
.professional-skill-area .progress-bar {
  background: var(--color-primary) !important;
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -50%;
  top: -50%;
  display: block;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.4509803922);
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: waves 3s ease-in-out infinite;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5490196078);
  border: 2px solid #ffffff;
  transition: all 200ms;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.quick-contact-page-1 {
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
  color: rgba(0,0,0,.7);
  transition: .3s;
  display: block;
  background-color: #ffefdf;
  border: 1px solid var(--color-secondary);
}
.quick-contact-page-1:hover {
  color: var(--color-primary);
  transition: .3s;
}
.quick-contact-page-1 .icon i {
  font-size: 5rem;
}
.quick-contact-page-1 .title {
  font-size: 20px;
  margin: 15px 0;
  color: rgba(0,0,0,.7);
  font-weight: 500;
}
.quick-contact-page-1:hover .title {
  color: var(--color-primary);
  transition: .3s;
}
.quick-contact-page-1 .desc {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,.7);
}
.quick-contact-page-1:hover .desc {
  color: var(--color-primary);
  transition: .3s;
}

.contact-main-wrapper {
  margin-bottom: 30px;
}
.contact-main-wrapper .title-main {
  font-size: 23px;
  color: var(--color-title);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact-main-wrapper-left .title-main {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 575px) {
  .contact-main-wrapper-left .title-main {
    font-size: 26px;
    line-height: 1.3;
  }
}

.contact-form-area-wrapper {position: relative;}
@media only screen and (max-width: 767px) {
  .contact-form-area-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-area-wrapper {
    padding: 15px;
  }
}
.contact-form-area-wrapper .title {
  font-size: 22px;
  color: var(--color-title);
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .contact-form-area-wrapper .title {
    font-size: 26px;
  }
}
.contact-form-area-wrapper input {
  height: 50px;
  background: #F6F6F6;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 15px;
  margin-bottom: 0;
}
.contact-form-area-wrapper input:focus {
  border: 1px solid var(--color-primary);
}
.contact-form-area-wrapper .half-inpur-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.contact-form-area-wrapper .half-inpur-wrapper .single {
  width: 100%;
}
.contact-form-area-wrapper textarea {
  height: 150px;
  background: #F6F6F6;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  border: 1px solid transparent;
  padding: 15px;
}
.contact-form-area-wrapper textarea:focus {
  border: 1px solid var(--color-primary);
}
.contact-form-area-wrapper button {
  border: none;
  box-shadow: none;
}

.blog-single-post-listing {
  margin-right: 30px;
  border: 1px solid #E6E9F0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .blog-single-post-listing {
    margin-right: 0;
  }
}
.blog-single-post-details .title {
  color: var(--color-title);
  font-size: 23px;
  margin-bottom: 20px;
}
.blog-single-post-details .thumbnail {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.blog-single-post-details .thumbnail img  {
  transition: .3s;
}
.blog-single-post-details .thumbnail:hover img  {
  transform: scale(1.05);
  transition: .3s;
}
.gallery-image .gallery-item {
  margin-top: 30px;
  display: block;
}
.gallery-image .gallery-item img {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: .3s;
}
.gallery-image .gallery-item:hover img {
  transform: scale(1.05);
  transition: .3s;
}
.blog-single-post-details .author-area {
  margin-top: 44px;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #E6E9F0;
  border-bottom: 1px solid #E6E9F0;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-details .author-area {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-details .author-area {
    flex-wrap: wrap;
  }
}
.blog-single-post-details .author-area .thumbnail {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-details .author-area .thumbnail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single-post-details .author-area .author-details {
    margin-left: 15px;
  }
}
.blog-single-post-details .author-area .author-details h5 {
  margin-bottom: 10px;
  color: var(--color-title);
}
.blog-single-post-details .author-area .author-details p {
  line-height: 26px;
}
.blog-single-post-listing.inner {
  border: none;
  max-width: 950px;
  margin: 0 auto;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area {
  position: relative;
  background: #000;
  padding-top: 120px;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area::before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 20px;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
  color: #f7f7f7;
}
.blog-single-post-listing .replay-area-details {
  margin-top: 40px;
}
.blog-single-post-listing .replay-area-details form input {
  height: 55px;
  border-radius: 5px;
  background: #F6F6F6;
  border: 1px solid transparent;
}
.blog-single-post-listing .replay-area-details form input:focus {
  border: 1px solid var(--color-primary);
}
.blog-single-post-listing .replay-area-details form textarea {
  border-radius: 5px;
  background: #F6F6F6;
  height: 140px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid transparent;
}
.blog-single-post-listing .replay-area-details form textarea:focus {
  border: 1px solid var(--color-primary);
}
.blog-single-post-listing .thumbnail {
  overflow: hidden;
}
.blog-single-post-listing .thumbnail img {
  transition: 0.3s;
  width: 100%;
}
.blog-single-post-listing .thumbnail:hover img {
  transform: scale(1.2);
}
.blog-single-post-listing .blog-listing-content {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content {
    padding: 25px 10px;
  }
}
.blog-single-post-listing .blog-listing-content .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
  margin-right: 30px;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 5px;
  }
}
.blog-single-post-listing .blog-listing-content .user-info .single i {
  margin-right: 10px;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single i {
    margin-right: 2px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-single-post-listing .blog-listing-content .user-info .single span {
    font-size: 13px;
  }
}
.blog-single-post-listing .blog-listing-content .blog-title {
  transition: 0.3s;
}
.blog-single-post-listing .blog-listing-content .blog-title .title {
  transition: 0.3s;
  margin-bottom: 16px;
}
.blog-single-post-listing .blog-listing-content .blog-title:hover .title {
  color: var(--color-primary);
}
.blog-single-post-listing .blog-listing-content p.disc {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content p.disc {
    margin-bottom: 15px;
  }
}
.blog-single-post-listing .blog-listing-content a.rts-btn {
  margin-top: 35px;
  display: block;
  max-width: max-content;
}
@media only screen and (max-width: 479px) {
  .blog-single-post-listing .blog-listing-content a.rts-btn {
    margin-top: 20px;
  }
}

.rts-single-wized {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: #1C2539;
}
.rts-single-wized.download .title {
  color: #fff;
}
.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2E3951;
}
.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}
.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rts-single-wized.download .single-download-area .mid {
  margin-right: auto;
  margin-left: 15px;
}
.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--font-primary);
}
.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}
.rts-single-wized.contact {
  background: #1C2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}
.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
  color: var(--color-title);
  font-size: 22px;
}
.rts-single-wized .wized-body {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #fff;
  height: 55px;
  border-radius: 5px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid transparent;
}
.rts-single-wized .wized-body .rts-search-wrapper input:focus {
  border: 1px solid var(--color-primary);
}
.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 5px;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}
.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin: 0;
  padding: 0;
}
.rts-single-wized .single-categories li {
  list-style: none;
  margin-top: 10px;
}
.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
  line-height: 1;
}
.rts-single-wized .single-categories li a i {
  color: var(--color-primary);
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: var(--color-primary);
  transform: scale(1.02);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a.active {
  background: var(--color-primary);
  transform: scale(1.02);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a:hover i {
  color: var(--color-white);
}
.rts-single-wized .single-categories li a.active i {
  color: var(--color-white);
}
.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 15px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 5px;
}
.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  transition: 0.3s;
  width: 85px;
  height: 85px;
  object-fit: cover;
  border: 1px solid #fafafa;
  border-radius: 5px;
}
.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.2);
}
.rts-single-wized .recent-post-single .content-area {
  width: 100%;
}
.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.rts-single-wized .recent-post-single .user span {
  margin-left: 8px;
}
.rts-single-wized .recent-post-single .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-title);
  line-height: 1.4;
  margin-top: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
}
.rts-single-wized .recent-post-single:hover .title {
  color: var(--color-primary);
}
.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}
.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}
.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.rts-single-wized .tags-wrapper a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
}

.single-history-area .year-history {
  width: 80px;
  height: 80px;
  background: var(--color-title);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px;
}
.single-history-area .year-history span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.single-history-area .body-history {
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.single-history-area .body-history .icon {
  height: 100px;
  width: 100px;
  background: #FFF5F2;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: -50px;
  z-index: 10;
  position: relative;
}
.single-history-area .body-history .title {
  color: var(--color-title);
  font-size: 22px;
  margin-bottom: 12px;
}
.single-history-area .body-history p {
  margin-bottom: 0;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
  max-width: 80%;
}

.position-history-relative {
  position: relative;
  z-index: 1;
}
.position-history-relative hr.history {
  position: absolute;
  left: 0;
  top: 85px;
  z-index: -1;
}

hr.history {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}

.bg-color-dark-1 {
  background: #1E1E20;
}

.map-contact {
  padding: 15px;
  background: var(--color-white);
  border-radius: 5px;
}

.single-offer-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .single-offer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.single-offer-inner .thumbnail {
  max-width: 315px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1340px) {
  .single-offer-inner .thumbnail {
    max-width: 269px;
  }
}
@media only screen and (max-width: 767px) {
  .single-offer-inner .thumbnail {
    max-width: 100%;
  }
}
.single-offer-inner .thumbnail img {
  transition: 0.3s;
}
.single-offer-inner .content-area a.title {
  color: var(--color-title);
}
.single-offer-inner .content-area a.title .title {
  margin-bottom: 10px;
  color: var(--color-title);
}
.single-offer-inner .content-area a.call {
  color: var(--color-title);
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.single-offer-inner p.disc {
  margin-bottom: 15px;
}
.single-offer-inner a.call {
  margin-bottom: 3px;
}
.single-offer-inner:hover .thumbnail img {
  transform: scale(1.05);
}

.commit-ment-community-wrapper-one {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .commit-ment-community-wrapper-one {
    flex-direction: column;
    align-items: flex-start;
  }
}
.commit-ment-community-wrapper-one .thumbnail {
  max-width: 536px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .commit-ment-community-wrapper-one .thumbnail {
    max-width: 100%;
  }
}
.commit-ment-community-wrapper-one .inner-content {
  padding: 80px;
}
@media only screen and (max-width: 575px) {
  .commit-ment-community-wrapper-one .inner-content {
    padding: 35px;
  }
}
.commit-ment-community-wrapper-one .inner-content span {
  font-size: 16px;
  color: #F84E1D;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .commit-ment-community-wrapper-one .inner-content span {
    font-size: 14px;
  }
}
.commit-ment-community-wrapper-one .inner-content h3.title {
  font-size: 44px;
  color: var(--color-title);
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .commit-ment-community-wrapper-one .inner-content h3.title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .commit-ment-community-wrapper-one .inner-content h3.title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.commit-ment-community-wrapper-one .signle-check-area {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 575px) {
  .commit-ment-community-wrapper-one .signle-check-area {
    flex-direction: column;
    gap: 25px;
  }
}
.commit-ment-community-wrapper-one .signle-check-area .icon {
  min-width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.commit-ment-community-wrapper-one .signle-check-area .icon i {
  color: var(--color-primary);
}
.commit-ment-community-wrapper-one .signle-check-area .info .title {
  color: #141416;
  margin-bottom: 10px;
  font-size: 20px;
}

.thumbnail-area-about-safety {
  position: relative;
}
.thumbnail-area-about-safety img.small {
  position: absolute;
  right: 0;
  top: 40px;
  animation: jump-2 5s linear infinite;
}

.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: 24px;
    line-height: 41px;
  }
}

.rts-about-area-about.safety .title-three-left span.pre-title {
  color: var(--color-primary);
}

.about-a-p-cont {
  padding-left: 65px;
}

.main-content-area-about-p p.disc {
  margin-bottom: 40px;
  margin-top: 40px;
}

.rts-about-area-about.vision {
  background: #F2F3F5;
  position: relative;
  z-index: 1;
}
.rts-about-area-about.vision .container .vision-wrapper {
  position: relative;
}
.rts-about-area-about.vision .container .vision-wrapper .swiper {
  overflow: hidden;
}
.rts-about-area-about.vision .thumbnail-area-about {
  position: relative;
}
.rts-about-area-about.vision .swiper-pagination {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: grid;
  background: #fff;
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
  left: auto;
  max-width: max-content;
  align-content: center;
  height: max-content;
}
@media (max-width: 767px) {
  .rts-about-area-about.vision .swiper-pagination {
    top: unset;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
  }
}
.rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 0;
    margin: 0 10px;
  }
}
.rts-about-area-about.vision .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.service-abot-area.sustain .one .thumbnail-service-about {
  margin-right: 120px;
}

.thumbnail-service-about {
  position: relative;
}

.service-abot-area.sustain .one {
  margin-bottom: 50px;
}

.service-abot-area.sustain .two .thumbnail-service-about {
  margin-left: 120px;
}

.thumbnail-service-about {
  position: relative;
}

.bg_about-f {
  background: #F8F8F8;
}

.about-fun-facts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-fun-facts-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .about-fun-facts-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-fun-facts-wrapper .single-funfacts-about {
    flex-basis: 33%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-fun-facts-wrapper .single-funfacts-about {
    flex-basis: 46%;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .about-fun-facts-wrapper .single-funfacts-about {
    flex-basis: 100%;
    width: 100%;
  }
}
.about-fun-facts-wrapper .single-funfacts-about .top .icon img {
  width: 80px;
  height: 80px;
  padding: 20px;
}

.single-funfacts-about .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.single-funfacts-about .top .title {
  margin-bottom: 0;
  font-size: 60px;
  position: relative;
  color: #0C0A0A;
}
.single-funfacts-about .top .title::after {
  position: absolute;
  content: "";
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  color: #0C0A0A;
  font-size: 60px;
  font-weight: 600;
}
.single-funfacts-about .top .title.plus::after {
  content: "+";
}
.single-funfacts-about .top .title.percent::after {
  content: "%";
}
.single-funfacts-about .top .title.million::after {
  content: "m";
  right: -52px;
}
.single-funfacts-about p.disc {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-primary);
}
.single-funfacts-about .icon {
  width: 80px;
  height: 80px;
  background: #FF6600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .funfacts-and-casestudy-wrapper.bg_image--5 {
    background-size: cover;
  }
}

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

.container-120 {
  max-width: 1500px;
  margin: auto;
}

.service-about-wrapper .title-three-left span.pre-title {
  color: var(--color-primary);
}

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

.single-service-sm {
  padding: 37px;
  text-align: center;
  transition: 0.3s;
  background-image: url(../images/service/14.png);
  border: 1px solid #1f1f1f;
}
@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;
}

.pading-controler {
  padding-left: 50px;
}

.service-about-wrapper .title-three-left .title {
  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: transparent;
  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: #c6c6c6;
}
@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 section .title {
  color: var(--color-title);
}
.rts-company-storyhear .timeline ul li:nth-child(even) div::before {
  left: -163px;
  border-width: 1px 75px 1px 0;
  border-color: #c6c6c6;
}
.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: #c6c6c6;
}
.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 .title {
  color: var(--color-title);
}
.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 #c6c6c6;
  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;
  }
}

@media (max-width: 991px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 80px;
  }
}
@media (max-width: 500px) {
  .rts-company-process .title-three-left .bg-title {
    font-size: 50px;
  }
}

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 0;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
  cursor: pointer;
}

.coming-soon-body {
  background: #fff;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.project-details-carousel-big {
  overflow: hidden;
  position: relative;
}

.product-single-two-wrapper {
  border: 1px solid #E9E9E9;
  background: #fff;
  height: 100%;
}
.product-single-two-wrapper .image-area {
  position: relative;
}
.product-single-two-wrapper .image-area .date-area {
  position: absolute;
  width: 70px;
  height: 78px;
  right: 0;
  bottom: -25.5px;
  text-align: center;
}
.product-single-two-wrapper .image-area .date-area .date {
  background: var(--color-primary);
  color: #fff;
  padding: 7px 10px;
}
.product-single-two-wrapper .image-area .date-area .date span.day {
  font-size: 26px;
}
.product-single-two-wrapper .image-area .date-area .date span.month {
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
}
.product-single-two-wrapper .image-area .date-area .date span {
  display: block;
}
.product-single-two-wrapper .image-area .date-area .year {
  background: #0C0A0A;
}
.product-single-two-wrapper .image-area .date-area .year span {
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}
.product-single-two-wrapper .image-area .thumbnail {
  overflow: hidden;
  display: block;
}
.product-single-two-wrapper .image-area .thumbnail img {
  width: 100%;
  transition: 1.3s;
}
.product-single-two-wrapper .image-area .thumbnail:hover img {
  transform: scale(1.15);
}
.product-single-two-wrapper .inner {
  padding: 40px;
  margin-top: -9px;
}
@media only screen and (max-width: 1199px) {
  .product-single-two-wrapper .inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-single-two-wrapper .inner {
    padding: 20px 10px;
  }
}
.product-single-two-wrapper .inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 5px;
  transition: 0.3s;
  color: var(--color-title);
}
@media only screen and (max-width: 767px) {
  .product-single-two-wrapper .inner .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.product-single-two-wrapper .inner .title:hover {
  color: var(--color-primary);
}
.product-single-two-wrapper .inner .pre-tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: var(--color-primary);
  margin-top: -5px;
}
.product-single-two-wrapper .inner a.btn-read-more-blog {
  color: var(--color-primary);
  align-items: center;
}
.product-single-two-wrapper .inner a.btn-read-more-blog i {
  margin-left: 5px;
  position: relative;
}

.shop-body {
  /* Reset style for input range */
}
.shop-body .rts-single-wized {
  padding: 25px;
}
.shop-body .text-divider h5 {
  color: var(--color-title);
}
.shop-body .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;
  display: flex;
  align-items: center;
  width: 100%;
}
.shop-body .from-control:hover {
  border: 1px solid var(--color-primary);
}
.shop-body .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important;
}
.shop-body fieldset {
  border: none;
}
.shop-body .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.shop-body .price-field input[type=range] {
  position: absolute;
}
.shop-body .price-field input[type=range] {
  width: 300px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  padding: 0;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .shop-body .price-field input[type=range] {
    width: 220px;
  }
}
.shop-body .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.shop-body .price-field input[type=range]:active,
.shop-body .price-field input[type=range]:focus {
  outline: 0;
}
.shop-body .price-field input[type=range]::-ms-track {
  width: 300px;
  height: 4px;
  background: #111111;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  border-radius: 5px;
}
.shop-body .price-field input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  cursor: ew-resize;
  margin-top: -5px;
  background-color: var(--color-primary);
  pointer-events: all;
  z-index: 100;
}
.shop-body .price-field input[type=range]::-moz-range-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  height: 12px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--color-primary);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.shop-body .price-field input[type=range]::-ms-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 12px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--color-primary);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.shop-body .price-field input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 3px;
  cursor: pointer;
  background: var(--color-primary);
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .shop-body .price-field input[type=range]::-webkit-slider-runnable-track {
    width: 220px;
  }
}
.shop-body .price-field input[type=range]::-moz-range-track {
  width: 300px;
  height: 3px;
  cursor: pointer;
  background: #777777;
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .shop-body .price-field input[type=range]::-moz-range-track {
    width: 220px;
  }
}
.shop-body .price-field input[type=range]::-ms-track {
  /* IE */
  width: 300px;
  height: 2px;
  cursor: pointer;
  background: #777777;
  border-radius: 5px;
}
@media (max-width: 1300px) and (min-width: 991px) {
  .shop-body .price-field input[type=range]::-ms-track {
    width: 220px;
  }
}
.shop-body .price-wrap {
  display: flex;
  color: #111111;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0;
  align-items: center;
}
.shop-body .price-wrap-1,
.shop-body .price-wrap-2 {
  display: flex;
  align-items: center;
}
.shop-body .price-title {
  margin-right: 5px;
}
.shop-body .price-wrap_line {
  margin: 0 10px;
}
.shop-body .price-wrap #one,
.shop-body .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.shop-body .price-wrap label {
  text-align: right;
  font-size: 15px;
}
.shop-body .price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.shop-body .price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.shop-single-body .ms-single-product .ms-single-product__content {
  padding-left: 3rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .shop-single-body .ms-single-product .ms-single-product__content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .shop-single-body .ms-single-product .ms-single-product__content {
    padding-left: 0;
    padding-top: 35px;
  }
}
.shop-single-body .ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 34px;
  margin-bottom: 2rem;
  color: var(--color-title);
}
.shop-single-body .ms-single-product .ms-single-product__content .price {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px;
}
.shop-single-body .ms-single-product .ms-single-product__content .price bdi {
  font-weight: 700;
  letter-spacing: -1pt;
  color: var(--color-primary);
}
.shop-single-body .ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-bottom: 2rem;
}
.shop-single-body .ms-single-product .ms-single-product__content .ms-woocommerce-product-rating .ms-rating-icon svg {
  fill: #FFB03B;
}
.shop-single-body .ms-single-product .ms-single-product__content .stock,
.shop-single-body .ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  line-height: 1.8;
}
.shop-single-body .ms-single-product .ms-single-product__content .stock.in-stock {
  color: #2eb740;
}
.shop-single-body .ms-single-product .ms-single-product__content .cart {
  display: flex;
}
.shop-single-body .quantity-area {
  display: flex;
  margin-bottom: 30px;
}
.shop-single-body .quantity-area .cart-edit .quantity-edit {
  background: #f7f7f7;
  padding: 11px 15px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .shop-single-body .quantity-area .rts-btn {
    padding: 20px 25px;
  }
}
@media (max-width: 400px) {
  .shop-single-body .quantity-area .rts-btn {
    padding: 20px;
  }
}
.shop-single-body .quantity-area .single_add_to_cart_button {
  border-radius: 0;
  border: none;
  color: #FFFFFF;
  background-color: var(--color-primary);
  padding: 5px 12px;
  margin-left: 8pt;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.shop-single-body .ms-main .single-product .ms-single-product .banner-horizental .swiper .swiper-wrapper .swiper-slide .slider-inner img {
  width: 100%;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
  background: var(--color-primary);
  color: #ffffff;
  border-color: #dee2e6 #dee2e6;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}
.shop-single-body .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content {
  border: solid 1px #dee2e6;
  border-bottom-left-radius: 12pt;
  border-bottom-right-radius: 12pt;
  padding: 20pt;
  line-height: 1.8;
  background: #fff;
  margin-top: -1px;
}
.shop-single-body .tab-content > .active {
  display: block;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th {
  border-left: none;
  border-right: none;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
  color: #777777;
  padding: 8pt 20pt;
  border-color: #dee2e6 #dee2e6;
  background: #fff;
}
.shop-single-body h3.ms-heading-title {
  color: var(--color-title);
}
.shop-single-body h2.heading-title {
  color: var(--color-title);
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: #F6F6F6 !important;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border: 1px solid transparent;
  margin-bottom: 25px;
  transition: all 0.4s;
  background: unset;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:hover {
  border: 1px solid var(--color-primary);
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: #F6F6F6 !important;
  border: 1px solid transparent;
  transition: all 0.4s;
  background: unset;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:hover {
  border: 1px solid var(--color-primary);
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.shop-single-body .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating p {
  margin: 0;
}
.shop-single-body .rts-btn.btn-primary {
  border: none;
}
.shop-single-body .title-related-shop {
  color: var(--color-title);
}
.shop-single-body .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  border: 2px solid var(--color-primary);
}

.banner-horizental.left--single-product {
  display: flex;
  align-items: center;
}
.banner-horizental.left--single-product .swiper-thumbnail-main-single {
  width: 157px;
  display: block;
  min-width: 157px;
  margin-right: 20px;
}
.banner-horizental.left--single-product .swiper-thumbnail-main-single.right-tab {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .banner-horizental.left--single-product .swiper-thumbnail-main-single {
    min-width: 80px;
  }
}
.banner-horizental.left--single-product .swiper-thumbnail-main-single .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.banner-horizental.left--single-product .swiper-thumbnail-main-single .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.rts-single-offer {
  padding: 40px;
  border: 1px solid #cacaca;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .rts-single-offer {
    padding: 15px;
  }
}
.rts-single-offer::after {
  position: absolute;
  content: "";
  left: -10%;
  top: -30%;
  height: 250px;
  width: 250px;
  filter: blur(50px);
  background: var(--color-primary);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.rts-single-offer a.thumbnail {
  overflow: hidden;
  display: block;
  max-height: max-content;
  margin-bottom: 30px;
}
.rts-single-offer a.thumbnail:hover img {
  transform: scale(1.3);
}
.rts-single-offer a.thumbnail img {
  transition: 1.3s;
  max-height: max-content;
  width: 100%;
}
.rts-single-offer .content-wrapper .title {
  margin-bottom: 10px;
  transition: all 0.4s;
  color: var(--color-title);
}
.rts-single-offer .content-wrapper .title:hover {
  color: var(--color-primary);
}
.rts-single-offer .content-wrapper .disc {
  margin-bottom: 20px;
}
.rts-single-offer .content-wrapper .rts-btn {
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 28px;
  color: #0C0A0A;
}
.rts-single-offer .content-wrapper .rts-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.rts-single-offer .content-wrapper .rts-btn i {
  margin-left: 5px;
}
.rts-single-offer:hover {
  border-color: var(--color-primary);
}
.rts-single-offer:hover::after {
  opacity: 0.6;
}
.rts-single-offer .rts-btn {
  transition: 0.3s;
  color: #fff !important;
}
.rts-single-offer .rts-btn::after {
  transition: 0.3s;
}

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

.thumbnail-why-choose-5 {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .thumbnail-why-choose-5 {
    height: 500px;
  }
}
.thumbnail-why-choose-5 .why-choose-option-five {
  position: absolute;
  padding: 40px;
  background: #1E1E20;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .thumbnail-why-choose-5 .why-choose-option-five {
    padding: 15px;
  }
}
.thumbnail-why-choose-5 .why-choose-option-five .single {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.thumbnail-why-choose-5 .why-choose-option-five .single:last-child {
  margin-bottom: 0;
}
.thumbnail-why-choose-5 .why-choose-option-five .single i {
  color: var(--color-primary);
}
.thumbnail-why-choose-5 .why-choose-option-five .single p {
  margin: 0;
  color: #fff;
}

.accordion-area-five .accordion-item {
  padding: 13px 40px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}
@media only screen and (max-width: 575px) {
  .accordion-area-five .accordion-item {
    padding: 13px 15px;
  }
}
.accordion-area-five .accordion-item .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-title);
  position: relative;
}
@media only screen and (max-width: 575px) {
  .accordion-area-five .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.accordion-area-five .accordion-item .accordion-button::before {
  content: "";
  height: 144px;
  width: 144px;
  background-image: url(../images/why-choose/icons/01.svg);
  position: absolute;
  right: 0px;
  top: 20px;
  width: 0px;
  transition: 0.3s;
}
.accordion-area-five .accordion-item .accordion-button::after {
  display: none;
}
.accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
  opacity: 1;
  width: 144px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
    display: none;
  }
}
.accordion-area-five .accordion-item .accordion-body {
  max-width: 75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .accordion-area-five .accordion-item .accordion-body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .accordion-area-five .accordion-item .accordion-body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .accordion-area-five .accordion-item .accordion-body {
    max-width: 100%;
  }
}
.accordion-area-five .accordion-item .accordion-body .more {
  display: flex;
  margin-top: 15px;
  font-weight: 600;
  color: var(--color-primary);
  align-items: center;
  gap: 5px;
}
.accordion-area-five .accordion-item .accordion-body .more img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(3031%) hue-rotate(350deg) brightness(99%) contrast(97%);
}

.company-experties-area {
  background-image: url(../images/why-choose/01.webp);
}

.short-why-choose-us-area {
  padding: 80px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .short-why-choose-us-area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .short-why-choose-us-area {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .short-why-choose-us-area {
    padding: 25px;
  }
}
.short-why-choose-us-area > div {
  flex-basis: 50%;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .short-why-choose-us-area > div {
    width: 100%;
  }
}
.short-why-choose-us-area .left-area-50 {
  flex-basis: 50%;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .short-why-choose-us-area .left-area-50 {
    width: 100%;
  }
}
.short-why-choose-us-area .left-area-50 span {
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.short-why-choose-us-area .left-area-50 .title {
  color: var(--color-title);
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .short-why-choose-us-area .left-area-50 .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .short-why-choose-us-area .left-area-50 .title {
    font-size: 26px;
    line-height: 1.4;
  }
}
.short-why-choose-us-area .right-area-50 {
  flex-basis: 40%;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .short-why-choose-us-area .right-area-50 {
    width: 100%;
  }
}

.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 var(--color-white);
  transition: 0.3s;
  background: #fff;
}
.rts-elevate-pagination ul li button.active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.rts-elevate-pagination ul li button:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.privacy-policy-wrapper {
  margin-bottom: 10px;
}
.privacy-policy-wrapper .top .title {
  color: var(--color-title);
  margin-bottom: 25px;
}

.page-not-found-main {
  text-align: center;
  padding: 60px 0;
}
.page-not-found-main .code {
  font-size: 5rem;
  margin-bottom: 30px;
  color: var(--color-title);
  line-height: 1 !important;
}
@media only screen and (max-width: 575px) {
  .page-not-found-main .code {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .page-not-found-main .title {
    font-size: 2rem;
  }
}
.page-not-found-main .title {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-title);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-not-found-main .title {
    font-size: 22px;
  }
}
.page-not-found-main .rts-btn {margin: 60px auto 0 auto;}

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

#elevate-load.loaded {
  display: none;
}

#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);
  }
}
.faq-main-wrapper-one .title {
  color: var(--color-title);
  margin-bottom: 60px;
}

.faq-inner-one {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .faq-inner-one {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.faq-inner-one .accordion {
  flex-basis: 55%;
  padding: 30px 40px;
}
@media only screen and (max-width: 575px) {
  .faq-inner-one .accordion {
    padding: 15px;
  }
}
.faq-inner-one .accordion .accordion-item {
  background: #1E1E20;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 8px 30px;
}
@media only screen and (max-width: 575px) {
  .faq-inner-one .accordion .accordion-item {
    padding: 8px 30px 8px 8px;
  }
}
.faq-inner-one .accordion .accordion-item.active {
  background: var(--color-primary);
}
.faq-inner-one .accordion .accordion-item.active .accordion-header button {
  background: var(--color-primary);
  border: none;
}
.faq-inner-one .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-inner-one .accordion .accordion-item .accordion-header {
  background: transparent;
}
.faq-inner-one .accordion .accordion-item .accordion-header button {
  font-size: 20px;
  background: #1E1E20;
  color: #fff;
  border-radius: 5px;
  box-shadow: none;
  transition: 0s;
  font-weight: 700;
}
.faq-inner-one .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}
.faq-inner-one .accordion .accordion-item .accordion-header button::after {
  right: -17px;
  height: 40px;
  width: 40px;
  background: #fff;
  transform: none;
  border-radius: 3px;
  content: "\f068";
  color: var(--color-primary);
  font-family: var(--font-3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  font-weight: 400;
}
.faq-inner-one .accordion .accordion-item .accordion-header button[aria-expanded=true]::after {
  content: "\f067";
}
.faq-inner-one .accordion .accordion-item .accordion-body {
  color: #fff;
  font-size: 15px;
}
.faq-inner-one .thumbnail-image {
  max-width: 578px;
  overflow: hidden;
  border-radius: 64px 10px 10px 0;
}
@media screen and (max-width: 1300px) {
  .faq-inner-one .thumbnail-image {
    max-width: 100%;
  }
}

.faq-inner-wrapper-one .accordion-item {
  margin-top: 30px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background: #eaeaea;
}
.faq-inner-wrapper-one .accordion-item .accordion-header button {
  font-size: 20px;
  padding: 15px 30px;
  color: var(--color-title);
  background: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-inner-wrapper-one .accordion-item .accordion-body {
  display: block;
  padding: 30px;
  border-top: 1px solid rgba(0,0,0,.1);
}
@media only screen and (max-width: 767px) {
  .faq-inner-wrapper-one .accordion-item .accordion-body {
    padding: 15px;
  }
}
.faq-inner-wrapper-one .accordion-item .accordion-body .left {
  min-width: 129px;
}

.form-error,
.form-error p {
  color: var(--color-danger);
  font-style: italic;
  margin-top: 6px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

#captcha_img {
  border-radius: 10px;
}