:root {
  --color-primary: #a9002d;
  --color-secondary: #252422;
  --color-third: #252422;
  --color-blue: #0b4df5;
  --color-sky: #82b440;
  --color-body: #5d666f;
  --color-heading-1: #1c2539;
  --color-title: #141416;
  --color-heading-dark: #141416;
  --transition: 0.3s;
  --bg-dark-1: #1e1e20;
  --color-white: #ffffff;
  --color-border: #ddd8f9;
  --border-width: 1px;
  --radius: 10px;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: 'Inter', sans-serif;
  --font-3: 'fontawesome';
  --font-size-b1: 16px;
  --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: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #ffffff;
}
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;
}
.bg-third {
  background-color: var(--color-third);
}
.white {
  color: #ffffff;
}
.color-primary {
  color: var(--color-primary);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-weight: 700;
  color: var(--color-heading-1);
}
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;
}
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 15px 0;
}
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: 'Red Hat Display', serif;
}
a {
  opacity: 1;
}
/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}
ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}
.typo-title-area .title {
  margin-top: 0;
}
.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #ffffff;
}
* {
  -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;
}
a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}
address {
  margin: 0 0 24px;
}
b,
strong {
  font-weight: bold;
}
mark {
  background: var(--color-primary);
  color: #ffffff;
}
code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}
kbd,
ins {
  color: #ffffff;
}
pre {
  font-family: 'Raleway', sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dd {
  margin: 0 15px 15px;
}
dt {
  font-weight: bold;
  color: var(--color-heading);
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
li > ul,
li > ol {
  margin: 0;
}
ol ul {
  margin-bottom: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
caption,
th,
td {
  font-weight: normal;
}
th {
  font-weight: 500;
  text-transform: uppercase;
}
td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}
del {
  color: #333;
}
ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}
hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
table a,
table a:link,
table a:visited {
  text-decoration: underline;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 15px 15px;
}
caption {
  caption-side: top;
}
kbd {
  background: var(--heading-color);
}
dfn,
cite,
em {
  font-style: italic;
}
/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}
blockquote strong,
blockquote b {
  font-weight: 700;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: center;
}
/* ========= 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%;
}
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 20px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
/*==============================
 *  Utilities
=================================*/
section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
}
.pos-relative {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
iframe {
  width: 100%;
}
/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp-small {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
/* header  */
.header-top-area-wrapper .header-top-one-wrapper .left {
  display: flex;
  align-items: center;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail {
  position: relative;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #ffffff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a {
  padding: 11px 0;
  display: block;
  color: #ffffff;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
  transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #ffffff;
  transition: var(--transition);
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a i {
  margin-right: 6px;
}
.header-top-area-wrapper .header-top-one-wrapper .left .mail a:hover::after {
  width: 100%;
}
.header-top-area-wrapper .header-top-one-wrapper .left .working-time p {
  color: #ffffff;
  font-size: 14px;
}
.header-top-area-wrapper .header-top-one-wrapper .right .social-wrapper-one {
  margin-left: 30px;
  position: relative;
}
.social-wrapper-one {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.social-wrapper-one li {
  margin: 0;
}
.social-wrapper-one li a {
  color: #ffffff;
  margin-right: 20px;
  padding: 11px 0;
}
.social-wrapper-one li a i {
  transition: 0.3s;
  color: #ffffff;
}
.social-wrapper-one::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}
.header-main-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-main-one-wrapper .logo {
  display: block;
  padding: 16px 0;
}
.header-main-one-wrapper .logo img {
  height: 75px;
}
.header-main-one-wrapper .main-header {
  display: flex;
  align-items: center;
}
.header-main-one-wrapper .main-header .nav-main ul {
  display: flex;
  align-items: center;
}
.header-main-one-wrapper .main-header .button-area {
  display: flex;
  align-items: center;
}
.header-main {
  display: flex;
  align-items: center;
  position: relative;
}
.header-main .header-prime {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
}
.header-main .header-prime img {
  height: 40px;
}
.header-one .nav-area {
  margin-right: 40px;
}
#menu-btn {
  display: none;
  background: #f2f2f2;
  height: 55px;
  min-width: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: none;
}
#menu-btn i {
  color: #1c2539;
  font-size: 18px;
}
.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.header--sticky.sticky .header-top-area-wrapper {
  display: none;
}
.header--sticky.sticky.header-one {
  background: #ffffff;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .left
  a {
  font-weight: 600;
}
.top-transparent-header
  .header-top-area-wrapper
  .header-top-one-wrapper
  .left
  a:hover {
  color: var(--color-primary) !important;
}
.header-transparent.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  z-index: 999;
  width: 100%;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: #20282d;
}
.header-transparent-main-wrapper .main-nav > a {
  color: #ffffff !important;
}
.header-transparent-main-wrapper .rts-btn.btn-primary {
  border-radius: 100px;
}
.nav-area ul {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1300px) {
  .nav-area ul {
    gap: 35px;
  }
}
.nav-area ul li {
  margin: 0;
  padding: 0;
}
.nav-area ul li a {
  text-transform: uppercase;
  font-weight: 700 !important;
}
.nav-area ul li.main-nav {
  padding: 0;
  cursor: pointer;
}
header .main-nav > a {
  color: #1c2539 !important;
}
.submenu:hover li a {
  opacity: 0.6;
}
.rts-sidebar-menu-desktop .logo {
  margin-top: 50px;
}
.rts-sidebar-menu-desktop p.disc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
}
.rts-sidebar-menu-desktop .get-in-touch .title {
  margin-bottom: 30px;
}
.rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
  margin-right: 10px;
  margin-bottom: 15px;
}
.rts-sidebar-menu-desktop .get-in-touch .wrapper .single i:last-child {
  margin-bottom: 0;
}
.rts-sidebar-menu-desktop .get-in-touch .wrapper .single a {
  transition: 0.3s;
}
.social-wrapper-two.menu {
  margin-top: 50px;
  margin-left: 12px;
  padding-left: 0;
}
.social-wrapper-two a {
  margin-right: 40px;
  z-index: 1;
  position: relative;
}
.social-wrapper-two a i {
  color: #ffffff;
  transition: 0.3s;
  font-size: 16px;
}
.social-wrapper-two a::after {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  content: '';
  z-index: -1;
  background: var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.social-wrapper-two a:hover::after {
  background: #ffecec;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
}
.logo-1 {
  display: block;
}
.home-blue .side-bar button i {
  background: var(--color-primary);
}
.home-blue .logo-1 {
  display: none;
}
.home-blue .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.home-blue .social-wrapper-two a::after {
  background: var(--color-primary);
  color: #ffffff;
}
.home-blue .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.home-blue .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.home-blue .social-wrapper-two a:hover::after {
  background: rgba(142, 143, 147, 0.0784313725);
  color: var(--color-primary);
}
.home-blue .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.home-yellow #menu-btn:hover {
  background: var(--color-primary) !important;
}
.home-yellow .side-bar button i {
  background: var(--color-primary);
}
.home-yellow .logo-1 {
  display: none;
}
.home-yellow .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.home-yellow .social-wrapper-two a::after {
  background: var(--color-primary);
  color: #ffffff;
}
.home-yellow .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.home-yellow .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.home-yellow .social-wrapper-two a:hover::after {
  background: rgba(142, 143, 147, 0.0784313725);
  color: var(--color-primary);
}
.home-yellow .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.home-violet .side-bar button i {
  background: var(--color-primary);
}
.home-violet .logo-1 {
  display: none;
}
.home-violet .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.home-violet .social-wrapper-two a::after {
  background: var(--color-primary);
  color: #ffffff;
}
.home-violet .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.home-violet .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.home-violet .social-wrapper-two a:hover::after {
  background: #e4e7ff;
  color: var(--color-primary);
}
.home-violet .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.index-six .side-bar button i {
  background: var(--color-primary);
}
.index-six .logo-1 {
  display: none;
}
.index-six .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.index-six .social-wrapper-two a::after {
  background: var(--color-primary);
  color: var(--color-primary) !important;
}
.index-six .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.index-six .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.index-six .social-wrapper-two a:hover::after {
  background: #e4e7ff !important;
  color: var(--color-primary);
}
.index-six .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.index-seven .side-bar button i {
  background: var(--color-primary);
}
.index-seven .logo-1 {
  display: block;
}
.index-seven .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.index-seven .social-wrapper-two a::after {
  background: var(--color-primary);
  color: #ffffff;
}
.index-seven .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.index-seven .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.index-seven .social-wrapper-two a:hover::after {
  background: #e4e7ff;
  color: var(--color-primary);
}
.index-seven .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a {
  color: #000;
  display: block;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu-nav .mainmenu li a.open {
  color: var(--color-primary);
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  > a.open::before {
  content: '\f077' !important;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu::after {
  display: none;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu {
  padding-left: 0;
  margin-top: 50px;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu > li {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu ul {
  padding: 0;
  margin: 0;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown .submenu {
  display: none !important;
  position: inherit;
  border-top: none;
  padding-left: 14px;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu
  .tag {
  padding: 0 15px;
  margin: 20px 0 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1c2539;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu
  .mobile-menu-link {
  margin: 0;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link
  a {
  color: #000;
}
.rts-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
  color: var(--color-primary) !important;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a {
  color: #000;
  display: block;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary);
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  > a::before {
  content: '\f078' !important;
  right: 10px;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  > a.open::before {
  content: '\f077' !important;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu::after {
  display: none;
}
.home-violet .rts-sidebar-menu-desktop .body-mobile .mainmenu {
  padding-left: 0;
  margin-top: 50px;
}
.home-violet .rts-sidebar-menu-desktop .body-mobile .mainmenu > li {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu {
  display: none !important;
  position: inherit;
  border-top: none;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu
  li {
  margin: 0;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  li
  a {
  color: #000;
}
.home-violet .rts-sidebar-menu-desktop .body-mobile .social-wrapper-two.menu {
  margin-top: 50px;
  margin-left: 12px;
  padding-left: 0;
}
.home-violet .rts-sidebar-menu-desktop .body-mobile .social-wrapper-two a {
  margin-right: 40px;
  z-index: 1;
  position: relative;
}
.home-violet .rts-sidebar-menu-desktop .body-mobile .social-wrapper-two a i {
  color: #ffffff;
  transition: 0.3s;
  font-size: 16px;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .social-wrapper-two
  a::after {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  content: '';
  z-index: -1;
  background: var(--color-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .social-wrapper-two
  a:hover
  i {
  color: var(--color-primary);
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .social-wrapper-two
  a:hover::after {
  background: #ffecec;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
}
.home-blue2 .side-bar button i {
  background: var(--color-primary);
}
.home-blue2 .logo-1 {
  display: none;
}
.home-blue2 .rts-sidebar-menu-desktop .get-in-touch .wrapper .single i {
  color: var(--color-primary);
}
.home-blue2 .social-wrapper-two a::after {
  background: var(--color-primary);
  color: #ffffff;
}
.home-blue2 .social-wrapper-two a:hover {
  color: var(--color-primary);
}
.home-blue2 .social-wrapper-two a:hover i {
  color: var(--color-primary);
}
.home-blue2 .social-wrapper-two a:hover::after {
  background: rgba(142, 143, 147, 0.0784313725);
  color: var(--color-primary);
}
.home-blue2 .rts-sidebar-menu-desktop .get-in-touch .wrapper .single a:hover {
  color: var(--color-primary);
}
.home-blue .rts-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link,
.home-blue2 .rts-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
  color: var(--color-primary) !important;
}
.home-yellow
  .rts-sidebar-menu-desktop
  .body-mobile
  .menu-item:hover
  .menu-link {
  color: var(--color-primary) !important;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .menu-item:hover
  .menu-link {
  color: var(--color-primary) !important;
}
.index-six .rts-sidebar-menu-desktop .body-mobile .menu-item:hover .menu-link {
  color: var(--color-primary) !important;
}
.index-seven
  .rts-sidebar-menu-desktop
  .body-mobile
  .menu-item:hover
  .menu-link {
  color: var(--color-primary) !important;
}
.home-blue
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a,
.home-blue2
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.home-yellow
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.index-six
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.index-seven
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.active
  .mobile-menu-link:hover
  a {
  color: var(--color-primary) !important;
}
.home-blue
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open,
.home-blue2
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary) !important;
}
.home-yellow
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary) !important;
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary) !important;
}
.index-six
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary) !important;
}
.index-seven
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu-nav
  .mainmenu
  li
  a.open {
  color: var(--color-primary) !important;
}
.home-blue
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a,
.home-blue2
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.home-yellow
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.home-violet
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.index-six
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.index-seven
  .rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.third-lvl.mobile-menu
  li:hover
  a {
  color: var(--color-primary);
}
.shape-area-start {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.swiper-slide .container {
  position: relative;
  z-index: 20;
}
.rts-banner-area-two .shape.shape-one {
  z-index: 30;
  pointer-events: none;
}
#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: 1000;
  top: 0;
}
.mobile-menu nav ul {
  padding: 0;
  margin: 0;
}
.mobile-menu nav ul li {
  margin: 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: 5px;
  padding: 8px 13px;
  color: var(--heading-color);
  background: transparent !important;
  pointer-events: none;
  cursor: pointer;
}
.mobile-menu nav ul li.has-droupdown.mm-active::after {
  content: '\f077';
}
.mobile-menu nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}
.mobile-menu nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.mobile-menu nav ul li a {
  display: block;
}
.mobile-menu .social-wrapper-one {
  margin-top: 50px;
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown {
  position: relative;
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown:hover::after {
  color: var(--color-primary);
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.header-one
  .main-nav-desk
  nav
  ul
  li.has-droupdown
  .submenu.inner-page
  .sub-dropdown
  .third-lvl {
  margin-left: -4px;
}
.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 .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: -3px;
  display: block !important;
}
.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}
.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}
.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: -14px !important;
}
.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: 90px !important;
}
header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}
header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}
header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}
header.header-three .sub-dropdown .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: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.side-bar .social-wrapper-one li a {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 0;
}
.side-bar .social-wrapper-one li a i {
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  color: var(--color-primary);
}
.side-bar .social-wrapper-one li a:hover {
  background: var(--color-primary);
}
.mobile-menu nav ul li a {
  text-transform: uppercase;
  font-weight: 700 !important;
  display: block;
  padding: 6px 0;
  color: #1c2539;
}
.mobile-menu nav ul li a:hover {
  color: var(--color-primary);
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.mm-collapse.mm-show {
  display: block !important;
}
.rts-sidebar-menu-desktop
  .body-mobile
  .mainmenu
  li.has-droupdown
  .submenu.mm-collapse.mm-show
  .main::before {
  display: none;
}
.rts-sidebar-menu-desktop .body-mobile .mainmenu li.has-droupdown {
  display: block !important;
}
.mobile-menu nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
  font-weight: 600;
  color: #20282d;
}
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: #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 15px 10px;
  transform-origin: 0 0;
  transform: scaleY(0);
}
li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 0;
}
li.has-dropdown .submenu li a {
  padding: 6px 16px !important;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 4px;
  display: block;
  padding: 12px 45px 12px 15px;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.3s;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
li.has-dropdown .submenu li a:hover {
  opacity: 1;
  background: #f2f2f8;
  opacity: 1;
  color: var(--color-primary) !important;
}
li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  transform: scaleY(1);
}
.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: #ffffff;
}
.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.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 .absolute-image .inner-content {
  position: absolute;
  left: 23px;
  bottom: 23px;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .title {
  color: #ffffff;
  font-size: 24px;
}
.rts-mega-menu.with-add
  .menu-right-add
  .absolute-image
  .inner-content
  .rts-btn {
  background: #ffffff;
  color: var(--color-primary);
}
.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%);
}
.appoinment-area-main.contact-page {
  border-radius: 10px;
  background: #f9f8ff;
  border: 1px solid #ddd8f9;
  background-image: none;
}
.appoinment-area-main.contact-page input,
.appoinment-area-main.contact-page textarea,
.appoinment-area-main.contact-page .custom-select {
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.appoinment-area-main.contact-page input span,
.appoinment-area-main.contact-page textarea span,
.appoinment-area-main.contact-page .custom-select span {
  color: var(--color-primary) !important;
}
.appoinment-area-main.contact-page .rts-btn {
  background: var(--color-primary);
  color: #ffffff;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation .title {
  color: #ffffff !important;
}
.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;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .title {
  color: var(--color-title);
  margin-bottom: 11px;
  line-height: 1.3;
}
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;
}
.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;
}
.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 .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.header--sticky.sticky .nav-area ul li.main-nav {
  padding: 30px 0;
  cursor: pointer;
}
.header-transparent.header--sticky .nav-area ul li.main-nav:hover > a {
  transition: 0.3s;
  color: #ffffff !important;
}
.side-bar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 365px;
  padding: 0 30px 40px 30px;
  padding-top: 50px;
  height: calc(100% - 40px);
  background-color: rgba(243, 243, 243, 0.9);
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
  color: var(--color-title);
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}
.side-bar.show {
  right: 0;
  overflow-y: auto;
}
.side-bar button {
  max-width: max-content;
  border: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.side-bar button i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 5px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  margin-top: -3px;
}
/* elements  */
.banner-swiper-two {
  height: calc(100vh - 106px);
}
.banner-style-one .banner-one-inner .title {
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 23px;
  font-size: 60px;
  color: var(--color-primary);
  line-height: 1.3;
}
.banner-style-one .banner-one-inner .title span {
  font-style: italic;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
}
.banner-style-one .banner-one-inner p.disc.banner-para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1c2539;
}
.banner-style-one .shape-iamge-area .one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-style-one .shape-iamge-area .two {
  position: absolute;
  right: 15%;
  bottom: 55%;
  z-index: -1;
  animation: jump-2 10s linear infinite;
}
.rts-banner-area-two {
  height: calc(100vh - 106px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-inner-two-content {
  text-align: center;
  max-width: 70%;
  margin: auto;
}
.banner-inner-two-content .pre-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.banner-inner-two-content .pre-title span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner-inner-two-content * {
  color: #ffffff;
}
.banner-inner-two-content .title {
  font-size: 68px;
  line-height: 1.2;
}
.banner-inner-two-content .rts-btn {
  margin: auto;
}
.banner-inner-two-content p.disc {
  max-width: 65%;
  margin: auto;
  margin-bottom: 40px;
  font-size: 20px;
}
.banner-four-area-main-wrapper .banner-four-bg.two {
  background-image: url(../images/banner/25.webp);
}
.banner-four-area-main-wrapper .banner-four-bg.three {
  background-image: url(../images/banner/26.webp);
}
.inner-content-wrapper-four-banner .pre {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
}
.inner-content-wrapper-four-banner .title {
  font-weight: 900;
  font-size: 100px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 25px;
  line-height: 1.3;
}
.inner-content-wrapper-four-banner .title span.in {
  -webkit-text-stroke-color: #1c2539;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.inner-content-wrapper-four-banner p.disc {
  max-width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 45px;
  line-height: 1.5;
}
.banner-three-box-clip-area .banner-inner-conten .pre {
  color: #5d666f;
  font-size: 22px;
  font-weight: 500;
}
.banner-three-box-clip-area .banner-inner-conten .title {
  font-size: 86px;
  font-weight: 700px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}
.banner-three-box-clip-area .banner-inner-conten .title span {
  font-style: italic;
  font-weight: 500;
}
.banner-three-box-clip-area .all-shape img.one {
  left: 0;
  top: 0;
  animation: jump-2 5s linear infinite;
}
.banner-three-box-clip-area .all-shape img.two {
  top: 10%;
  left: 37%;
  animation: rotateIt 10s linear infinite;
}
.banner-three-box-clip-area .all-shape img.three {
  bottom: 0;
  left: 40%;
  animation: jump-2 3s linear infinite;
}
.rts-banner-area-two {
  position: relative;
}
.rts-banner-area-two .shape {
  position: absolute;
}
.rts-banner-area-two .shape.shape-one {
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: 1s;
}
.rts-banner-area-two .shape.shape-two {
  position: absolute;
  right: 0%;
  top: 35%;
  animation: jump-2 5s linear infinite;
  transform: scale(0);
  transition: 0.4s;
}
.rts-banner-area-two .shape.shape-three {
  position: absolute;
  left: 0%;
  animation: jump-2 8s linear infinite;
  top: 60%;
  transition: 0.6s;
}
.rts-banner-area-two .shape.shape-four {
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.7s;
}
.mySwiper-banner-two {
  position: relative;
  height: 100%;
}
.mySwiper-banner-two .swiper-button-next,
.mySwiper-banner-two .swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.mySwiper-banner-two .swiper-button-next i,
.mySwiper-banner-two .swiper-button-prev i {
  font-size: 25px;
  transition: 0.3s;
  color: #1c2539;
}
.mySwiper-banner-two .swiper-button-next::after,
.mySwiper-banner-two .swiper-button-prev::after {
  display: none;
}
.mySwiper-banner-two .swiper-button-next:hover,
.mySwiper-banner-two .swiper-button-prev:hover {
  background: var(--color-primary);
  transform: scale(1.1);
}
.mySwiper-banner-two .swiper-button-next:hover i,
.mySwiper-banner-two .swiper-button-prev:hover i {
  color: #ffffff;
}
.mySwiper-banner-two .swiper-button-next {
  right: 120px;
}
.mySwiper-banner-two .swiper-button-prev {
  left: 120px;
}
.banner-swiper-two .swiper-slide-active .pre-title {
  animation: fadeInUp 1s;
  animation-delay: 0s;
  display: block;
}
.banner-swiper-two .swiper-slide-active .title {
  animation: fadeInUp-small 1.5s;
  animation-delay: 0s;
}
.banner-swiper-two .swiper-slide-active p.disc {
  animation: fadeInUp 2.5s;
  animation-delay: 0s;
}
.banner-swiper-two .swiper-slide-active .rts-btn {
  animation: fadeInUp 3s;
  animation-delay: 0s;
}
.banner-swiper-two .swiper-slide-active .shape-two {
  right: 10%;
}
.banner-swiper-two .swiper-slide-active .shape-three {
  left: 16%;
}
.banner-swiper-two .swiper-slide-active .shape-one {
  right: 0;
}
.banner-swiper-two .swiper-slide-active .shape-four {
  left: 0;
}
.banner-four-area-main-wrapper .banner-shape-left-right .left {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 10;
}
.banner-five-content .title-area p.pre {
  font-size: 18px;
  text-transform: uppercase;
  color: #5d666f;
  margin-bottom: 28px;
}
.banner-five-content .title-area p.pre span {
  font-weight: 700;
  color: var(--color-primary);
}
.banner-five-content .title-area .title {
  font-size: 86px;
  line-height: 1.1;
  margin-bottom: 0;
}
.banner-five-content .title-area .title span {
  font-weight: 500;
  font-style: italic;
}
.banner-contact-form-five .title {
  color: #ffffff;
  margin-bottom: 26px;
  font-size: 24px;
}
.banner-contact-form-five .rts-btn {
  border-radius: 10px !important;
  max-width: 100%;
}
.banner-contact-form-five .rts-btn::before {
  background: #0f141f !important;
}
.banner-content-six .left-side .title {
  font-size: 80px;
  margin-bottom: 30px;
}
.banner-content-six .right-stars-area .title {
  color: #ffffff;
}
.bg_banner-seven.two {
  background-image: url(../images/banner/08.webp);
  position: relative;
}
.bg_banner-seven.two.with-video {
  position: relative;
  z-index: 1;
}
.bg_banner-seven.two.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;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_banner-seven.three {
  background-image: url(../images/banner/09.webp);
}
.banner-seven-inner-content .title {
  font-size: 160px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
}
.banner-seven-inner-content .title span {
  padding-left: 350px;
}
.banner-seven-inner-content p.disc {
  padding-left: 360px;
  max-width: 80%;
  color: #eaeaea;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 40px;
}
.banner-seven-inner-content .rts-btn {
  margin-left: 360px;
}
.banner-inner-content-eight .title {
  font-size: 100px;
  text-transform: uppercase;
}
.banner-inner-content-eight .title span {
  font-weight: 400;
}
.banner-inner-content-eight p.disc {
  font-size: 18px;
  line-height: 1.5;
  color: #5d666f;
  max-width: 56%;
}
.rts-banner-area-9 span.pre {
  text-transform: uppercase;
  color: #1c2539;
  display: block;
  margin-bottom: 12px;
}
.rts-banner-area-9 p.disc {
  font-size: 18px;
  color: #5d666f;
  line-height: 1.7;
}
.easy-contact-left-funfacts-8 .signle-contact .icon {
  height: 51px;
  min-width: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.easy-contact-left-funfacts-8 .signle-contact .icon i {
  color: #20282d;
}
.rts-fun-facts-area-8 .single-counter-wrapper-8 .title {
  font-size: 70px;
  margin-bottom: 0;
}
.banner-inner-content-12 .pre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
}
.banner-inner-content-12 .title {
  font-size: 80px;
  line-height: 1.1;
  color: #ffffff;
}
.banner-inner-content-12 p.disc {
  font-size: 18px;
  color: #ffffff;
  max-width: 55%;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 53px;
}
.rts-banner-ten-area .chart-image .one {
  position: absolute;
  right: 317px;
  top: 40%;
  transform: translateY(-50%);
}
.rts-banner-ten-area .chart-image .two {
  position: absolute;
  left: 52%;
  bottom: 99px;
  animation: jump-2 10s linear infinite;
}
.shape-area {
  position: relative;
  z-index: 1;
}
.shape-area img {
  z-index: -1;
}
.shape-area .one {
  position: absolute;
  left: 50%;
  top: 220px;
}
.shape-area .two {
  position: absolute;
  right: 80px;
  top: 40%;
}
.shape-area .three {
  position: absolute;
  left: 140px;
  top: 55%;
  z-index: -1;
}
.our-partner-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
}
.our-partner-bottom-wrapper > * {
  flex-basis: 50%;
}
.our-partner-bottom-wrapper .title {
  font-size: 42px;
}
.with-video .banner-seven-inner-content .title span {
  padding-left: 0;
}
.with-video .banner-seven-inner-content p.disc {
  padding-left: 0;
}
.with-video .banner-seven-inner-content .rts-btn {
  margin-left: 0;
}
.banner-accountent-content .title {
  font-size: 80px;
}
.banner-accountent-content p.disc {
  font-size: 18px;
}
.rts-banner-accountent-two .banner-accountent-content .pre-title,
.rts-banner-accountent-two .banner-accountent-content .title,
.rts-banner-accountent-two .banner-accountent-content p.disc {
  color: #ffffff;
}
.rts-banner-hr .banner-hr-content-wrapper .pre-title,
.rts-banner-hr .banner-hr-content-wrapper .title,
.rts-banner-hr .banner-hr-content-wrapper .disc {
  color: #ffffff;
}
.rts-banner-hr .banner-hr-content-wrapper .rts-btn {
  margin: auto;
}
.banner-busines-coatch-wrapper .title {
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
  max-width: 666px;
  line-height: 85px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.banner-area-seo-agency .title {
  font-size: 100px;
  line-height: 105px;
  margin-bottom: 80px;
}
.banner-area-seo-agency p.disc {
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60px;
}
.demo-technology .rts-btn {
  border-radius: 15px !important;
}
.inner-content-technology-banner .title {
  color: #ffffff;
  font-size: 100px;
  line-height: 105px;
}
.inner-content-technology-banner p.disc {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
}
.rts-banner-area.investment .shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.rts-banner-area.investment .banner-one-inner .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}
.rts-banner-area.investment .banner-one-inner .rts-btn {
  margin: auto;
}
.rts-btn {
  height: 55px;
  max-width: max-content;
  padding: 13px 29px;
  border: none;
  box-shadow: none;
  min-width: max-content;
  background: var(--color-primary);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  transition: 800ms;
  font-weight: 600;
}
.rts-btn::before {
  content: '';
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #413d39;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.rts-btn i {
  margin-left: 10px;
}
.rts-btn.btn-primary:hover {
  background: #f2f2f2;
  color: #ffffff !important;
}
.rts-btn.btn-primary:hover::before {
  top: -40%;
}
.rts-btn.btn-primary.btn-white {
  background: #f2f2f2;
  color: #20282d;
}
.rts-btn.btn-primary.btn-white::before {
  background: var(--color-primary);
}
.rts-btn.btn-primary.btn-white:hover {
  background: var(--color-primary);
  color: #f2f2f2;
}
.rts-btn.btn-primary.btn-white:hover::before {
  top: -40%;
}
.rts-btn.btn-border {
  background: transparent;
  border: 1px solid #e9ecf1;
}
.rts-btn:focus {
  border: none;
  box-shadow: none;
}
.btn-center {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.about-content-left-one .call-and-sign-area .call-area .icon {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content-left-one .call-and-sign-area .call-area .icon i {
  font-size: 20px;
  color: #ffffff;
  transform: rotate(-45deg);
}
.about-content-left-one .call-and-sign-area .call-area .information span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5d666f;
  margin-bottom: 7px;
  display: block;
}
.about-content-left-one .call-and-sign-area .call-area .information .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1c2539;
  margin: 0;
}
.about-content-left-one .rts-btn {
  margin-top: 40px;
  padding: 13px 36px;
}
.thumbnail-about-and-progress-1 .progress-area-wrapper .title {
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.consultancy-style-one .signle-consultancy {
  display: flex;
  align-items: flex-start;
  gap: 29px;
  text-align: justify;
}
.consultancy-style-one .signle-consultancy .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  background: #f2f2f2;
  border-radius: 50%;
}
.consultancy-style-one .signle-consultancy .information .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.left-thumbnail-about-area-two {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}
.left-thumbnail-about-area-two .small-image {
  position: absolute;
  right: -63px;
  bottom: 40px;
  max-width: 211px;
  animation: jump-2 5s linear infinite;
}
.about-inner-content-two .about-between-wrapper p.disc {
  max-width: 333px;
  font-size: 16px;
}
.rts-about-area-two {
  position: relative;
}
.shape-area .one {
  position: absolute;
  right: 0;
  top: 50%;
  animation: jump-2 8s linear infinite;
}
.shape-area .two {
  position: absolute;
  left: 0;
  top: 20%;
  animation: jump-2 12s linear infinite;
}
.thumbnail-business-area-right-two {
  position: relative;
}
.thumbnail-business-area-right-two .small-thumbnail {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  max-width: 301px;
  z-index: 10;
}
.thumbnail-business-area-right-two .large-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  max-width: 440px;
  margin-left: auto;
}
.thumbnail-business-area-right-two .large-thumbnail img {
  border-radius: 15px;
}
.business-goal-area-2 .consultancy-style-one .signle-consultancy {
  max-width: 84%;
}
.left-thumbnail-about-area-two {
  position: relative;
}
.left-thumbnail-about-area-two .counter-about-area {
  position: absolute;
  left: -75px;
  text-align: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
.left-thumbnail-about-area-two .counter-about-area .counter-box {
  padding: 50px 33px;
  background: #20282d;
  border-radius: 15px;
}
.left-thumbnail-about-area-two .counter-about-area .title {
  font-size: 48px;
  margin-bottom: 5px;
}
.left-thumbnail-about-area-two .counter-about-area * {
  color: #ffffff;
}
.main-thumnal-inner-about-three .shape img {
  position: absolute;
  position: absolute;
  left: -30px;
  top: -40px;
  z-index: -1;
  animation: jump-2 7s linear infinite;
}
.about-content-right-three .about-feature .single-feature-wrap .single {
  flex-basis: 48%;
  color: #5d666f;
  font-size: 18px;
}
.about-content-four-left p.disc {
  padding-left: 65px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}
.about-content-four-left p.disc::after {
  content: '';
  position: absolute;
  left: 0;
  width: 51px;
  height: 3px;
  background: var(--color-primary);
  top: 8px;
}
.about-content-inner-five .about-single-home-7 .discription p.disc {
  max-width: 90%;
}
.about-content-inner-five .about-single-home-7 .icon {
  margin-right: 25px;
}
.about-content-inner-five .about-single-home-7 .icon img {
  border-radius: 50%;
}
.about-content-inner-five .about-single-home-7 .discription .title {
  margin-bottom: 7px;
}
.about-right-six-wrapper
  .about-service-wrapper-main
  .single-about-service
  .icon {
  background: var(--color-primary);
  padding: 17px;
  border-radius: 10px;
  max-width: max-content;
  margin-bottom: 36px;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-right-six-wrapper
  .about-service-wrapper-main
  .single-about-service
  .title {
  margin: 0;
  font-size: 24px;
}
.about-6-thumbnail-left-wrapper .progress-area-wrapper .title {
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-6-inner-content-content .call-and-sign-area .call-area .icon {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-6-inner-content-content .call-and-sign-area .call-area .icon i {
  font-size: 20px;
  color: #ffffff;
  transform: rotate(-45deg);
}
.about-6-inner-content-content
  .call-and-sign-area
  .call-area
  .information
  span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5d666f;
}
.about-6-inner-content-content
  .call-and-sign-area
  .call-area
  .information
  .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1c2539;
  margin: 0;
}
.about-6-inner-content-content p.disc {
  color: #5d666f;
  font-size: 16px;
}
.about-6-inner-content-content .rts-btn {
  margin-top: 40px;
  padding: 13px 36px;
}
.consultancy-style-one .vedio-icone .video-play-button {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  transform: none;
}
.rts-about-us-area-8 span.pre {
  color: #ffffff;
}
.rts-about-us-area-8 .title {
  color: #ffffff;
}
.rts-about-us-area-8 .title span {
  font-weight: 400;
}
.rts-about-us-area-8 p.disc {
  color: #b3b7c1;
}
.title-style-one.eight.center .title span {
  font-weight: 400;
}
.title-style-one.eight.left .title span {
  font-weight: 400;
}
.about-area-wrapper-content-10 p.disc {
  padding-left: 70px;
  position: relative;
  font-size: 16px;
  color: #5d666f;
}
.about-area-wrapper-content-10 p.disc::after {
  position: absolute;
  content: '';
  height: 5px;
  width: 51px;
  background: var(--color-primary);
  left: 0;
  top: 7px;
  border-radius: 5px;
}
.thumbnail-about-10-wrapper .top-counter-area .title {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 19px;
}
.rts-breadcrumb-area {
  padding-top: 120px;
  height: auto;
  background: linear-gradient(
    180deg,
    rgba(32, 40, 45, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 96.54%
  );
  display: flex;
  align-items: center;
  position: relative;
}
.rts-breadcrumb-area .disc {
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
}
.rts-breadcrumb-area.bg_primary {
  height: 348px;
}
.rts-breadcrumb-area.bg_primary .title-area-left * {
  color: #ffffff;
}
.rts-breadcrumb-area.bg_primary .title-area-left .title {
  position: relative;
  z-index: 5;
  margin-top: 80px;
}
.rts-breadcrumb-area.bg_primary .title-area-left .bg-title {
  z-index: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.42);
  top: -81px;
}
.rts-breadcrumb-area.bg_primary .title-area-left .bg-title::after {
  height: 108%;
  background: linear-gradient(
    0deg,
    rgb(32, 40, 45) 0%,
    rgba(32, 40, 45, 0.8) 35%,
    rgba(32, 40, 45, 0.3) 100%
  );
}
.rts-breadcrumb-area.small-h {
  height: 326px;
}
.rts-breadcrumb-area .title-area-left {
  position: relative;
}
.rts-breadcrumb-area .title-area-left.center {
  text-align: center;
}
.rts-breadcrumb-area .title-area-left.center .bg-title {
  left: 50%;
  transform: translateX(-50%);
}
.rts-breadcrumb-area .title-area-left .bg-title {
  font-size: 150px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  left: -90px;
  z-index: -1;
  top: -65px;
  font-family: var(--font-primary);
  min-width: max-content;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.rts-breadcrumb-area .title-area-left .bg-title::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 107%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.8855917367) 0%,
    rgba(255, 255, 255, 0.6082808123) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}
.rts-breadcrumb-area .title-area-left .title {
  font-size: 54px;
  line-height: 1.23;
}
.rts-breadcrumb-area .shape-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shape-area img {
  position: absolute;
}
.shape-area .one {
  position: absolute;
  left: 80px;
  animation: jump-2 8s linear infinite;
}
.shape-area .two {
  left: 30%;
  top: 40%;
  animation: jump-2 6s linear infinite;
}
.shape-area .three {
  left: auto;
  right: 0;
  top: 60%;
  animation: jump-2 5s linear infinite;
}
.about-large-image {
  margin-top: 80px;
}
.large-image-bottm-breadcrumb {
  position: relative;
  z-index: 5;
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
}
.large-image-bottm-breadcrumb img {
  max-width: inherit;
  width: 100%;
}
.thumbnail-accountent-why-choose .counter-about-area {
  position: absolute;
  padding: 50px 33px;
  background: #20282d;
  position: absolute;
  top: 50px;
  left: -75px;
  text-align: center;
  border-radius: 15px;
}
.thumbnail-accountent-why-choose .counter-about-area .title {
  font-size: 48px;
  margin-bottom: 5px;
}
.thumbnail-accountent-why-choose .counter-about-area * {
  color: #ffffff;
}
.thumbnail-accountent-why-choose.style-two .counter-about-area {
  top: 0;
  left: 0;
  padding: 27px 33px;
}
.rts-about-area-two.investment
  .left-thumbnail-about-area-two
  .counter-about-area {
  left: unset;
  right: -75px;
  background: var(--color-primary);
}
.rts-about-area-two.investment .left-thumbnail-about-area-two .small-image {
  right: unset;
  left: -63px;
}
.rts-about-area-two.investment
  .about-inner-content-two
  .about-between-wrapper
  .check-wrapper-area
  .single-check
  i {
  color: var(--color-primary);
}
.rts-business-case-area.investment {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.rts-business-case-area.investment .title-between-area .title-style-four h2 {
  width: max-content;
}
.rts-business-case-area.investment .title-between-area .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.rts-business-case-area.investment .title-between-area .swiper-button-next,
.rts-business-case-area.investment .title-between-area .swiper-button-prev,
.rts-business-case-area.investment .title-between-area .swiper-button-nexts,
.rts-business-case-area.investment .title-between-area .swiper-button-prevs {
  width: 40px;
  position: unset;
  margin: 0;
  height: 35px;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #5d666f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.rts-business-case-area.investment .title-between-area .swiper-button-next i,
.rts-business-case-area.investment .title-between-area .swiper-button-prev i,
.rts-business-case-area.investment .title-between-area .swiper-button-nexts i,
.rts-business-case-area.investment .title-between-area .swiper-button-prevs i {
  color: #5d666f;
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-next::after,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prev::after,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-nexts::after,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prevs::after {
  display: none;
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-next:hover,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prev:hover,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-nexts:hover,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prevs:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-next:hover
  i,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prev:hover
  i,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-nexts:hover
  i,
.rts-business-case-area.investment
  .title-between-area
  .swiper-button-prevs:hover
  i {
  color: var(--color-white);
}
.rts-business-case-area.investment .title-between-area .swiper-button-next,
.rts-business-case-area.investment .title-between-area .swiper-button-nexts {
  right: calc(50% - 100px);
}
.rts-business-case-area.investment .title-between-area .swiper-button-prev,
.rts-business-case-area.investment .title-between-area .swiper-button-prevs {
  left: calc(50% - 100px);
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-pagination-fraction {
  max-width: max-content;
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-pagination-fraction
  span {
  font-weight: 700;
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: #1b1b1b;
}
.rts-business-case-area.investment
  .title-between-area
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #5d666f;
}
section.main-wrapper-sticky .sticky-statement .left-side .title {
  margin: 0;
}
.single-service-signle-wrapper .information .title {
  font-size: 22px;
  font-weight: 700;
}
.single-service-signle-wrapper .information p.disc {
  line-height: 1.5;
  color: #5d666f;
  margin-bottom: 25px;
}
.single-service-signle-wrapper .information .arrow-right {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1c2539;
}
.single-service-signle-wrapper .information .arrow-right i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  color: #1c2539;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.single-service-style-three .inner {
  clip-path: polygon(
    0.167% 0.175%,
    99.833% 0.175%,
    99.833% 86.41%,
    93.226% 92.322%,
    93.225% 92.322%,
    84.772% 99.825%,
    0.167% 99.825%,
    0.167% 0.175%
  );
  background: #ffffff;
  padding: 30px;
  text-align: center;
}
.single-service-style-three .inner .icon {
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  margin: auto;
  margin-bottom: 25px;
  clip-path: polygon(
    0.167% 0.175%,
    99.833% 0.175%,
    99.833% 86.41%,
    93.226% 92.322%,
    93.225% 92.322%,
    84.772% 99.825%,
    0.167% 99.825%,
    0.167% 0.175%
  );
}
.single-service-style-three .inner .title {
  font-size: 22px;
  font-weight: 700;
  color: #1c2539;
  margin-bottom: 17px;
}
.single-service-style-three .inner p.disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-service-style-three .inner a.read-more {
  color: #5d666f;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  transition: 0.3s;
}
.single-service-style-three .inner a.read-more i {
  font-size: 0px;
  transition: 0.3s;
}
.service-single-main-wrapper-five .icon {
  height: 85px;
  width: 85px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  background: #ffffff;
  border-radius: 100%;
}
.service-single-main-wrapper-five .title {
  font-weight: 700;
  font-weight: 24px;
}
.service-single-main-wrapper-five p.disc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.service-single-main-wrapper-five .rts-btn {
  max-width: max-content;
  margin: auto;
  background: #ffffff !important;
}
.rts-business-goal-area-wrapper-6
  .nav-link.active
  .business-goal-main-wrapper-6 {
  background: var(--color-primary);
}
.rts-business-goal-area-wrapper-6
  .nav-link.active
  .business-goal-main-wrapper-6
  .left-icon-number {
  color: var(--color-primary);
}
.rts-business-goal-area-wrapper-6
  .nav-link.active
  .business-goal-main-wrapper-6
  .inner-content
  * {
  color: #ffffff;
}
.business-goal-main-wrapper-6 .inner-content .title {
  margin-bottom: 7px;
}
section.main-wrapper-sticky .sticky-statement.narrow .left-side .title {
  min-width: max-content;
}
.service-bottom-cta .title {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.single-service-nine.two {
  background-image: url(../images/service/03.webp);
}
.single-service-nine.three {
  background-image: url(../images/service/04.webp);
}
.single-service-nine .title {
  color: #ffffff;
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-service-nine .icon {
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.single-service-nine .icon i {
  color: var(--color-heading-1);
  transition: 0.3s;
}
.single-service-nine .icon:hover {
  border: 1px solid #ffffff;
  background: transparent;
}
.single-service-nine .icon:hover i {
  color: #ffffff;
}
.rts-service-main-wrapper-10 .single-service-style-10 .thumbnail {
  overflow: hidden;
  display: block;
}
.rts-service-main-wrapper-10 .single-service-style-10 .thumbnail img {
  transition: 0.5s;
}
.rts-service-main-wrapper-10
  .single-service-style-10
  .content-area-wrapper
  .icon {
  margin-bottom: 45px;
}
.rts-service-main-wrapper-10
  .single-service-style-10
  .content-area-wrapper
  .title {
  margin-bottom: 12px;
}
.rts-service-main-wrapper-10
  .single-service-style-10
  .content-area-wrapper
  p.disc {
  margin-bottom: 14px;
}
.rts-service-main-wrapper-10 .single-service-style-10:hover .thumbnail img {
  transform: scale(1.1);
}
.banner-inner-service-details-1 .title {
  font-size: 60px;
  line-height: 1.1;
  color: #ffffff;
}
.banner-inner-service-details-1 p.disc {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
}
.service-details-left-area .thumbnail {
  margin-bottom: 50px;
}
.service-details-left-area .title {
  font-size: 36px;
}
.service-details-left-area p.disc {
  margin-bottom: 45px;
}
.service-details-left-area .service-short-main-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.service-details-left-area .service-short-main-wrapper .single-short-service {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 350px;
}
.service-details-left-area
  .service-short-main-wrapper
  .single-short-service
  .icon {
  height: 60px;
  min-width: 60px;
  background: #f2f2f2;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-details-left-area
  .service-short-main-wrapper
  .single-short-service
  .inner-content
  .title-sm {
  margin-bottom: 10px;
  font-size: 20px;
}
.service-details-left-area
  .service-short-main-wrapper
  .single-short-service
  .inner-content
  p.disc {
  margin-bottom: 0;
}
.service-details-left-area ul {
  padding-left: 15px;
  margin-bottom: 30px;
}
.single-step-service-details .thumbnail {
  max-width: 231px;
  margin-bottom: 0;
}
.single-step-service-details .inner .title-f {
  font-size: 18px;
  color: #161921;
}
.rts-single-wized {
  background: #20282d;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: var(--color-primary);
  border-radius: 15px;
}
.rts-single-wized.download .download-icon {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.rts-single-wized.download .download-icon i {
  color: var(--color-primary);
  font-size: 20px;
}
.rts-single-wized.download .title {
  color: #ffffff;
}
.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 {
  height: 40px;
  max-width: 40px;
}
.rts-single-wized.contact {
  background: var(--color-secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  border-radius: 15px;
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #ffffff;
  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: #ffffff;
}
.wized-header img {
  height: 60px;
}
.rts-single-wized .wized-body {
  margin-top: 30px;
}
.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}
.rts-single-wized .wized-body .rts-search-wrapper input {
  background: #ffffff;
  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: #ffffff;
  font-size: 16px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories:last-child {
  margin-bottom: 0;
}
.rts-single-wized .single-categories li {
  list-style: none;
}
.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #283136;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
}
.rts-single-wized .single-categories li a i {
  color: #ffffff;
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: var(--color-primary);
  transform: translateY(-5px) scale(1.03);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a:hover i {
  color: var(--color-primary);
}
.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rts-single-wized .recent-post-single:last-child {
  margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  border-radius: 5px;
}
.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}
.rts-single-wized .recent-post-single .thumbnail:hover img {
  transform: scale(1.2);
}
.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}
.rts-single-wized .recent-post-single .user span {
  margin-left: 9px;
}
.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1c2539;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}
.rts-single-wized .recent-post-single .post-title:hover .title {
  color: var(--color-primary);
}
.rts-single-wized .gallery-inner {
  display: flex;
  flex-direction: column;
}
.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 6px;
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.3s;
}
.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: #ffffff;
  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: #ffffff;
  transform: translateY(-3px) scale(1.09);
}
.rts-service-details-area-main-bottom
  .rts-single-wized.service
  .single-categories
  li
  a:hover
  i {
  color: #ffffff;
}
.title-area-between-hr .title-area-hr-left .pre {
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
  border: 1px solid #999999;
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
  max-width: max-content;
}
.title-area-between-hr .title-area-hr-left .title {
  font-size: 48px;
  color: #1c2539;
  margin-bottom: 0;
}
.title-area-between-hr .rts-btn {
  border: 1px solid #999999;
  color: #1c2539;
}
.title-area-between-hr .rts-btn::before {
  background: var(--color-primary);
}
.title-area-between-hr .rts-btn:hover {
  color: #ffffff;
}
.single-service-hr {
  display: block;
  background: #f2f2f2;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.single-service-hr:hover {
  background-color: transparent;
}
.single-service-hr .rts-btn {
  margin: auto;
}
.single-service-hr .inner {
  z-index: 2;
  position: relative;
  margin-top: -40px;
}
.single-service-hr .inner .icon-area {
  height: 85px;
  width: 85px;
  margin: auto;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 20px;
}
.single-service-hr .inner .disc {
  margin-bottom: 25px;
}
.single-service-hr .inner .icon-area img {
  width: 100%;
}
.color-blue-demo .left-thumbnail-about-area-two .counter-about-area {
  background: var(--color-primary);
}
.service-main-wrapper-list .single-service-wrapper .content .title {
  margin: 0;
  padding: 0 30px;
  font-size: 24px;
}
.service-main-wrapper-list .single-service-wrapper .thumbnail {
  max-width: 94px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.service-main-wrapper-list .single-service-wrapper .thumbnail img {
  transition: 0.6s;
}
.service-main-wrapper-list .single-service-wrapper:hover .thumbnail img {
  transform: scale(1.08);
}
.bg_color-dark-1 .title-style-10 .pre {
  color: #b3b7c1;
}
.bg_color-dark-1 .title-style-10 .title {
  color: #ffffff;
}
.bg_color-dark-1 .rts-service-main-wrapper-10 .content-area-wrapper .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7434%)
    hue-rotate(67deg) brightness(99%) contrast(100%);
}
.bg_color-dark-1 .rts-service-main-wrapper-10 .content-area-wrapper .title {
  color: #ffffff;
}
.bg_color-dark-1 .rts-service-main-wrapper-10 .content-area-wrapper p.disc {
  color: #b3b7c1;
}
.bg_color-dark-1
  .rts-service-main-wrapper-10
  .single-service-style-10
  .thumbnail {
  overflow: hidden;
  display: block;
  min-width: 50%;
}
.bg_color-dark-1
  .rts-service-main-wrapper-10
  .single-service-style-10
  .thumbnail
  img {
  width: 100%;
}
.counter-main-wrapper-inner-seo .single-counter-wrapper .icon {
  margin-bottom: 35px;
}
.counter-main-wrapper-inner-seo .single-counter-wrapper .title {
  font-size: 48px;
  margin-bottom: 13px;
}
.counter-main-wrapper-inner-seo .single-counter-wrapper span.pre {
  text-transform: uppercase;
  font-size: 16px;
}
.single-service-technical-area .icon {
  margin-bottom: 32px;
}
.single-service-technical-area .title {
  font-size: 22px;
}
.single-service-technical-area p.disc {
  margin-bottom: 15px;
}
.title-style-one .pre {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--color-primary);
  display: flex;
  max-width: max-content;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.title-style-one .title {
  font-size: 48px;
  font-weight: 700;
}
.title-style-one h1.title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
}
.title-style-one.left {
  text-align: left;
}
.title-style-one.center {
  text-align: center;
}
.title-style-one.center .pre {
  margin: auto;
  margin-bottom: 15px;
}
.title-style-two .pre {
  font-size: 16px;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
}
.title-style-two .title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.35;
}
.title-style-two.center {
  text-align: center;
}
.title-style-two.center .pre {
  text-align: center;
  justify-content: center;
}
.title-style-two.center .bg-content {
  left: 50%;
  transform: translateX(-50%);
}
.title-style-three.center {
  text-align: center;
}
.title-style-three.center .bg-title {
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}
.title-style-three.left .bg-title {
  left: 0;
}
.title-style-three .pre {
  font-size: 18px;
  color: #5d666f;
  font-weight: 500;
}
.title-style-three .title {
  font-size: 48px;
  margin-top: 15px;
}
.container {
  padding: 0 15px;
}
.title-style-four .pre {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #5d666f;
}
.title-style-four .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  color: #1c2539;
  -webkit-text-stroke-color: #1c2539;
  -webkit-text-stroke: 1px;
  margin-top: 20px;
}
.title-style-four .title span {
  font-size: 48px;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
}
.title-style-four.center {
  text-align: center;
}
.title-style-four.center span {
  font-size: unset;
}
.title-style-five.center {
  text-align: center;
}
.title-style-five span.pre {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5d666f;
}
.title-style-five .title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 15px;
}
.bg-main .title-style-one .pre {
  border: 1px solid #e9e9e9;
  color: #ffffff;
  border-radius: 6px;
}
.bg-main .title-style-one .title {
  color: #ffffff;
}
.bg-main .title-style-one.left {
  text-align: left;
}
.bg-main .title-style-one.center {
  text-align: center;
}
.bg-main .title-style-one.center .pre {
  margin: auto;
  margin-bottom: 30px;
}
.call-and-sign-area.two {
  gap: 84px;
}
.call-and-sign-area.two .icon {
  border-radius: 15px !important;
}
.call-and-sign-area.two .call-area {
  position: relative;
}
.call-and-sign-area.two .call-area::after {
  content: '';
  position: absolute;
  right: 0;
  height: 70px;
  width: 1px;
  background: #ebebeb;
  right: -40px;
}
.call-and-sign-area .call-area .icon {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-and-sign-area .call-area .icon i {
  font-size: 20px;
  color: #ffffff;
  transform: rotate(-45deg);
}
.call-and-sign-area .call-area .information span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5d666f;
}
.call-and-sign-area .call-area .information .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1c2539;
  margin: 0;
}
.bg-black-content .title-style-three-between .pre {
  color: #ffffff;
}
.bg-black-content .title-style-three-between .title {
  color: #ffffff;
}
.index-five .rts-btn {
  border-radius: 100px;
}
.index-five #menu-btn {
  border-radius: 50% !important;
}
.primary-blue .rts-btn.btn-primary {
  background: var(--color-blue);
}
.primary-sky .rts-btn.btn-primary {
  background: var(--color-primary);
  border-radius: 33px;
}
.investment-home .rts-btn.btn-primary {
  background: var(--color-primary);
  border-radius: 15px;
}
.investment-home .title-style-two .pre {
  display: flex;
  align-items: center;
  gap: 10px;
}
.radious-none-button .rts-btn {
  border-radius: 0;
}
.radious-none-button .title-style-one .pre {
  border-radius: 0;
}
.rts-breadcrumb-area.career-page {
  height: 566px;
}
.rts-breadcrumb-area.career-page .title-area-left {
  padding-bottom: 180px;
}
.tite-between-area-8 .next-prev-area .swiper-button-next,
.tite-between-area-8 .next-prev-area .swiper-button-prev {
  height: 55px;
  width: 55px;
  background: #f2f2f2;
  color: #1c2539;
  transition: 0.3s;
}
.tite-between-area-8 .next-prev-area .swiper-button-next::after,
.tite-between-area-8 .next-prev-area .swiper-button-prev::after {
  display: none;
}
.tite-between-area-8 .next-prev-area .swiper-button-next:hover,
.tite-between-area-8 .next-prev-area .swiper-button-prev:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.tite-between-area-8 .next-prev-area .swiper-button-prev {
  right: 75px;
  left: auto;
}
.title-style-10 span.pre {
  font-size: 18px;
}
.title-style-10 .title {
  font-size: 60px;
  margin-top: 10px;
}
.title-style-10.left {
  text-align: left;
}
.pagination button.active {
  background: var(--color-primary);
  color: white;
}
.color-yellow-demo .single-feature-service-wrapper-8 .icon {
  height: 60px;
  width: 60px;
  border-radius: 10px;
}
.color-blue-demo .rts-btn {
  border-radius: 100px;
}
.page-wrapper-business-coach .header-transparent.header--sticky.sticky {
  width: calc(100% - 99px);
  transform: translateX(-50%);
  left: 50%;
}
.page-wrapper-business-coach .progress-wrap {
  right: 80px;
  bottom: 80px;
}
.single-working-process-one .left {
  position: relative;
  z-index: 5;
}
.single-working-process-one .left .icon {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3e484e;
  border-radius: 100%;
  position: relative;
}
.single-working-process-one .left .icon::after {
  position: absolute;
  content: '';
  background-image: url(../images/process/01.png);
  height: 19px;
  width: 19px;
  background-repeat: no-repeat;
  background-position: center;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.single-working-process-one .inner-content {
  border-radius: 10px;
  padding: 40px 50px;
  background: #3e484e;
  position: relative;
  z-index: 1;
}
.single-working-process-one .inner-content .number-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-working-process-one .inner-content .number-main::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3e484e;
  z-index: -2;
  border-radius: 50%;
}
.single-working-process-one .inner-content .number-main::before {
  content: '';
  position: absolute;
  width: 150px;
  border: 1px dashed #474e52;
  left: -150px;
  z-index: -2;
}
.single-working-process-one .inner-content .number {
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 500%;
  background: #20282d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
}
.single-working-process-one .inner-content .title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
.single-working-process-one .inner-content p.disc {
  color: #c9c9c9;
}
.working-process-one.without-clip-radious
  .single-working-process-one
  .inner-content {
  border-radius: 0;
}
.working-process-one.without-clip-radious
  .single-working-process-one
  .left
  .icon {
  border-radius: 0;
}
.business-process-hr-left-thumbnail .right-top .title {
  margin-bottom: 0px;
  font-size: 36px;
}
.business-process-hr-content .title {
  margin-top: 20px;
}
.business-process-hr-content p.disc {
  margin-top: 20px;
  margin-bottom: 40px;
}
.signle-fun-facts-one {
  text-align: center;
  background: #f2f2f2;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}
.signle-fun-facts-one .icon {
  height: 92px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 14px;
  background: var(--color-heading-1);
}
.signle-fun-facts-one .title {
  font-size: 48px;
  margin-bottom: 5px;
}
.single-team-area-one-start .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.single-team-area-one-start .thumbnail img {
  transition: 0.5s;
}
.single-team-area-one-start .inner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  text-align: center;
  width: 80%;
}
.single-team-area-one-start .inner-content .title {
  margin-bottom: 5px;
}
.single-team-area-one-start .inner-content .text-top {
  padding: 21px 60px 15px 60px;
}
.single-team-area-one-start .inner-content .social-one-wrapper {
  display: flex;
  justify-content: center;
}
.single-team-area-one-start .inner-content .social-one-wrapper ul {
  padding: 0;
  display: flex;
  align-items: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.single-team-area-one-start .inner-content .social-one-wrapper ul li {
  margin: 0;
  padding: 0;
}
.single-team-area-one-start .inner-content .social-one-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #f6f6f6;
  border-radius: 50%;
  color: #1c2539;
  transition: 0.4s;
}
.single-team-area-one-start .inner-content .social-one-wrapper ul li a:hover {
  background: #1c2539;
  color: #ffffff;
}
.team-single-one-start {
  background: #ffffff;
  border-radius: 8px;
  transition: 0.3s;
  box-shadow: 0px 12px 52px rgba(27, 23, 23, 0.03);
  border-radius: 8px;
}
.team-single-one-start .team-image-area a {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.team-single-one-start .team-image-area {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.team-single-one-start .team-image-area a:hover img {
  transform: scale(1.1);
}
.team-single-one-start .team-image-area a img {
  width: 100%;
  transition: 0.3s;
}
.team-single-one-start .team-image-area a .team-social {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.team-single-one-start .team-image-area a .team-social .main i {
  padding: 16px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
  color: var(--color-primary);
  transition: 0.3s;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-single-one-start .team-image-area a .team-social:hover .main i {
  background: var(--color-primary);
  color: #ffffff;
}
.team-single-one-start .team-image-area a .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(50px);
  transition: 1s;
  opacity: 0;
}
.team-single-one-start .team-image-area a .team-social .team-social-one i {
  background: #ffffff;
  border-radius: 60%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: var(--color-primary);
  transition: 0.3s;
  margin-bottom: 10px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-single-one-start
  .team-image-area
  a
  .team-social
  .team-social-one
  i:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.team-single-one-start .team-image-area a .team-social:hover .main {
  opacity: 0;
}
.team-single-one-start .team-image-area a .team-social:hover .team-social-one {
  transform: translateY(-96%);
  z-index: 2;
  opacity: 1;
}
.team-single-one-start .single-details {
  padding: 28px 30px 27px 30px;
}
.team-single-one-start .single-details a .title {
  margin-bottom: 0px;
  transition: 0.3s;
}
.team-single-one-start .single-details a:hover .title {
  color: var(--color-primary);
}
.team-single-one-start .single-details p {
  color: var(--color-primary);
  font-size: 16px;
}
.rts-team-area-start-four .single-team-area-one-start .inner-content {
  margin-top: -165px;
  height: 308px;
  width: 280px;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(
    48.93% 0.356%,
    48.93% 0.356%,
    49.136% 0.264%,
    49.349% 0.194%,
    49.568% 0.143%,
    49.791% 0.113%,
    50.015% 0.103%,
    50.24% 0.113%,
    50.463% 0.143%,
    50.681% 0.194%,
    50.895% 0.264%,
    51.101% 0.356%,
    98.912% 24.359%,
    98.912% 24.359%,
    99.106% 24.469%,
    99.283% 24.594%,
    99.444% 24.734%,
    99.586% 24.887%,
    99.708% 25.052%,
    99.811% 25.227%,
    99.892% 25.411%,
    99.951% 25.602%,
    99.988% 25.798%,
    100% 26%,
    100% 74%,
    100% 74%,
    99.988% 74.202%,
    99.951% 74.398%,
    99.892% 74.589%,
    99.811% 74.773%,
    99.708% 74.948%,
    99.586% 75.113%,
    99.444% 75.266%,
    99.283% 75.406%,
    99.106% 75.531%,
    98.912% 75.641%,
    51.101% 99.645%,
    51.101% 99.645%,
    50.895% 99.736%,
    50.681% 99.806%,
    50.463% 99.857%,
    50.24% 99.887%,
    50.015% 99.897%,
    49.791% 99.887%,
    49.568% 99.857%,
    49.349% 99.806%,
    49.136% 99.736%,
    48.93% 99.645%,
    1.119% 75.641%,
    1.119% 75.641%,
    0.925% 75.531%,
    0.747% 75.406%,
    0.587% 75.266%,
    0.445% 75.113%,
    0.322% 74.948%,
    0.22% 74.773%,
    0.138% 74.589%,
    0.079% 74.398%,
    0.043% 74.202%,
    0.031% 74%,
    0.031% 26%,
    0.031% 26%,
    0.043% 25.798%,
    0.079% 25.602%,
    0.138% 25.411%,
    0.22% 25.227%,
    0.322% 25.052%,
    0.445% 24.887%,
    0.587% 24.734%,
    0.747% 24.594%,
    0.925% 24.469%,
    1.119% 24.359%,
    48.93% 0.356%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.rts-team-area-start-four .single-team-area-one-start .inner-content .text-top {
  padding: 21px 70px 15px 70px;
}
@media (max-width: 576px) {
  .rts-team-area-start-four
    .single-team-area-one-start.wide-space
    .inner-content {
    margin-top: -230px;
  }
}
.single-team-style-5 .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-team-style-5 .thumbnail img {
  transition: 0.3s;
}
.single-team-style-5 .inner a .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.single-team-style-5 .inner span {
  font-size: 16px;
  font-weight: 400;
}
.single-team-style-5:hover .thumbnail img {
  transform: scale(1.05);
}
.single-about-skill-inner .title {
  position: relative;
  margin-bottom: 40px;
}
.single-about-skill-inner .title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.team-details-right-inner p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  color: #5d666f;
}
.team-details-right-inner
  .team-details-support-wrapper
  .support-innner
  a
  .title {
  margin-bottom: 0;
  transition: 0.3s;
}
.boosting-business-right-area .feature-one-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.boosting-business-right-area .feature-one-wrapper .single-feature-one {
  display: flex;
  align-items: center;
  padding: 15px 29px;
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  margin-right: 25px;
  margin-bottom: 25px;
  transition: 0.3s;
  width: 100%;
}
.boosting-business-right-area .feature-one-wrapper .single-feature-one i {
  padding: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  color: #ffffff;
  margin-right: 15px;
  font-size: 14px;
  line-height: 12px;
}
.boosting-business-right-area .feature-one-wrapper .single-feature-one p {
  color: #1c2539;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.boosting-business-right-area .feature-one-wrapper .single-feature-one:hover {
  border: 1px solid #eeeeee;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 15px;
  background: #ffffff;
}
.rts-pricing-area-one .pricing-tab-button-area ul.nav li button.active {
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 0;
}
.pricing-wrapper-one .plane-process .title {
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 36px;
}
.pricing-wrapper-one .pricing-body .single-pricing .icon {
  margin-right: 15px;
}
.pricing-wrapper-one .pricing-body .single-pricing .icon i {
  border: 1px solid #5d666f;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
}
.pricing-wrapper-one .pricing-body .single-pricing.available .icon i {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}
.pricing-wrapper-one .pricing-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin-top: 42px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 6px;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 6px;
}
.pricing-wrapper-one .pricing-body a.rts-btn.btn-white {
  background: #ffffff;
}
.pricing-2-tab.nav li button.active {
  background: var(--color-primary);
  color: #ffffff;
}
.pricing-wrapper-one.home-two.active {
  border: 2px solid var(--color-primary);
  box-shadow: 0px 17px 39px rgba(6, 33, 101, 0.13);
}
.pricing-wrapper-one.home-two .pricing-body .single-pricing.available .icon i {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.pricing-wrapper-one.home-two .title {
  margin-bottom: 5px;
}
.pricing-wrapper-one.home-two .pric-area .title {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  min-width: max-content;
}
.pricing-wrapper-one.home-two .discription p.disc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5d666f;
}
.pricing-wrapper-one.home-two .pricing-body a.rts-btn {
  display: block;
  max-width: inherit;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 15px;
  border: 1px solid #e9ecf1;
  color: #1c2539;
}
.pricing-wrapper-one.home-two .pricing-body a.rts-btn.active {
  background: var(--color-primary);
  color: #ffffff;
}
.pricing-wrapper-one.home-two .pricing-body a.rts-btn.active:hover {
  display: block;
  max-width: inherit;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 15px;
  border: 1px solid #e9ecf1;
  color: #1c2539;
}
.pricing-wrapper-one.home-two .pricing-body a:hover.rts-btn {
  background: var(--color-primary);
  color: #ffffff;
}
.pricing-list-style-wrapper
  .single-list-pricing-area
  .pricing-area
  .head
  .title {
  font-size: 36px;
  color: #1c2539;
}
.pricing-list-style-wrapper
  .single-list-pricing-area
  .feature-button-wrapper
  .rts-btn {
  background: #ffffff !important;
  /* arrow shawdo */
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05) !important;
  border-radius: 6px !important;
}
.pricing-list-style-wrapper.service-details-page
  .single-list-pricing-area
  .pricing-area
  .head
  .title {
  font-size: 28px;
}
.comparison-table.table-3 thead tr th .rts-btn {
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  height: auto;
  border-radius: 6px;
  margin-top: 15px !important;
}
.cta-main-area-wrapper-one .left-areas .title {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}
.cta-style-two-area .title {
  font-size: 40px;
  line-height: 1.4;
}
.rts-call-to-action-area-three .cta-main-wrapper-inner .title {
  font-size: 44px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}
.rts-call-to-action-area-three .cta-main-wrapper-inner .title span {
  font-weight: 700;
}
.rts-call-to-action-area-three .cta-main-wrapper-inner .call-area .icon {
  height: 82px;
  width: 82px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.rts-call-to-action-area-three .cta-main-wrapper-inner .call-area .icon i {
  font-size: 22px;
  color: #20282d;
}
.bg_call-toaction-4 .cta-four-wrapper .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.bg_call-toaction-4 .cta-four-wrapper .left .title {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-text-stroke-color: #1c2539;
  -webkit-text-stroke: 1px;
}
.bg_call-toaction-4 .cta-four-wrapper .left .title span {
  -webkit-text-stroke-color: #1c2539;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-size: 30px;
}
.cta-main-wrapper-six .title {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.3;
}
.cta-style-10-wrapper .left-side .title {
  font-size: 60px;
  color: #1c2539;
}
.cta-inner-content-inner-page .left-side-content .title {
  font-size: 60px;
}
.cta-inner-content-inner-page form button.rts-btn {
  position: absolute;
  right: 10px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.footer-two-single-wized.left .title {
  font-size: 36px;
  color: #1c2539;
  line-height: 46px;
}
.footer-two-single-wized.left .title span {
  font-weight: 300;
}
.footer-two-single-wized.left p.disc {
  font-size: 16px;
  color: #5d666f;
  line-height: 26px;
}
.footer-two-single-wized.left a.rts-btn:hover {
  background: white;
  box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.07);
}
.footer-two-single-wized .wized-title-area .wized-title {
  margin-bottom: 4px;
}
.footer-two-single-wized .contact-info-1 .icon i {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: var(--color-primary);
}
.footer-two-single-wized .contact-info-1 .icon i::after {
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  height: 35px;
  width: 35px;
}
.footer-two-single-wized .contact-info-1 .disc {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.footer-two-single-wized .contact-info-1 .disc span {
  color: #5d666f;
  font-size: 16px;
  font-weight: 400;
}
.footer-two-single-wized .contact-info-1 .disc a {
  color: #1c2539;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}
.footer-two-single-wized .contact-info-1 .disc a:hover {
  color: var(--color-primary-2);
  margin-left: 10px;
}
.rts-copy-right-1 .copyright-h-2-wrapper p.disc {
  margin-bottom: 0;
  color: #1c2539;
  font-weight: 500;
}
.footer-two .footer-one-single-wized .wized-title {
  margin-bottom: 25px;
}
.footer-two .footer-one-single-wized .wized-title .title {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-two .footer-one-single-wized .quick-link-inner {
  display: flex;
}
.footer-two .footer-one-single-wized .quick-link-inner .links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-two .footer-one-single-wized .quick-link-inner .links.margin-left-70 {
  margin-left: 70px;
}
.footer-two .footer-one-single-wized.mid-bg {
  background: linear-gradient(180deg, #0e1422 -4.66%, #212631 100%);
  border-radius: 15px;
  padding: 40px;
  margin-top: -40px;
  margin: -40px 30px 0 30px;
  margin-left: 0;
}
.footer-two
  .footer-one-single-wized.mid-bg
  .opening-time-inner
  .single-opening {
  display: flex;
  justify-content: space-between;
}
.footer-two
  .footer-one-single-wized.mid-bg
  .opening-time-inner
  .single-opening
  p {
  margin-bottom: 15px;
  color: #ffffff;
  font-family: var(--font-primary);
}
.footer-two
  .footer-one-single-wized.mid-bg
  .opening-time-inner
  .rts-btn.contact-us {
  display: block;
  max-width: max-content;
}
.footer-two .footer-one-single-wized .wized-title {
  margin-bottom: 25px;
}
.footer-two .footer-one-single-wized .wized-title .title {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-two .footer-one-single-wized .quick-link-inner {
  display: flex;
}
.footer-two .footer-one-single-wized .quick-link-inner .links.margin-left-70 {
  margin-left: 70px;
}
.footer-two .footer-one-single-wized .quick-link-inner .links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li {
  margin-top: 0;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li a {
  color: #8b8f99;
  transition: var(--transition);
  position: relative;
  max-width: max-content;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li a::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background: var(--color-primary);
  left: 29px;
  bottom: 0;
  transition: 0.3s;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li a i {
  margin-right: 12px;
  transition: 0.3s;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li a:hover {
  color: #ffffff;
}
.footer-two
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a:hover::after {
  position: absolute;
  width: 76%;
}
.footer-two .footer-one-single-wized .quick-link-inner .links li a:hover i {
  color: #ffffff;
}
.footer-two .footer-one-single-wized .post-wrapper .single-footer-post {
  display: flex;
  align-items: flex-start;
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .left-thumbnail {
  margin-right: 20px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .left-thumbnail
  img {
  width: 130px;
  height: auto;
  transition: var(--transition);
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .left-thumbnail:hover
  img {
  transform: scale(1.2);
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  p {
  margin-bottom: 0;
  color: #8b8f99;
  font-size: 14px;
  margin-top: -6px;
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a
  .title {
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
  transition: var(--transition);
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a:hover
  .title {
  color: var(--color-primary);
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a {
  max-width: max-content;
  padding-left: 0;
  color: #df0a0a;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a
  i {
  margin-left: 6px;
  margin-bottom: -4px;
  position: relative;
  transition: var(--transition);
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a.red-more {
  display: block;
  max-width: max-content;
}
.footer-two
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .post-right
  a.red-more:hover
  i {
  margin-left: 15px;
}
.footer-two .update-wrapper p.disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  color: #8b8f99;
}
.map-information-2-footer
  .contact-information-main-wrapper
  .signle-contact-information
  .icon {
  height: 50px;
  width: 50px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.map-information-2-footer
  .contact-information-main-wrapper
  .signle-contact-information
  .icon
  i {
  color: #20282d;
}
.map-information-2-footer
  .contact-information-main-wrapper
  .signle-contact-information
  .information-wrapper
  .title {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}
.rts-footer-area.footer-three .footer-three-single-wized.mid-right .body p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .email-footer-area {
  display: flex;
  position: relative;
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .email-footer-area
  input {
  height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding-right: 60px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .email-footer-area
  input:focus {
  border: 1px solid var(--color-primary);
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .email-footer-area
  button {
  height: 55px;
  width: 55px;
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .note-area
  p {
  color: #5d666f;
  margin-top: 25px;
  font-weight: 400;
}
.rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .note-area
  p
  span {
  color: var(--color-primary);
}
.rts-footer-area.footer-three .footer-three-single-wized.left a.logo_footer {
  padding-bottom: 25px;
  display: block;
}
.rts-footer-area.footer-three .footer-three-single-wized.left p.disc {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
.rts-footer-area.footer-three .footer-three-single-wized .title {
  font-size: 22px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single:last-child {
  margin-bottom: 0;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single:last-child
  .icon {
  position: relative;
  margin-top: -20px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .icon {
  margin-right: 25px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .icon
  li {
  list-style: none;
  position: relative;
  z-index: 1;
  color: var(--color-primary);
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .icon
  li
  i {
  font-size: 14px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .icon
  li::after {
  position: absolute;
  content: '';
  height: 35px;
  width: 35px;
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.0509803922);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .info
  span {
  display: block;
  color: #5d666f;
  font-size: 15px;
  font-weight: 400;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .info
  a {
  color: #1c2539;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  line-height: 22px;
}
.rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .info
  a:hover {
  color: var(--color-primary);
}
.footer-8-area-bg {
  position: relative;
  overflow: hidden;
}
.footer-8-area-bg > .container,
.footer-8-area-bg > .copyright-area-main-wrapper {
  position: relative;
  z-index: 1;
}
.footer-8-area-bg .footer-pattern-bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/icons/pattern.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 300px 300px;
  opacity: 0.12;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 0;
}
.footer-logo-area-left-8 {
  text-align: left;
}
.footer-logo-area-left-8 .logo {
  display: block;
  margin-bottom: 25px;
}
.footer-logo-area-left-8 p.disc {
  margin-top: 30px;
}
.footer-logo-area-left-8 ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.footer-logo-area-left-8 ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #3e484e;
  transition: 0.3s;
}
.footer-logo-area-left-8 ul li a i {
  color: #ffffff;
}
.footer-logo-area-left-8 ul li a:hover {
  transform: translateY(-5px);
}
.footer-logo img {
  width: 60%;
}
.footer-8-area-bg .footer-one-single-wized .wized-title {
  margin-bottom: 25px;
}
.footer-8-area-bg .footer-one-single-wized .wized-title .title {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner {
  display: flex;
}
.footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links.margin-left-70 {
  margin-left: 70px;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li {
  margin-top: 0;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a {
  color: #8b8f99;
  transition: var(--transition);
  position: relative;
  max-width: max-content;
}
.footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background: var(--color-primary);
  left: 29px;
  bottom: 0;
  transition: 0.3s;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a i {
  margin-right: 12px;
  transition: 0.3s;
}
.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a:hover {
  color: var(--color-white);
}
.footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a:hover::after {
  position: absolute;
  width: 76%;
}
.footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a:hover
  i {
  color: #ffffff;
}
.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 {
  display: grid;
  grid-template-columns: 35px auto;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .icon {
  height: 35px;
  width: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #3e484e;
  border-radius: 5px;
}
.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .icon i {
  color: #ffffff;
  line-height: 2;
}
.footer-8-area-bg
  .footer-one-single-wized
  .signle-footer-contact-8
  .inner-content
  .title {
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}
.footer-8-area-bg
  .footer-one-single-wized
  .signle-footer-contact-8
  .inner-content
  a {
  color: #8b8f99;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}
.footer-8-area-bg
  .footer-one-single-wized
  .signle-footer-contact-8
  .inner-content
  a:hover {
  color: #ffffff;
}
.copyright-area-main-wrapper {
  border-top: 1px solid #3d4352;
}
.copyright-8-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.copyright-8-wrapper p {
  margin: 0;
  padding: 30px 0;
}
.copyright-8-wrapper * {
  color: #ffffff;
}
.copyright-8-wrapper ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.copyright-8-wrapper ul li {
  padding: 0;
  margin: 0;
}
.copyright-8-wrapper ul li a:hover {
  color: #ffffff;
}
.rts-footer-area.in-green-demo .footer-three-single-wized.left p.disc {
  max-width: 60%;
}
.single-blog-area-one.without-radious .bottom-details .thumbnail {
  border-radius: 0;
}
.single-blog-area-one .title {
  font-size: 30px;
  font-weight: 700;
}
.single-blog-area-one .bottom-details .thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.single-blog-area-one .bottom-details .thumbnail img {
  transition: 0.4s;
  width: 100%;
}
.single-blog-area-one:hover .thumbnail img {
  transform: scale(1.07);
}
.rts-blog-h-2-wrapper .thumbnail {
  overflow: hidden;
  display: block;
  max-width: max-content;
  margin-bottom: 30px;
  border-radius: 30px;
}
.rts-blog-h-2-wrapper .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.rts-blog-h-2-wrapper .thumbnail:hover img {
  transform: scale(1.1);
}
.rts-blog-h-2-wrapper .body span {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
}
.rts-blog-h-2-wrapper .body a .title {
  margin-top: 15px;
  transition: 0.3s;
  color: #1c2539;
  font-weight: 700;
  line-height: 40px;
}
.rts-blog-h-2-wrapper .body a:hover .title {
  color: var(--color-primary);
}
.rts-blog-h-2-wrapper .body .rts-read-more {
  color: #1c2539;
}
.rts-blog-h-2-wrapper .body .rts-read-more:hover i {
  background: var(--color-primary);
  color: #ffffff;
}
.rts-blog-h-2-wrapper .body .rts-read-more:hover {
  color: var(--color-primary);
}
.rts-blog-h-2-wrapper .body .rts-read-more i {
  background: #f5f5f5;
  color: #000;
}
.rts-read-more.btn-primary {
  background: transparent;
  color: #1c2539;
}
.single-blog-area-four a.thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.single-blog-area-four a.thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.single-blog-area-four:hover a.thumbnail img {
  transform: scale(1.1);
}
.single-blog-area-four .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.single-blog-area-four .inner-content * {
  color: #ffffff;
}
.single-blog-area-four .inner-content .tag-area-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.single-blog-area-four .inner-content .tag-area-wrapper .single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-blog-area-four .inner-content .tag-area-wrapper .single p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.single-blog-area-four .inner-content .title {
  font-weight: 700;
  line-height: 1.5;
}
.single-blog-area-four.investment .inner-content {
  z-index: 1;
}
.single-blog-card-6.list p.disc {
  margin-bottom: 0 !important;
}
.single-blog-card-6.list .inner-content {
  padding: 29px 40px;
}
.single-blog-card-6 .inner-content {
  padding: 40px;
}
.single-blog-card-6 .inner-content p.top {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #20282d;
  font-weight: 600;
}
.single-blog-card-6 .inner-content p.top span {
  color: #5d666f;
  font-weight: 400;
}
.single-blog-card-6 .inner-content .title {
  font-size: 24px;
  color: #1c2539;
  margin-bottom: 20px;
  transition: 0.3s;
}
.single-blog-card-6 .inner-content .title:hover {
  color: var(--color-primary);
}
.single-blog-card-6 .inner-content p.disc {
  font-size: 16px;
  color: #5d666f;
  margin-bottom: 20px;
}
.blog-single-post-listing.details .thumbnail {
  border-radius: 15px 15px 0 0;
}
.blog-single-post-listing.details .thumbnail.details {
  border-radius: 15px;
  width: 100%;
  max-width: max-content;
}
.blog-single-post-listing.details .rts-quote-area .title {
  margin-bottom: 25px;
}
.blog-single-post-listing.details .rts-quote-area .name {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
}
.blog-single-post-listing.details .author-area .thumbnail {
  margin-right: 30px;
}
.blog-single-post-listing.inner {
  border: none;
  max-width: 950px;
  margin: 0 auto;
}
.blog-single-post-listing.inner2 .blog-listing-content .rts-quote-area .title {
  color: #f7f7f7;
}
.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 .user-info .single {
  margin-right: 30px;
  min-width: max-content;
}
.blog-single-post-listing .blog-listing-content .user-info .single i {
  margin-right: 10px;
  color: var(--color-primary);
}
.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;
}
.blog-single-post-listing .blog-listing-content a.rts-btn {
  margin-top: 35px;
  display: block;
  max-width: max-content;
}
.blog-list-style .rts-single-wized.Recent-post {
  background: #f2f2f2;
}
.blog-list-style .rts-single-wized.tags {
  background: #f2f2f2;
}
.blog-list-style .rts-single-wized.search1 {
  background: #f2f2f2;
}
.blog-list-style .rts-single-wized.Categories {
  background: #f2f2f2;
}
.blog-list-style .rts-single-wized.Categories li a {
  background: #ffffff;
  color: #5d666f;
}
.blog-list-style .rts-single-wized.Categories li a * {
  color: #5d666f;
}
.blog-list-style .rts-single-wized .wized-header .title {
  color: var(--color-primary);
}
.blog-details-area-inner-content .blog-details-top-wrapper .single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-area-inner-content .blog-details-top-wrapper .single span {
  color: #5d666f;
  font-weight: 400;
}
.blog-details-area-inner-content .title {
  font-size: 36px;
}
.blog-details-area-inner-content p.disc {
  font-size: 16px;
}
.author-area-blog .thumbnail {
  margin-right: 30px;
}
.author-area-blog .thumbnail {
  overflow: hidden;
  max-width: max-content;
  width: 100%;
}
.author-area-blog .thumbnail img {
  transition: 0.3s;
  width: 100%;
}
.author-area-blog .thumbnail:hover img {
  transform: scale(1.2);
}
.rts-quote-area .title {
  margin-bottom: 25px;
  font-size: 24px;
}
.rts-quote-area .name {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
}
.project-style-one .inner-content {
  position: absolute;
  padding: 32px;
  border-radius: 15px;
  background: #ffffff;
  left: 30px;
  bottom: 44px;
  min-width: 337px;
}
.project-style-one .inner-content .title {
  margin-bottom: 5px;
  font-size: 24px;
}
.project-style-one .inner-content span {
  color: #5d666f;
  font-size: 16px;
}
.single-project-style-three .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 60px 22px 22px;
}
.single-project-style-three .inner-content .title {
  margin-bottom: 8px;
}
.single-project-style-three .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.single-project-style-three:hover .thumbnail img {
  transform: scale(1.08);
}
.single-case-studies-four .inner {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  padding: 27px 40px;
  border-left: 8px solid #ffffff;
  background: var(--color-primary);
  border-radius: 5px;
}
.single-case-studies-four .inner * {
  color: #ffffff;
}
.single-case-studies-four .inner .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.single-case-studies-four:hover .inner {
  bottom: 40px;
}
.mySwiper-case-studies-5 {
  padding-bottom: 90px;
  position: relative;
}
.mySwiper-case-studies-5 .swiper-button-next,
.mySwiper-case-studies-5 .swiper-button-prev,
.mySwiperclients .swiper-button-next,
.mySwiperclients .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  top: auto;
  transition: all 0.3s;
}
.mySwiper-case-studies-5 .swiper-button-next:hover,
.mySwiper-case-studies-5 .swiper-button-prev:hover,
.mySwiperclients .swiper-button-next:hover,
.mySwiperclients .swiper-button-prev:hover {
  background-color: #ffffff;
  color: var(--color-primary);
}
.mySwiper-case-studies-5 .swiper-button-next::after,
.mySwiper-case-studies-5 .swiper-button-prev::after,
.mySwiperclients .swiper-button-next::after,
.mySwiperclients .swiper-button-prev::after {
  display: none;
}
.mySwiper-case-studies-5 .swiper-button-next,
.mySwiperclients .swiper-button-next {
  right: calc(50% - 50px);
}
.mySwiper-case-studies-5 .swiper-button-prev,
.mySwiperclients .swiper-button-prev {
  left: calc(50% - 50px);
}
.mySwiper-case-studies-5 .swiper-pagination-fraction {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  right: auto;
  max-width: max-content;
}
.mySwiper-case-studies-5 .swiper-pagination-fraction span {
  font-weight: 700;
}
.mySwiper-case-studies-5
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: var(--color-primary);
}
.mySwiper-case-studies-5
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #5d666f;
}
.case-clients .mySwiperclients {
  padding: 30px 15px 120px 15px;
}
.mySwiperclients {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.mySwiperclients .swiper-slide {
  height: auto;
}
.mySwiperclients .swiper-slide .single {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
  min-height: 120px;
  padding: 20px;
}
.mySwiperclients .swiper-slide .single img {
  max-width: 130px;
}
.project-content-left-5 .title-area .title {
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 700;
  color: #1c2539;
}
.project-content-left-5 p.disc {
  margin-bottom: 35px;
}
.project-content-left-5 .rts-btn {
  border-radius: 15px;
}
.mySwiper-project-five .swiper-button-next,
.mySwiper-project-five .swiper-button-prev {
  width: 40px;
  height: 35px;
  background: transparent;
  box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  top: auto;
  border: 1px solid rgb(93, 102, 111);
}
.mySwiper-project-five .swiper-button-next i,
.mySwiper-project-five .swiper-button-prev i {
  color: rgb(93, 102, 111);
}
.mySwiper-project-five .swiper-button-next::after,
.mySwiper-project-five .swiper-button-prev::after {
  display: none;
}
.mySwiper-project-five .swiper-button-next {
  right: calc(50% - 100px);
}
.mySwiper-project-five .swiper-button-prev {
  left: calc(50% - 100px);
}
.mySwiper-project-five .swiper-pagination-fraction {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  right: auto;
  max-width: max-content;
}
.mySwiper-project-five .swiper-pagination-fraction span {
  font-weight: 700;
}
.mySwiper-project-five
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: #ffffff;
}
.mySwiper-project-five
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #5d666f;
}
.single-project-area-main-wrapper-6 .thumbnail {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.single-project-area-main-wrapper-6 .thumbnail img {
  transition: 0.3s;
}
.single-project-area-main-wrapper-6 .inner {
  margin-top: 30px;
}
.single-project-area-main-wrapper-6 .inner .title {
  font-size: 30px;
}
.single-project-area-main-wrapper-6 .inner p.disc {
  margin-bottom: 0;
  font-size: 16px;
}
.single-project-area-main-wrapper-6:hover .thumbnail img {
  transform: scale(1.058);
}
.rts-project-area.without-bg-image .project-content-left-5 .title,
.rts-project-area.without-bg-image .project-content-left-5 span,
.rts-project-area.without-bg-image .project-content-left-5 p.disc {
  color: #ffffff;
}
.rts-project-area.without-bg-image
  .mySwiper-project-five
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: #1b1b1b;
}
.project-breadcrumb p.disc {
  max-width: 70%;
  margin: auto;
}
.nav-project-tab li button.active {
  background-color: #20282d !important;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05) !important;
  color: #ffffff !important;
}
.counter-bg .single-counter .icon {
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-bg .single-counter .counter-details .title {
  color: #ffffff;
  margin-bottom: -2px;
  font-weight: 700;
}
.counter-main-wrapper-area-start-6 .single-counter-area-main .title {
  font-size: 70px;
  margin-bottom: 3px;
}
.single-counter-area-eight .title {
  color: #ffffff;
}
.rts-counter-area.investment .counter-area .counter-inner .title {
  color: #c5a461;
  line-height: 1;
  margin-bottom: 0;
}
.client-three-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.client-three-wrapper .single {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.3s;
}
.client-three-wrapper img {
  max-width: 130px;
}
.single-progress .title {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.progress-circle-main-wrapper .single-progress-area .right-counter .title {
  margin-bottom: 0;
  font-size: 48px;
}
.progress-area-wrapper.style-8 .title {
  font-size: 20px;
  margin-bottom: 7px;
}
.progress-area-wrapper.style-8 p.disc {
  margin-bottom: 0;
  font-weight: 400;
  color: #5d666f;
}
.faq-one-thumbnail-wrapper-right .thumbnail {
  max-width: 520px;
  clip-path: polygon(
    48.93% 0.356%,
    48.93% 0.356%,
    49.136% 0.264%,
    49.349% 0.194%,
    49.568% 0.143%,
    49.791% 0.113%,
    50.015% 0.103%,
    50.24% 0.113%,
    50.463% 0.143%,
    50.681% 0.194%,
    50.895% 0.264%,
    51.101% 0.356%,
    98.912% 24.359%,
    98.912% 24.359%,
    99.106% 24.469%,
    99.283% 24.594%,
    99.444% 24.734%,
    99.586% 24.887%,
    99.708% 25.052%,
    99.811% 25.227%,
    99.892% 25.411%,
    99.951% 25.602%,
    99.988% 25.798%,
    100% 26%,
    100% 74%,
    100% 74%,
    99.988% 74.202%,
    99.951% 74.398%,
    99.892% 74.589%,
    99.811% 74.773%,
    99.708% 74.948%,
    99.586% 75.113%,
    99.444% 75.266%,
    99.283% 75.406%,
    99.106% 75.531%,
    98.912% 75.641%,
    51.101% 99.645%,
    51.101% 99.645%,
    50.895% 99.736%,
    50.681% 99.806%,
    50.463% 99.857%,
    50.24% 99.887%,
    50.015% 99.897%,
    49.791% 99.887%,
    49.568% 99.857%,
    49.349% 99.806%,
    49.136% 99.736%,
    48.93% 99.645%,
    1.119% 75.641%,
    1.119% 75.641%,
    0.925% 75.531%,
    0.747% 75.406%,
    0.587% 75.266%,
    0.445% 75.113%,
    0.322% 74.948%,
    0.22% 74.773%,
    0.138% 74.589%,
    0.079% 74.398%,
    0.043% 74.202%,
    0.031% 74%,
    0.031% 26%,
    0.031% 26%,
    0.043% 25.798%,
    0.079% 25.602%,
    0.138% 25.411%,
    0.22% 25.227%,
    0.322% 25.052%,
    0.445% 24.887%,
    0.587% 24.734%,
    0.747% 24.594%,
    0.925% 24.469%,
    1.119% 24.359%,
    48.93% 0.356%
  );
}
.rts-working-process-1 .inner {
  width: 192px;
  height: 192px;
  border: 2px dashed rgba(32, 40, 45, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 33px;
  transition: 0.3s;
  position: relative;
}
.rts-working-process-1 .inner.two::after {
  content: '02';
}
.rts-working-process-1 .inner.three::after {
  content: '03';
}
.rts-working-process-1 .inner.four::after {
  content: '04';
}
.rts-working-process-1 .inner::after {
  position: absolute;
  right: 5px;
  top: 7px;
  content: '01';
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  transform: scale(0);
  transition: 0.3s;
}
.rts-working-process-1 .inner .icon {
  height: 144px;
  width: 144px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rts-working-process-1 .content .title {
  margin-bottom: 7px;
}
.rts-working-process-1.process-lg .inner {
  width: 245px;
  height: 245px;
}
.rts-working-process-1.process-lg .inner::after {
  width: 60px;
  height: 60px;
}
.rts-working-process-1.process-lg .inner .icon {
  width: 193.03px;
  height: 193.03px;
}
.rts-working-process-1:hover .inner {
  border: 2px dashed var(--color-primary);
}
.rts-working-process-1:hover .inner::after {
  transform: scale(1);
}
.why-choose-feature .single {
  padding: 14px 18px;
  background: #efefef;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-choose-feature .single p {
  color: #1c2539;
  font-weight: 500;
  font-size: 18px;
}
.why-choose-us-three-content-left .call-area .inner span {
  margin-bottom: 10px;
  display: block;
}
.why-choose-us-three-content-left .call-area .inner a .title {
  font-size: 22px;
  color: #1c2539;
  margin: 0;
}
.single-why-choose-four .thumbnail {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}
.single-why-choose-four .thumbnail::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 24.52%,
    rgba(6, 9, 12, 0.85) 87.86%
  );
  border-radius: 10px;
}
.single-why-choose-four .inner-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  text-align: center;
  min-width: max-content;
  z-index: 5;
}
.single-why-choose-four .inner-content .icon {
  margin-bottom: 20px;
}
.single-why-choose-four .inner-content .title {
  margin-bottom: 10px;
}
.single-why-choose-four .inner-content * {
  color: #ffffff;
}
.single-why-choose-four .inner-content p.disc {
  max-width: 55%;
  font-weight: 500;
  font-size: 16px;
  margin: auto;
  margin-bottom: 25px;
}
.business-solution-area-left-thumbnail .success-rate-area .inner {
  text-align: center;
}
.business-solution-area-left-thumbnail .success-rate-area .inner .title {
  margin-bottom: 7px;
}
.why-choose-area-right-content-8 .signle-consultancy {
  max-width: 84%;
}
.why-choose-area-right-content-8 .signle-consultancy {
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
.why-choose-area-right-content-8 .signle-consultancy .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  background: #f2f2f2;
  border-radius: 50%;
}
.why-choose-area-right-content-8 .signle-consultancy .information .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.single-feature-service-wrapper-8 .icon {
  height: 60px;
  min-width: 60px;
  background: #20282d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.single-feature-service-wrapper-8 .inner-wrapper .title {
  margin-bottom: 5px;
}
.single-feature-service-wrapper-8 .inner-wrapper p.disc {
  max-width: 85%;
  font-size: 16px;
}
.appoinment-area-four-wrapper .inner {
  padding: 83px 120px;
}
.appoinment-area-four-wrapper .inner .title-style-four * {
  color: #ffffff;
}
.appoinment-main-wrapper-7 .title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 25px;
}
.appoinment-main-wrapper-7 .btn-primary {
  border-radius: 15px;
  margin-top: 30px;
}
.testimonials-main-wrapper-two .right-content-testimonials p.disc {
  font-size: 30px;
  line-height: 1.45;
  color: #ffffff;
  max-width: 90%;
}
.testimonials-main-wrapper-two .right-content-testimonials .name-desig .title {
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
}
.rts-client-reviews-h2 .review-header .thumbnail {
  position: relative;
}
.rts-client-reviews-h2 .review-header .thumbnail.thumb::after {
  background-image: url(../images/testimonials/icon/01.png);
}
.rts-client-reviews-h2 .review-header .discription a:hover .title {
  color: var(--color-primary);
}
.rts-client-reviews-h2 .review-header .discription .title {
  margin-bottom: 0;
  transition: 0.3s;
}
.rts-client-reviews-h2.six .review-header .discription a:hover .title {
  color: var(--color-primary-6);
}
.rts-client-reviews-h2 .review-body p.disc {
  font-size: 16px;
  line-height: 26px;
  color: #5d666f;
  margin-top: 35px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ecf1;
  margin-bottom: 25px;
  text-align: left;
}
.single-testimonials-style-five .thumbnail img {
  min-width: 260px;
}
.single-testimonials-style-five .inner-content .name-area {
  margin-bottom: 20px;
}
.single-testimonials-style-five .inner-content .name-area .title {
  font-size: 22px;
  color: #1c2539;
  margin-bottom: 13px;
}
.single-testimonials-style-five .inner-content .name-area span {
  color: #5d666f;
  font-size: 16px;
}
.single-testimonials-style-five .inner-content p.disc {
  font-size: 16px;
  color: #5d666f;
}
.single-testimonials-style-five .inner-content .body-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-testimonials-style-five .inner-content .body-end .star-icon {
  color: var(--color-primary);
}
.single-testimonials-6 .top .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-testimonials-6 .top p.disc {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececf2;
  max-width: 95%;
  color: #6f737b;
  font-size: 18px;
}
.single-testimonials-6 .botton-content .avatar-area .thumbnail {
  max-width: 46px;
  height: auto;
}
.single-testimonials-6 .botton-content .avatar-area .inner .title {
  margin-bottom: 2px;
  font-size: 20px;
}
.single-testimonials-6 .botton-content .avatar-area .inner p {
  font-size: 14px;
  color: #6f737b;
  margin: 0;
}
.single-testimonials-6 .botton-content .avatar-area .inner p span {
  font-weight: 600;
  color: #20282d;
}
.testimonails-area-seven .right-content-area-main-wrapper p.disc {
  font-size: 30px;
  color: #212429;
  line-height: 1.4;
  margin-top: 25px;
}
.testimonails-area-seven .right-content-area-main-wrapper .botton-user .title {
  font-size: 22px;
  color: #1c2539;
  margin-bottom: 10px;
}
.mySwiper-testimoanils-7 .swiper-button-next,
.mySwiper-testimoanils-7 .swiper-button-prev {
  height: 55px;
  width: 55px;
  background: #f2f2f2;
}
.mySwiper-testimoanils-7 .swiper-button-next i,
.mySwiper-testimoanils-7 .swiper-button-prev i {
  color: #1c2539;
}
.mySwiper-testimoanils-7 .swiper-button-next::after,
.mySwiper-testimoanils-7 .swiper-button-prev::after {
  display: none;
}
.testimonails-8-mian-wrapper .testimonails-inner-content p.disc {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.testimonails-8-mian-wrapper
  .testimonails-inner-content
  .author-area
  .content
  .title {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 7px;
}
.rts-testimonials-area-main-wrapper .swiper-button-next,
.rts-testimonials-area-main-wrapper .swiper-button-prev {
  height: 55px;
  width: 55px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.rts-testimonials-area-main-wrapper .swiper-button-next i,
.rts-testimonials-area-main-wrapper .swiper-button-prev i {
  color: #1c2539;
  transition: 0.3s;
}
.rts-testimonials-area-main-wrapper .swiper-button-next::after,
.rts-testimonials-area-main-wrapper .swiper-button-prev::after {
  display: none;
}
.rts-testimonials-area-main-wrapper .swiper-button-next:hover,
.rts-testimonials-area-main-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
}
.rts-testimonials-area-main-wrapper .swiper-button-next:hover i,
.rts-testimonials-area-main-wrapper .swiper-button-prev:hover i {
  color: #ffffff;
}
.rts-testimonials-area-main-wrapper .swiper-button-next {
  right: 0;
  left: auto;
}
.rts-testimonials-area-main-wrapper .swiper-button-prev {
  left: 0;
  right: auto;
}
.single-testimoanils-9 p.disc {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #212429;
}
.single-testimoanils-9 .author-area .title {
  font-size: 22px;
  margin-bottom: 0;
}
.single-testimoanils-9 .author-area .name {
  color: #6f737b;
  font-size: 14px;
  margin-bottom: 5px;
}
.single-testimoanils-9 .author-area .name span {
  color: var(--color-primary);
  font-weight: 600;
}
.title-logo img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  opacity: 1;
  transition: all 0.3s;
}
.title-logo:hover img {
  opacity: 0.6;
}
.title-area-between-wrapper .swiper-button-next,
.title-area-between-wrapper .swiper-button-prev {
  width: 40px;
  height: 35px;
  background: #f2f2f2;
  border-radius: 8px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-area-between-wrapper .swiper-button-next i,
.title-area-between-wrapper .swiper-button-prev i {
  color: #1c2539;
}
.title-area-between-wrapper .swiper-button-next::after,
.title-area-between-wrapper .swiper-button-prev::after {
  display: none;
}
.title-area-between-wrapper .swiper-button-next {
  right: 0;
}
.title-area-between-wrapper .swiper-button-prev {
  left: calc(100% - 150px);
}
.title-area-between-wrapper .swiper-pagination-fraction {
  max-width: max-content;
  right: 50px;
  position: absolute;
  left: auto;
  top: 40%;
}
.title-area-between-wrapper .swiper-pagination-fraction span {
  font-weight: 700;
}
.title-area-between-wrapper
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: #1b1b1b;
}
.title-area-between-wrapper
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #5d666f;
}
.single-testimonials-hr p.disc {
  margin-bottom: 20px;
}
.mySwiper-testimnials-hr .swiper-button-next,
.mySwiper-testimnials-hr .swiper-button-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}
.mySwiper-testimnials-hr .swiper-button-next i,
.mySwiper-testimnials-hr .swiper-button-prev i {
  color: #181a1c;
}
.mySwiper-testimnials-hr .swiper-button-next::after,
.mySwiper-testimnials-hr .swiper-button-prev::after {
  display: none;
}
.mySwiper-testimnials-hr .swiper-button-next:hover,
.mySwiper-testimnials-hr .swiper-button-prev:hover {
  box-shadow: 0px 10px 20px #e8e8e8;
}
.thumbnail-image-gallery .vedio-title-area .title {
  font-weight: 700;
  font-size: 120px;
  line-height: 159px;
  text-shadow: 0px 13px 33px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  min-width: max-content;
  margin-bottom: 0;
}
.testimonials-wrapper-investment .content .title {
  color: var(--color-white);
  margin-bottom: 10px;
}
.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);
}
.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);
}
.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}
.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}
.search-input-area .search-input-inner .input-div input {
  background: #f7f7f7;
  border-radius: 5px;
  height: 55px;
  border: 1px solid transparent;
}
.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--color-primary);
}
.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--color-primary);
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}
.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}
.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}
.search-input-area .search-close-icon i:hover {
  color: #f7f7f7;
}
.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}
.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: '';
  border-radius: 5px;
  background: 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;
}
.circle-text-main .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.company-history-main-wrapper
  .single-company-history:hover
  .left
  .title::after {
  background: linear-gradient(90deg, #63686c 0%, #ffffff 100%);
}
.company-history-main-wrapper .single-company-history .left {
  max-width: 525px;
}
.company-history-main-wrapper .single-company-history .left .title {
  position: relative;
}
.company-history-main-wrapper .single-company-history .left .title::after {
  content: '';
  right: -20px;
  top: 15px;
  position: absolute;
  width: 177px;
  height: 4px;
  background: linear-gradient(90deg, #f6f6f6 0%, #20282d 100%);
  border-radius: 6px;
  transition: all 0.3s;
}
.single-open-career .left-side .title {
  color: #ffffff;
  position: relative;
  max-width: max-content;
  margin-bottom: 30px;
}
.single-open-career .left-side .title span {
  position: absolute;
  right: -58%;
  top: -2px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: 13px 20px;
  border-radius: 6px;
  background: #404548;
}
.single-open-career .left-side .bottom .single {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-open-career .left-side .bottom .single i {
  color: #ffffff;
}
.single-open-career .left-side .bottom .single span {
  font-size: 18px;
  color: #8b8f99;
}
.single-open-career .right-side .bottom .single p {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-open-career .right-side .bottom .single span {
  display: block;
  font-size: 18px;
  color: #8b8f99;
}
.contact-info-area-wrapper-p {
  background: var(--color-primary);
  padding: 90px 60px;
  border-radius: 15px;
  margin-right: -30px;
  z-index: 2;
  position: relative;
}
.contact-info-area-wrapper-p .single-contact-info {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
.contact-info-area-wrapper-p .single-contact-info:last-child {
  margin-bottom: 0;
}
.contact-info-area-wrapper-p .single-contact-info .icon {
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-area-wrapper-p .single-contact-info .icon i {
  color: var(--color-primary);
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper h5 {
  margin-bottom: 5px;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
  color: #b3b7c1;
  display: block;
  margin-bottom: 10px;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.contact-info-area-wrapper-p .single-contact-info a:hover {
  opacity: 0.6;
}
.contact-info-area-wrapper-p.new {
  margin-right: 0;
  padding: 93px 60px;
  height: 100%;
}
#form-messages {
  margin-top: 20px;
}
#form-messages.success {
  color: green;
  font-size: 14px;
}
.contact-form-p {
  background: #f2f2f2;
  border-radius: 15px;
  padding: 40px;
  border: 1px solid rgba(32, 40, 45, 0.2);
}
.contact-form-p input {
  height: 54px;
  background-color: #ffffff;
  border: 1px solid rgba(32, 40, 45, 0.2);
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-form-p input:focus {
  border: 1px solid transparent;
}
.contact-form-p .file-input-wrapper {
  position: relative;
  display: block;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid rgba(32, 40, 45, 0.2);
  border-radius: 6px;
  margin-bottom: 15px;
  cursor: pointer;
}
.contact-form-p .file-input-wrapper input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.contact-form-p .file-input-placeholder {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  color: rgba(32, 40, 45, 0.5);
  pointer-events: none;
}
.contact-form-p .file-input-wrapper.has-file .file-input-placeholder {
  color: rgba(32, 40, 45, 0.9);
}
.contact-form-p textarea {
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid rgba(32, 40, 45, 0.2);
  border-radius: 6px;
  height: 150px;
  padding: 10px 15px;
}
.contact-form-p textarea:focus {
  border: 1px solid var(--color-primary);
}
.contact-form-p.new {
  margin-left: 0;
}
.contactform-accountentarea
  .appoinment-left
  .easy-contact-left-funfacts-8
  .pre {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
}
.contactform-accountentarea
  .appoinment-left
  .easy-contact-left-funfacts-8
  .title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 55px;
  margin-top: 12px;
}
.contactform-accountentarea
  .appoinment-left
  .easy-contact-left-funfacts-8
  .signle-contact
  .icon {
  background: #3e484e;
  height: 59.81px;
  width: 59.81px;
  border-radius: 8px;
}
.contactform-accountentarea
  .appoinment-left
  .easy-contact-left-funfacts-8
  .signle-contact
  .icon
  i {
  color: #ffffff;
}
#form-messages.error {
  color: red;
}
#form-messages.success {
  color: green;
}
.rts-single-shop-area .inner-content {
  padding: 25px 30px;
}
.rts-single-shop-area .inner-content .stars-area {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.rts-single-shop-area .inner-content .stars-area i {
  color: var(--color-primary);
}
.rts-single-shop-area .inner-content a .title {
  font-size: 24px;
  font-weight: 500;
}
.rts-single-shop-area .inner-content .pricing-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-single-shop-area .inner-content .pricing-area-wrapper p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
}
.rts-single-shop-area .inner-content .pricing-area-wrapper .rts-btn {
  height: 38px;
  border-radius: 5px;
  padding: 5px 15px;
}
.rts-single-shop-area .inner-content .pricing-area-wrapper .rts-btn i {
  font-size: 12px;
  margin-right: 8px;
}
.tab-area-shop .nav-tabs .nav-item .nav-link.active {
  background: var(--color-primary);
  color: #ffffff;
  border-color: #dee2e6 #dee2e6;
}
.tab-area-shop .reveiw-form .contact-form .input-box textarea:hover {
  border: 1px solid var(--color-primary);
}
.tab-area-shop .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;
}
.tab-area-shop .reveiw-form .contact-form .input-box {
  width: 100%;
}
.tab-area-shop .reveiw-form .contact-form .input-box {
  width: 100%;
}
.tab-area-shop .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;
}
.tab-area-shop .reveiw-form .contact-form .rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 10px;
}
.tab-area-shop .reveiw-form .contact-form .rating p {
  margin-bottom: 0;
}
.single-project-info-wrapper-inner .title {
  font-size: 36px;
}
.project-details-content-bottom p.disc {
  margin-bottom: 30px;
  font-size: 15px;
}
.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%;
}
.faq-inner-wrapper-one.project-detils .accordion-body .left {
  max-width: 436px;
}
.faq-inner-wrapper-one .accordion-item .accordion-body .left {
  min-width: 129px;
}
.mySwiper-pd-slider .swiper-button-next,
.mySwiper-pd-slider .swiper-button-prev {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: #ffffff;
  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;
}
.mySwiper-pd-slider .swiper-button-next {
  right: 60px;
  left: auto;
}
.mySwiper-pd-slider .swiper-button-prev {
  left: 60px;
  right: auto;
}
.page-not-found-main .title {
  font-size: 260px;
  margin-bottom: 5px;
  color: var(--color-title);
}
.page-not-found-main .rts-btn {
  margin: auto;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--color-white);
  width: 50%;
  height: 100%;
  z-index: 5000;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.loaded .loader-wrapper .loader-section.section-right {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
.loader:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 4px solid transparent;
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 5001;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[dir='rtl'] .header-one .nav-area {
  margin-left: 80px;
}
[dir='rtl'] .ml--20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
[dir='rtl'] .banner-style-one .banner-one-inner .title {
  text-align: right !important;
  direction: ltr;
}
[dir='rtl'] .banner-style-one .banner-one-inner .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .footer-two-single-wized .contact-info-1 .disc {
  margin-left: 0;
  margin-right: 30px;
}
[dir='rtl']
  .header-two
  .header-top
  .content
  .right-header-top
  .ht-social
  ul
  li {
  margin-left: 20px;
  margin-right: 0;
}
[dir='rtl'] .header-two .header-top .content .right-header-top .ht-social {
  margin-right: 60px;
  margin-left: 0;
}
[dir='rtl'] .header-two .nav-area {
  margin-right: 135px;
  margin-left: 0;
}
[dir='rtl']
  .header-two
  .main-header
  .content
  .header-right
  .call-area
  .number-area {
  margin-right: 30px;
  margin-left: 0;
}
[dir='rtl'] .header-two .main-header .content .header-right {
  margin-left: 0;
  margin-right: auto;
}
[dir='rtl'] .header-two .main-header .content .header-right a.rts-btn {
  margin-right: 40px;
  margin-left: 0;
}
[dir='rtl'] .title-style-three.left .rts-text-anime-style-1.title {
  direction: ltr !important;
}
[dir='rtl'] .title-style-three.left .rts-text-anime-style-1.title .split-line {
  text-align: right !important;
}
[dir='rtl'] .title-style-three.center .rts-text-anime-style-1.title {
  direction: ltr !important;
}
[dir='rtl']
  .title-style-three.center
  .rts-text-anime-style-1.title
  .split-line {
  text-align: center !important;
}
[dir='rtl'] .rts-call-to-action-area-three .cta-main-wrapper-inner .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl']
  .rts-call-to-action-area-three
  .cta-main-wrapper-inner
  .title
  .split-line {
  text-align: right !important;
}
[dir='rtl'] .header-two .header-top .content .right-header-top .ht-social ul {
  margin-right: 20px;
  margin-left: 0;
}
[dir='rtl'] .col-lg-7.pl--100.pl_md--0.mt_md--80.pl_sm--0.mt_sm--80 {
  padding-right: 70px;
  padding-left: 0;
}
[dir='rtl'] .main-thumnal-inner-about-three .shape img {
  right: -60px;
  bottom: -15px;
  left: auto;
}
[dir='rtl'] .single-project-style-three .inner-content {
  right: 30px;
  bottom: 30px;
  max-width: max-content;
}
[dir='rtl'] .banner-three-box-clip-area .all-shape img.one {
  right: 0;
  top: 0;
  animation: jump-2 5s linear infinite;
  left: auto;
}
[dir='rtl'] .banner-three-box-clip-area .banner-inner-conten .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl']
  .banner-three-box-clip-area
  .banner-inner-conten
  .title
  .split-line {
  text-align: right !important;
}
[dir='rtl'] .title-style-one.left {
  text-align: right;
}
[dir='rtl'] .title-style-one.left .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .title-style-one.left .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .col-lg-6.pl--50.pl_sm--15.mt_md--100.mt_sm--100 {
  padding-left: 0;
  padding-right: 50px;
}
[dir='rtl'] .single-working-process-one .inner-content .number-main::before {
  left: unset;
  right: -150px;
}
[dir='rtl']
  .boosting-business-right-area
  .feature-one-wrapper
  .single-feature-one {
  margin-left: 25px;
  margin-right: 0;
}
[dir='rtl'] .title-style-one.center .title {
  direction: ltr;
}
[dir='rtl'] .left-thumbnail-about-area-two .counter-about-area {
  right: -75px;
  left: auto;
}
[dir='rtl'] .title-style-two.center .title {
  direction: ltr;
}
[dir='rtl'] .cta-style-two-area .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .cta-style-two-area .title .split-line {
  text-align: right !important;
}
[dir='rtl']
  .service-style-swiper-wrapper-two
  .mySwiper-service-1
  .swiper-wrapper,
[dir='rtl'] .mySwiperh2_clients .swiper-wrapper,
[dir='rtl'] .mySwiper-case-studies-5 .swiper-wrapper,
[dir='rtl'] .mySwiper-testimonials-5 .swiper-wrapper,
[dir='rtl'] .mySwiper-testimoanils-6 .swiper-wrapper,
[dir='rtl'] .mySwiper-banner-seven .swiper-wrapper,
[dir='rtl'] .mySwiper-blog-one .swiper-wrapper,
[dir='rtl'] .mySwiper-full-screen-wrapper .swiper-wrapper,
[dir='rtl'] .mySwiperh1_team .swiper-wrapper,
[dir='rtl'] .image-slider-area .imageSlider .swiper-wrapper {
  direction: ltr;
}
[dir='rtl'] .title-style-two .pre {
  direction: rtl;
}
[dir='rtl'] .project-style-one .inner-content {
  right: 30px;
  left: auto;
}
[dir='rtl'] .side-bar button {
  margin-right: -36px;
  margin-left: auto;
}
[dir='rtl'] .side-bar {
  left: -100%;
  right: unset;
}
[dir='rtl'] .side-bar.show {
  left: 0;
  right: unset;
}
[dir='rtl'] .title-style-two.center {
  text-align: center !important;
}
[dir='rtl'] .title-style-two.center .title {
  text-align: center;
}
[dir='rtl'] .title-style-two.center .title .split-line {
  text-align: center !important;
}
[dir='rtl'] .mobile-menu nav ul li.has-droupdown::after {
  left: 0;
  right: unset;
}
[dir='rtl']
  .footer-two
  .footer-one-single-wized
  .quick-link-inner
  .links.margin-left-70 {
  margin-right: 70px;
  margin-left: 0;
}
[dir='rtl'] .footer-two .footer-one-single-wized.mid-bg {
  margin-right: 0;
  margin-left: 0;
}
[dir='rtl']
  .footer-two
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a
  i {
  margin-left: 12px;
  margin-right: 0;
}
[dir='rtl']
  .footer-two
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a
  i::before {
  content: '\f060';
}
[dir='rtl']
  .rts-footer-area.footer-three
  .footer-three-single-wized
  .body
  .info-wrapper
  .single
  .icon {
  margin-left: 25px;
  margin-right: 0;
}
[dir='rtl']
  .rts-footer-area.footer-three
  .footer-three-single-wized.mid-right
  .body
  .update-wrapper
  .email-footer-area
  button {
  left: 0;
  top: 0;
  right: auto;
}
[dir='rtl'] .about-content-inner-five .about-single-home-7 .icon {
  margin-left: 25px;
  margin-right: 0;
}
[dir='rtl'] .header-two .header-top::after {
  left: unset;
  right: -5%;
}
[dir='rtl']
  .header-two
  .header-top
  .content
  .right-header-top
  .ht-social::after {
  left: unset;
  right: -17%;
}
[dir='rtl'] .header-two .header-top .content .right-header-top {
  margin-left: 0;
  margin-right: auto;
}
[dir='rtl'] .title-style-five .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .title-style-five .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .title-style-five.center {
  text-align: center;
}
[dir='rtl'] .title-style-five.center .title {
  direction: ltr;
  text-align: center;
}
[dir='rtl'] .title-style-five.center .title .split-line {
  text-align: center !important;
}
[dir='rtl'] .banner-content-six .left-side .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .banner-content-six .left-side .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .col-lg-6.pr--40.pr_sm--10 {
  padding-left: 40px;
  padding-right: 0;
}
[dir='rtl']
  .full-screen-slider-demo
  .about-6-inner-content-content
  .title-style-one
  * {
  margin-left: auto;
}
[dir='rtl'] .col-lg-6.pr--30.pr_sm--10 {
  padding-left: 30px;
}
[dir='rtl'] .footer-logo-area-left-8 {
  text-align: right;
}
[dir='rtl']
  .footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links.margin-left-70 {
  margin-left: 0;
  margin-right: 70px;
}
[dir='rtl'] .rts-banner-area-9 .title {
  text-align: right !important;
  direction: ltr;
}
[dir='rtl'] .rts-banner-area-9 .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .single-service-nine .icon i::before {
  content: '\f060';
}
[dir='rtl'] .col-lg-6.pl--50.pl_sm--10.mt_md--50.mt_sm--50.pb_md--50.pb_sm--40 {
  padding-right: 50px;
  padding-left: 0;
}
[dir='rtl'] .rts-banner-ten-area .chart-image .one {
  left: 317px;
  right: auto;
}
[dir='rtl'] .rts-banner-ten-area .chart-image .two {
  right: 52%;
  left: auto;
}
[dir='rtl']
  .footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a
  i {
  margin-left: 12px;
  margin-right: 0;
}
[dir='rtl']
  .footer-8-area-bg
  .footer-one-single-wized
  .quick-link-inner
  .links
  li
  a
  i::before {
  content: '\f060';
}
[dir='rtl'] .title-style-10.left {
  text-align: right;
}
[dir='rtl'] .title-style-10.left .split-line {
  text-align: right !important;
}
[dir='rtl'] .banner-inner-content-12 .title {
  text-align: right;
}
[dir='rtl'] .banner-inner-content-12 .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .banner-inner-content-12 .pre {
  justify-content: end;
}
[dir='rtl'] .banner-inner-content-12 p.disc {
  margin-left: auto;
  margin-right: 0;
  text-align: end;
}
[dir='rtl'] .title-style-10 .title {
  direction: ltr;
}
[dir='rtl'] .cta-inner-content-inner-page form button.rts-btn {
  right: auto;
  left: 10px;
}
[dir='rtl'] .rts-breadcrumb-area .title-area-left .title {
  direction: ltr;
}
[dir='rtl'] .rts-single-wized .single-categories li a i::before {
  content: '\f177';
}
[dir='rtl']
  .rts-single-wized.download
  .single-download-area
  a.rts-btn
  i::before {
  content: '\f060';
}
[dir='rtl'] .col-lg-6.pl--35.pl_sm--15.mt_md--30.mt_sm--50 {
  padding-right: 35px;
  padding-left: 0;
}
[dir='rtl']
  .company-history-main-wrapper
  .single-company-history
  .left
  .title::after {
  left: -20px;
  right: auto;
}
[dir='rtl'] .title-style-two .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .title-style-two .title .split-line {
  text-align: right;
}
[dir='rtl'] .author-area-blog .thumbnail {
  margin-right: 0;
  margin-left: 30px;
}
[dir='rtl'] .rts-single-wized .wized-body .rts-search-wrapper button {
  left: 0;
  right: auto;
}
[dir='rtl'] .rts-single-wized .wized-body .rts-search-wrapper input {
  padding-left: 70px;
  padding-right: 25px;
}
[dir='rtl'] .single-open-career .left-side .title span {
  right: auto;
  left: -58%;
}
[dir='rtl'] button#menu-btn {
  margin-right: 0;
  margin-left: 0;
}
[dir='rtl']
  .header-top-area-wrapper
  .header-top-one-wrapper
  .right
  .social-wrapper-one {
  margin-right: 30px;
  position: relative;
  margin-left: 0;
}
[dir='rtl'] .social-wrapper-one li a {
  margin-left: 20px;
  margin-right: 0;
}
[dir='rtl'] .social-wrapper-one::after {
  right: -25px;
  left: auto;
}
[dir='rtl'] .header-top-area-wrapper .header-top-one-wrapper .left .mail a {
  margin-left: 50px;
  margin-right: 0;
}
[dir='rtl']
  .header-top-area-wrapper
  .header-top-one-wrapper
  .left
  .mail::after {
  left: 25px;
  right: unset;
}
[dir='rtl'] .banner-inner-service-details-1 .title {
  text-align: right;
  direction: ltr;
}
[dir='rtl'] .banner-inner-service-details-1 .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .col-lg-4.pl--20.pl_md--0.pl_sm--0 {
  padding-left: 0;
  padding-right: 20px;
}
[dir='rtl'] .rts-single-wized .recent-post-single .thumbnail {
  margin-left: 20px;
  margin-right: 0;
}
[dir='rtl'] .rts-single-wized .recent-post-single .user span {
  margin-right: 9px;
  margin-left: 0;
}
[dir='rtl'] .search-input-area .search-input-inner .input-div button {
  border-radius: 5px 0 0 5px;
}
[dir='rtl'] .search-input-area .search-close-icon {
  left: 38px;
  right: unset;
}
[dir='rtl']
  .boosting-business-right-area
  .feature-one-wrapper
  .single-feature-one
  i {
  margin-left: 15px;
  margin-right: 0;
}
[dir='rtl'] li.has-dropdown .submenu li a {
  text-align: right;
}
[dir='rtl'] .single-working-process-one .left .icon::after {
  right: auto;
  left: -8px;
}
[dir='rtl']
  .footer-six
  .footer-one-single-wized
  .post-wrapper
  .single-footer-post
  .left-thumbnail {
  margin-right: 0px;
  margin-left: 20px;
}
[dir='rtl'] .single-working-process-one .inner-content .number-main {
  right: 0;
  left: auto;
}
[dir='rtl'] .pricing-wrapper-one .pricing-body .single-pricing .icon {
  margin-right: 0;
  margin-left: 15px;
}
[dir='rtl'] .single-service-signle-wrapper .information .arrow-right i {
  transform: scaleX(-1);
}
[dir='rtl'] .header-top-area-wrapper .header-top-one-wrapper .left .mail a i {
  margin-left: 6px;
  margin-right: 0;
}
[dir='rtl'] .header-five .button-area-wrapper #menu-btn {
  margin-right: 0 !important;
}
[dir='rtl'] .header-five .header-top-right .email,
[dir='rtl'] .header-five .header-top-right .call {
  margin-right: 0;
  margin-left: 30px;
}
[dir='rtl'] .header-five .header-top-right .email i,
[dir='rtl'] .header-five .header-top-right .call i {
  margin-right: 0;
  margin-left: 10px;
}
[dir='rtl'].demo-technology .single-working-process-one .inner-content {
  padding: 15px 50px 15px 5px;
}
[dir='rtl'] .about-area-wrapper-content-10 p.disc {
  padding-left: 0;
  padding-right: 70px;
}
[dir='rtl'] .about-area-wrapper-content-10 p.disc::after {
  right: 0;
  left: unset;
}
[dir='rtl'] .thumbnail-accountent-why-choose .counter-about-area {
  top: 50px;
  right: -75px;
  left: auto;
}
[dir='rtl'] .testimonails-8-mian-wrapper .testimonails-inner-content p.disc {
  text-align: right;
}
[dir='rtl'] .rts-blog-h-2-wrapper .body .rts-read-more i {
  margin-left: 10px;
}
[dir='rtl'] .title-area-between-hr .title-area-hr-left .title {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .title-area-between-hr .title-area-hr-left .title .split-line {
  text-align: right !important;
}
[dir='rtl'] .rts-blog-h-2-wrapper .body .rts-read-more {
  color: #1c2539;
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
  direction: rtl;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
[dir='rtl'].full-screen-slider-demo
  .about-6-inner-content-content
  .title-style-one
  .pre {
  margin-left: auto;
}
[dir='rtl'].full-screen-slider-demo
  .swiper-slide-active
  .rts-banner-area-start-11
  .about-6-inner-content-content
  .rts-btn {
  margin-left: auto;
}
[dir='rtl'] .rts-breadcrumb-area .title-area-left .title {
  direction: rtl;
}
[dir='rtl'] .rts-breadcrumb-area .title-area-left .title .split-line {
  direction: ltr;
  text-align: right !important;
}
[dir='rtl'] .blog-single-post-listing .blog-listing-content .user-info .single {
  margin-left: 30px;
  margin-right: 0;
}
[dir='rtl']
  .blog-single-post-listing
  .blog-listing-content
  .user-info
  .single
  i {
  margin-left: 10px;
  margin-right: 0;
}
[dir='rtl'] .progress-wrap {
  right: auto;
  left: 30px;
}
[dir='rtl'] li.has-dropdown .submenu {
  right: 0;
  left: auto;
}
[dir='rtl'] .rts-service-details-area-main-bottom .pl--50 {
  padding-right: 50px;
  padding-left: 0 !important;
}
[dir='rtl'] .rts-client-reviews-h2 .disc {
  text-align: right !important;
}
[dir='rtl'].page-wrapper-business-coach
  .header-transparent.header--sticky.sticky {
  width: calc(100% - 99px);
  transform: translateX(50%);
  right: 50%;
  left: auto;
}
[dir='rtl'] .single-blog-area-four .inner-content {
  right: 30px;
  left: auto;
}
/* demos  */
.header-transparent.in-full-screen .container {
  max-width: 1651px;
  margin: auto;
}
.rts-banner-area-start-11 .circle-text-main .circle .logo img {
  max-width: max-content;
}
.swiper-slide-active
  .rts-banner-area-start-11
  .about-6-inner-content-content
  .title-style-one {
  animation: fadeInUp-small 0.5s;
  animation-delay: 0s;
  animation-duration: 1s;
}
.swiper-slide-active
  .rts-banner-area-start-11
  .about-6-inner-content-content
  p.disc {
  animation: fadeInUp-small 1s;
  animation-delay: 0s;
  animation-duration: 1s;
}
.swiper-slide-active
  .rts-banner-area-start-11
  .about-6-inner-content-content
  .rts-btn {
  animation: fadeInUp-small 2s;
  animation-delay: 0s;
  animation-duration: 1s;
}
.swiper-slide-active .rts-banner-area-start-11 .client-three-wrapper .single {
  animation: zoomIn 1.5s;
}
.full-screen-slider-demo .title-style-10 .title {
  font-size: 44px;
  margin-top: 10px;
}
.full-screen-slider-demo .about-6-inner-content-content .title-style-one *,
.full-screen-slider-demo .about-6-inner-content-content .call-area * {
  color: #ffffff !important;
}
.full-screen-slider-demo .about-6-inner-content-content p.disc {
  color: #ffffff;
}
.testimonials-full-screen-area-wrapper .right-text-area-main-wrapper p.disc {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 55px;
}
.testimonials-full-screen-area-wrapper
  .right-text-area-main-wrapper
  .avatar-user-area
  .information-wrapper
  .title {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.blog-area-full-screen .single-blog-area-one .title {
  border-top: 1px solid rgb(170, 170, 170);
  padding-top: 20px;
}
.footer-area-full-screen .footer-two-single-wized.left .title,
.footer-area-full-screen .footer-two-single-wized.left p.disc {
  color: #ffffff;
}
.footer-area-full-screen
  .footer-two-single-wized.two
  .wized-title-area
  .wized-title {
  color: #ffffff;
}
.footer-area-full-screen .footer-two-single-wized.two ul li a {
  color: #e8e8e8;
}
.footer-area-full-screen
  .footer-two-single-wized
  .wized-title-area
  .wized-title {
  color: #ffffff;
}
.footer-area-full-screen
  .footer-two-single-wized
  .wized-2-body
  .contact-info-1
  .disc
  span {
  color: #ffffff;
}
.footer-area-full-screen
  .footer-two-single-wized
  .wized-2-body
  .contact-info-1
  .disc
  a {
  color: #b3b7c1;
}
header.header-transparent.in-full-screen .action-area .menu-btn {
  display: none !important;
}
/*=========================
    Section Separation 
==========================*/
.rts-section-gap {
  padding: 120px 0;
}
.rts-section-gapBottom {
  padding-bottom: 120px;
}
.pt--0 {
  padding-top: 0 !important;
}
.mb--0 {
  margin-bottom: 0;
}
.mt--20 {
  margin-top: 20px;
}
.mb--20 {
  margin-bottom: 20px;
}
.ml--20 {
  margin-left: 20px;
}
.pt--30 {
  padding-top: 30px;
}
.mt--30 {
  margin-top: 30px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mt--40 {
  margin-top: 40px;
}
.mb--40 {
  margin-bottom: 40px;
}
.pl--50 {
  padding-left: 50px;
}
.mt--50 {
  margin-top: 50px;
}
.pt--65 {
  padding-top: 65px;
}
.pb--65 {
  padding-bottom: 65px;
}
.mt--65 {
  margin-top: 65px;
}
.mb--80 {
  margin-bottom: 80px;
}
/*=========================
    BOTON LANGUAGE
==========================*/

.lang-switcher {
  display: inline-flex;
  align-items: center;
  height: 55px;
  width: 55px;
  margin-left: 12px;
}
.lang-switch-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 8px;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: all 0.3s ease;
}
.lang-switch-link:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 9999;
  padding: 12px 16px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.skip-link:focus {
  top: 16px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
