/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top



==============================================  */
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
:root {
  --color-primary: #0f62fe;
  --color-secondary: #1f1f25;
  --color-blue: #0b4df5;
  --color-sky: #82b440;
  --color-body: #717383;
  --color-heading-1: #050d20;
  --color-heading-2: #0c1018;
  --color-title: #050d20;
  --transition: 0.3s;
  --color-white: #fff;
  --color-border: #dbe7ff;
  --border-width: 1px;
  --radius: 10px;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Inter Tight", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-3: "fontawesome";
  --font-4: "Onest", sans-serif;
  --font-5: "Syne", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 70px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

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

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter Tight", sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Inter Tight", sans-serif;
  line-height: 1.4074;
  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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-medium);
}

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

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

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
p:last-child {
  margin-bottom: 0;
}

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

/*---------------------------
	List Style 
---------------------------*/
ul {
  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;
}

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

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

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

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


details,
figure,
footer,
header,
nav,
section {
  display: block;
}


video {
  display: inline-block;
}

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

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

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}


strong {
  font-weight: bold;
}


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

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

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

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

li > ul {
  margin: 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;
}

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

button,
input {
  line-height: normal;
}

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

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

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

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

/* BlockQuote  */

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

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

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

input[type="text"],
input[type="email"],
input[type="number"] {
  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 -- */
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  border-color: var(--color-primary);
}

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

/*==============================
 *  Utilities
=================================*/

iframe {
  width: 100%;
}

/*===========================
Background Image 
=============================*/

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

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

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

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

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

/*=============================
	Overlay styles 
==============================*/

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

/*jump animation */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

/*=========================
    Section Separation 
==========================*/

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

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

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

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

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

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

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

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

.pl--30 {
  padding-left: 30px;
}

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

.pr--40 {
  padding-right: 40px;
}

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

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

.pl--50 {
  padding-left: 50px;
}

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

.pb--80 {
  padding-bottom: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pr--120 {
  padding-right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl_md--10 {
    padding-left: 10px;
  }
  .mt_md--50 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pl_sm--10 {
    padding-left: 10px;
  }
  .pr_sm--10 {
    padding-right: 10px;
  }
  .mt_sm--50 {
    margin-top: 50px;
  }
}

/* Elements  */

.swiper-slide-active .banner-style-one-wrapper-inner {
  opacity: 1;
}
.swiper-slide-active .banner-style-one-wrapper-inner .pre-title {
  animation: fadeInUp 1.2s;
  animation-delay: 1s;
  opacity: 1;
}
.swiper-slide-active .banner-style-one-wrapper-inner .title {
  animation: fadeInUp 1.2s;
  animation-delay: 1.5s;
  opacity: 1;
}
.swiper-slide-active .banner-style-one-wrapper-inner p.disc {
  animation: fadeInUp 1.2s;
  animation-delay: 1.8s;
  opacity: 1;
}
.swiper-slide-active .banner-style-one-wrapper-inner .button-wrapper {
  animation: fadeInUp 1.2s;
  animation-delay: 2s;
  opacity: 1;
}

.radious-4 .rts-btn {
  border-radius: 4px;
}

.mySwiper-banner-one .swiper-button-next,
.mySwiper-banner-one .swiper-button-prev {
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8078431373);
  transition: 0.4s;
}
@media only screen and (max-width: 991px) {
  .mySwiper-banner-one .swiper-button-next,
  .mySwiper-banner-one .swiper-button-prev {
    display: none;
  }
}
.mySwiper-banner-one .swiper-button-next i,
.mySwiper-banner-one .swiper-button-prev i {
  transition: 0.4s;
}
.mySwiper-banner-one .swiper-button-next::after,
.mySwiper-banner-one .swiper-button-prev::after {
  background-image: none;
  display: none;
}
.mySwiper-banner-one .swiper-button-next:hover,
.mySwiper-banner-one .swiper-button-prev:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  scale: 1.3;
}
.mySwiper-banner-one .swiper-button-next:hover i,
.mySwiper-banner-one .swiper-button-prev:hover i {
  color: #fff;
}
.mySwiper-banner-one .swiper-button-next {
  right: 5%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.mySwiper-banner-one .swiper-button-prev {
  left: 5%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}

.optimal-labs-content-inner-wrapper .title {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 32px;
  }
}
.optimal-labs-content-inner-wrapper .title .last {
  position: relative;
}
.optimal-labs-content-inner-wrapper .title .last img {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .optimal-labs-content-inner-wrapper .title .last img {
    right: -110px;
  }
}
.optimal-labs-content-inner-wrapper .title .stock {
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  padding-left: 250px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .optimal-labs-content-inner-wrapper .title .stock {
    padding-left: 195px;
  }
}
.optimal-labs-content-inner-wrapper .title .stock::after {
  position: absolute;
  content: "";
  left: 15px;
  height: 10px;
  width: 200px;
  background: #0c1018;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .optimal-labs-content-inner-wrapper .title .stock::after {
    position: absolute;
    content: "";
    left: 0px;
    height: 5px;
    width: 160px;
    background: #0c1018;
    top: 50%;
    transform: translateY(-50%);
  }
}
.optimal-labs-content-inner-wrapper .title .bg {
  padding: 5px 25px;
  background: var(--color-primary);
  color: #fff;
  margin-right: 25px;
}

.banner-bg-attach-agency {
  background-image: url(../images/banner/08.webp);
  height: 660px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  animation: optimalLabsHeroMotion 16s ease-in-out infinite alternate;
}
@media only screen and (max-width: 575px) {
  .banner-bg-attach-agency {
    height: 408px;
  }
}

@keyframes optimalLabsHeroMotion {
  0% {
    background-position: center 44%;
  }
  100% {
    background-position: center 54%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-bg-attach-agency {
    animation: none;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.rts-btn {
  padding: 16px 37px;
  font-size: 16px;
  line-height: 1;
  max-width: max-content;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  transition: 0.8s;
  font-weight: 600;
  min-width: max-content;
}
.rts-btn.btn-primary {
  background: var(--color-primary);
}
.rts-btn.btn-primary::after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #f2f2f2;
  -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.btn-primary:hover {
  color: #050d20;
}
.rts-btn.btn-primary:hover::after {
  top: -40%;
}

a.btn-line {
  color: #050d20;
  position: relative;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 7px;
  max-width: max-content;
}
a.btn-line span {
  margin-bottom: 0 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
a.btn-line i {
  line-height: 1;
}
a.btn-line:hover {
  color: var(--color-primary);
}
a.btn-line:hover::after {
  background: var(--color-primary);
}
.about-three-wrapper .about-nav-area .nav-tabs .nav-link.active {
  border-color: var(--color-primary);
  background-color: transparent;
}

.rts-about-breadcrumb-area {
  height: 541px;
  background-image: url(../images/about/06.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .rts-about-breadcrumb-area {
    height: auto;
    padding: 50px 0;
  }
}

.rts-about-breadcrumb-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.rts-about-breadcrumb-content ul li i {
  font-size: 14px;
  color: #050d20;
}
.rts-about-breadcrumb-content ul li a {
  font-size: 16px;
  color: #050d20;
  font-weight: 500;
  text-decoration: none;
}
.rts-about-breadcrumb-content ul li.active a {
  color: var(--color-primary);
}
.rts-about-breadcrumb-content h1 {
  font-size: 56px;
  font-weight: 500;
  color: #050d20;
  line-height: 1.25;
}
@media only screen and (max-width: 1199px) {
  .rts-about-breadcrumb-content h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .rts-about-breadcrumb-content h1 {
    font-size: 32px;
  }
}

.rts-mission-content-about-page {
  position: relative;
}
.rts-mission-content-about-page .disc {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 40px;
  max-width: 920px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .rts-mission-content-about-page .disc {
    font-size: 16px;
  }
}
.rts-mission-content-about-page .arrow-text-animation {
  display: flex;
  align-items: center;
  gap: 30px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rts-mission-content-about-page .arrow-text-animation {
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-mission-content-about-page .arrow-text-animation {
    transform: none;
    writing-mode: unset;
    left: 30px;
    top: auto;
    bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-mission-content-about-page .arrow-text-animation {
    display: none;
  }
}
.rts-mission-content-about-page .arrow-text-animation .disc1 {
  border-radius: 10px;
  margin: 0;
  padding: 50px 60px;
  background: var(--color-primary);
  font-size: 56px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rts-mission-content-about-page .arrow-text-animation .disc1 {
    font-size: 24px;
    padding: 25px;
  }
}
.rts-mission-content-about-page .circle-animation {
  background: var(--color-primary);
  border-radius: 50%;
  width: 154px;
  height: 154px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rts-mission-content-about-page .circle-animation svg {
  height: 150px;
  max-width: 150px;
  padding: 10px;
  animation: spin 10s linear 0s infinite;
  color: #fff;
}
.rts-mission-content-about-page .circle-animation svg text textPath {
  color: #fff;
  fill: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.rts-mission-content-about-page .circle-animation svg path {
  fill: #fff;
}
.rts-mission-content-about-page .circle-animation i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 24px;
  color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single-company-value-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 33px 16px 33px 30px;
  border: 1px solid #eaf0ff;
  border-radius: 10px;
}
.single-company-value-area .icon {
  min-width: max-content;
}
.single-company-value-area .icon img {
  min-width: max-content;
  width: max-content;
}
.single-company-value-area .content h3.title {
  font-size: 20px;
  font-weight: 500;
  color: #050d20;
  line-height: 1.25;
  margin-bottom: 10px;
}
.single-company-value-area .content p.disc {
  font-size: 16px;
  margin: 0;
}

.funfacts-area-counter-up-mission {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .funfacts-area-counter-up-mission {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.funfacts-area-counter-up-mission .single-funfacts-area-counter-up-mission {
  display: flex;
  align-items: center;
  gap: 17px;
}
.funfacts-area-counter-up-mission
  .single-funfacts-area-counter-up-mission
  .icon {
  min-width: max-content;
}
.funfacts-area-counter-up-mission
  .single-funfacts-area-counter-up-mission
  .icon
  img {
  width: max-content;
}
.funfacts-area-counter-up-mission
  .single-funfacts-area-counter-up-mission
  .content
  h2.counter {
  font-size: 38px;
  font-weight: 600;
  color: #050d20;
  line-height: 1.25;
  margin-bottom: 0;
}
.funfacts-area-counter-up-mission
  .single-funfacts-area-counter-up-mission
  .content
  p.disc2 {
  font-size: 16px;
  margin: 0;
  color: #050d20;
}

.about-title-optimal-labs {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 33px;
  border: 1px solid #dfdbf9;
  color: #0c1018;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.about-title-optimal-labs::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  flex: 0 0 8px;
}

.rts-about-company-area {
  position: relative;
  overflow: hidden;
}
.rts-about-company-area::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 40px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(15, 98, 254, 0.14) 0%,
    rgba(15, 98, 254, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}
.rts-about-company-area::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(12, 16, 24, 0.08) 0%,
    rgba(12, 16, 24, 0) 72%
  );
  pointer-events: none;
  z-index: 0;
}
.rts-about-company-area .container {
  position: relative;
  z-index: 1;
}

.about-content-wrapper-agency {
  position: relative;
  border: 1px solid #dfdbf9;
  border-radius: 14px;
  background: #fff;
  padding: 34px 38px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  animation: aboutContentFadeIn 0.8s ease both;
}
.about-content-wrapper-agency::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 3px;
  background: var(--color-primary);
  border-radius: 14px 0 8px 0;
  transition: width 0.3s ease;
}
.about-content-wrapper-agency:hover {
  transform: translateY(-4px);
  border-color: #c8c3f8;
  box-shadow: 0 18px 40px rgba(15, 98, 254, 0.08);
}
.about-content-wrapper-agency:hover::before {
  width: 128px;
}

.about-content-wrapper-agency p.disc {
  font-size: 34px;
  font-weight: 500;
  color: #0c1018;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .about-content-wrapper-agency {
    padding: 28px 30px;
  }
  .about-content-wrapper-agency p.disc {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-wrapper-agency {
    padding: 24px;
  }
  .about-content-wrapper-agency p.disc {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-about-company-area::before {
    width: 220px;
    height: 220px;
    left: -100px;
    top: 20px;
  }
  .rts-about-company-area::after {
    width: 180px;
    height: 180px;
    right: -80px;
    bottom: -70px;
  }
  .about-content-wrapper-agency {
    padding: 20px;
  }
  .about-content-wrapper-agency p.disc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
.about-content-wrapper-agency a.rts-btn {
  margin-top: 34px;
}
@media only screen and (max-width: 991px) {
  .about-content-wrapper-agency a.rts-btn {
    margin-top: 18px;
  }
}

@keyframes aboutContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-content-wrapper-agency {
    animation: none;
    transition: none;
  }
}

.title-left-wrapper span.pre,
.title-center-wrapper span.pre {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid #dbe7ff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
}
.title-left-wrapper .title,
.title-center-wrapper .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .title-left-wrapper .title,
  .title-center-wrapper .title {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .title-left-wrapper .title,
  .title-center-wrapper .title {
    font-size: 28px !important;
    line-height: 1.2;
  }
}

.title-center-wrapper {
  text-align: center;
}

.title-area-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.title-area-between .right-area {
  max-width: 413px;
}
.title-area-between .right-area p.disc {
  margin-bottom: 20px;
}

.bg_light {
  background: #f9faff;
}

.title-center-wrapper {
  text-align: center;
}

a .title {
  transition: 0.4s;
}
a .title:hover {
  color: var(--color-primary);
}

.radious-4 .title-left-wrapper span.pre,
.radious-4 .title-center-wrapper span.pre {
  display: inline-block;
  padding: 2px 13px;
  border: 1px solid #dbe7ff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}

.demo-optimal-labs {
  --color-primary: #615efc;
}
.demo-optimal-labs .rts-btn {
  border-radius: 33px;
}
.demo-optimal-labs .rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo-optimal-labs .rts-btn .up-right {
  transform: rotate(45deg);
}

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

@-webkit-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);
  }
}
@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);
  }
}

.round-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  transition: all 0.3s ease;
}
.round-btn i {
  transform: rotate(-45deg);
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.round-btn:hover {
  background: var(--color-primary);
}
.round-btn:hover i {
  transform: rotate(0deg);
  color: #fff;
}

.rts-service-details-breadcrumb-area {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .rts-service-details-breadcrumb-area {
    padding-top: 60px;
  }
}
.rts-service-details-breadcrumb-area .breadcrumb-area {
  text-align: center;
  max-width: 765px;
  margin: 0 auto;
}
.rts-service-details-breadcrumb-area .breadcrumb-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rts-service-details-breadcrumb-area .breadcrumb-area ul li i {
  color: #050d20;
}
.rts-service-details-breadcrumb-area .breadcrumb-area ul li a {
  font-size: 16px;
  color: #050d20;
  font-weight: 500;
}
.rts-service-details-breadcrumb-area .breadcrumb-area ul li a.active {
  color: var(--color-primary);
}
.rts-service-details-breadcrumb-area .breadcrumb-area h1 {
  font-size: 56px;
  font-weight: 500;
  color: #050d20;
  line-height: 1.25;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rts-service-details-breadcrumb-area .breadcrumb-area h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-service-details-breadcrumb-area .breadcrumb-area h1 {
    font-size: 32px;
  }
}

.single-optimal-labs-wrapper-service {
  display: flex;
  align-items: center;
  padding: 34px 0;
  transition: 0.4s;
  border-bottom: 1px solid #dfdbf9;
}
@media only screen and (max-width: 767px) {
  .single-optimal-labs-wrapper-service {
    flex-wrap: wrap;
    gap: 15px;
  }
  .single-optimal-labs-wrapper-service > div {
    flex-basis: 100% !important;
  }
}
.single-optimal-labs-wrapper-service .thumbnail-image {
  width: 0;
  transition: 0.4s;
  height: auto;
  overflow: hidden;
}
.single-optimal-labs-wrapper-service .thumbnail-image img {
  max-width: fit-content;
}
.single-optimal-labs-wrapper-service:hover {
  padding: 34px;
  background: var(--color-primary);
}
.single-optimal-labs-wrapper-service:hover .thumbnail-image {
  width: 273px;
  height: auto;
}
.single-optimal-labs-wrapper-service:hover .left-area .title-area-start span {
  color: #fff;
}
.single-optimal-labs-wrapper-service:hover .left-area .title-area-start .title {
  color: #fff;
}
.single-optimal-labs-wrapper-service:hover .right-area .details-area p {
  color: #fff;
}
.single-optimal-labs-wrapper-service:hover
  .right-area
  .details-area
  .tag-wrappers
  .single-tags {
  color: #fff;
  border-color: #fff;
}
.single-optimal-labs-wrapper-service:hover .right-area .arrow-btn-area a {
  background: #fff;
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.single-optimal-labs-wrapper-service:hover .right-area .arrow-btn-area a i {
  color: var(--color-primary);
}
.single-optimal-labs-wrapper-service .left-area {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-basis: 48%;
}
.single-optimal-labs-wrapper-service .left-area .title-area-start {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-optimal-labs-wrapper-service .left-area .title-area-start span {
  border: 1px solid #dfdbf9;
  padding: 2px 15px;
  display: block;
  border-radius: 33px;
  transition: 0.4s;
}
.single-optimal-labs-wrapper-service .left-area .title-area-start .title {
  margin: 0;
  font-size: 36px;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  .single-optimal-labs-wrapper-service .left-area .title-area-start .title {
    font-size: 26px;
  }
}
.single-optimal-labs-wrapper-service .right-area {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-optimal-labs-wrapper-service .right-area .details-area {
  max-width: 401px;
  transition: 0.4s;
}
.single-optimal-labs-wrapper-service .right-area .details-area .tag-wrappers {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 991px) {
  .single-optimal-labs-wrapper-service .right-area .details-area .tag-wrappers {
    flex-wrap: wrap;
  }
}
.single-optimal-labs-wrapper-service
  .right-area
  .details-area
  .tag-wrappers
  .single-tags {
  display: block;
  padding: 1px 12px;
  border: 1px solid #dfdbf9;
  border-radius: 33px;
  transition: 0.4s;
}
.single-optimal-labs-wrapper-service .right-area .arrow-btn-area a {
  transition: 0.4s;
  height: 44px;
  width: 44px;
  border-color: #0c1018 !important;
}
.single-optimal-labs-wrapper-service .right-area .arrow-btn-area a:hover {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.single-optimal-labs-wrapper-service .right-area .arrow-btn-area a:hover i {
  color: var(--color-primary);
}
.single-optimal-labs-wrapper-service .right-area .arrow-btn-area a i {
  color: var(--color-heading-1);
  transition: all 0.3s;
}

.rts-service-area .title-area-between .right-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.rts-service-area .title-area-between .right-area .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts-service-area
  .title-area-between
  .right-area
  .swiper-navigation
  .swiper-btn {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  width: 60px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 28px;
  border: 1px solid #dee4ff;
  color: var(--color-heading-1);
  margin: 0;
  background: transparent;
  transition: all 0.3s;
}
.rts-service-area
  .title-area-between
  .right-area
  .swiper-navigation
  .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.rts-service-area
  .title-area-between
  .right-area
  .swiper-navigation
  .swiper-btn::after {
  display: none;
}
.mySwiper-case-one .swiper-pagination {
  bottom: 0;
  top: auto;
}
.mySwiper-case-one .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--color-primary);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  background-color: transparent;
  transition: 0.3s;
}
.mySwiper-case-one .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  background-color: var(--color-primary);
  width: 30px;
  border-radius: 5px;
}
.team-swiper-area .swiper-button-next,
.team-swiper-area .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  background: rgba(128, 128, 128, 0.55);
}
.team-swiper-area .swiper-button-next::after,
.team-swiper-area .swiper-button-prev::after {
  display: none;
}
.team-swiper-area .swiper-button-next i,
.team-swiper-area .swiper-button-prev i {
  transition: all 0.3s ease;
}
.team-swiper-area .swiper-button-next:hover,
.team-swiper-area .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.team-swiper-area .swiper-button-next {
  right: -24px;
}
.team-swiper-area .swiper-button-prev {
  left: -24px;
}
.team-swiper-area .swiper-pagination {
  bottom: 0;
  top: auto;
}
.team-swiper-area .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--color-primary);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  background-color: transparent;
  transition: 0.3s;
}
.team-swiper-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  background-color: var(--color-primary);
  width: 30px;
  border-radius: 5px;
}

.accordion-faq-one .accordion-item {
  border: none;
  border-bottom: 1px solid #dbe7ff;
}
.accordion-faq-one .accordion-item .accordion-header {
  border: none;
  box-shadow: none;
}
.accordion-faq-one .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #050d20;
  font-weight: 500;
  padding: 18px 0;
}
.accordion-faq-one .accordion-item .accordion-body {
  padding: 5px 0;
  padding-bottom: 20px;
}

.accordon-pricing-wrapper-three {
  max-width: 461px;
}
@media only screen and (max-width: 991px) {
  .accordon-pricing-wrapper-three {
    max-width: 100%;
  }
}
.accordon-pricing-wrapper-three .accordion-item {
  border: none;
  border-bottom: 1px solid #d3d6ef;
}
.accordon-pricing-wrapper-three .accordion-item .accordion-header {
  border: none;
  box-shadow: none;
}
.accordon-pricing-wrapper-three
  .accordion-item
  .accordion-header
  .accordion-button {
  box-shadow: none;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #050d20;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
}
.accordon-pricing-wrapper-three
  .accordion-item
  .accordion-header
  .accordion-button::after {
  position: absolute;
  background-image: none;
  content: "\f056";
  font-size: 20px;
  color: #050d20;
  font-weight: 500;
  margin-left: 10px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  width: unset;
  height: unset;
}
.accordon-pricing-wrapper-three
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  content: "\f055";
}
.accordon-pricing-wrapper-three .accordion-item .accordion-body {
  padding: 5px 0;
  padding-bottom: 20px;
}

button {
  border: none;
}

.contact-form-content-left-wrapper .signle-contact-card {
  background: #ffffff;
  border: 1px solid #eaf0ff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 40px 44px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.contact-form-content-left-wrapper .signle-contact-card .top-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.contact-form-content-left-wrapper .signle-contact-card .top-area .icon {
  transition: 0.3s;
}
.contact-form-content-left-wrapper .signle-contact-card .top-area .title {
  margin-bottom: 0;
  font-size: 24px;
}
.contact-form-content-left-wrapper .signle-contact-card p {
  margin-bottom: 0;
}
.contact-form-content-left-wrapper .signle-contact-card a {
  color: var(--color-primary);
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
.contact-form-content-left-wrapper .signle-contact-card:hover {
  transform: translateY(-5px) scale(1.01);
}
.contact-form-content-left-wrapper .signle-contact-card:hover .icon {
  transform: scaleX(-1);
}

.container-faq {
  max-width: 1070px;
  margin: auto;
  padding: 0 15px;
}

.accordon-pricing-wrapper-three.full-width {
  max-width: 100%;
}
.accordon-pricing-wrapper-three.full-width .accordion-item {
  border: 1px solid #eaf0ff;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.accordon-pricing-wrapper-three.full-width .accordion-item button {
  font-size: 20px !important;
  padding: 0 !important;
}
@media only screen and (max-width: 575px) {
  .accordon-pricing-wrapper-three.full-width .accordion-item button {
    font-size: 16px !important;
  }
}
.accordon-pricing-wrapper-three.full-width .accordion-item .accordion-body {
  overflow: 0 !important;
}

.footer-optimal-labs-left .title {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-optimal-labs-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-optimal-labs-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-optimal-labs-left .title {
    font-size: 38px;
  }
}
.footer-optimal-labs-left .title span {
  font-size: 79px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-optimal-labs-left .title span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-optimal-labs-left .title span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-optimal-labs-left .title span {
    font-size: 44px;
  }
}

.footer-optimal-labs-left form {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.footer-optimal-labs-left form input {
  height: 54px;
  width: 100%;
  background: #f6f6f6;
  border-radius: 0;
  border: 1px solid transparent;
}
.footer-optimal-labs-left form input:focus {
  border: 1px solid var(--color-primary);
}
.footer-optimal-labs-left form button {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: max-content;
}

.footer-optimal-labs-rigth {
  display: flex;
  align-items: flex-start;
}
.footer-optimal-labs-rigth > div.first {
  flex-basis: 70%;
}
.footer-optimal-labs-rigth .single-footer-content {
  flex-basis: 30%;
}
.footer-optimal-labs-rigth .single-footer-content .title {
  font-size: 20px;
}
.footer-optimal-labs-rigth .single-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-optimal-labs-rigth .single-footer-content ul li {
  margin: 10px 0;
  padding: 0;
}
.footer-optimal-labs-rigth .single-footer-content.company-area ul li a {
  color: #0c1018;
  transition: 0.3s;
}
.footer-optimal-labs-rigth .single-footer-content.company-area ul li a:hover {
  color: var(--color-primary);
  letter-spacing: 0.5px;
}
.footer-optimal-labs-rigth .social-area-footer-wrapper ul {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-optimal-labs-rigth .social-area-footer-wrapper ul li a {
  font-size: 22px;
}
.footer-optimal-labs-rigth .social-area-footer-wrapper ul li a i {
  transition: 0.3s;
}
.footer-optimal-labs-rigth .social-area-footer-wrapper ul li a:hover i {
  transform: scale(1.2);
}

.copyright-area-agency {
  border-top: 1px solid #eae7fb;
}

.copyright-area-optimal-labs {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .copyright-area-optimal-labs {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.copyright-area-optimal-labs p.disc {
  font-size: 16px;
  color: #0c1018;
  margin: 0;
}
.copyright-area-optimal-labs ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
}
.copyright-area-optimal-labs ul li {
  margin: 0;
  padding: 0;
}
.copyright-area-optimal-labs ul li a {
  color: #0c1018;
  font-size: 16px;
}

.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;
  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;
}
.testimonials-left-one .swiper-btn-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.testimonials-left-one .swiper-btn-area .swiper-btn {
  position: unset;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  margin: 0;
  transition: var(--transition);
  color: var(--color-primary);
}
.testimonials-left-one .swiper-btn-area .swiper-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.testimonials-left-one .swiper-btn-area .swiper-btn::after {
  display: none;
}
.mySwiper-testimonials-three .swiper-button-next,
.mySwiper-testimonials-three .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #dbe7ff;
  transition: all 0.3s ease;
}
.mySwiper-testimonials-three .swiper-button-next::after,
.mySwiper-testimonials-three .swiper-button-prev::after {
  display: none;
}
.mySwiper-testimonials-three .swiper-button-next i,
.mySwiper-testimonials-three .swiper-button-prev i {
  transition: all 0.3s ease;
}
.mySwiper-testimonials-three .swiper-button-next:hover,
.mySwiper-testimonials-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.mySwiper-testimonials-three .swiper-button-next {
  right: 0;
}
.mySwiper-testimonials-three .swiper-button-prev {
  left: 0;
}

.single-testimonials-agency {
  padding: 85px 110px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 194px;
}
@media only screen and (max-width: 1199px) {
  .single-testimonials-agency {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .single-testimonials-agency {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonials-agency {
    padding: 35px;
  }
}
.single-testimonials-agency .quote {
  min-width: max-content;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-agency .quote {
    max-width: 150px;
    min-width: auto;
  }
}
.single-testimonials-agency .right-area p.disc {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  max-width: 85%;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-agency .right-area p.disc {
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.single-testimonials-agency .right-area .bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 26px;
  border-top: 1px solid #7472ff;
}
.single-testimonials-agency .right-area .bottom .info .title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 7px;
}
.single-testimonials-agency .right-area .bottom .info .desig {
  color: #ffffff;
}

.testimonials-area-main-wrapper-agency {
  position: relative;
}
.testimonials-area-main-wrapper-agency .swiper-button-next i,
.testimonials-area-main-wrapper-agency .swiper-button-prev i {
  color: #fff;
}
.testimonials-area-main-wrapper-agency .swiper-button-next::after,
.testimonials-area-main-wrapper-agency .swiper-button-prev::after {
  display: none;
}
.testimonials-area-main-wrapper-agency .swiper-button-next {
  right: 198px;
  left: auto;
  bottom: 100px;
  top: auto;
}
.testimonials-area-main-wrapper-agency .swiper-button-prev {
  right: 225px;
  left: auto;
  bottom: 100px;
  top: auto;
}
.rts-testimonials-area.marketing .navigation-area .swiper-btn {
  position: unset;
  height: auto;
  width: auto;
  border: none;
  line-height: 1;
  transform: none;
  display: block;
  margin: 0;
  background: none;
  color: var(--color-primary);
}

.working-process-optimal-labs-left {
  background: #fafaff;
  padding: 50px 40px;
}
@media only screen and (max-width: 575px) {
  .working-process-optimal-labs-left {
    padding: 30px;
  }
}
.working-process-optimal-labs-left .top {
  margin-bottom: 55px;
}
.working-process-optimal-labs-left .top p.disc {
  font-size: 20px;
  font-weight: 500;
  color: #0c1018;
  text-align: center;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.working-process-optimal-labs-left .bottom .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.working-process-optimal-labs-left .bottom .tags-wrapper .single span {
  display: block;
  padding: 1px 12px;
  background: var(--color-primary);
  border-radius: 100px;
  color: #fff;
}
.working-process-optimal-labs-left
  .bottom
  .tags-wrapper
  .single.color-two
  span {
  background: #ffd9d9;
  color: #0c1018;
}
.working-process-optimal-labs-left
  .bottom
  .tags-wrapper
  .single.color-three
  span {
  background: #fadaff;
  color: #0c1018;
}
.working-process-optimal-labs-left
  .bottom
  .tags-wrapper
  .single.color-four
  span {
  background: #ced3ff;
  color: #0c1018;
}
.working-process-optimal-labs-left .bottom .counter-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .working-process-optimal-labs-left .bottom .counter-area-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.working-process-optimal-labs-left
  .bottom
  .counter-area-wrapper
  .counter-area
  .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.working-process-optimal-labs-left
  .bottom
  .counter-area-wrapper
  .counter-area
  .done {
  font-size: 16px;
  font-weight: 400;
  color: #0c1018;
}

.accordion-faq-one.in-working-process .accordion-item .accordion-button {
  font-size: 24px;
  padding: 20px 0;
}
.accordion-faq-one.in-working-process .accordion-item .accordion-button span {
  margin-right: 150px;
}
@media only screen and (max-width: 767px) {
  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    margin-right: 20px;
  }
}
.accordion-faq-one.in-working-process .accordion-item .accordion-body {
  padding-left: 170px;
}
@media only screen and (max-width: 767px) {
  .accordion-faq-one.in-working-process .accordion-item .accordion-body {
    padding-left: 30px;
  }
}
.accordion-faq-one.in-working-process .accordion-item .accordion-body img {
  max-width: 299px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .accordion-faq-one.in-working-process .accordion-item .accordion-body img {
    display: block;
  }
}
.project-two .project-block-four.active {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.project-two .project-block-four.active .content-box {
  display: flex;
  width: 350px;
}
.project-two .project-block-four.active .image-box {
  width: 358px;
  transform: scaleX(1);
}
.project-two .project-block-four.active .image-box .image {
  min-width: 358px;
}
.project-two .project-block-four.active .image-box .image a {
  display: block;
}
.project-two .project-block-four.active .content-rotate span {
  color: #050d20;
}
.single-pricing-wrapper-three.in-optimal-labs.active {
  background: var(--color-primary);
}
.single-pricing-wrapper-three.in-optimal-labs.active .top-area {
  background: #fff;
}
.single-pricing-wrapper-three.in-optimal-labs.active .top-area * {
  color: #050d20;
}
.single-pricing-wrapper-three.in-optimal-labs.active .price-area * {
  color: #fff;
}
.single-pricing-wrapper-three.in-optimal-labs.active p.disc {
  color: #fff;
}
.single-pricing-wrapper-three.in-optimal-labs.active .list-area ul li * {
  color: #fff !important;
}
.single-pricing-wrapper-three.in-optimal-labs.active .list-area ul li span {
  font-weight: 400 !important;
}
.single-pricing-wrapper-three.in-optimal-labs.active .button-area a.btn-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.single-pricing-wrapper-three.in-optimal-labs.active
  .button-area
  a.btn-border:hover::after {
  background: var(--color-primary);
}

.demo-optimal-labs .bg_light {
  background: #fafaff;
}

.float-left {
  position: relative;
}

.marquree-main-wrapper-1 {
  background: var(--color-primary);
  padding: 29px 0;
  display: flex;
  align-items: center;
  gap: 75px;
  width: 125%;
  right: 0;
  left: auto;
  position: absolute;
}
.marquree-main-wrapper-1 .single-marquree {
  display: flex;
  align-items: center;
  gap: 75px;
  will-change: transform;
  animation: marquee 20s linear infinite;
}
.marquree-main-wrapper-1 .single-marquree span {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
}
.marquree-main-wrapper-1 .single-marquree img {
  min-width: max-content;
  max-width: max-content;
}
.marquree-main-wrapper-1 .single-marquree .single-item {
  position: relative;
}
.marquree-main-wrapper-1 .single-marquree .single-item::after {
  position: absolute;
  content: "";
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #ffffff;
  border-radius: 50%;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.fun-facts-area-right-bottom {
  position: absolute;
  right: 0;
  bottom: -89px;
  background: var(--color-primary);
}
.fun-facts-area-right-bottom .counter-area {
  padding: 27px 25px;
}
.fun-facts-area-right-bottom .counter-area .title {
  font-size: 100px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .fun-facts-area-right-bottom .counter-area .title {
    font-size: 42px;
  }
}
.fun-facts-area-right-bottom .counter-area span.ff {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.fun-facts-area-right-bottom .bottom-clients-area {
  padding: 19px 24px;
  background: #0c1018;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media only screen and (max-width: 575px) {
  .fun-facts-area-right-bottom .bottom-clients-area {
    align-items: flex-start;
    gap: 9px;
    flex-direction: column;
  }
}
.fun-facts-area-right-bottom .bottom-clients-area span {
  color: #fff;
}
.rts-pricing-area.inner .pricing-wrapper-four.active {
  background: var(--color-primary);
}
.rts-pricing-area.inner .pricing-wrapper-four.active {
  background: #f6f8ff;
}
.rts-pricing-area.inner
  .pricing-wrapper-four.active
  .pricing-top-area
  .top
  .tag {
  background: var(--color-white);
}
.rts-pricing-area.inner
  .pricing-wrapper-four.active
  .pricing-top-area
  .top
  .icon {
  background: var(--color-white);
}

.active > .toggle-inner .t-year {
  opacity: 1;
}
.single-pricing-list-area.active::after {
  width: 100%;
  height: 100%;
}
.pricing-cyber-page .single-pricing-list-area.active * {
  color: #fff !important;
}
.pricing-cyber-page .single-pricing-list-area.active .package {
  background: #ffffff;
  color: #050d20 !important;
}
.pricing-wrapper-machine.active {
  background: #132a64;
}
.pricing-wrapper-machine.active .top-area * {
  color: #fff;
}
.pricing-wrapper-machine.active .body * {
  color: #fff !important;
}
.pricing-wrapper-machine.active .rts-btn {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.pricing-wrapper-machine.active .rts-btn::after {
  background: var(--color-white);
}
.pricing-wrapper-machine.active .rts-btn:hover {
  color: var(--color-heading-2);
}
.mySwiper-blog .swiper-pagination {
  bottom: 0;
  top: auto;
}
.mySwiper-blog .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--color-primary);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  background-color: transparent;
  transition: 0.3s;
}
.mySwiper-blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
  background-color: var(--color-primary);
  width: 30px;
  border-radius: 5px;
}

.brand-area-wrapper-inner p.brand-title-agency {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  color: #0c1018;
}
.brand-area-wrapper-inner p.brand-title-agency::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background: var(--color-primary);
  border-radius: 50%;
}

.mySwiper-optimal-labs-brand .single-image {
  padding: 15px 35px;
  border-radius: 33px;
  border: 1px solid #dfdbf9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.mySwiper-optimal-labs-brand .single-image:hover {
  border-color: var(--color-primary);
}

/* Header  */
.header-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .header-one {
    padding: 15px 0;
  }
}

.header-wrapper-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .header-wrapper-main .logo-area a {
    max-width: 90px;
    display: block;
  }
}

.nav-area ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
}
.nav-area ul li {
  margin: 0;
}
.nav-area ul li a {
  padding: 25px 0;
  display: block;
  transition: 0.3s;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  z-index: 1111;
  width: 100%;
  background: #071431;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}

.header-one.header-relative {
  position: relative;
}
.header-one.header-relative .nav-area * {
  color: #071431;
}
.header-one.header-relative .nav-area *::after {
  color: #071431;
}
.header-one.header-relative.sticky {
  background: #fff;
}
.header-one .button-wrapper-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .header-one .button-wrapper-flex {
    gap: 10px;
  }
}

header.header-one.header-relative .button-wrapper-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header-one.header-relative .button-wrapper-flex svg rect {
  fill: #071431;
}

@media only screen and (min-width: 1200px) {
  header.header-one .header-wrapper-main {
    position: relative;
  }
  header.header-one .header-wrapper-main .nav-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.menu-btn-toggle {
  display: none;
  cursor: pointer;
}
.menu-btn-toggle.white rect {
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  #side-bar .rts-sidebar-menu-desktop {
    display: none !important;
  }
  header .menu-btn-toggle {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  header .menu-btn-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.legal-doc-page {
  background: #f7faff;
}

.legal-doc-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.legal-doc-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(5, 13, 32, 0.06);
  padding: 40px;
}

.legal-doc-card h4 {
  margin-bottom: 12px;
}

.legal-doc-card .disc {
  margin-bottom: 14px;
}

.legal-doc-card ul.disc {
  margin-bottom: 10px;
  padding-left: 20px;
}

.legal-doc-card ul.disc li {
  margin-bottom: 8px;
  color: var(--color-body);
}

@media only screen and (max-width: 767px) {
  .legal-doc-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .legal-doc-card {
    padding: 24px;
    border-radius: 12px;
  }
}

header.header-digital {
  padding: 20px 0;
}
header.header-digital .left-side {
  display: flex;
  align-items: center;
  gap: 0;
}
header.header-digital .left-side .logo-area {
  padding: 9px 23px 7px;
  border: 1px solid #dfdbf9;
  border-radius: 33px;
}
header.header-digital .left-side .logo-area a {
  display: block;
  max-width: 98px;
}
header.header-digital .left-side .logo-area a img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}
header.header-digital .left-side .nav-area {
  padding: 0 23px;
  border: 1px solid #dfdbf9;
  border-radius: 33px;
}
header.header-digital .left-side .nav-area ul li a {
  padding: 11px 0;
}
header.header-digital .button-wrapper-flex {
  gap: 0 !important;
}
header.header-digital .menu-btn-toggle {
  display: block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border: 1px solid #dfdbf9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

header .main-nav > a {
  color: #fff;
}

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

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

li.has-dropdown {
  position: relative;
}
li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  padding: 15px 10px;
  transform-origin: 0 0;
  transform: scaleY(0);
}
li.has-dropdown .submenu.new {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-width: 450px;
  padding: 30px;
}
li.has-dropdown .submenu.new li {
  flex-basis: 50%;
}
li.has-dropdown .submenu.new li a {
  background: none;
  padding: 12px !important;
  border-bottom: 1px solid #f3f3f3 !important;
  border-radius: 0;
  color: #071431;
  font-weight: 600;
  opacity: 1 !important;
  font-size: 16px !important;
}
li.has-dropdown .submenu.new li a:hover {
  background: none;
  border-bottom: 1px solid var(--color-primary) !important;
}
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);
}
li.has-dropdown:hover::after {
  content: "\f077";
}

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 .mega-menu-item li a.active img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%)
    hue-rotate(288deg) brightness(103%) contrast(100%);
}
.mega-menu-item.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;
}

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--sticky.sticky .nav-area ul li.main-nav {
  padding: 0 0;
  cursor: pointer;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  max-width: 500px;
  width: 100%;
  padding: 40px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: rgba(18, 18, 18, 0.7490196078);
  backdrop-filter: blur(20px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .side-bar {
    width: 310px;
  }
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  border: none;
}
.side-bar button i {
  color: var(--color-white);
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 300;
  justify-content: center;
  font-size: 27px;
}

.mobile-menu-main nav ul {
  padding: 0;
  display: block;
}
.mobile-menu-main nav ul li {
  margin: 0;
  padding: 0;
}
.mobile-menu-main nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  cursor: pointer;
  font-weight: 500;
  color: var(--color-white);
}
.mobile-menu-main nav ul li a {
  display: block;
}

.rts-social-border-area.right-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rts-social-border-area.right-sidebar ul li a {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  transition: 0.3s;
}
.rts-social-border-area.right-sidebar ul li a i {
  color: #fff;
}
.rts-social-border-area.right-sidebar ul li a:hover {
  transform: scale(1.1);
}
.rts-social-border-area.right-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts-social-border-area.right-sidebar ul li {
  margin: 0;
  padding: 0;
}
.rts-social-border-area.right-sidebar ul li a {
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--color-body);
  background: transparent;
  transition: 0.3s;
}
.rts-social-border-area.right-sidebar ul li a:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.rts-social-border-area.right-sidebar ul li a:hover i {
  color: var(--color-white);
  transition: 0.3s;
}
.rts-social-border-area.right-sidebar ul li a i {
  color: rgba(255, 255, 255, 0.6509803922);
  transition: 0.3s;
  font-size: 16px;
}

#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: 1111;
  top: 0;
}

.rts-sidebar-menu-desktop .logo-area {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rts-sidebar-menu-desktop .logo {
  display: block;
  max-width: 122px;
}
.rts-sidebar-menu-desktop .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}
.rts-sidebar-menu-desktop .about-us {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.rts-sidebar-menu-desktop .about-us h4 {
  margin-bottom: 10px;
  color: var(--color-white);
}
.rts-sidebar-menu-desktop .about-us p {
  color: rgba(255, 255, 255, 0.6509803922);
}
.rts-sidebar-menu-desktop .menu-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.rts-sidebar-menu-desktop .menu-list h4 {
  color: var(--color-white);
}
.rts-sidebar-menu-desktop .menu-list ul {
  padding: 0;
  margin: 0;
}
.rts-sidebar-menu-desktop .menu-list ul li {
  list-style: none;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.6509803922);
}
.rts-sidebar-menu-desktop p.disc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
}
.rts-sidebar-menu-desktop .get-in-touch h4 {
  color: var(--color-white);
}
.rts-sidebar-menu-desktop .get-in-touch .wrapper .single {
  color: rgba(255, 255, 255, 0.6509803922);
}
.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;
}
.rts-sidebar-menu-desktop .social-wrapper-two.menu {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rts-sidebar-menu-desktop .social-wrapper-two a {
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--color-body);
  background: transparent;
  color: rgba(255, 255, 255, 0.6509803922);
  transition: 0.3s;
}
.rts-sidebar-menu-desktop .social-wrapper-two a:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.rts-sidebar-menu-desktop .social-wrapper-two a:hover i {
  color: var(--color-white);
  transition: 0.3s;
}
.rts-sidebar-menu-desktop .social-wrapper-two a i {
  color: rgba(255, 255, 255, 0.6509803922);
  transition: 0.3s;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  
  .mySwiper-testimonials-three .swiper-button-prev,
  .mySwiper-testimonials-three .swiper-button-next {
    display: none;
  }
  .accordon-pricing-wrapper-three {
    max-width: 100%;
  }
  .optimal-labs-content-inner-wrapper .title {
    font-size: 80px;
  }
  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    margin-right: 115px;
    flex-basis: 15%;
  }
  .funfacts-area-counter-up-mission {
    gap: 30px;
  }
  .menu-btn-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  .rts-about-breadcrumb-image img {
    width: 100%;
  }
  .optimal-labs-content-inner-wrapper .title {
    font-size: 54px;
  }
  .optimal-labs-content-inner-wrapper .title .stock {
    padding-left: 200px;
  }
  .optimal-labs-content-inner-wrapper .title .stock::after {
    width: 150px;
  }
  .optimal-labs-content-inner-wrapper .title .last img {
    right: -120px;
  }
  .single-optimal-labs-wrapper-service {
    flex-direction: column;
    align-items: self-start;
  }
  .single-optimal-labs-wrapper-service .right-area {
    flex-basis: 100%;
    width: 100%;
  }
  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    margin-right: 40px;
  }
  .funfacts-area-counter-up-mission
    .single-funfacts-area-counter-up-mission
    .icon {
    max-width: 50px;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 42px;
  }
  .optimal-labs-content-inner-wrapper .title .stock {
    padding-left: 150px;
  }
  .optimal-labs-content-inner-wrapper .title .stock::after {
    width: 120px;
  }
  .optimal-labs-content-inner-wrapper .title .last img {
    right: -100px;
  }
  .single-testimonials-agency {
    padding: 24px 20px;
    gap: 20px;
  }
  .single-testimonials-agency .quote {
    max-width: 95px;
    min-width: auto;
  }
  .single-testimonials-agency .right-area p.disc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .single-testimonials-agency .right-area .bottom {
    padding-top: 16px;
  }
  .single-testimonials-agency .right-area .bottom .info .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .single-testimonials-agency .right-area .bottom .info .desig {
    font-size: 13px;
    line-height: 1.3;
  }
  .fun-facts-area-right-bottom {
    right: 10px;
    bottom: -52px;
  }
  .fun-facts-area-right-bottom .counter-area {
    padding: 14px 16px;
  }
  .fun-facts-area-right-bottom .counter-area .title {
    font-size: 34px;
    line-height: 1;
  }
  .fun-facts-area-right-bottom .counter-area span.ff {
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }
  .fun-facts-area-right-bottom .bottom-clients-area {
    padding: 12px 14px;
    gap: 6px;
  }
  .fun-facts-area-right-bottom .bottom-clients-area img {
    width: 40px;
    height: auto;
  }
  .fun-facts-area-right-bottom .bottom-clients-area span {
    font-size: 12px;
    line-height: 1.35;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-prev {
    right: 10%;
    bottom: 5%;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-next {
    right: 5%;
    bottom: 5%;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-prev,
  .testimonials-area-main-wrapper-agency .swiper-button-next {
    width: 34px;
    height: 34px;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-prev i,
  .testimonials-area-main-wrapper-agency .swiper-button-next i {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .header-one .button-wrapper-flex {
    gap: 30px;
  }
  .header-one .button-wrapper-flex .rts-btn {
    display: none;
  }
  .optimal-labs-content-inner-wrapper .title .stock {
    padding-left: 85px;
  }
  .optimal-labs-content-inner-wrapper .title .stock::after {
    width: 75px;
  }
  .optimal-labs-content-inner-wrapper .title {
    font-size: 38px;
  }
  .marquree-main-wrapper-1 {
    padding: 15px 0;
  }
}
@media (max-width: 450px) {
  .optimal-labs-content-inner-wrapper .title {
    font-size: 28px;
  }
  .optimal-labs-content-inner-wrapper .title .last img {
    right: -70px;
  }
  .accordon-pricing-wrapper-three
    .accordion-item
    .accordion-header
    .accordion-button::after {
    font-size: 16px;
  }
  .accordon-pricing-wrapper-three.full-width .accordion-item {
    padding: 25px 21px;
  }
  .rts-service-details-breadcrumb-area .breadcrumb-area h1 {
    font-size: 28px;
  }
}
.single-optimal-labs-wrapper-service
  .right-area
  .details-area
  .tag-wrappers
  .single-tags {
  white-space: nowrap;
  font-size: 13px;
}

.header-one .nav-area ul li.legal-no-arrow::after,
.header-one .nav-area ul li.legal-no-arrow:hover::after {
  display: none;
  content: none;
}

.contact-form-content-left-wrapper .contact-social-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.contact-form-content-left-wrapper .contact-social-inline a {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #eaf0ff;
  border-radius: 999px;
  color: #050d20;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}
.contact-form-content-left-wrapper .contact-social-inline a i {
  color: var(--color-primary);
}
.contact-form-content-left-wrapper .contact-social-inline a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.rts-footer-area-optimal-labs {
  background: #fafaff;
}

.accordion-faq-one.in-working-process .accordion-item .accordion-button {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}

.accordion-faq-one.in-working-process .accordion-item .accordion-button span {
  margin-right: 0;
  min-width: 34px;
  flex: 0 0 34px;
}

.accordion-faq-one.in-working-process .accordion-item .accordion-body {
  padding-left: 44px;
}

@media only screen and (max-width: 767px) {
  .accordion-faq-one.in-working-process .accordion-item .accordion-button {
    gap: 8px;
  }

  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    min-width: 28px;
    flex: 0 0 28px;
  }

  .accordion-faq-one.in-working-process .accordion-item .accordion-body {
    padding-left: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-bg-attach-agency {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: clamp(260px, 52vw, 420px);
  }
}

.rts-optimal-labs-area {
  padding-bottom: 46px;
}

.optimal-labs-content-inner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.optimal-labs-content-inner-wrapper .title {
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.optimal-labs-content-inner-wrapper .title .bg {
  border-radius: 8px;
  margin-right: 20px;
}

.marquree-main-wrapper-1 {
  padding: 24px 0;
  gap: 62px;
}

.marquree-main-wrapper-1 .single-marquree {
  gap: 62px;
}

.marquree-main-wrapper-1 .single-marquree span {
  font-size: 28px;
}

.fun-facts-area-right-bottom {
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .rts-optimal-labs-area {
    padding-bottom: 32px;
  }

  .optimal-labs-content-inner-wrapper .title {
    line-height: 1.02;
  }

  .marquree-main-wrapper-1 .single-marquree span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-optimal-labs-area {
    padding-bottom: 24px;
  }

  .optimal-labs-content-inner-wrapper .title .bg {
    margin-right: 10px;
    padding: 4px 14px;
  }

  .marquree-main-wrapper-1 {
    padding: 16px 0;
    gap: 40px;
    width: 115%;
  }

  .marquree-main-wrapper-1 .single-marquree {
    gap: 40px;
  }

  .marquree-main-wrapper-1 .single-marquree span {
    font-size: 18px;
  }
}
