/*=================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: #006446;
  --color-secondary: #1F1F25;
  --color-blue: #0b4df5;
  --color-sky: #82b440;
  --color-body: #717383;
  --color-heading-1: #050D20;
  --color-heading-2: #0C1018;
  --color-title: #050D20;
  --transition: .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,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "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;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-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.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Inter Tight", sans-serif;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}
ul li a {
  text-decoration: none;
  color: var(--color-gray);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}
ol li a {
  color: var(--color-heading);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 600;
  text-transform: capitalize;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
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 -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
input[type=date].p-holder__error:focus,
.input-error input[type=date]:focus,
input[type=date].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
.form-select:focus, 
textarea:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  opacity: 1;
  position: relative;
  height: auto !important;
  max-width: 18px;
  width: max-content;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input:checked ~ .rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}
.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}
.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.jpg);
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: 0.2s;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
[data-aos=slideInUp2] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=slideInUp2].aos-animate {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  [data-aos=slideInUp2] {
    transform: translateY(30px);
  }
  [data-aos=slideInUp2].aos-animate {
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }
  100% {
    right: -23%;
    top: 0;
  }
}
@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.floting-line {
  animation: animate-floting 15s linear infinite;
}
.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}
.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: var(--color-primary);
}

.reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-gray-400);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
  background: #000;
}

.reveal-animation.reveal-white::before {
  background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos=reveal-top] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@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;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@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;
  }
}
.fadeInUp-small {
  -webkit-animation-name: fadeInUp-small;
  animation-name: fadeInUp-small;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@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;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*=========================
    Section Separation 
==========================*/
.mb_dec--25 {
  margin-bottom: -25px;
}

.mb_dec--30 {
  margin-bottom: -30px;
}

.m--0 {
  margin: 0;
}

.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;
  }
}

.rts-section-gapTop {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.rts-section-gap2 {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2 {
    padding: 60px 0;
  }
}

.rts-section-gap2Bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap2Top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap2Top {
    padding-top: 60px;
  }
}

.rts-section-gap3 {
  padding: 150px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap3 {
    padding: 60px 0;
  }
}

.rts-section-gap3Bottom {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3Bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap3Bottom {
    padding-bottom: 60px;
  }
}

.rts-section-gap3Top {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap3Top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-section-gap3Top {
    padding-top: 60px;
  }
}

.pl--0 {
  padding-left: 0;
}

.pr--0 {
  padding-right: 0;
}

.pt--0 {
  padding-top: 0;
}

.pb--0 {
  padding-bottom: 0;
}

.mr--0 {
  margin-right: 0;
}

.ml--0 {
  margin-left: 0;
}

.mt--0 {
  margin-top: 0;
}

.mb--0 {
  margin-bottom: 0;
}

.ptb--5 {
  padding: 5px 0;
}

.plr--5 {
  padding: 0 5px;
}

.pt--5 {
  padding-top: 5px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pl--5 {
  padding-left: 5px;
}

.pr--5 {
  padding-right: 5px;
}

.mt--5 {
  margin-top: 5px;
}

.mb--5 {
  margin-bottom: 5px;
}

.mr--5 {
  margin-right: 5px;
}

.ml--5 {
  margin-left: 5px;
}

.ptb--10 {
  padding: 10px 0;
}

.plr--10 {
  padding: 0 10px;
}

.pt--10 {
  padding-top: 10px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pl--10 {
  padding-left: 10px;
}

.pr--10 {
  padding-right: 10px;
}

.mt--10 {
  margin-top: 10px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mr--10 {
  margin-right: 10px;
}

.ml--10 {
  margin-left: 10px;
}

.ptb--15 {
  padding: 15px 0;
}

.plr--15 {
  padding: 0 15px;
}

.pt--15 {
  padding-top: 15px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pl--15 {
  padding-left: 15px;
}

.pr--15 {
  padding-right: 15px;
}

.mt--15 {
  margin-top: 15px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mr--15 {
  margin-right: 15px;
}

.ml--15 {
  margin-left: 15px;
}

.ptb--20 {
  padding: 20px 0;
}

.plr--20 {
  padding: 0 20px;
}

.pt--20 {
  padding-top: 20px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pl--20 {
  padding-left: 20px;
}

.pr--20 {
  padding-right: 20px;
}

.mt--20 {
  margin-top: 20px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mr--20 {
  margin-right: 20px;
}

.ml--20 {
  margin-left: 20px;
}

.ptb--25 {
  padding: 25px 0;
}

.plr--25 {
  padding: 0 25px;
}

.pt--25 {
  padding-top: 25px;
}

.pb--25 {
  padding-bottom: 25px;
}

.pl--25 {
  padding-left: 25px;
}

.pr--25 {
  padding-right: 25px;
}

.mt--25 {
  margin-top: 25px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mr--25 {
  margin-right: 25px;
}

.ml--25 {
  margin-left: 25px;
}

.ptb--30 {
  padding: 30px 0;
}

.plr--30 {
  padding: 0 30px;
}

.pt--30 {
  padding-top: 30px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pl--30 {
  padding-left: 30px;
}

.pr--30 {
  padding-right: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mr--30 {
  margin-right: 30px;
}

.ml--30 {
  margin-left: 30px;
}

.ptb--35 {
  padding: 35px 0;
}

.plr--35 {
  padding: 0 35px;
}

.pt--35 {
  padding-top: 35px;
}

.pb--35 {
  padding-bottom: 35px;
}

.pl--35 {
  padding-left: 35px;
}

.pr--35 {
  padding-right: 35px;
}

.mt--35 {
  margin-top: 35px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mr--35 {
  margin-right: 35px;
}

.ml--35 {
  margin-left: 35px;
}

.ptb--40 {
  padding: 40px 0;
}

.plr--40 {
  padding: 0 40px;
}

.pt--40 {
  padding-top: 40px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pl--40 {
  padding-left: 40px;
}

.pr--40 {
  padding-right: 40px;
}

.mt--40 {
  margin-top: 40px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mr--40 {
  margin-right: 40px;
}

.ml--40 {
  margin-left: 40px;
}

.ptb--45 {
  padding: 45px 0;
}

.plr--45 {
  padding: 0 45px;
}

.pt--45 {
  padding-top: 45px;
}

.pb--45 {
  padding-bottom: 45px;
}

.pl--45 {
  padding-left: 45px;
}

.pr--45 {
  padding-right: 45px;
}

.mt--45 {
  margin-top: 45px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mr--45 {
  margin-right: 45px;
}

.ml--45 {
  margin-left: 45px;
}

.ptb--50 {
  padding: 50px 0;
}

.plr--50 {
  padding: 0 50px;
}

.pt--50 {
  padding-top: 50px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.pr--50 {
  padding-right: 50px;
}

.mt--50 {
  margin-top: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mr--50 {
  margin-right: 50px;
}

.ml--50 {
  margin-left: 50px;
}

.ptb--55 {
  padding: 55px 0;
}

.plr--55 {
  padding: 0 55px;
}

.pt--55 {
  padding-top: 55px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pl--55 {
  padding-left: 55px;
}

.pr--55 {
  padding-right: 55px;
}

.mt--55 {
  margin-top: 55px;
}

.mb--55 {
  margin-bottom: 55px;
}

.mr--55 {
  margin-right: 55px;
}

.ml--55 {
  margin-left: 55px;
}

.ptb--60 {
  padding: 60px 0;
}

.plr--60 {
  padding: 0 60px;
}

.pt--60 {
  padding-top: 60px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pl--60 {
  padding-left: 60px;
}

.pr--60 {
  padding-right: 60px;
}

.mt--60 {
  margin-top: 60px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mr--60 {
  margin-right: 60px;
}

.ml--60 {
  margin-left: 60px;
}

.ptb--65 {
  padding: 65px 0;
}

.plr--65 {
  padding: 0 65px;
}

.pt--65 {
  padding-top: 65px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pl--65 {
  padding-left: 65px;
}

.pr--65 {
  padding-right: 65px;
}

.mt--65 {
  margin-top: 65px;
}

.mb--65 {
  margin-bottom: 65px;
}

.mr--65 {
  margin-right: 65px;
}

.ml--65 {
  margin-left: 65px;
}

.ptb--70 {
  padding: 70px 0;
}

.plr--70 {
  padding: 0 70px;
}

.pt--70 {
  padding-top: 70px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pl--70 {
  padding-left: 70px;
}

.pr--70 {
  padding-right: 70px;
}

.mt--70 {
  margin-top: 70px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mr--70 {
  margin-right: 70px;
}

.ml--70 {
  margin-left: 70px;
}

.ptb--75 {
  padding: 75px 0;
}

.plr--75 {
  padding: 0 75px;
}

.pt--75 {
  padding-top: 75px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pl--75 {
  padding-left: 75px;
}

.pr--75 {
  padding-right: 75px;
}

.mt--75 {
  margin-top: 75px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mr--75 {
  margin-right: 75px;
}

.ml--75 {
  margin-left: 75px;
}

.ptb--80 {
  padding: 80px 0;
}

.plr--80 {
  padding: 0 80px;
}

.pt--80 {
  padding-top: 80px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pl--80 {
  padding-left: 80px;
}

.pr--80 {
  padding-right: 80px;
}

.mt--80 {
  margin-top: 80px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mr--80 {
  margin-right: 80px;
}

.ml--80 {
  margin-left: 80px;
}

.ptb--85 {
  padding: 85px 0;
}

.plr--85 {
  padding: 0 85px;
}

.pt--85 {
  padding-top: 85px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pl--85 {
  padding-left: 85px;
}

.pr--85 {
  padding-right: 85px;
}

.mt--85 {
  margin-top: 85px;
}

.mb--85 {
  margin-bottom: 85px;
}

.mr--85 {
  margin-right: 85px;
}

.ml--85 {
  margin-left: 85px;
}

.ptb--90 {
  padding: 90px 0;
}

.plr--90 {
  padding: 0 90px;
}

.pt--90 {
  padding-top: 90px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pl--90 {
  padding-left: 90px;
}

.pr--90 {
  padding-right: 90px;
}

.mt--90 {
  margin-top: 90px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mr--90 {
  margin-right: 90px;
}

.ml--90 {
  margin-left: 90px;
}

.ptb--95 {
  padding: 95px 0;
}

.plr--95 {
  padding: 0 95px;
}

.pt--95 {
  padding-top: 95px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pl--95 {
  padding-left: 95px;
}

.pr--95 {
  padding-right: 95px;
}

.mt--95 {
  margin-top: 95px;
}

.mb--95 {
  margin-bottom: 95px;
}

.mr--95 {
  margin-right: 95px;
}

.ml--95 {
  margin-left: 95px;
}

.ptb--100 {
  padding: 100px 0;
}

.plr--100 {
  padding: 0 100px;
}

.pt--100 {
  padding-top: 100px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pl--100 {
  padding-left: 100px;
}

.pr--100 {
  padding-right: 100px;
}

.mt--100 {
  margin-top: 100px;
}

.mb--100 {
  margin-bottom: 100px;
}

.mr--100 {
  margin-right: 100px;
}

.ml--100 {
  margin-left: 100px;
}

.ptb--105 {
  padding: 105px 0;
}

.plr--105 {
  padding: 0 105px;
}

.pt--105 {
  padding-top: 105px;
}

.pb--105 {
  padding-bottom: 105px;
}

.pl--105 {
  padding-left: 105px;
}

.pr--105 {
  padding-right: 105px;
}

.mt--105 {
  margin-top: 105px;
}

.mb--105 {
  margin-bottom: 105px;
}

.mr--105 {
  margin-right: 105px;
}

.ml--105 {
  margin-left: 105px;
}

.ptb--110 {
  padding: 110px 0;
}

.plr--110 {
  padding: 0 110px;
}

.pt--110 {
  padding-top: 110px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pl--110 {
  padding-left: 110px;
}

.pr--110 {
  padding-right: 110px;
}

.mt--110 {
  margin-top: 110px;
}

.mb--110 {
  margin-bottom: 110px;
}

.mr--110 {
  margin-right: 110px;
}

.ml--110 {
  margin-left: 110px;
}

.ptb--115 {
  padding: 115px 0;
}

.plr--115 {
  padding: 0 115px;
}

.pt--115 {
  padding-top: 115px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pl--115 {
  padding-left: 115px;
}

.pr--115 {
  padding-right: 115px;
}

.mt--115 {
  margin-top: 115px;
}

.mb--115 {
  margin-bottom: 115px;
}

.mr--115 {
  margin-right: 115px;
}

.ml--115 {
  margin-left: 115px;
}

.ptb--120 {
  padding: 120px 0;
}

.plr--120 {
  padding: 0 120px;
}

.pt--120 {
  padding-top: 120px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pl--120 {
  padding-left: 120px;
}

.pr--120 {
  padding-right: 120px;
}

.mt--120 {
  margin-top: 120px;
}

.mb--120 {
  margin-bottom: 120px;
}

.mr--120 {
  margin-right: 120px;
}

.ml--120 {
  margin-left: 120px;
}

.ptb--125 {
  padding: 125px 0;
}

.plr--125 {
  padding: 0 125px;
}

.pt--125 {
  padding-top: 125px;
}

.pb--125 {
  padding-bottom: 125px;
}

.pl--125 {
  padding-left: 125px;
}

.pr--125 {
  padding-right: 125px;
}

.mt--125 {
  margin-top: 125px;
}

.mb--125 {
  margin-bottom: 125px;
}

.mr--125 {
  margin-right: 125px;
}

.ml--125 {
  margin-left: 125px;
}

.ptb--130 {
  padding: 130px 0;
}

.plr--130 {
  padding: 0 130px;
}

.pt--130 {
  padding-top: 130px;
}

.pb--130 {
  padding-bottom: 130px;
}

.pl--130 {
  padding-left: 130px;
}

.pr--130 {
  padding-right: 130px;
}

.mt--130 {
  margin-top: 130px;
}

.mb--130 {
  margin-bottom: 130px;
}

.mr--130 {
  margin-right: 130px;
}

.ml--130 {
  margin-left: 130px;
}

.ptb--135 {
  padding: 135px 0;
}

.plr--135 {
  padding: 0 135px;
}

.pt--135 {
  padding-top: 135px;
}

.pb--135 {
  padding-bottom: 135px;
}

.pl--135 {
  padding-left: 135px;
}

.pr--135 {
  padding-right: 135px;
}

.mt--135 {
  margin-top: 135px;
}

.mb--135 {
  margin-bottom: 135px;
}

.mr--135 {
  margin-right: 135px;
}

.ml--135 {
  margin-left: 135px;
}

.ptb--140 {
  padding: 140px 0;
}

.plr--140 {
  padding: 0 140px;
}

.pt--140 {
  padding-top: 140px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pl--140 {
  padding-left: 140px;
}

.pr--140 {
  padding-right: 140px;
}

.mt--140 {
  margin-top: 140px;
}

.mb--140 {
  margin-bottom: 140px;
}

.mr--140 {
  margin-right: 140px;
}

.ml--140 {
  margin-left: 140px;
}

.ptb--145 {
  padding: 145px 0;
}

.plr--145 {
  padding: 0 145px;
}

.pt--145 {
  padding-top: 145px;
}

.pb--145 {
  padding-bottom: 145px;
}

.pl--145 {
  padding-left: 145px;
}

.pr--145 {
  padding-right: 145px;
}

.mt--145 {
  margin-top: 145px;
}

.mb--145 {
  margin-bottom: 145px;
}

.mr--145 {
  margin-right: 145px;
}

.ml--145 {
  margin-left: 145px;
}

.ptb--150 {
  padding: 150px 0;
}

.plr--150 {
  padding: 0 150px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--150 {
  padding-bottom: 150px;
}

.pl--150 {
  padding-left: 150px;
}

.pr--150 {
  padding-right: 150px;
}

.mt--150 {
  margin-top: 150px;
}

.mb--150 {
  margin-bottom: 150px;
}

.mr--150 {
  margin-right: 150px;
}

.ml--150 {
  margin-left: 150px;
}

.ptb--155 {
  padding: 155px 0;
}

.plr--155 {
  padding: 0 155px;
}

.pt--155 {
  padding-top: 155px;
}

.pb--155 {
  padding-bottom: 155px;
}

.pl--155 {
  padding-left: 155px;
}

.pr--155 {
  padding-right: 155px;
}

.mt--155 {
  margin-top: 155px;
}

.mb--155 {
  margin-bottom: 155px;
}

.mr--155 {
  margin-right: 155px;
}

.ml--155 {
  margin-left: 155px;
}

.ptb--160 {
  padding: 160px 0;
}

.plr--160 {
  padding: 0 160px;
}

.pt--160 {
  padding-top: 160px;
}

.pb--160 {
  padding-bottom: 160px;
}

.pl--160 {
  padding-left: 160px;
}

.pr--160 {
  padding-right: 160px;
}

.mt--160 {
  margin-top: 160px;
}

.mb--160 {
  margin-bottom: 160px;
}

.mr--160 {
  margin-right: 160px;
}

.ml--160 {
  margin-left: 160px;
}

.ptb--165 {
  padding: 165px 0;
}

.plr--165 {
  padding: 0 165px;
}

.pt--165 {
  padding-top: 165px;
}

.pb--165 {
  padding-bottom: 165px;
}

.pl--165 {
  padding-left: 165px;
}

.pr--165 {
  padding-right: 165px;
}

.mt--165 {
  margin-top: 165px;
}

.mb--165 {
  margin-bottom: 165px;
}

.mr--165 {
  margin-right: 165px;
}

.ml--165 {
  margin-left: 165px;
}

.ptb--170 {
  padding: 170px 0;
}

.plr--170 {
  padding: 0 170px;
}

.pt--170 {
  padding-top: 170px;
}

.pb--170 {
  padding-bottom: 170px;
}

.pl--170 {
  padding-left: 170px;
}

.pr--170 {
  padding-right: 170px;
}

.mt--170 {
  margin-top: 170px;
}

.mb--170 {
  margin-bottom: 170px;
}

.mr--170 {
  margin-right: 170px;
}

.ml--170 {
  margin-left: 170px;
}

.ptb--175 {
  padding: 175px 0;
}

.plr--175 {
  padding: 0 175px;
}

.pt--175 {
  padding-top: 175px;
}

.pb--175 {
  padding-bottom: 175px;
}

.pl--175 {
  padding-left: 175px;
}

.pr--175 {
  padding-right: 175px;
}

.mt--175 {
  margin-top: 175px;
}

.mb--175 {
  margin-bottom: 175px;
}

.mr--175 {
  margin-right: 175px;
}

.ml--175 {
  margin-left: 175px;
}

.ptb--180 {
  padding: 180px 0;
}

.plr--180 {
  padding: 0 180px;
}

.pt--180 {
  padding-top: 180px;
}

.pb--180 {
  padding-bottom: 180px;
}

.pl--180 {
  padding-left: 180px;
}

.pr--180 {
  padding-right: 180px;
}

.mt--180 {
  margin-top: 180px;
}

.mb--180 {
  margin-bottom: 180px;
}

.mr--180 {
  margin-right: 180px;
}

.ml--180 {
  margin-left: 180px;
}

.ptb--185 {
  padding: 185px 0;
}

.plr--185 {
  padding: 0 185px;
}

.pt--185 {
  padding-top: 185px;
}

.pb--185 {
  padding-bottom: 185px;
}

.pl--185 {
  padding-left: 185px;
}

.pr--185 {
  padding-right: 185px;
}

.mt--185 {
  margin-top: 185px;
}

.mb--185 {
  margin-bottom: 185px;
}

.mr--185 {
  margin-right: 185px;
}

.ml--185 {
  margin-left: 185px;
}

.ptb--190 {
  padding: 190px 0;
}

.plr--190 {
  padding: 0 190px;
}

.pt--190 {
  padding-top: 190px;
}

.pb--190 {
  padding-bottom: 190px;
}

.pl--190 {
  padding-left: 190px;
}

.pr--190 {
  padding-right: 190px;
}

.mt--190 {
  margin-top: 190px;
}

.mb--190 {
  margin-bottom: 190px;
}

.mr--190 {
  margin-right: 190px;
}

.ml--190 {
  margin-left: 190px;
}

.ptb--195 {
  padding: 195px 0;
}

.plr--195 {
  padding: 0 195px;
}

.pt--195 {
  padding-top: 195px;
}

.pb--195 {
  padding-bottom: 195px;
}

.pl--195 {
  padding-left: 195px;
}

.pr--195 {
  padding-right: 195px;
}

.mt--195 {
  margin-top: 195px;
}

.mb--195 {
  margin-bottom: 195px;
}

.mr--195 {
  margin-right: 195px;
}

.ml--195 {
  margin-left: 195px;
}

.ptb--200 {
  padding: 200px 0;
}

.plr--200 {
  padding: 0 200px;
}

.pt--200 {
  padding-top: 200px;
}

.pb--200 {
  padding-bottom: 200px;
}

.pl--200 {
  padding-left: 200px;
}

.pr--200 {
  padding-right: 200px;
}

.mt--200 {
  margin-top: 200px;
}

.mb--200 {
  margin-bottom: 200px;
}

.mr--200 {
  margin-right: 200px;
}

.ml--200 {
  margin-left: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }
  .plr_lp--5 {
    padding: 0 5px;
  }
  .pt_lp--5 {
    padding-top: 5px;
  }
  .pb_lp--5 {
    padding-bottom: 5px;
  }
  .pl_lp--5 {
    padding-left: 5px;
  }
  .pr_lp--5 {
    padding-right: 5px;
  }
  .mt_lp--5 {
    margin-top: 5px;
  }
  .mb_lp--5 {
    margin-bottom: 5px;
  }
  .ptb_lp--10 {
    padding: 10px 0;
  }
  .plr_lp--10 {
    padding: 0 10px;
  }
  .pt_lp--10 {
    padding-top: 10px;
  }
  .pb_lp--10 {
    padding-bottom: 10px;
  }
  .pl_lp--10 {
    padding-left: 10px;
  }
  .pr_lp--10 {
    padding-right: 10px;
  }
  .mt_lp--10 {
    margin-top: 10px;
  }
  .mb_lp--10 {
    margin-bottom: 10px;
  }
  .ptb_lp--15 {
    padding: 15px 0;
  }
  .plr_lp--15 {
    padding: 0 15px;
  }
  .pt_lp--15 {
    padding-top: 15px;
  }
  .pb_lp--15 {
    padding-bottom: 15px;
  }
  .pl_lp--15 {
    padding-left: 15px;
  }
  .pr_lp--15 {
    padding-right: 15px;
  }
  .mt_lp--15 {
    margin-top: 15px;
  }
  .mb_lp--15 {
    margin-bottom: 15px;
  }
  .ptb_lp--20 {
    padding: 20px 0;
  }
  .plr_lp--20 {
    padding: 0 20px;
  }
  .pt_lp--20 {
    padding-top: 20px;
  }
  .pb_lp--20 {
    padding-bottom: 20px;
  }
  .pl_lp--20 {
    padding-left: 20px;
  }
  .pr_lp--20 {
    padding-right: 20px;
  }
  .mt_lp--20 {
    margin-top: 20px;
  }
  .mb_lp--20 {
    margin-bottom: 20px;
  }
  .ptb_lp--25 {
    padding: 25px 0;
  }
  .plr_lp--25 {
    padding: 0 25px;
  }
  .pt_lp--25 {
    padding-top: 25px;
  }
  .pb_lp--25 {
    padding-bottom: 25px;
  }
  .pl_lp--25 {
    padding-left: 25px;
  }
  .pr_lp--25 {
    padding-right: 25px;
  }
  .mt_lp--25 {
    margin-top: 25px;
  }
  .mb_lp--25 {
    margin-bottom: 25px;
  }
  .ptb_lp--30 {
    padding: 30px 0;
  }
  .plr_lp--30 {
    padding: 0 30px;
  }
  .pt_lp--30 {
    padding-top: 30px;
  }
  .pb_lp--30 {
    padding-bottom: 30px;
  }
  .pl_lp--30 {
    padding-left: 30px;
  }
  .pr_lp--30 {
    padding-right: 30px;
  }
  .mt_lp--30 {
    margin-top: 30px;
  }
  .mb_lp--30 {
    margin-bottom: 30px;
  }
  .ptb_lp--35 {
    padding: 35px 0;
  }
  .plr_lp--35 {
    padding: 0 35px;
  }
  .pt_lp--35 {
    padding-top: 35px;
  }
  .pb_lp--35 {
    padding-bottom: 35px;
  }
  .pl_lp--35 {
    padding-left: 35px;
  }
  .pr_lp--35 {
    padding-right: 35px;
  }
  .mt_lp--35 {
    margin-top: 35px;
  }
  .mb_lp--35 {
    margin-bottom: 35px;
  }
  .ptb_lp--40 {
    padding: 40px 0;
  }
  .plr_lp--40 {
    padding: 0 40px;
  }
  .pt_lp--40 {
    padding-top: 40px;
  }
  .pb_lp--40 {
    padding-bottom: 40px;
  }
  .pl_lp--40 {
    padding-left: 40px;
  }
  .pr_lp--40 {
    padding-right: 40px;
  }
  .mt_lp--40 {
    margin-top: 40px;
  }
  .mb_lp--40 {
    margin-bottom: 40px;
  }
  .ptb_lp--45 {
    padding: 45px 0;
  }
  .plr_lp--45 {
    padding: 0 45px;
  }
  .pt_lp--45 {
    padding-top: 45px;
  }
  .pb_lp--45 {
    padding-bottom: 45px;
  }
  .pl_lp--45 {
    padding-left: 45px;
  }
  .pr_lp--45 {
    padding-right: 45px;
  }
  .mt_lp--45 {
    margin-top: 45px;
  }
  .mb_lp--45 {
    margin-bottom: 45px;
  }
  .ptb_lp--50 {
    padding: 50px 0;
  }
  .plr_lp--50 {
    padding: 0 50px;
  }
  .pt_lp--50 {
    padding-top: 50px;
  }
  .pb_lp--50 {
    padding-bottom: 50px;
  }
  .pl_lp--50 {
    padding-left: 50px;
  }
  .pr_lp--50 {
    padding-right: 50px;
  }
  .mt_lp--50 {
    margin-top: 50px;
  }
  .mb_lp--50 {
    margin-bottom: 50px;
  }
  .ptb_lp--55 {
    padding: 55px 0;
  }
  .plr_lp--55 {
    padding: 0 55px;
  }
  .pt_lp--55 {
    padding-top: 55px;
  }
  .pb_lp--55 {
    padding-bottom: 55px;
  }
  .pl_lp--55 {
    padding-left: 55px;
  }
  .pr_lp--55 {
    padding-right: 55px;
  }
  .mt_lp--55 {
    margin-top: 55px;
  }
  .mb_lp--55 {
    margin-bottom: 55px;
  }
  .ptb_lp--60 {
    padding: 60px 0;
  }
  .plr_lp--60 {
    padding: 0 60px;
  }
  .pt_lp--60 {
    padding-top: 60px;
  }
  .pb_lp--60 {
    padding-bottom: 60px;
  }
  .pl_lp--60 {
    padding-left: 60px;
  }
  .pr_lp--60 {
    padding-right: 60px;
  }
  .mt_lp--60 {
    margin-top: 60px;
  }
  .mb_lp--60 {
    margin-bottom: 60px;
  }
  .ptb_lp--65 {
    padding: 65px 0;
  }
  .plr_lp--65 {
    padding: 0 65px;
  }
  .pt_lp--65 {
    padding-top: 65px;
  }
  .pb_lp--65 {
    padding-bottom: 65px;
  }
  .pl_lp--65 {
    padding-left: 65px;
  }
  .pr_lp--65 {
    padding-right: 65px;
  }
  .mt_lp--65 {
    margin-top: 65px;
  }
  .mb_lp--65 {
    margin-bottom: 65px;
  }
  .ptb_lp--70 {
    padding: 70px 0;
  }
  .plr_lp--70 {
    padding: 0 70px;
  }
  .pt_lp--70 {
    padding-top: 70px;
  }
  .pb_lp--70 {
    padding-bottom: 70px;
  }
  .pl_lp--70 {
    padding-left: 70px;
  }
  .pr_lp--70 {
    padding-right: 70px;
  }
  .mt_lp--70 {
    margin-top: 70px;
  }
  .mb_lp--70 {
    margin-bottom: 70px;
  }
  .ptb_lp--75 {
    padding: 75px 0;
  }
  .plr_lp--75 {
    padding: 0 75px;
  }
  .pt_lp--75 {
    padding-top: 75px;
  }
  .pb_lp--75 {
    padding-bottom: 75px;
  }
  .pl_lp--75 {
    padding-left: 75px;
  }
  .pr_lp--75 {
    padding-right: 75px;
  }
  .mt_lp--75 {
    margin-top: 75px;
  }
  .mb_lp--75 {
    margin-bottom: 75px;
  }
  .ptb_lp--80 {
    padding: 80px 0;
  }
  .plr_lp--80 {
    padding: 0 80px;
  }
  .pt_lp--80 {
    padding-top: 80px;
  }
  .pb_lp--80 {
    padding-bottom: 80px;
  }
  .pl_lp--80 {
    padding-left: 80px;
  }
  .pr_lp--80 {
    padding-right: 80px;
  }
  .mt_lp--80 {
    margin-top: 80px;
  }
  .mb_lp--80 {
    margin-bottom: 80px;
  }
  .ptb_lp--85 {
    padding: 85px 0;
  }
  .plr_lp--85 {
    padding: 0 85px;
  }
  .pt_lp--85 {
    padding-top: 85px;
  }
  .pb_lp--85 {
    padding-bottom: 85px;
  }
  .pl_lp--85 {
    padding-left: 85px;
  }
  .pr_lp--85 {
    padding-right: 85px;
  }
  .mt_lp--85 {
    margin-top: 85px;
  }
  .mb_lp--85 {
    margin-bottom: 85px;
  }
  .ptb_lp--90 {
    padding: 90px 0;
  }
  .plr_lp--90 {
    padding: 0 90px;
  }
  .pt_lp--90 {
    padding-top: 90px;
  }
  .pb_lp--90 {
    padding-bottom: 90px;
  }
  .pl_lp--90 {
    padding-left: 90px;
  }
  .pr_lp--90 {
    padding-right: 90px;
  }
  .mt_lp--90 {
    margin-top: 90px;
  }
  .mb_lp--90 {
    margin-bottom: 90px;
  }
  .ptb_lp--95 {
    padding: 95px 0;
  }
  .plr_lp--95 {
    padding: 0 95px;
  }
  .pt_lp--95 {
    padding-top: 95px;
  }
  .pb_lp--95 {
    padding-bottom: 95px;
  }
  .pl_lp--95 {
    padding-left: 95px;
  }
  .pr_lp--95 {
    padding-right: 95px;
  }
  .mt_lp--95 {
    margin-top: 95px;
  }
  .mb_lp--95 {
    margin-bottom: 95px;
  }
  .ptb_lp--100 {
    padding: 100px 0;
  }
  .plr_lp--100 {
    padding: 0 100px;
  }
  .pt_lp--100 {
    padding-top: 100px;
  }
  .pb_lp--100 {
    padding-bottom: 100px;
  }
  .pl_lp--100 {
    padding-left: 100px;
  }
  .pr_lp--100 {
    padding-right: 100px;
  }
  .mt_lp--100 {
    margin-top: 100px;
  }
  .mb_lp--100 {
    margin-bottom: 100px;
  }
  .ptb_lp--105 {
    padding: 105px 0;
  }
  .plr_lp--105 {
    padding: 0 105px;
  }
  .pt_lp--105 {
    padding-top: 105px;
  }
  .pb_lp--105 {
    padding-bottom: 105px;
  }
  .pl_lp--105 {
    padding-left: 105px;
  }
  .pr_lp--105 {
    padding-right: 105px;
  }
  .mt_lp--105 {
    margin-top: 105px;
  }
  .mb_lp--105 {
    margin-bottom: 105px;
  }
  .ptb_lp--110 {
    padding: 110px 0;
  }
  .plr_lp--110 {
    padding: 0 110px;
  }
  .pt_lp--110 {
    padding-top: 110px;
  }
  .pb_lp--110 {
    padding-bottom: 110px;
  }
  .pl_lp--110 {
    padding-left: 110px;
  }
  .pr_lp--110 {
    padding-right: 110px;
  }
  .mt_lp--110 {
    margin-top: 110px;
  }
  .mb_lp--110 {
    margin-bottom: 110px;
  }
  .ptb_lp--115 {
    padding: 115px 0;
  }
  .plr_lp--115 {
    padding: 0 115px;
  }
  .pt_lp--115 {
    padding-top: 115px;
  }
  .pb_lp--115 {
    padding-bottom: 115px;
  }
  .pl_lp--115 {
    padding-left: 115px;
  }
  .pr_lp--115 {
    padding-right: 115px;
  }
  .mt_lp--115 {
    margin-top: 115px;
  }
  .mb_lp--115 {
    margin-bottom: 115px;
  }
  .ptb_lp--120 {
    padding: 120px 0;
  }
  .plr_lp--120 {
    padding: 0 120px;
  }
  .pt_lp--120 {
    padding-top: 120px;
  }
  .pb_lp--120 {
    padding-bottom: 120px;
  }
  .pl_lp--120 {
    padding-left: 120px;
  }
  .pr_lp--120 {
    padding-right: 120px;
  }
  .mt_lp--120 {
    margin-top: 120px;
  }
  .mb_lp--120 {
    margin-bottom: 120px;
  }
  .ptb_lp--125 {
    padding: 125px 0;
  }
  .plr_lp--125 {
    padding: 0 125px;
  }
  .pt_lp--125 {
    padding-top: 125px;
  }
  .pb_lp--125 {
    padding-bottom: 125px;
  }
  .pl_lp--125 {
    padding-left: 125px;
  }
  .pr_lp--125 {
    padding-right: 125px;
  }
  .mt_lp--125 {
    margin-top: 125px;
  }
  .mb_lp--125 {
    margin-bottom: 125px;
  }
  .ptb_lp--130 {
    padding: 130px 0;
  }
  .plr_lp--130 {
    padding: 0 130px;
  }
  .pt_lp--130 {
    padding-top: 130px;
  }
  .pb_lp--130 {
    padding-bottom: 130px;
  }
  .pl_lp--130 {
    padding-left: 130px;
  }
  .pr_lp--130 {
    padding-right: 130px;
  }
  .mt_lp--130 {
    margin-top: 130px;
  }
  .mb_lp--130 {
    margin-bottom: 130px;
  }
  .ptb_lp--135 {
    padding: 135px 0;
  }
  .plr_lp--135 {
    padding: 0 135px;
  }
  .pt_lp--135 {
    padding-top: 135px;
  }
  .pb_lp--135 {
    padding-bottom: 135px;
  }
  .pl_lp--135 {
    padding-left: 135px;
  }
  .pr_lp--135 {
    padding-right: 135px;
  }
  .mt_lp--135 {
    margin-top: 135px;
  }
  .mb_lp--135 {
    margin-bottom: 135px;
  }
  .ptb_lp--140 {
    padding: 140px 0;
  }
  .plr_lp--140 {
    padding: 0 140px;
  }
  .pt_lp--140 {
    padding-top: 140px;
  }
  .pb_lp--140 {
    padding-bottom: 140px;
  }
  .pl_lp--140 {
    padding-left: 140px;
  }
  .pr_lp--140 {
    padding-right: 140px;
  }
  .mt_lp--140 {
    margin-top: 140px;
  }
  .mb_lp--140 {
    margin-bottom: 140px;
  }
  .ptb_lp--145 {
    padding: 145px 0;
  }
  .plr_lp--145 {
    padding: 0 145px;
  }
  .pt_lp--145 {
    padding-top: 145px;
  }
  .pb_lp--145 {
    padding-bottom: 145px;
  }
  .pl_lp--145 {
    padding-left: 145px;
  }
  .pr_lp--145 {
    padding-right: 145px;
  }
  .mt_lp--145 {
    margin-top: 145px;
  }
  .mb_lp--145 {
    margin-bottom: 145px;
  }
  .ptb_lp--150 {
    padding: 150px 0;
  }
  .plr_lp--150 {
    padding: 0 150px;
  }
  .pt_lp--150 {
    padding-top: 150px;
  }
  .pb_lp--150 {
    padding-bottom: 150px;
  }
  .pl_lp--150 {
    padding-left: 150px;
  }
  .pr_lp--150 {
    padding-right: 150px;
  }
  .mt_lp--150 {
    margin-top: 150px;
  }
  .mb_lp--150 {
    margin-bottom: 150px;
  }
  .ptb_lp--155 {
    padding: 155px 0;
  }
  .plr_lp--155 {
    padding: 0 155px;
  }
  .pt_lp--155 {
    padding-top: 155px;
  }
  .pb_lp--155 {
    padding-bottom: 155px;
  }
  .pl_lp--155 {
    padding-left: 155px;
  }
  .pr_lp--155 {
    padding-right: 155px;
  }
  .mt_lp--155 {
    margin-top: 155px;
  }
  .mb_lp--155 {
    margin-bottom: 155px;
  }
  .ptb_lp--160 {
    padding: 160px 0;
  }
  .plr_lp--160 {
    padding: 0 160px;
  }
  .pt_lp--160 {
    padding-top: 160px;
  }
  .pb_lp--160 {
    padding-bottom: 160px;
  }
  .pl_lp--160 {
    padding-left: 160px;
  }
  .pr_lp--160 {
    padding-right: 160px;
  }
  .mt_lp--160 {
    margin-top: 160px;
  }
  .mb_lp--160 {
    margin-bottom: 160px;
  }
  .ptb_lp--165 {
    padding: 165px 0;
  }
  .plr_lp--165 {
    padding: 0 165px;
  }
  .pt_lp--165 {
    padding-top: 165px;
  }
  .pb_lp--165 {
    padding-bottom: 165px;
  }
  .pl_lp--165 {
    padding-left: 165px;
  }
  .pr_lp--165 {
    padding-right: 165px;
  }
  .mt_lp--165 {
    margin-top: 165px;
  }
  .mb_lp--165 {
    margin-bottom: 165px;
  }
  .ptb_lp--170 {
    padding: 170px 0;
  }
  .plr_lp--170 {
    padding: 0 170px;
  }
  .pt_lp--170 {
    padding-top: 170px;
  }
  .pb_lp--170 {
    padding-bottom: 170px;
  }
  .pl_lp--170 {
    padding-left: 170px;
  }
  .pr_lp--170 {
    padding-right: 170px;
  }
  .mt_lp--170 {
    margin-top: 170px;
  }
  .mb_lp--170 {
    margin-bottom: 170px;
  }
  .ptb_lp--175 {
    padding: 175px 0;
  }
  .plr_lp--175 {
    padding: 0 175px;
  }
  .pt_lp--175 {
    padding-top: 175px;
  }
  .pb_lp--175 {
    padding-bottom: 175px;
  }
  .pl_lp--175 {
    padding-left: 175px;
  }
  .pr_lp--175 {
    padding-right: 175px;
  }
  .mt_lp--175 {
    margin-top: 175px;
  }
  .mb_lp--175 {
    margin-bottom: 175px;
  }
  .ptb_lp--180 {
    padding: 180px 0;
  }
  .plr_lp--180 {
    padding: 0 180px;
  }
  .pt_lp--180 {
    padding-top: 180px;
  }
  .pb_lp--180 {
    padding-bottom: 180px;
  }
  .pl_lp--180 {
    padding-left: 180px;
  }
  .pr_lp--180 {
    padding-right: 180px;
  }
  .mt_lp--180 {
    margin-top: 180px;
  }
  .mb_lp--180 {
    margin-bottom: 180px;
  }
  .ptb_lp--185 {
    padding: 185px 0;
  }
  .plr_lp--185 {
    padding: 0 185px;
  }
  .pt_lp--185 {
    padding-top: 185px;
  }
  .pb_lp--185 {
    padding-bottom: 185px;
  }
  .pl_lp--185 {
    padding-left: 185px;
  }
  .pr_lp--185 {
    padding-right: 185px;
  }
  .mt_lp--185 {
    margin-top: 185px;
  }
  .mb_lp--185 {
    margin-bottom: 185px;
  }
  .ptb_lp--190 {
    padding: 190px 0;
  }
  .plr_lp--190 {
    padding: 0 190px;
  }
  .pt_lp--190 {
    padding-top: 190px;
  }
  .pb_lp--190 {
    padding-bottom: 190px;
  }
  .pl_lp--190 {
    padding-left: 190px;
  }
  .pr_lp--190 {
    padding-right: 190px;
  }
  .mt_lp--190 {
    margin-top: 190px;
  }
  .mb_lp--190 {
    margin-bottom: 190px;
  }
  .ptb_lp--195 {
    padding: 195px 0;
  }
  .plr_lp--195 {
    padding: 0 195px;
  }
  .pt_lp--195 {
    padding-top: 195px;
  }
  .pb_lp--195 {
    padding-bottom: 195px;
  }
  .pl_lp--195 {
    padding-left: 195px;
  }
  .pr_lp--195 {
    padding-right: 195px;
  }
  .mt_lp--195 {
    margin-top: 195px;
  }
  .mb_lp--195 {
    margin-bottom: 195px;
  }
  .ptb_lp--200 {
    padding: 200px 0;
  }
  .plr_lp--200 {
    padding: 0 200px;
  }
  .pt_lp--200 {
    padding-top: 200px;
  }
  .pb_lp--200 {
    padding-bottom: 200px;
  }
  .pl_lp--200 {
    padding-left: 200px;
  }
  .pr_lp--200 {
    padding-right: 200px;
  }
  .mt_lp--200 {
    margin-top: 200px;
  }
  .mb_lp--200 {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0;
  }
  .plr_lg--5 {
    padding: 0 5px;
  }
  .pt_lg--5 {
    padding-top: 5px;
  }
  .pb_lg--5 {
    padding-bottom: 5px;
  }
  .pl_lg--5 {
    padding-left: 5px;
  }
  .pr_lg--5 {
    padding-right: 5px;
  }
  .mt_lg--5 {
    margin-top: 5px;
  }
  .mb_lg--5 {
    margin-bottom: 5px;
  }
  .ml_lg--5 {
    margin-left: 5px;
  }
  .ptb_lg--10 {
    padding: 10px 0;
  }
  .plr_lg--10 {
    padding: 0 10px;
  }
  .pt_lg--10 {
    padding-top: 10px;
  }
  .pb_lg--10 {
    padding-bottom: 10px;
  }
  .pl_lg--10 {
    padding-left: 10px;
  }
  .pr_lg--10 {
    padding-right: 10px;
  }
  .mt_lg--10 {
    margin-top: 10px;
  }
  .mb_lg--10 {
    margin-bottom: 10px;
  }
  .ml_lg--10 {
    margin-left: 10px;
  }
  .ptb_lg--15 {
    padding: 15px 0;
  }
  .plr_lg--15 {
    padding: 0 15px;
  }
  .pt_lg--15 {
    padding-top: 15px;
  }
  .pb_lg--15 {
    padding-bottom: 15px;
  }
  .pl_lg--15 {
    padding-left: 15px;
  }
  .pr_lg--15 {
    padding-right: 15px;
  }
  .mt_lg--15 {
    margin-top: 15px;
  }
  .mb_lg--15 {
    margin-bottom: 15px;
  }
  .ml_lg--15 {
    margin-left: 15px;
  }
  .ptb_lg--20 {
    padding: 20px 0;
  }
  .plr_lg--20 {
    padding: 0 20px;
  }
  .pt_lg--20 {
    padding-top: 20px;
  }
  .pb_lg--20 {
    padding-bottom: 20px;
  }
  .pl_lg--20 {
    padding-left: 20px;
  }
  .pr_lg--20 {
    padding-right: 20px;
  }
  .mt_lg--20 {
    margin-top: 20px;
  }
  .mb_lg--20 {
    margin-bottom: 20px;
  }
  .ml_lg--20 {
    margin-left: 20px;
  }
  .ptb_lg--25 {
    padding: 25px 0;
  }
  .plr_lg--25 {
    padding: 0 25px;
  }
  .pt_lg--25 {
    padding-top: 25px;
  }
  .pb_lg--25 {
    padding-bottom: 25px;
  }
  .pl_lg--25 {
    padding-left: 25px;
  }
  .pr_lg--25 {
    padding-right: 25px;
  }
  .mt_lg--25 {
    margin-top: 25px;
  }
  .mb_lg--25 {
    margin-bottom: 25px;
  }
  .ml_lg--25 {
    margin-left: 25px;
  }
  .ptb_lg--30 {
    padding: 30px 0;
  }
  .plr_lg--30 {
    padding: 0 30px;
  }
  .pt_lg--30 {
    padding-top: 30px;
  }
  .pb_lg--30 {
    padding-bottom: 30px;
  }
  .pl_lg--30 {
    padding-left: 30px;
  }
  .pr_lg--30 {
    padding-right: 30px;
  }
  .mt_lg--30 {
    margin-top: 30px;
  }
  .mb_lg--30 {
    margin-bottom: 30px;
  }
  .ml_lg--30 {
    margin-left: 30px;
  }
  .ptb_lg--35 {
    padding: 35px 0;
  }
  .plr_lg--35 {
    padding: 0 35px;
  }
  .pt_lg--35 {
    padding-top: 35px;
  }
  .pb_lg--35 {
    padding-bottom: 35px;
  }
  .pl_lg--35 {
    padding-left: 35px;
  }
  .pr_lg--35 {
    padding-right: 35px;
  }
  .mt_lg--35 {
    margin-top: 35px;
  }
  .mb_lg--35 {
    margin-bottom: 35px;
  }
  .ml_lg--35 {
    margin-left: 35px;
  }
  .ptb_lg--40 {
    padding: 40px 0;
  }
  .plr_lg--40 {
    padding: 0 40px;
  }
  .pt_lg--40 {
    padding-top: 40px;
  }
  .pb_lg--40 {
    padding-bottom: 40px;
  }
  .pl_lg--40 {
    padding-left: 40px;
  }
  .pr_lg--40 {
    padding-right: 40px;
  }
  .mt_lg--40 {
    margin-top: 40px;
  }
  .mb_lg--40 {
    margin-bottom: 40px;
  }
  .ml_lg--40 {
    margin-left: 40px;
  }
  .ptb_lg--45 {
    padding: 45px 0;
  }
  .plr_lg--45 {
    padding: 0 45px;
  }
  .pt_lg--45 {
    padding-top: 45px;
  }
  .pb_lg--45 {
    padding-bottom: 45px;
  }
  .pl_lg--45 {
    padding-left: 45px;
  }
  .pr_lg--45 {
    padding-right: 45px;
  }
  .mt_lg--45 {
    margin-top: 45px;
  }
  .mb_lg--45 {
    margin-bottom: 45px;
  }
  .ml_lg--45 {
    margin-left: 45px;
  }
  .ptb_lg--50 {
    padding: 50px 0;
  }
  .plr_lg--50 {
    padding: 0 50px;
  }
  .pt_lg--50 {
    padding-top: 50px;
  }
  .pb_lg--50 {
    padding-bottom: 50px;
  }
  .pl_lg--50 {
    padding-left: 50px;
  }
  .pr_lg--50 {
    padding-right: 50px;
  }
  .mt_lg--50 {
    margin-top: 50px;
  }
  .mb_lg--50 {
    margin-bottom: 50px;
  }
  .ml_lg--50 {
    margin-left: 50px;
  }
  .ptb_lg--55 {
    padding: 55px 0;
  }
  .plr_lg--55 {
    padding: 0 55px;
  }
  .pt_lg--55 {
    padding-top: 55px;
  }
  .pb_lg--55 {
    padding-bottom: 55px;
  }
  .pl_lg--55 {
    padding-left: 55px;
  }
  .pr_lg--55 {
    padding-right: 55px;
  }
  .mt_lg--55 {
    margin-top: 55px;
  }
  .mb_lg--55 {
    margin-bottom: 55px;
  }
  .ml_lg--55 {
    margin-left: 55px;
  }
  .ptb_lg--60 {
    padding: 60px 0;
  }
  .plr_lg--60 {
    padding: 0 60px;
  }
  .pt_lg--60 {
    padding-top: 60px;
  }
  .pb_lg--60 {
    padding-bottom: 60px;
  }
  .pl_lg--60 {
    padding-left: 60px;
  }
  .pr_lg--60 {
    padding-right: 60px;
  }
  .mt_lg--60 {
    margin-top: 60px;
  }
  .mb_lg--60 {
    margin-bottom: 60px;
  }
  .ml_lg--60 {
    margin-left: 60px;
  }
  .ptb_lg--65 {
    padding: 65px 0;
  }
  .plr_lg--65 {
    padding: 0 65px;
  }
  .pt_lg--65 {
    padding-top: 65px;
  }
  .pb_lg--65 {
    padding-bottom: 65px;
  }
  .pl_lg--65 {
    padding-left: 65px;
  }
  .pr_lg--65 {
    padding-right: 65px;
  }
  .mt_lg--65 {
    margin-top: 65px;
  }
  .mb_lg--65 {
    margin-bottom: 65px;
  }
  .ml_lg--65 {
    margin-left: 65px;
  }
  .ptb_lg--70 {
    padding: 70px 0;
  }
  .plr_lg--70 {
    padding: 0 70px;
  }
  .pt_lg--70 {
    padding-top: 70px;
  }
  .pb_lg--70 {
    padding-bottom: 70px;
  }
  .pl_lg--70 {
    padding-left: 70px;
  }
  .pr_lg--70 {
    padding-right: 70px;
  }
  .mt_lg--70 {
    margin-top: 70px;
  }
  .mb_lg--70 {
    margin-bottom: 70px;
  }
  .ml_lg--70 {
    margin-left: 70px;
  }
  .ptb_lg--75 {
    padding: 75px 0;
  }
  .plr_lg--75 {
    padding: 0 75px;
  }
  .pt_lg--75 {
    padding-top: 75px;
  }
  .pb_lg--75 {
    padding-bottom: 75px;
  }
  .pl_lg--75 {
    padding-left: 75px;
  }
  .pr_lg--75 {
    padding-right: 75px;
  }
  .mt_lg--75 {
    margin-top: 75px;
  }
  .mb_lg--75 {
    margin-bottom: 75px;
  }
  .ml_lg--75 {
    margin-left: 75px;
  }
  .ptb_lg--80 {
    padding: 80px 0;
  }
  .plr_lg--80 {
    padding: 0 80px;
  }
  .pt_lg--80 {
    padding-top: 80px;
  }
  .pb_lg--80 {
    padding-bottom: 80px;
  }
  .pl_lg--80 {
    padding-left: 80px;
  }
  .pr_lg--80 {
    padding-right: 80px;
  }
  .mt_lg--80 {
    margin-top: 80px;
  }
  .mb_lg--80 {
    margin-bottom: 80px;
  }
  .ml_lg--80 {
    margin-left: 80px;
  }
  .ptb_lg--85 {
    padding: 85px 0;
  }
  .plr_lg--85 {
    padding: 0 85px;
  }
  .pt_lg--85 {
    padding-top: 85px;
  }
  .pb_lg--85 {
    padding-bottom: 85px;
  }
  .pl_lg--85 {
    padding-left: 85px;
  }
  .pr_lg--85 {
    padding-right: 85px;
  }
  .mt_lg--85 {
    margin-top: 85px;
  }
  .mb_lg--85 {
    margin-bottom: 85px;
  }
  .ml_lg--85 {
    margin-left: 85px;
  }
  .ptb_lg--90 {
    padding: 90px 0;
  }
  .plr_lg--90 {
    padding: 0 90px;
  }
  .pt_lg--90 {
    padding-top: 90px;
  }
  .pb_lg--90 {
    padding-bottom: 90px;
  }
  .pl_lg--90 {
    padding-left: 90px;
  }
  .pr_lg--90 {
    padding-right: 90px;
  }
  .mt_lg--90 {
    margin-top: 90px;
  }
  .mb_lg--90 {
    margin-bottom: 90px;
  }
  .ml_lg--90 {
    margin-left: 90px;
  }
  .ptb_lg--95 {
    padding: 95px 0;
  }
  .plr_lg--95 {
    padding: 0 95px;
  }
  .pt_lg--95 {
    padding-top: 95px;
  }
  .pb_lg--95 {
    padding-bottom: 95px;
  }
  .pl_lg--95 {
    padding-left: 95px;
  }
  .pr_lg--95 {
    padding-right: 95px;
  }
  .mt_lg--95 {
    margin-top: 95px;
  }
  .mb_lg--95 {
    margin-bottom: 95px;
  }
  .ml_lg--95 {
    margin-left: 95px;
  }
  .ptb_lg--100 {
    padding: 100px 0;
  }
  .plr_lg--100 {
    padding: 0 100px;
  }
  .pt_lg--100 {
    padding-top: 100px;
  }
  .pb_lg--100 {
    padding-bottom: 100px;
  }
  .pl_lg--100 {
    padding-left: 100px;
  }
  .pr_lg--100 {
    padding-right: 100px;
  }
  .mt_lg--100 {
    margin-top: 100px;
  }
  .mb_lg--100 {
    margin-bottom: 100px;
  }
  .ml_lg--100 {
    margin-left: 100px;
  }
  .ptb_lg--105 {
    padding: 105px 0;
  }
  .plr_lg--105 {
    padding: 0 105px;
  }
  .pt_lg--105 {
    padding-top: 105px;
  }
  .pb_lg--105 {
    padding-bottom: 105px;
  }
  .pl_lg--105 {
    padding-left: 105px;
  }
  .pr_lg--105 {
    padding-right: 105px;
  }
  .mt_lg--105 {
    margin-top: 105px;
  }
  .mb_lg--105 {
    margin-bottom: 105px;
  }
  .ml_lg--105 {
    margin-left: 105px;
  }
  .ptb_lg--110 {
    padding: 110px 0;
  }
  .plr_lg--110 {
    padding: 0 110px;
  }
  .pt_lg--110 {
    padding-top: 110px;
  }
  .pb_lg--110 {
    padding-bottom: 110px;
  }
  .pl_lg--110 {
    padding-left: 110px;
  }
  .pr_lg--110 {
    padding-right: 110px;
  }
  .mt_lg--110 {
    margin-top: 110px;
  }
  .mb_lg--110 {
    margin-bottom: 110px;
  }
  .ml_lg--110 {
    margin-left: 110px;
  }
  .ptb_lg--115 {
    padding: 115px 0;
  }
  .plr_lg--115 {
    padding: 0 115px;
  }
  .pt_lg--115 {
    padding-top: 115px;
  }
  .pb_lg--115 {
    padding-bottom: 115px;
  }
  .pl_lg--115 {
    padding-left: 115px;
  }
  .pr_lg--115 {
    padding-right: 115px;
  }
  .mt_lg--115 {
    margin-top: 115px;
  }
  .mb_lg--115 {
    margin-bottom: 115px;
  }
  .ml_lg--115 {
    margin-left: 115px;
  }
  .ptb_lg--120 {
    padding: 120px 0;
  }
  .plr_lg--120 {
    padding: 0 120px;
  }
  .pt_lg--120 {
    padding-top: 120px;
  }
  .pb_lg--120 {
    padding-bottom: 120px;
  }
  .pl_lg--120 {
    padding-left: 120px;
  }
  .pr_lg--120 {
    padding-right: 120px;
  }
  .mt_lg--120 {
    margin-top: 120px;
  }
  .mb_lg--120 {
    margin-bottom: 120px;
  }
  .ml_lg--120 {
    margin-left: 120px;
  }
  .ptb_lg--125 {
    padding: 125px 0;
  }
  .plr_lg--125 {
    padding: 0 125px;
  }
  .pt_lg--125 {
    padding-top: 125px;
  }
  .pb_lg--125 {
    padding-bottom: 125px;
  }
  .pl_lg--125 {
    padding-left: 125px;
  }
  .pr_lg--125 {
    padding-right: 125px;
  }
  .mt_lg--125 {
    margin-top: 125px;
  }
  .mb_lg--125 {
    margin-bottom: 125px;
  }
  .ml_lg--125 {
    margin-left: 125px;
  }
  .ptb_lg--130 {
    padding: 130px 0;
  }
  .plr_lg--130 {
    padding: 0 130px;
  }
  .pt_lg--130 {
    padding-top: 130px;
  }
  .pb_lg--130 {
    padding-bottom: 130px;
  }
  .pl_lg--130 {
    padding-left: 130px;
  }
  .pr_lg--130 {
    padding-right: 130px;
  }
  .mt_lg--130 {
    margin-top: 130px;
  }
  .mb_lg--130 {
    margin-bottom: 130px;
  }
  .ml_lg--130 {
    margin-left: 130px;
  }
  .ptb_lg--135 {
    padding: 135px 0;
  }
  .plr_lg--135 {
    padding: 0 135px;
  }
  .pt_lg--135 {
    padding-top: 135px;
  }
  .pb_lg--135 {
    padding-bottom: 135px;
  }
  .pl_lg--135 {
    padding-left: 135px;
  }
  .pr_lg--135 {
    padding-right: 135px;
  }
  .mt_lg--135 {
    margin-top: 135px;
  }
  .mb_lg--135 {
    margin-bottom: 135px;
  }
  .ml_lg--135 {
    margin-left: 135px;
  }
  .ptb_lg--140 {
    padding: 140px 0;
  }
  .plr_lg--140 {
    padding: 0 140px;
  }
  .pt_lg--140 {
    padding-top: 140px;
  }
  .pb_lg--140 {
    padding-bottom: 140px;
  }
  .pl_lg--140 {
    padding-left: 140px;
  }
  .pr_lg--140 {
    padding-right: 140px;
  }
  .mt_lg--140 {
    margin-top: 140px;
  }
  .mb_lg--140 {
    margin-bottom: 140px;
  }
  .ml_lg--140 {
    margin-left: 140px;
  }
  .ptb_lg--145 {
    padding: 145px 0;
  }
  .plr_lg--145 {
    padding: 0 145px;
  }
  .pt_lg--145 {
    padding-top: 145px;
  }
  .pb_lg--145 {
    padding-bottom: 145px;
  }
  .pl_lg--145 {
    padding-left: 145px;
  }
  .pr_lg--145 {
    padding-right: 145px;
  }
  .mt_lg--145 {
    margin-top: 145px;
  }
  .mb_lg--145 {
    margin-bottom: 145px;
  }
  .ml_lg--145 {
    margin-left: 145px;
  }
  .ptb_lg--150 {
    padding: 150px 0;
  }
  .plr_lg--150 {
    padding: 0 150px;
  }
  .pt_lg--150 {
    padding-top: 150px;
  }
  .pb_lg--150 {
    padding-bottom: 150px;
  }
  .pl_lg--150 {
    padding-left: 150px;
  }
  .pr_lg--150 {
    padding-right: 150px;
  }
  .mt_lg--150 {
    margin-top: 150px;
  }
  .mb_lg--150 {
    margin-bottom: 150px;
  }
  .ml_lg--150 {
    margin-left: 150px;
  }
  .ptb_lg--155 {
    padding: 155px 0;
  }
  .plr_lg--155 {
    padding: 0 155px;
  }
  .pt_lg--155 {
    padding-top: 155px;
  }
  .pb_lg--155 {
    padding-bottom: 155px;
  }
  .pl_lg--155 {
    padding-left: 155px;
  }
  .pr_lg--155 {
    padding-right: 155px;
  }
  .mt_lg--155 {
    margin-top: 155px;
  }
  .mb_lg--155 {
    margin-bottom: 155px;
  }
  .ml_lg--155 {
    margin-left: 155px;
  }
  .ptb_lg--160 {
    padding: 160px 0;
  }
  .plr_lg--160 {
    padding: 0 160px;
  }
  .pt_lg--160 {
    padding-top: 160px;
  }
  .pb_lg--160 {
    padding-bottom: 160px;
  }
  .pl_lg--160 {
    padding-left: 160px;
  }
  .pr_lg--160 {
    padding-right: 160px;
  }
  .mt_lg--160 {
    margin-top: 160px;
  }
  .mb_lg--160 {
    margin-bottom: 160px;
  }
  .ml_lg--160 {
    margin-left: 160px;
  }
  .ptb_lg--165 {
    padding: 165px 0;
  }
  .plr_lg--165 {
    padding: 0 165px;
  }
  .pt_lg--165 {
    padding-top: 165px;
  }
  .pb_lg--165 {
    padding-bottom: 165px;
  }
  .pl_lg--165 {
    padding-left: 165px;
  }
  .pr_lg--165 {
    padding-right: 165px;
  }
  .mt_lg--165 {
    margin-top: 165px;
  }
  .mb_lg--165 {
    margin-bottom: 165px;
  }
  .ml_lg--165 {
    margin-left: 165px;
  }
  .ptb_lg--170 {
    padding: 170px 0;
  }
  .plr_lg--170 {
    padding: 0 170px;
  }
  .pt_lg--170 {
    padding-top: 170px;
  }
  .pb_lg--170 {
    padding-bottom: 170px;
  }
  .pl_lg--170 {
    padding-left: 170px;
  }
  .pr_lg--170 {
    padding-right: 170px;
  }
  .mt_lg--170 {
    margin-top: 170px;
  }
  .mb_lg--170 {
    margin-bottom: 170px;
  }
  .ml_lg--170 {
    margin-left: 170px;
  }
  .ptb_lg--175 {
    padding: 175px 0;
  }
  .plr_lg--175 {
    padding: 0 175px;
  }
  .pt_lg--175 {
    padding-top: 175px;
  }
  .pb_lg--175 {
    padding-bottom: 175px;
  }
  .pl_lg--175 {
    padding-left: 175px;
  }
  .pr_lg--175 {
    padding-right: 175px;
  }
  .mt_lg--175 {
    margin-top: 175px;
  }
  .mb_lg--175 {
    margin-bottom: 175px;
  }
  .ml_lg--175 {
    margin-left: 175px;
  }
  .ptb_lg--180 {
    padding: 180px 0;
  }
  .plr_lg--180 {
    padding: 0 180px;
  }
  .pt_lg--180 {
    padding-top: 180px;
  }
  .pb_lg--180 {
    padding-bottom: 180px;
  }
  .pl_lg--180 {
    padding-left: 180px;
  }
  .pr_lg--180 {
    padding-right: 180px;
  }
  .mt_lg--180 {
    margin-top: 180px;
  }
  .mb_lg--180 {
    margin-bottom: 180px;
  }
  .ml_lg--180 {
    margin-left: 180px;
  }
  .ptb_lg--185 {
    padding: 185px 0;
  }
  .plr_lg--185 {
    padding: 0 185px;
  }
  .pt_lg--185 {
    padding-top: 185px;
  }
  .pb_lg--185 {
    padding-bottom: 185px;
  }
  .pl_lg--185 {
    padding-left: 185px;
  }
  .pr_lg--185 {
    padding-right: 185px;
  }
  .mt_lg--185 {
    margin-top: 185px;
  }
  .mb_lg--185 {
    margin-bottom: 185px;
  }
  .ml_lg--185 {
    margin-left: 185px;
  }
  .ptb_lg--190 {
    padding: 190px 0;
  }
  .plr_lg--190 {
    padding: 0 190px;
  }
  .pt_lg--190 {
    padding-top: 190px;
  }
  .pb_lg--190 {
    padding-bottom: 190px;
  }
  .pl_lg--190 {
    padding-left: 190px;
  }
  .pr_lg--190 {
    padding-right: 190px;
  }
  .mt_lg--190 {
    margin-top: 190px;
  }
  .mb_lg--190 {
    margin-bottom: 190px;
  }
  .ml_lg--190 {
    margin-left: 190px;
  }
  .ptb_lg--195 {
    padding: 195px 0;
  }
  .plr_lg--195 {
    padding: 0 195px;
  }
  .pt_lg--195 {
    padding-top: 195px;
  }
  .pb_lg--195 {
    padding-bottom: 195px;
  }
  .pl_lg--195 {
    padding-left: 195px;
  }
  .pr_lg--195 {
    padding-right: 195px;
  }
  .mt_lg--195 {
    margin-top: 195px;
  }
  .mb_lg--195 {
    margin-bottom: 195px;
  }
  .ml_lg--195 {
    margin-left: 195px;
  }
  .ptb_lg--200 {
    padding: 200px 0;
  }
  .plr_lg--200 {
    padding: 0 200px;
  }
  .pt_lg--200 {
    padding-top: 200px;
  }
  .pb_lg--200 {
    padding-bottom: 200px;
  }
  .pl_lg--200 {
    padding-left: 200px;
  }
  .pr_lg--200 {
    padding-right: 200px;
  }
  .mt_lg--200 {
    margin-top: 200px;
  }
  .mb_lg--200 {
    margin-bottom: 200px;
  }
  .ml_lg--200 {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0;
  }
  .pl_md--0 {
    padding-left: 0;
  }
  .pr_md--0 {
    padding-right: 0;
  }
  .pt_md--0 {
    padding-top: 0;
  }
  .pb_md--0 {
    padding-bottom: 0;
  }
  .mr_md--0 {
    margin-right: 0;
  }
  .ml_md--0 {
    margin-left: 0;
  }
  .mt_md--0 {
    margin-top: 0;
  }
  .mb_md--0 {
    margin-bottom: 0;
  }
  .ptb_md--250 {
    padding: 250px 0;
  }
  .ptb_md--5 {
    padding: 5px 0;
  }
  .plr_md--5 {
    padding: 0 5px;
  }
  .pt_md--5 {
    padding-top: 5px;
  }
  .pb_md--5 {
    padding-bottom: 5px;
  }
  .pl_md--5 {
    padding-left: 5px;
  }
  .pr_md--5 {
    padding-right: 5px;
  }
  .mt_md--5 {
    margin-top: 5px;
  }
  .mb_md--5 {
    margin-bottom: 5px;
  }
  .ptb_md--10 {
    padding: 10px 0;
  }
  .plr_md--10 {
    padding: 0 10px;
  }
  .pt_md--10 {
    padding-top: 10px;
  }
  .pb_md--10 {
    padding-bottom: 10px;
  }
  .pl_md--10 {
    padding-left: 10px;
  }
  .pr_md--10 {
    padding-right: 10px;
  }
  .mt_md--10 {
    margin-top: 10px;
  }
  .mb_md--10 {
    margin-bottom: 10px;
  }
  .ptb_md--15 {
    padding: 15px 0;
  }
  .plr_md--15 {
    padding: 0 15px;
  }
  .pt_md--15 {
    padding-top: 15px;
  }
  .pb_md--15 {
    padding-bottom: 15px;
  }
  .pl_md--15 {
    padding-left: 15px;
  }
  .pr_md--15 {
    padding-right: 15px;
  }
  .mt_md--15 {
    margin-top: 15px;
  }
  .mb_md--15 {
    margin-bottom: 15px;
  }
  .ptb_md--20 {
    padding: 20px 0;
  }
  .plr_md--20 {
    padding: 0 20px;
  }
  .pt_md--20 {
    padding-top: 20px;
  }
  .pb_md--20 {
    padding-bottom: 20px;
  }
  .pl_md--20 {
    padding-left: 20px;
  }
  .pr_md--20 {
    padding-right: 20px;
  }
  .mt_md--20 {
    margin-top: 20px;
  }
  .mb_md--20 {
    margin-bottom: 20px;
  }
  .ptb_md--25 {
    padding: 25px 0;
  }
  .plr_md--25 {
    padding: 0 25px;
  }
  .pt_md--25 {
    padding-top: 25px;
  }
  .pb_md--25 {
    padding-bottom: 25px;
  }
  .pl_md--25 {
    padding-left: 25px;
  }
  .pr_md--25 {
    padding-right: 25px;
  }
  .mt_md--25 {
    margin-top: 25px;
  }
  .mb_md--25 {
    margin-bottom: 25px;
  }
  .ptb_md--30 {
    padding: 30px 0;
  }
  .plr_md--30 {
    padding: 0 30px;
  }
  .pt_md--30 {
    padding-top: 30px;
  }
  .pb_md--30 {
    padding-bottom: 30px;
  }
  .pl_md--30 {
    padding-left: 30px;
  }
  .pr_md--30 {
    padding-right: 30px;
  }
  .mt_md--30 {
    margin-top: 30px;
  }
  .mb_md--30 {
    margin-bottom: 30px;
  }
  .ptb_md--35 {
    padding: 35px 0;
  }
  .plr_md--35 {
    padding: 0 35px;
  }
  .pt_md--35 {
    padding-top: 35px;
  }
  .pb_md--35 {
    padding-bottom: 35px;
  }
  .pl_md--35 {
    padding-left: 35px;
  }
  .pr_md--35 {
    padding-right: 35px;
  }
  .mt_md--35 {
    margin-top: 35px;
  }
  .mb_md--35 {
    margin-bottom: 35px;
  }
  .ptb_md--40 {
    padding: 40px 0;
  }
  .plr_md--40 {
    padding: 0 40px;
  }
  .pt_md--40 {
    padding-top: 40px;
  }
  .pb_md--40 {
    padding-bottom: 40px;
  }
  .pl_md--40 {
    padding-left: 40px;
  }
  .pr_md--40 {
    padding-right: 40px;
  }
  .mt_md--40 {
    margin-top: 40px;
  }
  .mb_md--40 {
    margin-bottom: 40px;
  }
  .ptb_md--45 {
    padding: 45px 0;
  }
  .plr_md--45 {
    padding: 0 45px;
  }
  .pt_md--45 {
    padding-top: 45px;
  }
  .pb_md--45 {
    padding-bottom: 45px;
  }
  .pl_md--45 {
    padding-left: 45px;
  }
  .pr_md--45 {
    padding-right: 45px;
  }
  .mt_md--45 {
    margin-top: 45px;
  }
  .mb_md--45 {
    margin-bottom: 45px;
  }
  .ptb_md--50 {
    padding: 50px 0;
  }
  .plr_md--50 {
    padding: 0 50px;
  }
  .pt_md--50 {
    padding-top: 50px;
  }
  .pb_md--50 {
    padding-bottom: 50px;
  }
  .pl_md--50 {
    padding-left: 50px;
  }
  .pr_md--50 {
    padding-right: 50px;
  }
  .mt_md--50 {
    margin-top: 50px;
  }
  .mb_md--50 {
    margin-bottom: 50px;
  }
  .ptb_md--55 {
    padding: 55px 0;
  }
  .plr_md--55 {
    padding: 0 55px;
  }
  .pt_md--55 {
    padding-top: 55px;
  }
  .pb_md--55 {
    padding-bottom: 55px;
  }
  .pl_md--55 {
    padding-left: 55px;
  }
  .pr_md--55 {
    padding-right: 55px;
  }
  .mt_md--55 {
    margin-top: 55px;
  }
  .mb_md--55 {
    margin-bottom: 55px;
  }
  .ptb_md--60 {
    padding: 60px 0;
  }
  .plr_md--60 {
    padding: 0 60px;
  }
  .pt_md--60 {
    padding-top: 60px;
  }
  .pb_md--60 {
    padding-bottom: 60px;
  }
  .pl_md--60 {
    padding-left: 60px;
  }
  .pr_md--60 {
    padding-right: 60px;
  }
  .mt_md--60 {
    margin-top: 60px;
  }
  .mb_md--60 {
    margin-bottom: 60px;
  }
  .ptb_md--65 {
    padding: 65px 0;
  }
  .plr_md--65 {
    padding: 0 65px;
  }
  .pt_md--65 {
    padding-top: 65px;
  }
  .pb_md--65 {
    padding-bottom: 65px;
  }
  .pl_md--65 {
    padding-left: 65px;
  }
  .pr_md--65 {
    padding-right: 65px;
  }
  .mt_md--65 {
    margin-top: 65px;
  }
  .mb_md--65 {
    margin-bottom: 65px;
  }
  .ptb_md--70 {
    padding: 70px 0;
  }
  .plr_md--70 {
    padding: 0 70px;
  }
  .pt_md--70 {
    padding-top: 70px;
  }
  .pb_md--70 {
    padding-bottom: 70px;
  }
  .pl_md--70 {
    padding-left: 70px;
  }
  .pr_md--70 {
    padding-right: 70px;
  }
  .mt_md--70 {
    margin-top: 70px;
  }
  .mb_md--70 {
    margin-bottom: 70px;
  }
  .ptb_md--75 {
    padding: 75px 0;
  }
  .plr_md--75 {
    padding: 0 75px;
  }
  .pt_md--75 {
    padding-top: 75px;
  }
  .pb_md--75 {
    padding-bottom: 75px;
  }
  .pl_md--75 {
    padding-left: 75px;
  }
  .pr_md--75 {
    padding-right: 75px;
  }
  .mt_md--75 {
    margin-top: 75px;
  }
  .mb_md--75 {
    margin-bottom: 75px;
  }
  .ptb_md--80 {
    padding: 80px 0;
  }
  .plr_md--80 {
    padding: 0 80px;
  }
  .pt_md--80 {
    padding-top: 80px;
  }
  .pb_md--80 {
    padding-bottom: 80px;
  }
  .pl_md--80 {
    padding-left: 80px;
  }
  .pr_md--80 {
    padding-right: 80px;
  }
  .mt_md--80 {
    margin-top: 80px;
  }
  .mb_md--80 {
    margin-bottom: 80px;
  }
  .ptb_md--85 {
    padding: 85px 0;
  }
  .plr_md--85 {
    padding: 0 85px;
  }
  .pt_md--85 {
    padding-top: 85px;
  }
  .pb_md--85 {
    padding-bottom: 85px;
  }
  .pl_md--85 {
    padding-left: 85px;
  }
  .pr_md--85 {
    padding-right: 85px;
  }
  .mt_md--85 {
    margin-top: 85px;
  }
  .mb_md--85 {
    margin-bottom: 85px;
  }
  .ptb_md--90 {
    padding: 90px 0;
  }
  .plr_md--90 {
    padding: 0 90px;
  }
  .pt_md--90 {
    padding-top: 90px;
  }
  .pb_md--90 {
    padding-bottom: 90px;
  }
  .pl_md--90 {
    padding-left: 90px;
  }
  .pr_md--90 {
    padding-right: 90px;
  }
  .mt_md--90 {
    margin-top: 90px;
  }
  .mb_md--90 {
    margin-bottom: 90px;
  }
  .ptb_md--95 {
    padding: 95px 0;
  }
  .plr_md--95 {
    padding: 0 95px;
  }
  .pt_md--95 {
    padding-top: 95px;
  }
  .pb_md--95 {
    padding-bottom: 95px;
  }
  .pl_md--95 {
    padding-left: 95px;
  }
  .pr_md--95 {
    padding-right: 95px;
  }
  .mt_md--95 {
    margin-top: 95px;
  }
  .mb_md--95 {
    margin-bottom: 95px;
  }
  .ptb_md--100 {
    padding: 100px 0;
  }
  .plr_md--100 {
    padding: 0 100px;
  }
  .pt_md--100 {
    padding-top: 100px;
  }
  .pb_md--100 {
    padding-bottom: 100px;
  }
  .pl_md--100 {
    padding-left: 100px;
  }
  .pr_md--100 {
    padding-right: 100px;
  }
  .mt_md--100 {
    margin-top: 100px;
  }
  .mb_md--100 {
    margin-bottom: 100px;
  }
  .ptb_md--105 {
    padding: 105px 0;
  }
  .plr_md--105 {
    padding: 0 105px;
  }
  .pt_md--105 {
    padding-top: 105px;
  }
  .pb_md--105 {
    padding-bottom: 105px;
  }
  .pl_md--105 {
    padding-left: 105px;
  }
  .pr_md--105 {
    padding-right: 105px;
  }
  .mt_md--105 {
    margin-top: 105px;
  }
  .mb_md--105 {
    margin-bottom: 105px;
  }
  .ptb_md--110 {
    padding: 110px 0;
  }
  .plr_md--110 {
    padding: 0 110px;
  }
  .pt_md--110 {
    padding-top: 110px;
  }
  .pb_md--110 {
    padding-bottom: 110px;
  }
  .pl_md--110 {
    padding-left: 110px;
  }
  .pr_md--110 {
    padding-right: 110px;
  }
  .mt_md--110 {
    margin-top: 110px;
  }
  .mb_md--110 {
    margin-bottom: 110px;
  }
  .ptb_md--115 {
    padding: 115px 0;
  }
  .plr_md--115 {
    padding: 0 115px;
  }
  .pt_md--115 {
    padding-top: 115px;
  }
  .pb_md--115 {
    padding-bottom: 115px;
  }
  .pl_md--115 {
    padding-left: 115px;
  }
  .pr_md--115 {
    padding-right: 115px;
  }
  .mt_md--115 {
    margin-top: 115px;
  }
  .mb_md--115 {
    margin-bottom: 115px;
  }
  .ptb_md--120 {
    padding: 120px 0;
  }
  .plr_md--120 {
    padding: 0 120px;
  }
  .pt_md--120 {
    padding-top: 120px;
  }
  .pb_md--120 {
    padding-bottom: 120px;
  }
  .pl_md--120 {
    padding-left: 120px;
  }
  .pr_md--120 {
    padding-right: 120px;
  }
  .mt_md--120 {
    margin-top: 120px;
  }
  .mb_md--120 {
    margin-bottom: 120px;
  }
  .ptb_md--125 {
    padding: 125px 0;
  }
  .plr_md--125 {
    padding: 0 125px;
  }
  .pt_md--125 {
    padding-top: 125px;
  }
  .pb_md--125 {
    padding-bottom: 125px;
  }
  .pl_md--125 {
    padding-left: 125px;
  }
  .pr_md--125 {
    padding-right: 125px;
  }
  .mt_md--125 {
    margin-top: 125px;
  }
  .mb_md--125 {
    margin-bottom: 125px;
  }
  .ptb_md--130 {
    padding: 130px 0;
  }
  .plr_md--130 {
    padding: 0 130px;
  }
  .pt_md--130 {
    padding-top: 130px;
  }
  .pb_md--130 {
    padding-bottom: 130px;
  }
  .pl_md--130 {
    padding-left: 130px;
  }
  .pr_md--130 {
    padding-right: 130px;
  }
  .mt_md--130 {
    margin-top: 130px;
  }
  .mb_md--130 {
    margin-bottom: 130px;
  }
  .ptb_md--135 {
    padding: 135px 0;
  }
  .plr_md--135 {
    padding: 0 135px;
  }
  .pt_md--135 {
    padding-top: 135px;
  }
  .pb_md--135 {
    padding-bottom: 135px;
  }
  .pl_md--135 {
    padding-left: 135px;
  }
  .pr_md--135 {
    padding-right: 135px;
  }
  .mt_md--135 {
    margin-top: 135px;
  }
  .mb_md--135 {
    margin-bottom: 135px;
  }
  .ptb_md--140 {
    padding: 140px 0;
  }
  .plr_md--140 {
    padding: 0 140px;
  }
  .pt_md--140 {
    padding-top: 140px;
  }
  .pb_md--140 {
    padding-bottom: 140px;
  }
  .pl_md--140 {
    padding-left: 140px;
  }
  .pr_md--140 {
    padding-right: 140px;
  }
  .mt_md--140 {
    margin-top: 140px;
  }
  .mb_md--140 {
    margin-bottom: 140px;
  }
  .ptb_md--145 {
    padding: 145px 0;
  }
  .plr_md--145 {
    padding: 0 145px;
  }
  .pt_md--145 {
    padding-top: 145px;
  }
  .pb_md--145 {
    padding-bottom: 145px;
  }
  .pl_md--145 {
    padding-left: 145px;
  }
  .pr_md--145 {
    padding-right: 145px;
  }
  .mt_md--145 {
    margin-top: 145px;
  }
  .mb_md--145 {
    margin-bottom: 145px;
  }
  .ptb_md--150 {
    padding: 150px 0;
  }
  .plr_md--150 {
    padding: 0 150px;
  }
  .pt_md--150 {
    padding-top: 150px;
  }
  .pb_md--150 {
    padding-bottom: 150px;
  }
  .pl_md--150 {
    padding-left: 150px;
  }
  .pr_md--150 {
    padding-right: 150px;
  }
  .mt_md--150 {
    margin-top: 150px;
  }
  .mb_md--150 {
    margin-bottom: 150px;
  }
  .ptb_md--155 {
    padding: 155px 0;
  }
  .plr_md--155 {
    padding: 0 155px;
  }
  .pt_md--155 {
    padding-top: 155px;
  }
  .pb_md--155 {
    padding-bottom: 155px;
  }
  .pl_md--155 {
    padding-left: 155px;
  }
  .pr_md--155 {
    padding-right: 155px;
  }
  .mt_md--155 {
    margin-top: 155px;
  }
  .mb_md--155 {
    margin-bottom: 155px;
  }
  .ptb_md--160 {
    padding: 160px 0;
  }
  .plr_md--160 {
    padding: 0 160px;
  }
  .pt_md--160 {
    padding-top: 160px;
  }
  .pb_md--160 {
    padding-bottom: 160px;
  }
  .pl_md--160 {
    padding-left: 160px;
  }
  .pr_md--160 {
    padding-right: 160px;
  }
  .mt_md--160 {
    margin-top: 160px;
  }
  .mb_md--160 {
    margin-bottom: 160px;
  }
  .ptb_md--165 {
    padding: 165px 0;
  }
  .plr_md--165 {
    padding: 0 165px;
  }
  .pt_md--165 {
    padding-top: 165px;
  }
  .pb_md--165 {
    padding-bottom: 165px;
  }
  .pl_md--165 {
    padding-left: 165px;
  }
  .pr_md--165 {
    padding-right: 165px;
  }
  .mt_md--165 {
    margin-top: 165px;
  }
  .mb_md--165 {
    margin-bottom: 165px;
  }
  .ptb_md--170 {
    padding: 170px 0;
  }
  .plr_md--170 {
    padding: 0 170px;
  }
  .pt_md--170 {
    padding-top: 170px;
  }
  .pb_md--170 {
    padding-bottom: 170px;
  }
  .pl_md--170 {
    padding-left: 170px;
  }
  .pr_md--170 {
    padding-right: 170px;
  }
  .mt_md--170 {
    margin-top: 170px;
  }
  .mb_md--170 {
    margin-bottom: 170px;
  }
  .ptb_md--175 {
    padding: 175px 0;
  }
  .plr_md--175 {
    padding: 0 175px;
  }
  .pt_md--175 {
    padding-top: 175px;
  }
  .pb_md--175 {
    padding-bottom: 175px;
  }
  .pl_md--175 {
    padding-left: 175px;
  }
  .pr_md--175 {
    padding-right: 175px;
  }
  .mt_md--175 {
    margin-top: 175px;
  }
  .mb_md--175 {
    margin-bottom: 175px;
  }
  .ptb_md--180 {
    padding: 180px 0;
  }
  .plr_md--180 {
    padding: 0 180px;
  }
  .pt_md--180 {
    padding-top: 180px;
  }
  .pb_md--180 {
    padding-bottom: 180px;
  }
  .pl_md--180 {
    padding-left: 180px;
  }
  .pr_md--180 {
    padding-right: 180px;
  }
  .mt_md--180 {
    margin-top: 180px;
  }
  .mb_md--180 {
    margin-bottom: 180px;
  }
  .ptb_md--185 {
    padding: 185px 0;
  }
  .plr_md--185 {
    padding: 0 185px;
  }
  .pt_md--185 {
    padding-top: 185px;
  }
  .pb_md--185 {
    padding-bottom: 185px;
  }
  .pl_md--185 {
    padding-left: 185px;
  }
  .pr_md--185 {
    padding-right: 185px;
  }
  .mt_md--185 {
    margin-top: 185px;
  }
  .mb_md--185 {
    margin-bottom: 185px;
  }
  .ptb_md--190 {
    padding: 190px 0;
  }
  .plr_md--190 {
    padding: 0 190px;
  }
  .pt_md--190 {
    padding-top: 190px;
  }
  .pb_md--190 {
    padding-bottom: 190px;
  }
  .pl_md--190 {
    padding-left: 190px;
  }
  .pr_md--190 {
    padding-right: 190px;
  }
  .mt_md--190 {
    margin-top: 190px;
  }
  .mb_md--190 {
    margin-bottom: 190px;
  }
  .ptb_md--195 {
    padding: 195px 0;
  }
  .plr_md--195 {
    padding: 0 195px;
  }
  .pt_md--195 {
    padding-top: 195px;
  }
  .pb_md--195 {
    padding-bottom: 195px;
  }
  .pl_md--195 {
    padding-left: 195px;
  }
  .pr_md--195 {
    padding-right: 195px;
  }
  .mt_md--195 {
    margin-top: 195px;
  }
  .mb_md--195 {
    margin-bottom: 195px;
  }
  .ptb_md--200 {
    padding: 200px 0;
  }
  .plr_md--200 {
    padding: 0 200px;
  }
  .pt_md--200 {
    padding-top: 200px;
  }
  .pb_md--200 {
    padding-bottom: 200px;
  }
  .pl_md--200 {
    padding-left: 200px;
  }
  .pr_md--200 {
    padding-right: 200px;
  }
  .mt_md--200 {
    margin-top: 200px;
  }
  .mb_md--200 {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0;
  }
  .ptb_sm--0 {
    padding: 0;
  }
  .pl_sm--0 {
    padding-left: 0;
  }
  .pr_sm--0 {
    padding-right: 0;
  }
  .pt_sm--0 {
    padding-top: 0;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
  .mr_sm--0 {
    margin-right: 0;
  }
  .ml_sm--0 {
    margin-left: 0;
  }
  .mt_sm--0 {
    margin-top: 0;
  }
  .mb_sm--0 {
    margin-bottom: 0;
  }
  .pt_sm--150 {
    padding-top: 150px;
  }
  .pb_sm--110 {
    padding-bottom: 110px;
  }
  .ptb_sm--5 {
    padding: 5px 0;
  }
  .plr_sm--5 {
    padding: 0 5px;
  }
  .pt_sm--5 {
    padding-top: 5px;
  }
  .pb_sm--5 {
    padding-bottom: 5px;
  }
  .pl_sm--5 {
    padding-left: 5px;
  }
  .pr_sm--5 {
    padding-right: 5px;
  }
  .mt_sm--5 {
    margin-top: 5px;
  }
  .ml_sm--5 {
    margin-left: 5px;
  }
  .mr_sm--5 {
    margin-right: 5px;
  }
  .mb_sm--5 {
    margin-bottom: 5px;
  }
  .ptb_sm--10 {
    padding: 10px 0;
  }
  .plr_sm--10 {
    padding: 0 10px;
  }
  .pt_sm--10 {
    padding-top: 10px;
  }
  .pb_sm--10 {
    padding-bottom: 10px;
  }
  .pl_sm--10 {
    padding-left: 10px;
  }
  .pr_sm--10 {
    padding-right: 10px;
  }
  .mt_sm--10 {
    margin-top: 10px;
  }
  .ml_sm--10 {
    margin-left: 10px;
  }
  .mr_sm--10 {
    margin-right: 10px;
  }
  .mb_sm--10 {
    margin-bottom: 10px;
  }
  .ptb_sm--15 {
    padding: 15px 0;
  }
  .plr_sm--15 {
    padding: 0 15px;
  }
  .pt_sm--15 {
    padding-top: 15px;
  }
  .pb_sm--15 {
    padding-bottom: 15px;
  }
  .pl_sm--15 {
    padding-left: 15px;
  }
  .pr_sm--15 {
    padding-right: 15px;
  }
  .mt_sm--15 {
    margin-top: 15px;
  }
  .ml_sm--15 {
    margin-left: 15px;
  }
  .mr_sm--15 {
    margin-right: 15px;
  }
  .mb_sm--15 {
    margin-bottom: 15px;
  }
  .ptb_sm--20 {
    padding: 20px 0;
  }
  .plr_sm--20 {
    padding: 0 20px;
  }
  .pt_sm--20 {
    padding-top: 20px;
  }
  .pb_sm--20 {
    padding-bottom: 20px;
  }
  .pl_sm--20 {
    padding-left: 20px;
  }
  .pr_sm--20 {
    padding-right: 20px;
  }
  .mt_sm--20 {
    margin-top: 20px;
  }
  .ml_sm--20 {
    margin-left: 20px;
  }
  .mr_sm--20 {
    margin-right: 20px;
  }
  .mb_sm--20 {
    margin-bottom: 20px;
  }
  .ptb_sm--25 {
    padding: 25px 0;
  }
  .plr_sm--25 {
    padding: 0 25px;
  }
  .pt_sm--25 {
    padding-top: 25px;
  }
  .pb_sm--25 {
    padding-bottom: 25px;
  }
  .pl_sm--25 {
    padding-left: 25px;
  }
  .pr_sm--25 {
    padding-right: 25px;
  }
  .mt_sm--25 {
    margin-top: 25px;
  }
  .ml_sm--25 {
    margin-left: 25px;
  }
  .mr_sm--25 {
    margin-right: 25px;
  }
  .mb_sm--25 {
    margin-bottom: 25px;
  }
  .ptb_sm--30 {
    padding: 30px 0;
  }
  .plr_sm--30 {
    padding: 0 30px;
  }
  .pt_sm--30 {
    padding-top: 30px;
  }
  .pb_sm--30 {
    padding-bottom: 30px;
  }
  .pl_sm--30 {
    padding-left: 30px;
  }
  .pr_sm--30 {
    padding-right: 30px;
  }
  .mt_sm--30 {
    margin-top: 30px;
  }
  .ml_sm--30 {
    margin-left: 30px;
  }
  .mr_sm--30 {
    margin-right: 30px;
  }
  .mb_sm--30 {
    margin-bottom: 30px;
  }
  .ptb_sm--35 {
    padding: 35px 0;
  }
  .plr_sm--35 {
    padding: 0 35px;
  }
  .pt_sm--35 {
    padding-top: 35px;
  }
  .pb_sm--35 {
    padding-bottom: 35px;
  }
  .pl_sm--35 {
    padding-left: 35px;
  }
  .pr_sm--35 {
    padding-right: 35px;
  }
  .mt_sm--35 {
    margin-top: 35px;
  }
  .ml_sm--35 {
    margin-left: 35px;
  }
  .mr_sm--35 {
    margin-right: 35px;
  }
  .mb_sm--35 {
    margin-bottom: 35px;
  }
  .ptb_sm--40 {
    padding: 40px 0;
  }
  .plr_sm--40 {
    padding: 0 40px;
  }
  .pt_sm--40 {
    padding-top: 40px;
  }
  .pb_sm--40 {
    padding-bottom: 40px;
  }
  .pl_sm--40 {
    padding-left: 40px;
  }
  .pr_sm--40 {
    padding-right: 40px;
  }
  .mt_sm--40 {
    margin-top: 40px;
  }
  .ml_sm--40 {
    margin-left: 40px;
  }
  .mr_sm--40 {
    margin-right: 40px;
  }
  .mb_sm--40 {
    margin-bottom: 40px;
  }
  .ptb_sm--45 {
    padding: 45px 0;
  }
  .plr_sm--45 {
    padding: 0 45px;
  }
  .pt_sm--45 {
    padding-top: 45px;
  }
  .pb_sm--45 {
    padding-bottom: 45px;
  }
  .pl_sm--45 {
    padding-left: 45px;
  }
  .pr_sm--45 {
    padding-right: 45px;
  }
  .mt_sm--45 {
    margin-top: 45px;
  }
  .ml_sm--45 {
    margin-left: 45px;
  }
  .mr_sm--45 {
    margin-right: 45px;
  }
  .mb_sm--45 {
    margin-bottom: 45px;
  }
  .ptb_sm--50 {
    padding: 50px 0;
  }
  .plr_sm--50 {
    padding: 0 50px;
  }
  .pt_sm--50 {
    padding-top: 50px;
  }
  .pb_sm--50 {
    padding-bottom: 50px;
  }
  .pl_sm--50 {
    padding-left: 50px;
  }
  .pr_sm--50 {
    padding-right: 50px;
  }
  .mt_sm--50 {
    margin-top: 50px;
  }
  .ml_sm--50 {
    margin-left: 50px;
  }
  .mr_sm--50 {
    margin-right: 50px;
  }
  .mb_sm--50 {
    margin-bottom: 50px;
  }
  .ptb_sm--55 {
    padding: 55px 0;
  }
  .plr_sm--55 {
    padding: 0 55px;
  }
  .pt_sm--55 {
    padding-top: 55px;
  }
  .pb_sm--55 {
    padding-bottom: 55px;
  }
  .pl_sm--55 {
    padding-left: 55px;
  }
  .pr_sm--55 {
    padding-right: 55px;
  }
  .mt_sm--55 {
    margin-top: 55px;
  }
  .ml_sm--55 {
    margin-left: 55px;
  }
  .mr_sm--55 {
    margin-right: 55px;
  }
  .mb_sm--55 {
    margin-bottom: 55px;
  }
  .ptb_sm--60 {
    padding: 60px 0;
  }
  .plr_sm--60 {
    padding: 0 60px;
  }
  .pt_sm--60 {
    padding-top: 60px;
  }
  .pb_sm--60 {
    padding-bottom: 60px;
  }
  .pl_sm--60 {
    padding-left: 60px;
  }
  .pr_sm--60 {
    padding-right: 60px;
  }
  .mt_sm--60 {
    margin-top: 60px;
  }
  .ml_sm--60 {
    margin-left: 60px;
  }
  .mr_sm--60 {
    margin-right: 60px;
  }
  .mb_sm--60 {
    margin-bottom: 60px;
  }
  .ptb_sm--65 {
    padding: 65px 0;
  }
  .plr_sm--65 {
    padding: 0 65px;
  }
  .pt_sm--65 {
    padding-top: 65px;
  }
  .pb_sm--65 {
    padding-bottom: 65px;
  }
  .pl_sm--65 {
    padding-left: 65px;
  }
  .pr_sm--65 {
    padding-right: 65px;
  }
  .mt_sm--65 {
    margin-top: 65px;
  }
  .ml_sm--65 {
    margin-left: 65px;
  }
  .mr_sm--65 {
    margin-right: 65px;
  }
  .mb_sm--65 {
    margin-bottom: 65px;
  }
  .ptb_sm--70 {
    padding: 70px 0;
  }
  .plr_sm--70 {
    padding: 0 70px;
  }
  .pt_sm--70 {
    padding-top: 70px;
  }
  .pb_sm--70 {
    padding-bottom: 70px;
  }
  .pl_sm--70 {
    padding-left: 70px;
  }
  .pr_sm--70 {
    padding-right: 70px;
  }
  .mt_sm--70 {
    margin-top: 70px;
  }
  .ml_sm--70 {
    margin-left: 70px;
  }
  .mr_sm--70 {
    margin-right: 70px;
  }
  .mb_sm--70 {
    margin-bottom: 70px;
  }
  .ptb_sm--75 {
    padding: 75px 0;
  }
  .plr_sm--75 {
    padding: 0 75px;
  }
  .pt_sm--75 {
    padding-top: 75px;
  }
  .pb_sm--75 {
    padding-bottom: 75px;
  }
  .pl_sm--75 {
    padding-left: 75px;
  }
  .pr_sm--75 {
    padding-right: 75px;
  }
  .mt_sm--75 {
    margin-top: 75px;
  }
  .ml_sm--75 {
    margin-left: 75px;
  }
  .mr_sm--75 {
    margin-right: 75px;
  }
  .mb_sm--75 {
    margin-bottom: 75px;
  }
  .ptb_sm--80 {
    padding: 80px 0;
  }
  .plr_sm--80 {
    padding: 0 80px;
  }
  .pt_sm--80 {
    padding-top: 80px;
  }
  .pb_sm--80 {
    padding-bottom: 80px;
  }
  .pl_sm--80 {
    padding-left: 80px;
  }
  .pr_sm--80 {
    padding-right: 80px;
  }
  .mt_sm--80 {
    margin-top: 80px;
  }
  .ml_sm--80 {
    margin-left: 80px;
  }
  .mr_sm--80 {
    margin-right: 80px;
  }
  .mb_sm--80 {
    margin-bottom: 80px;
  }
  .ptb_sm--85 {
    padding: 85px 0;
  }
  .plr_sm--85 {
    padding: 0 85px;
  }
  .pt_sm--85 {
    padding-top: 85px;
  }
  .pb_sm--85 {
    padding-bottom: 85px;
  }
  .pl_sm--85 {
    padding-left: 85px;
  }
  .pr_sm--85 {
    padding-right: 85px;
  }
  .mt_sm--85 {
    margin-top: 85px;
  }
  .ml_sm--85 {
    margin-left: 85px;
  }
  .mr_sm--85 {
    margin-right: 85px;
  }
  .mb_sm--85 {
    margin-bottom: 85px;
  }
  .ptb_sm--90 {
    padding: 90px 0;
  }
  .plr_sm--90 {
    padding: 0 90px;
  }
  .pt_sm--90 {
    padding-top: 90px;
  }
  .pb_sm--90 {
    padding-bottom: 90px;
  }
  .pl_sm--90 {
    padding-left: 90px;
  }
  .pr_sm--90 {
    padding-right: 90px;
  }
  .mt_sm--90 {
    margin-top: 90px;
  }
  .ml_sm--90 {
    margin-left: 90px;
  }
  .mr_sm--90 {
    margin-right: 90px;
  }
  .mb_sm--90 {
    margin-bottom: 90px;
  }
  .ptb_sm--95 {
    padding: 95px 0;
  }
  .plr_sm--95 {
    padding: 0 95px;
  }
  .pt_sm--95 {
    padding-top: 95px;
  }
  .pb_sm--95 {
    padding-bottom: 95px;
  }
  .pl_sm--95 {
    padding-left: 95px;
  }
  .pr_sm--95 {
    padding-right: 95px;
  }
  .mt_sm--95 {
    margin-top: 95px;
  }
  .ml_sm--95 {
    margin-left: 95px;
  }
  .mr_sm--95 {
    margin-right: 95px;
  }
  .mb_sm--95 {
    margin-bottom: 95px;
  }
  .ptb_sm--100 {
    padding: 100px 0;
  }
  .plr_sm--100 {
    padding: 0 100px;
  }
  .pt_sm--100 {
    padding-top: 100px;
  }
  .pb_sm--100 {
    padding-bottom: 100px;
  }
  .pl_sm--100 {
    padding-left: 100px;
  }
  .pr_sm--100 {
    padding-right: 100px;
  }
  .mt_sm--100 {
    margin-top: 100px;
  }
  .ml_sm--100 {
    margin-left: 100px;
  }
  .mr_sm--100 {
    margin-right: 100px;
  }
  .mb_sm--100 {
    margin-bottom: 100px;
  }
  .ptb_sm--105 {
    padding: 105px 0;
  }
  .plr_sm--105 {
    padding: 0 105px;
  }
  .pt_sm--105 {
    padding-top: 105px;
  }
  .pb_sm--105 {
    padding-bottom: 105px;
  }
  .pl_sm--105 {
    padding-left: 105px;
  }
  .pr_sm--105 {
    padding-right: 105px;
  }
  .mt_sm--105 {
    margin-top: 105px;
  }
  .ml_sm--105 {
    margin-left: 105px;
  }
  .mr_sm--105 {
    margin-right: 105px;
  }
  .mb_sm--105 {
    margin-bottom: 105px;
  }
  .ptb_sm--110 {
    padding: 110px 0;
  }
  .plr_sm--110 {
    padding: 0 110px;
  }
  .pt_sm--110 {
    padding-top: 110px;
  }
  .pb_sm--110 {
    padding-bottom: 110px;
  }
  .pl_sm--110 {
    padding-left: 110px;
  }
  .pr_sm--110 {
    padding-right: 110px;
  }
  .mt_sm--110 {
    margin-top: 110px;
  }
  .ml_sm--110 {
    margin-left: 110px;
  }
  .mr_sm--110 {
    margin-right: 110px;
  }
  .mb_sm--110 {
    margin-bottom: 110px;
  }
  .ptb_sm--115 {
    padding: 115px 0;
  }
  .plr_sm--115 {
    padding: 0 115px;
  }
  .pt_sm--115 {
    padding-top: 115px;
  }
  .pb_sm--115 {
    padding-bottom: 115px;
  }
  .pl_sm--115 {
    padding-left: 115px;
  }
  .pr_sm--115 {
    padding-right: 115px;
  }
  .mt_sm--115 {
    margin-top: 115px;
  }
  .ml_sm--115 {
    margin-left: 115px;
  }
  .mr_sm--115 {
    margin-right: 115px;
  }
  .mb_sm--115 {
    margin-bottom: 115px;
  }
  .ptb_sm--120 {
    padding: 120px 0;
  }
  .plr_sm--120 {
    padding: 0 120px;
  }
  .pt_sm--120 {
    padding-top: 120px;
  }
  .pb_sm--120 {
    padding-bottom: 120px;
  }
  .pl_sm--120 {
    padding-left: 120px;
  }
  .pr_sm--120 {
    padding-right: 120px;
  }
  .mt_sm--120 {
    margin-top: 120px;
  }
  .ml_sm--120 {
    margin-left: 120px;
  }
  .mr_sm--120 {
    margin-right: 120px;
  }
  .mb_sm--120 {
    margin-bottom: 120px;
  }
  .ptb_sm--125 {
    padding: 125px 0;
  }
  .plr_sm--125 {
    padding: 0 125px;
  }
  .pt_sm--125 {
    padding-top: 125px;
  }
  .pb_sm--125 {
    padding-bottom: 125px;
  }
  .pl_sm--125 {
    padding-left: 125px;
  }
  .pr_sm--125 {
    padding-right: 125px;
  }
  .mt_sm--125 {
    margin-top: 125px;
  }
  .ml_sm--125 {
    margin-left: 125px;
  }
  .mr_sm--125 {
    margin-right: 125px;
  }
  .mb_sm--125 {
    margin-bottom: 125px;
  }
  .ptb_sm--130 {
    padding: 130px 0;
  }
  .plr_sm--130 {
    padding: 0 130px;
  }
  .pt_sm--130 {
    padding-top: 130px;
  }
  .pb_sm--130 {
    padding-bottom: 130px;
  }
  .pl_sm--130 {
    padding-left: 130px;
  }
  .pr_sm--130 {
    padding-right: 130px;
  }
  .mt_sm--130 {
    margin-top: 130px;
  }
  .ml_sm--130 {
    margin-left: 130px;
  }
  .mr_sm--130 {
    margin-right: 130px;
  }
  .mb_sm--130 {
    margin-bottom: 130px;
  }
  .ptb_sm--135 {
    padding: 135px 0;
  }
  .plr_sm--135 {
    padding: 0 135px;
  }
  .pt_sm--135 {
    padding-top: 135px;
  }
  .pb_sm--135 {
    padding-bottom: 135px;
  }
  .pl_sm--135 {
    padding-left: 135px;
  }
  .pr_sm--135 {
    padding-right: 135px;
  }
  .mt_sm--135 {
    margin-top: 135px;
  }
  .ml_sm--135 {
    margin-left: 135px;
  }
  .mr_sm--135 {
    margin-right: 135px;
  }
  .mb_sm--135 {
    margin-bottom: 135px;
  }
  .ptb_sm--140 {
    padding: 140px 0;
  }
  .plr_sm--140 {
    padding: 0 140px;
  }
  .pt_sm--140 {
    padding-top: 140px;
  }
  .pb_sm--140 {
    padding-bottom: 140px;
  }
  .pl_sm--140 {
    padding-left: 140px;
  }
  .pr_sm--140 {
    padding-right: 140px;
  }
  .mt_sm--140 {
    margin-top: 140px;
  }
  .ml_sm--140 {
    margin-left: 140px;
  }
  .mr_sm--140 {
    margin-right: 140px;
  }
  .mb_sm--140 {
    margin-bottom: 140px;
  }
  .ptb_sm--145 {
    padding: 145px 0;
  }
  .plr_sm--145 {
    padding: 0 145px;
  }
  .pt_sm--145 {
    padding-top: 145px;
  }
  .pb_sm--145 {
    padding-bottom: 145px;
  }
  .pl_sm--145 {
    padding-left: 145px;
  }
  .pr_sm--145 {
    padding-right: 145px;
  }
  .mt_sm--145 {
    margin-top: 145px;
  }
  .ml_sm--145 {
    margin-left: 145px;
  }
  .mr_sm--145 {
    margin-right: 145px;
  }
  .mb_sm--145 {
    margin-bottom: 145px;
  }
  .ptb_sm--150 {
    padding: 150px 0;
  }
  .plr_sm--150 {
    padding: 0 150px;
  }
  .pt_sm--150 {
    padding-top: 150px;
  }
  .pb_sm--150 {
    padding-bottom: 150px;
  }
  .pl_sm--150 {
    padding-left: 150px;
  }
  .pr_sm--150 {
    padding-right: 150px;
  }
  .mt_sm--150 {
    margin-top: 150px;
  }
  .ml_sm--150 {
    margin-left: 150px;
  }
  .mr_sm--150 {
    margin-right: 150px;
  }
  .mb_sm--150 {
    margin-bottom: 150px;
  }
  .ptb_sm--155 {
    padding: 155px 0;
  }
  .plr_sm--155 {
    padding: 0 155px;
  }
  .pt_sm--155 {
    padding-top: 155px;
  }
  .pb_sm--155 {
    padding-bottom: 155px;
  }
  .pl_sm--155 {
    padding-left: 155px;
  }
  .pr_sm--155 {
    padding-right: 155px;
  }
  .mt_sm--155 {
    margin-top: 155px;
  }
  .ml_sm--155 {
    margin-left: 155px;
  }
  .mr_sm--155 {
    margin-right: 155px;
  }
  .mb_sm--155 {
    margin-bottom: 155px;
  }
  .ptb_sm--160 {
    padding: 160px 0;
  }
  .plr_sm--160 {
    padding: 0 160px;
  }
  .pt_sm--160 {
    padding-top: 160px;
  }
  .pb_sm--160 {
    padding-bottom: 160px;
  }
  .pl_sm--160 {
    padding-left: 160px;
  }
  .pr_sm--160 {
    padding-right: 160px;
  }
  .mt_sm--160 {
    margin-top: 160px;
  }
  .ml_sm--160 {
    margin-left: 160px;
  }
  .mr_sm--160 {
    margin-right: 160px;
  }
  .mb_sm--160 {
    margin-bottom: 160px;
  }
  .ptb_sm--165 {
    padding: 165px 0;
  }
  .plr_sm--165 {
    padding: 0 165px;
  }
  .pt_sm--165 {
    padding-top: 165px;
  }
  .pb_sm--165 {
    padding-bottom: 165px;
  }
  .pl_sm--165 {
    padding-left: 165px;
  }
  .pr_sm--165 {
    padding-right: 165px;
  }
  .mt_sm--165 {
    margin-top: 165px;
  }
  .ml_sm--165 {
    margin-left: 165px;
  }
  .mr_sm--165 {
    margin-right: 165px;
  }
  .mb_sm--165 {
    margin-bottom: 165px;
  }
  .ptb_sm--170 {
    padding: 170px 0;
  }
  .plr_sm--170 {
    padding: 0 170px;
  }
  .pt_sm--170 {
    padding-top: 170px;
  }
  .pb_sm--170 {
    padding-bottom: 170px;
  }
  .pl_sm--170 {
    padding-left: 170px;
  }
  .pr_sm--170 {
    padding-right: 170px;
  }
  .mt_sm--170 {
    margin-top: 170px;
  }
  .ml_sm--170 {
    margin-left: 170px;
  }
  .mr_sm--170 {
    margin-right: 170px;
  }
  .mb_sm--170 {
    margin-bottom: 170px;
  }
  .ptb_sm--175 {
    padding: 175px 0;
  }
  .plr_sm--175 {
    padding: 0 175px;
  }
  .pt_sm--175 {
    padding-top: 175px;
  }
  .pb_sm--175 {
    padding-bottom: 175px;
  }
  .pl_sm--175 {
    padding-left: 175px;
  }
  .pr_sm--175 {
    padding-right: 175px;
  }
  .mt_sm--175 {
    margin-top: 175px;
  }
  .ml_sm--175 {
    margin-left: 175px;
  }
  .mr_sm--175 {
    margin-right: 175px;
  }
  .mb_sm--175 {
    margin-bottom: 175px;
  }
  .ptb_sm--180 {
    padding: 180px 0;
  }
  .plr_sm--180 {
    padding: 0 180px;
  }
  .pt_sm--180 {
    padding-top: 180px;
  }
  .pb_sm--180 {
    padding-bottom: 180px;
  }
  .pl_sm--180 {
    padding-left: 180px;
  }
  .pr_sm--180 {
    padding-right: 180px;
  }
  .mt_sm--180 {
    margin-top: 180px;
  }
  .ml_sm--180 {
    margin-left: 180px;
  }
  .mr_sm--180 {
    margin-right: 180px;
  }
  .mb_sm--180 {
    margin-bottom: 180px;
  }
  .ptb_sm--185 {
    padding: 185px 0;
  }
  .plr_sm--185 {
    padding: 0 185px;
  }
  .pt_sm--185 {
    padding-top: 185px;
  }
  .pb_sm--185 {
    padding-bottom: 185px;
  }
  .pl_sm--185 {
    padding-left: 185px;
  }
  .pr_sm--185 {
    padding-right: 185px;
  }
  .mt_sm--185 {
    margin-top: 185px;
  }
  .ml_sm--185 {
    margin-left: 185px;
  }
  .mr_sm--185 {
    margin-right: 185px;
  }
  .mb_sm--185 {
    margin-bottom: 185px;
  }
  .ptb_sm--190 {
    padding: 190px 0;
  }
  .plr_sm--190 {
    padding: 0 190px;
  }
  .pt_sm--190 {
    padding-top: 190px;
  }
  .pb_sm--190 {
    padding-bottom: 190px;
  }
  .pl_sm--190 {
    padding-left: 190px;
  }
  .pr_sm--190 {
    padding-right: 190px;
  }
  .mt_sm--190 {
    margin-top: 190px;
  }
  .ml_sm--190 {
    margin-left: 190px;
  }
  .mr_sm--190 {
    margin-right: 190px;
  }
  .mb_sm--190 {
    margin-bottom: 190px;
  }
  .ptb_sm--195 {
    padding: 195px 0;
  }
  .plr_sm--195 {
    padding: 0 195px;
  }
  .pt_sm--195 {
    padding-top: 195px;
  }
  .pb_sm--195 {
    padding-bottom: 195px;
  }
  .pl_sm--195 {
    padding-left: 195px;
  }
  .pr_sm--195 {
    padding-right: 195px;
  }
  .mt_sm--195 {
    margin-top: 195px;
  }
  .ml_sm--195 {
    margin-left: 195px;
  }
  .mr_sm--195 {
    margin-right: 195px;
  }
  .mb_sm--195 {
    margin-bottom: 195px;
  }
  .ptb_sm--200 {
    padding: 200px 0;
  }
  .plr_sm--200 {
    padding: 0 200px;
  }
  .pt_sm--200 {
    padding-top: 200px;
  }
  .pb_sm--200 {
    padding-bottom: 200px;
  }
  .pl_sm--200 {
    padding-left: 200px;
  }
  .pr_sm--200 {
    padding-right: 200px;
  }
  .mt_sm--200 {
    margin-top: 200px;
  }
  .ml_sm--200 {
    margin-left: 200px;
  }
  .mr_sm--200 {
    margin-right: 200px;
  }
  .mb_sm--200 {
    margin-bottom: 200px;
  }
  .pl_sm--0 {
    padding-left: 0;
  }
  .pr_sm--0 {
    padding-right: 0;
  }
  .pt_sm--0 {
    padding-top: 0;
  }
  .pb_sm--0 {
    padding-bottom: 0;
  }
  .mr_sm--0 {
    margin-right: 0;
  }
  .ml_sm--0 {
    margin-left: 0;
  }
  .mt_sm--0 {
    margin-top: 0;
  }
  .mb_sm--0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }
  .plr_mobile--5 {
    padding: 0 5px;
  }
  .pt_mobile--5 {
    padding-top: 5px;
  }
  .pb_mobile--5 {
    padding-bottom: 5px;
  }
  .pl_mobile--5 {
    padding-left: 5px;
  }
  .pr_mobile--5 {
    padding-right: 5px;
  }
  .mt_mobile--5 {
    margin-top: 5px;
  }
  .mb_mobile--5 {
    margin-bottom: 5px;
  }
  .ptb_mobile--10 {
    padding: 10px 0;
  }
  .plr_mobile--10 {
    padding: 0 10px;
  }
  .pt_mobile--10 {
    padding-top: 10px;
  }
  .pb_mobile--10 {
    padding-bottom: 10px;
  }
  .pl_mobile--10 {
    padding-left: 10px;
  }
  .pr_mobile--10 {
    padding-right: 10px;
  }
  .mt_mobile--10 {
    margin-top: 10px;
  }
  .mb_mobile--10 {
    margin-bottom: 10px;
  }
  .ptb_mobile--15 {
    padding: 15px 0;
  }
  .plr_mobile--15 {
    padding: 0 15px;
  }
  .pt_mobile--15 {
    padding-top: 15px;
  }
  .pb_mobile--15 {
    padding-bottom: 15px;
  }
  .pl_mobile--15 {
    padding-left: 15px;
  }
  .pr_mobile--15 {
    padding-right: 15px;
  }
  .mt_mobile--15 {
    margin-top: 15px;
  }
  .mb_mobile--15 {
    margin-bottom: 15px;
  }
  .ptb_mobile--20 {
    padding: 20px 0;
  }
  .plr_mobile--20 {
    padding: 0 20px;
  }
  .pt_mobile--20 {
    padding-top: 20px;
  }
  .pb_mobile--20 {
    padding-bottom: 20px;
  }
  .pl_mobile--20 {
    padding-left: 20px;
  }
  .pr_mobile--20 {
    padding-right: 20px;
  }
  .mt_mobile--20 {
    margin-top: 20px;
  }
  .mb_mobile--20 {
    margin-bottom: 20px;
  }
  .ptb_mobile--25 {
    padding: 25px 0;
  }
  .plr_mobile--25 {
    padding: 0 25px;
  }
  .pt_mobile--25 {
    padding-top: 25px;
  }
  .pb_mobile--25 {
    padding-bottom: 25px;
  }
  .pl_mobile--25 {
    padding-left: 25px;
  }
  .pr_mobile--25 {
    padding-right: 25px;
  }
  .mt_mobile--25 {
    margin-top: 25px;
  }
  .mb_mobile--25 {
    margin-bottom: 25px;
  }
  .ptb_mobile--30 {
    padding: 30px 0;
  }
  .plr_mobile--30 {
    padding: 0 30px;
  }
  .pt_mobile--30 {
    padding-top: 30px;
  }
  .pb_mobile--30 {
    padding-bottom: 30px;
  }
  .pl_mobile--30 {
    padding-left: 30px;
  }
  .pr_mobile--30 {
    padding-right: 30px;
  }
  .mt_mobile--30 {
    margin-top: 30px;
  }
  .mb_mobile--30 {
    margin-bottom: 30px;
  }
  .ptb_mobile--35 {
    padding: 35px 0;
  }
  .plr_mobile--35 {
    padding: 0 35px;
  }
  .pt_mobile--35 {
    padding-top: 35px;
  }
  .pb_mobile--35 {
    padding-bottom: 35px;
  }
  .pl_mobile--35 {
    padding-left: 35px;
  }
  .pr_mobile--35 {
    padding-right: 35px;
  }
  .mt_mobile--35 {
    margin-top: 35px;
  }
  .mb_mobile--35 {
    margin-bottom: 35px;
  }
  .ptb_mobile--40 {
    padding: 40px 0;
  }
  .plr_mobile--40 {
    padding: 0 40px;
  }
  .pt_mobile--40 {
    padding-top: 40px;
  }
  .pb_mobile--40 {
    padding-bottom: 40px;
  }
  .pl_mobile--40 {
    padding-left: 40px;
  }
  .pr_mobile--40 {
    padding-right: 40px;
  }
  .mt_mobile--40 {
    margin-top: 40px;
  }
  .mb_mobile--40 {
    margin-bottom: 40px;
  }
  .ptb_mobile--45 {
    padding: 45px 0;
  }
  .plr_mobile--45 {
    padding: 0 45px;
  }
  .pt_mobile--45 {
    padding-top: 45px;
  }
  .pb_mobile--45 {
    padding-bottom: 45px;
  }
  .pl_mobile--45 {
    padding-left: 45px;
  }
  .pr_mobile--45 {
    padding-right: 45px;
  }
  .mt_mobile--45 {
    margin-top: 45px;
  }
  .mb_mobile--45 {
    margin-bottom: 45px;
  }
  .ptb_mobile--50 {
    padding: 50px 0;
  }
  .plr_mobile--50 {
    padding: 0 50px;
  }
  .pt_mobile--50 {
    padding-top: 50px;
  }
  .pb_mobile--50 {
    padding-bottom: 50px;
  }
  .pl_mobile--50 {
    padding-left: 50px;
  }
  .pr_mobile--50 {
    padding-right: 50px;
  }
  .mt_mobile--50 {
    margin-top: 50px;
  }
  .mb_mobile--50 {
    margin-bottom: 50px;
  }
  .ptb_mobile--55 {
    padding: 55px 0;
  }
  .plr_mobile--55 {
    padding: 0 55px;
  }
  .pt_mobile--55 {
    padding-top: 55px;
  }
  .pb_mobile--55 {
    padding-bottom: 55px;
  }
  .pl_mobile--55 {
    padding-left: 55px;
  }
  .pr_mobile--55 {
    padding-right: 55px;
  }
  .mt_mobile--55 {
    margin-top: 55px;
  }
  .mb_mobile--55 {
    margin-bottom: 55px;
  }
  .ptb_mobile--60 {
    padding: 60px 0;
  }
  .plr_mobile--60 {
    padding: 0 60px;
  }
  .pt_mobile--60 {
    padding-top: 60px;
  }
  .pb_mobile--60 {
    padding-bottom: 60px;
  }
  .pl_mobile--60 {
    padding-left: 60px;
  }
  .pr_mobile--60 {
    padding-right: 60px;
  }
  .mt_mobile--60 {
    margin-top: 60px;
  }
  .mb_mobile--60 {
    margin-bottom: 60px;
  }
  .ptb_mobile--65 {
    padding: 65px 0;
  }
  .plr_mobile--65 {
    padding: 0 65px;
  }
  .pt_mobile--65 {
    padding-top: 65px;
  }
  .pb_mobile--65 {
    padding-bottom: 65px;
  }
  .pl_mobile--65 {
    padding-left: 65px;
  }
  .pr_mobile--65 {
    padding-right: 65px;
  }
  .mt_mobile--65 {
    margin-top: 65px;
  }
  .mb_mobile--65 {
    margin-bottom: 65px;
  }
  .ptb_mobile--70 {
    padding: 70px 0;
  }
  .plr_mobile--70 {
    padding: 0 70px;
  }
  .pt_mobile--70 {
    padding-top: 70px;
  }
  .pb_mobile--70 {
    padding-bottom: 70px;
  }
  .pl_mobile--70 {
    padding-left: 70px;
  }
  .pr_mobile--70 {
    padding-right: 70px;
  }
  .mt_mobile--70 {
    margin-top: 70px;
  }
  .mb_mobile--70 {
    margin-bottom: 70px;
  }
  .ptb_mobile--75 {
    padding: 75px 0;
  }
  .plr_mobile--75 {
    padding: 0 75px;
  }
  .pt_mobile--75 {
    padding-top: 75px;
  }
  .pb_mobile--75 {
    padding-bottom: 75px;
  }
  .pl_mobile--75 {
    padding-left: 75px;
  }
  .pr_mobile--75 {
    padding-right: 75px;
  }
  .mt_mobile--75 {
    margin-top: 75px;
  }
  .mb_mobile--75 {
    margin-bottom: 75px;
  }
  .ptb_mobile--80 {
    padding: 80px 0;
  }
  .plr_mobile--80 {
    padding: 0 80px;
  }
  .pt_mobile--80 {
    padding-top: 80px;
  }
  .pb_mobile--80 {
    padding-bottom: 80px;
  }
  .pl_mobile--80 {
    padding-left: 80px;
  }
  .pr_mobile--80 {
    padding-right: 80px;
  }
  .mt_mobile--80 {
    margin-top: 80px;
  }
  .mb_mobile--80 {
    margin-bottom: 80px;
  }
  .ptb_mobile--85 {
    padding: 85px 0;
  }
  .plr_mobile--85 {
    padding: 0 85px;
  }
  .pt_mobile--85 {
    padding-top: 85px;
  }
  .pb_mobile--85 {
    padding-bottom: 85px;
  }
  .pl_mobile--85 {
    padding-left: 85px;
  }
  .pr_mobile--85 {
    padding-right: 85px;
  }
  .mt_mobile--85 {
    margin-top: 85px;
  }
  .mb_mobile--85 {
    margin-bottom: 85px;
  }
  .ptb_mobile--90 {
    padding: 90px 0;
  }
  .plr_mobile--90 {
    padding: 0 90px;
  }
  .pt_mobile--90 {
    padding-top: 90px;
  }
  .pb_mobile--90 {
    padding-bottom: 90px;
  }
  .pl_mobile--90 {
    padding-left: 90px;
  }
  .pr_mobile--90 {
    padding-right: 90px;
  }
  .mt_mobile--90 {
    margin-top: 90px;
  }
  .mb_mobile--90 {
    margin-bottom: 90px;
  }
  .ptb_mobile--95 {
    padding: 95px 0;
  }
  .plr_mobile--95 {
    padding: 0 95px;
  }
  .pt_mobile--95 {
    padding-top: 95px;
  }
  .pb_mobile--95 {
    padding-bottom: 95px;
  }
  .pl_mobile--95 {
    padding-left: 95px;
  }
  .pr_mobile--95 {
    padding-right: 95px;
  }
  .mt_mobile--95 {
    margin-top: 95px;
  }
  .mb_mobile--95 {
    margin-bottom: 95px;
  }
  .ptb_mobile--100 {
    padding: 100px 0;
  }
  .plr_mobile--100 {
    padding: 0 100px;
  }
  .pt_mobile--100 {
    padding-top: 100px;
  }
  .pb_mobile--100 {
    padding-bottom: 100px;
  }
  .pl_mobile--100 {
    padding-left: 100px;
  }
  .pr_mobile--100 {
    padding-right: 100px;
  }
  .mt_mobile--100 {
    margin-top: 100px;
  }
  .mb_mobile--100 {
    margin-bottom: 100px;
  }
}
.mt-dec-30 {
  margin-top: -30px;
}

.mt_dec--30 {
  margin-top: -30px;
}

.mt-dec-100 {
  margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

.pb_xl--130 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

.mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.g-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

/* Elements  */
.rts-banner-area-one {
  height: 910px;
  background-image: url(../images/banner/01.webp);
  display: flex;
  align-items: center;
}
.rts-banner-area-one.two {
  background-image: url(../images/banner/05.webp);
}
.rts-banner-area-one.three {
  background-image: url(../images/banner/06.webp);
}

.banner-style-one-wrapper-inner {
  max-width: 630px;
  padding-top: 120px;
  opacity: 0;
}
.banner-style-one-wrapper-inner .pre-title {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.0745098039);
  backdrop-filter: blur(10px);
  color: #fff;
  opacity: 0;
  transition-delay: 1s;
  animation: none;
}
.banner-style-one-wrapper-inner .title {
  font-size: 70px;
  font-weight: 500;
  color: var(--color-white);
  margin-top: 25px;
  line-height: 78px;
  opacity: 0;
  transition-delay: 1.5s;
  animation: none;
}
@media only screen and (max-width: 991px) {
  .banner-style-one-wrapper-inner .title {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 479px) {
  .banner-style-one-wrapper-inner .title {
    font-size: 48px;
  }
}
.banner-style-one-wrapper-inner p.disc {
  color: #EDEDED;
  margin-bottom: 45px;
  opacity: 0;
  transition-delay: 1.8s;
  animation: none;
}
.banner-style-one-wrapper-inner .button-wrapper {
  opacity: 0;
  transition-delay: 2s;
  animation: none;
}

.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;
}

.banner-swiper-main-wrapper-one {
  position: relative;
  z-index: 1;
}
.banner-swiper-main-wrapper-one .right-rating-area {
  width: 505px;
  height: 200px;
  background: #050D20;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .banner-swiper-main-wrapper-one .right-rating-area {
    display: none;
  }
}
.banner-swiper-main-wrapper-one .right-rating-area .thumbnail-image {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-swiper-main-wrapper-one .right-rating-area .rating-content {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-swiper-main-wrapper-one .right-rating-area .rating-content .bottom-content {
  margin-top: 25px;
}

.banner-swiper-main-wrapper-one .button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.banner-swiper-main-wrapper-one .button-wrapper .video-play-button {
  position: relative;
  margin-left: 30px;
}
.banner-swiper-main-wrapper-one .button-wrapper .vedio-icone .video-play-button {
  left: auto;
  top: auto;
  transform: none;
}

.banner-content-two-style {
  position: relative;
}
.banner-content-two-style .left-area-banner {
  max-width: 770px;
}
.banner-content-two-style .left-area-banner .title {
  font-weight: 500;
  font-size: 74px;
  line-height: 1.15;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content-two-style .left-area-banner .title {
    font-size: 60px;
    max-width: max-content;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-two-style .left-area-banner .title {
    font-size: 54px;
    max-width: max-content;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content-two-style .left-area-banner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-two-style .left-area-banner .title {
    font-size: 32px;
  }
}
.banner-content-two-style .left-area-banner .title span {
  position: absolute;
  top: -40px;
  right: -21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content-two-style .left-area-banner .title span {
    right: -61px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-two-style .left-area-banner .title span {
    right: -61px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content-two-style .left-area-banner .title span {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-two-style .left-area-banner .title span {
    display: none;
  }
}
.banner-content-two-style .left-area-banner p.disc {
  font-weight: 400;
  font-size: 16px;
  max-width: 80%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .banner-content-two-style .left-area-banner p.disc {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.banner-content-two-style .left-area-banner .stars-main-wrapper {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .banner-content-two-style .left-area-banner .stars-main-wrapper {
    margin-bottom: 30px;
  }
}
.banner-content-two-style .left-area-banner .stars-main-wrapper .wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-content-two-style .left-area-banner .stars-main-wrapper .disc1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #111032;
  margin-top: 7px;
}
.banner-content-two-style .right-top-area {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .banner-content-two-style .right-top-area {
    position: relative;
    margin-top: 30px;
  }
}
.banner-content-two-style .right-top-area .top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F3F3F3;
}
@media only screen and (max-width: 575px) {
  .banner-content-two-style .right-top-area .top {
    flex-wrap: wrap;
  }
}
.banner-content-two-style .right-top-area .title {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1;
}
.banner-content-two-style .right-top-area span {
  max-width: 149px;
  color: #130F2D;
  font-weight: 500;
}
.banner-content-two-style .right-top-area .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.banner-content-two-style .right-top-area .bottom-area p {
  margin: 0;
  font-size: 16px;
}
.banner-content-two-style .right-top-area .bottom-area .radious-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #050D2A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.banner-content-two-style .right-top-area .bottom-area .radious-btn i {
  color: #050D2A;
  transform: rotate(45deg);
}
.banner-content-two-style .right-top-area .bottom-area .radious-btn:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.banner-content-two-style .right-top-area .bottom-area .radious-btn:hover i {
  color: var(--color-white);
}
.banner-content-two-style .banner-image-large {
  position: absolute;
  right: 0;
  bottom: -220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content-two-style .banner-image-large {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-two-style .banner-image-large {
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }
}
.banner-content-two-style .banner-image-large .circle-animation {
  background: #FFFFFF;
  border-radius: 50%;
  width: 154px;
  height: 154px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .banner-content-two-style .banner-image-large .circle-animation {
    left: 71%;
  }
}
.banner-content-two-style .banner-image-large .circle-animation * {
  color: #050D20;
}
.banner-content-two-style .banner-image-large .circle-animation svg {
  height: 150px;
  max-width: 150px;
  padding: 10px;
  animation: spin 10s linear 0s infinite;
  color: #050D20;
}
.banner-content-two-style .banner-image-large .circle-animation svg text textPath {
  color: #050D20;
  fill: #050D20;
  letter-spacing: 1px;
  font-size: 14px;
}
.banner-content-two-style .banner-image-large .circle-animation svg path {
  fill: #050D20;
}
.banner-content-two-style .banner-image-large .circle-animation i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 24px;
  color: #050D20;
}

.banner-two-h {
  height: 1000px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-two-h {
    height: auto;
  }
}

.bg-light-2 {
  background: #F6F6F6;
}

.bg_image-three-banner {
  background-image: url(../images/banner/03.webp);
  height: 826px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .bg_image-three-banner {
    height: auto;
    padding: 80px 0;
  }
}
.bg_image-three-banner .rts-banner-content-three h1 {
  font-size: 74px;
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 35px;
  color: #050D20;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .bg_image-three-banner .rts-banner-content-three h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bg_image-three-banner .rts-banner-content-three h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .bg_image-three-banner .rts-banner-content-three h1 {
    font-size: 44px;
  }
}
.bg_image-three-banner .rts-banner-content-three p.disc {
  font-size: 16px;
  font-weight: 400;
  color: #717383;
  max-width: 508px;
}
.bg_image-three-banner .rts-banner-content-three .button-group {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media only screen and (max-width: 767px) {
  .bg_image-three-banner .rts-banner-content-three .button-group {
    flex-wrap: wrap;
  }
}
.bg_image-three-banner .rts-banner-content-three .button-group .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg_image-three-banner .rts-banner-content-three .button-group .top .info {
  max-width: 191px;
  font-weight: 400;
  color: #050D20;
  font-size: 16px;
}

.radious-4 .rts-btn {
  border-radius: 4px;
}

.thumbnail-large-iamge-banner-three {
  position: relative;
}
.thumbnail-large-iamge-banner-three .small-image {
  position: absolute;
  top: -23px;
  left: -23px;
}
.thumbnail-large-iamge-banner-three .clients-review-area {
  position: absolute;
  left: -30px;
  bottom: 45px;
  padding: 18px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .thumbnail-large-iamge-banner-three .clients-review-area {
    left: 20px;
  }
}
.thumbnail-large-iamge-banner-three .clients-review-area span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #050D20;
  text-align: center;
}

.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%);
}

.digital-agency-content-inner-wrapper .title {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .digital-agency-content-inner-wrapper .title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .digital-agency-content-inner-wrapper .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .digital-agency-content-inner-wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .digital-agency-content-inner-wrapper .title {
    font-size: 32px;
  }
}
.digital-agency-content-inner-wrapper .title .last {
  position: relative;
}
.digital-agency-content-inner-wrapper .title .last img {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .digital-agency-content-inner-wrapper .title .last img {
    right: -110px;
  }
}
.digital-agency-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) {
  .digital-agency-content-inner-wrapper .title .stock {
    padding-left: 195px;
  }
}
.digital-agency-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) {
  .digital-agency-content-inner-wrapper .title .stock::after {
    position: absolute;
    content: "";
    left: 0px;
    height: 5px;
    width: 160px;
    background: #0C1018;
    top: 50%;
    transform: translateY(-50%);
  }
}
.digital-agency-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;
}
@media only screen and (max-width: 575px) {
  .banner-bg-attach-agency {
    height: 408px;
  }
}

.banner-app-development {
  background-image: url(../images/banner/09.webp);
  height: 930px;
}
@media only screen and (max-width: 1199px) {
  .banner-app-development {
    height: auto;
  }
}

.banner-content-app-development {
  padding-top: 120px;
  position: relative;
}
.banner-content-app-development span.pre {
  display: block;
  border: 1px solid #fff;
  padding: 5px 12px;
  max-width: max-content;
  color: #fff;
  font-size: 20px;
}
.banner-content-app-development .title {
  font-size: 80px;
  color: #fff;
  line-height: 84px;
  margin-top: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .banner-content-app-development .title {
    font-size: 50px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-app-development .title {
    font-size: 32px;
  }
  .banner-content-app-development .title .split-line {
    display: inline-block !important;
  }
  .banner-content-app-development .title img {
    display: none;
  }
}
.banner-content-app-development .banner-iamge-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 521px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-app-development .banner-iamge-right {
    max-width: 362px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-app-development .banner-iamge-right {
    display: block;
    position: relative;
  }
}
.banner-content-app-development .inner-content-bottom {
  margin-left: 320px;
  max-width: 417px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-content-app-development .inner-content-bottom {
    margin-left: 235px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-app-development .inner-content-bottom {
    margin-left: 10px;
    padding-bottom: 220px;
  }
}
.banner-content-app-development .inner-content-bottom p {
  color: #fff;
}
.banner-content-app-development .bottom-client-content-area {
  position: absolute;
  left: 0;
  bottom: -120px;
  background: #FFFFFF;
  max-width: 190px;
  padding: 100px 19px 40px 19px;
}
.banner-content-app-development .bottom-client-content-area .thumbnail {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 175px;
  width: 175px;
}
.banner-content-app-development .bottom-client-content-area .bottom {
  font-size: 16px;
  color: #050D2A;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.demo-app-development .title {
  font-family: var(--font-5);
}

.banner-area-cyber-security {
  height: 930px;
  align-items: center;
  display: flex;
  background-image: url(../images/banner/15.webp);
}

.banner-content-cyber-security {
  margin-right: -30px;
}
.banner-content-cyber-security .title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}
.banner-content-cyber-security .button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-content-cyber-security .brand-area-bottom {
  margin-top: 90px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.banner-content-cyber-security .brand-area-bottom p.disc {
  margin-bottom: 0;
  width: 224px;
}
.banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
  max-width: max-content;
  width: 348px;
}

.thumbnail-security-area-right {
  position: relative;
  padding-left: 120px;
}
.thumbnail-security-area-right .right-top-area {
  position: absolute;
  right: -259px;
  top: 0;
  border-radius: 20px;
  height: 252px;
  width: 211px;
  background: #050D20;
}
.thumbnail-security-area-right .thumbnail {
  margin-right: -263px;
}
.thumbnail-security-area-right .right-top-area {
  padding: 22px;
}
.thumbnail-security-area-right .right-top-area .thumb-img {
  margin-bottom: 10px;
}
.thumbnail-security-area-right .right-top-area p.disc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.thumbnail-security-area-right .right-top-area p.disc span {
  color: var(--color-primary);
}
.thumbnail-security-area-right .left-bottom {
  max-width: 188px;
  left: 18.5%;
  bottom: 0;
  position: absolute;
}
.thumbnail-security-area-right .left-bottom .vedio-icone .video-play-button {
  left: 28%;
}
.thumbnail-security-area-right .left-bottom .vedio-icone {
  display: flex;
  align-items: center;
  gap: 15px;
}
.thumbnail-security-area-right .left-bottom .vedio-icone a {
  background: transparent;
  border: 1px solid #fff;
  width: 20px;
  height: 31px;
}
.thumbnail-security-area-right .left-bottom .vedio-icone a::after {
  display: none;
}
.thumbnail-security-area-right .left-bottom .vedio-icone a::before {
  display: none;
}
.thumbnail-security-area-right .left-bottom .vedio-icone a span {
  border-left: 15px solid #fff;
}
.thumbnail-security-area-right .left-bottom .vedio-icone .text {
  color: #ffffff;
  position: absolute;
  left: 50%;
  font-size: 14px;
  top: 38%;
}

.demo-cybersecurity .rts-btn .up-right {
  transform: rotate(45deg);
}

.about-cybar-mid .button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cyber-security-about-left img.top {
  margin-bottom: 20px;
}
.cyber-security-about-left .bottom-iamge {
  position: relative;
}
.cyber-security-about-left .bottom-iamge .content {
  position: absolute;
  left: 40px;
  top: 20px;
}
.cyber-security-about-left .bottom-iamge .content .title {
  font-size: 100px;
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--font-4);
  margin-bottom: 0px;
  line-height: 1;
}
.cyber-security-about-left .bottom-iamge .content p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

.demo-cybersecurity .title-left-wrapper span.pre, .demo-cybersecurity .title-center-wrapper span.pre {
  display: inline-block;
  padding: 2px 13px;
  border: 1px solid #DBE7FF;
  color: #050D20;
  font-size: 14px;
  font-weight: 500;
  border-radius: 33px;
}

.demo-machine-learning {
  --color-primary: #615EFC ;
}

.rts-banner-area-start-machine {
  height: 930px;
  background-image: url(../images/banner/26.webp);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rts-banner-area-start-machine .hero-area {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.machine-learning-content-banner {
  max-width: 678px;
}
.machine-learning-content-banner span.pre {
  color: #050D20;
  padding: 5px 15px;
  background: var(--color-primary);
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  max-width: max-content;
}
.machine-learning-content-banner .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
}
.machine-learning-content-banner .title span {
  font-size: 64px;
  background: var(--color-primary);
  padding: 5px 15px;
  color: transparent;
  position: relative;
  line-height: 1.3;
}
.machine-learning-content-banner .title span::before {
  content: "MACHINE";
  position: absolute;
  inset: 0;
  color: transparent;
  background: url(../images/banner/26.webp) center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  left: 50%;
  top: 50%;
  height: 95%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-weight: 800;
}
.machine-learning-content-banner .button-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.machine-learning-content-banner .button-wrapper .video-btn-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.machine-learning-content-banner .button-wrapper .video-btn-area span {
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 700;
}
.machine-learning-content-banner .button-wrapper .vedio-icone .video-play-button {
  position: relative;
  transform: none;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  border: 1px solid #0C1018;
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  text-align: center;
}
.machine-learning-content-banner .button-wrapper .vedio-icone .video-play-button i {
  font-size: 16px;
  color: var(--color-primary);
}
.machine-learning-content-banner .button-wrapper .vedio-icone .video-play-button::before {
  display: none;
}
.machine-learning-content-banner .button-wrapper .vedio-icone .video-play-button::after {
  background: transparent;
  width: 100%;
  height: 100%;
}

.marquee {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.marquee .marquee__item {
  display: inline-block;
  will-change: transform;
  animation: 65s linear infinite marquee;
}

.marquee .marquee__item2 {
  display: inline-block;
  will-change: transform;
  animation: 65s linear infinite marquee-2;
}

.marquee .marquee__item:hover {
  animation-play-state: paused;
}

.marquee .marquee__item .main--wrapper-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0 0;
}

.marquee .marquee__item .main--wrapper-tt .single-inner-marquree {
  flex: 0 0 65%;
  text-align: center;
}
.marquee .marquee__item .main--wrapper-tt .single-inner-marquree h2 {
  font-size: 128px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.demo-data-science .rts-btn {
  border-radius: 6px;
}

.rts-banner-data-science {
  height: 840px;
  background-image: url(../images/banner/27.webp);
}

.rts-banner-data-science {
  display: flex;
  align-items: center;
}

.banner-content-left-data-science span.pre {
  display: block;
  overflow: hidden;
  color: var(--color-primary);
  font-weight: 500;
}
.banner-content-left-data-science .button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-content-left-data-science .title {
  font-size: 80px;
  line-height: 84px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.banner-content-left-data-science .title div {
  display: inline-block !important;
}
.banner-content-left-data-science p.disc {
  max-width: 520px;
}

.thumbnail-banner-right-data .thumbnail {
  margin-right: -120px;
}

.demo-data-science .rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo-data-science .rts-btn.with-arrow i {
  transform: rotate(45deg);
}
.demo-data-science .rts-testimonials-style-three {
  padding-top: 0 !important;
}
.demo-data-science .mySwiper-digital-agency-brand .single-image {
  border-radius: 6px;
  padding: 20px;
}

.rts-banner-marketing-automation {
  padding: 80px 0 55px;
  position: relative;
}
.rts-banner-marketing-automation .banner-content-two-style {
  margin-bottom: 40px;
}
.rts-banner-marketing-automation .banner-content-two-style .title {
  font-size: 64px;
  line-height: 68px;
  font-weight: 600;
  color: var(--color-primary);
}
.rts-banner-marketing-automation .banner-content-two-style .banner-form {
  max-width: 520px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.rts-banner-marketing-automation .banner-content-two-style .banner-form .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.rts-banner-marketing-automation .banner-content-two-style .banner-form input {
  padding: 15px 44px;
}
.rts-banner-marketing-automation .banner-content-two-style .banner-form button {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 12px 24px;
}
.rts-banner-marketing-automation .marquree-main-wrapper-1 {
  bottom: 0;
}
.rts-banner-marketing-automation .marquree-main-wrapper-1 .single-marquree {
  gap: 18px;
  animation: marquee 50s linear infinite;
}
.rts-banner-marketing-automation .marquree-main-wrapper-1 .single-marquree .single-item {
  flex: 0 0 auto;
}
.rts-banner-marketing-automation .marquree-main-wrapper-1 .single-marquree .single-item span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.rts-banner-marketing-automation .marquree-main-wrapper-1 .single-marquree .single-item::after {
  display: none;
}

.rts-banner-saas-landing {
  background: linear-gradient(180deg, #615EFC 0%, #3A3896 100%);
  height: 930px;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
.rts-banner-saas-landing .banner-content-two-style .pre {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(234, 240, 255, 0.1);
  color: var(--color-white);
  max-width: max-content;
  margin: auto;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.rts-banner-saas-landing .banner-content-two-style .title {
  color: var(--color-white);
  line-height: 1.2;
  font-weight: 600;
}
.rts-banner-saas-landing .banner-content-two-style .desc {
  max-width: 535px;
  margin: auto;
  color: #F2F2F7;
}
.rts-banner-saas-landing .banner-content-two-style .button-area .rts-btn {
  margin: auto;
  margin-top: 30px;
  background: var(--color-white);
  color: #050D20;
}
.rts-banner-saas-landing .section-inner .image-area {
  text-align: center;
}
.rts-banner-saas-landing .section-inner .image-area img {
  margin: auto;
}
.rts-banner-saas-landing .bg-shape img {
  position: absolute;
  z-index: -1;
  top: 0;
}
.rts-banner-saas-landing .bg-shape img.shape-01 {
  width: 100%;
  height: 100%;
  left: 0;
}
.rts-banner-saas-landing .bg-shape img.shape-02 {
  left: 10%;
}
.rts-banner-saas-landing .shape-area img {
  position: absolute;
  z-index: 1;
}
.rts-banner-saas-landing .shape-area img:nth-child(1) {
  top: 30%;
  left: 14%;
}
.rts-banner-saas-landing .shape-area img:nth-child(2) {
  top: 42%;
  right: 17%;
}
.rts-banner-saas-landing .shape-area img:nth-child(3) {
  top: 50%;
  right: 28%;
}
.rts-banner-saas-landing .shape-area img:nth-child(4) {
  bottom: 22%;
  left: 10%;
}
.rts-banner-saas-landing .shape-area img:nth-child(5) {
  bottom: 29%;
  left: 13%;
}

.rts-trusted-brand-area.saas-landing {
  padding-top: 310px;
}
.rts-trusted-brand-area.saas-landing .brand-area-wrapper-app-development {
  border-radius: 20px;
}

.rts-btn {
  padding: 8px 16px;
  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);
  color: #FFEC96;
}
.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%;
}
.rts-btn.btn-primary.btn-white {
  background: #fff;
  color: #050D20;
}
.rts-btn.btn-primary.btn-white:hover {
  color: #fff;
}
.rts-btn.btn-primary.btn-white:hover::after {
  background: var(--color-primary);
}
.rts-btn.btn-border {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: var(--color-white);
}
.rts-btn.btn-border::after {
  background: var(--color-primary);
}
.rts-btn.btn-border:hover {
  color: var(--color-white);
}

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-content-style-one p.disc {
  max-width: 484px;
}
.about-content-style-one .quote-and-review-area {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.about-content-style-one .quote-and-review-area .quote-area {
  flex-basis: 60%;
  border-right: 1px solid #D9D9D9;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
}
.about-content-style-one .quote-and-review-area .quote-area p.quote {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #050D20;
}
.about-content-style-one .quote-and-review-area .review-area {
  padding-left: 40px;
}
.about-content-style-one .quote-and-review-area .review-area .title {
  margin-bottom: 10px;
}
.about-content-style-one .quote-and-review-area .review-area p {
  margin-bottom: 15px;
}

.about-area-inner-wrapper-thumbnail {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}
.about-area-inner-wrapper-thumbnail .experience {
  position: absolute;
  top: 0;
  right: 125px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area-inner-wrapper-thumbnail .experience {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-inner-wrapper-thumbnail .experience {
    right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .about-area-inner-wrapper-thumbnail .experience {
    display: none;
  }
}
.about-area-inner-wrapper-thumbnail .last {
  margin-bottom: -30px;
}

.about-area-two .title {
  margin-bottom: 40px;
}
.about-area-two .disc1 {
  margin-bottom: 70px;
  max-width: 95%;
}
.about-area-two .clients-area-clients {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.about-area-two .clients-area-clients p.disc {
  margin-bottom: 0;
  font-weight: 500;
  color: #050D20;
  line-height: 1.25;
}
.about-area-two .btn-line {
  margin-top: 30px;
  display: inline-block;
}
.about-area-two .btn-line:hover {
  color: var(--color-primary);
}

.about-three-wrapper .about-nav-area .nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-three-wrapper .about-nav-area .nav-tabs .nav-item {
  width: 100%;
}
.about-three-wrapper .about-nav-area .nav-tabs .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-three-wrapper .about-nav-area .nav-tabs .nav-link:hover {
  border-color: var(--color-primary);
}
.about-three-wrapper .about-nav-area .nav-tabs .nav-link.active {
  border-color: var(--color-primary);
  background-color: transparent;
}
.about-three-wrapper .about-content-three {
  max-width: 737px;
}
.about-three-wrapper .about-content-three .image-top-area-about {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.about-three-wrapper .about-content-three .image-top-area-about .thumbnail-1 {
  max-width: 190px;
}
.about-three-wrapper .about-content-three .image-top-area-about .thumbnail-2 {
  max-width: 520px;
}
.about-three-wrapper .about-content-three.two .counter-area {
  margin-top: 30px;
}
.about-three-wrapper .about-content-three.two .counter-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.about-three-wrapper .about-content-three.two .counter-area ul li {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  display: flex;
  align-items: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #0C1B40;
  gap: 20px;
}
.about-three-wrapper .about-content-three.two .counter-area ul li:first-child {
  padding-left: 0;
  border: none;
}
.about-three-wrapper .about-content-three.two .counter-area ul li:last-child {
  padding-right: 0;
  border: none;
}
.about-three-wrapper .about-content-three.two .counter-area ul li .content h5 {
  font-size: 28px;
  color: var(--color-white);
  margin-bottom: 5px;
}
.about-three-wrapper .about-content-three.two .counter-area ul li .content p {
  color: var(--color-white);
}
.about-three-wrapper .about-content-three.three {
  display: flex;
  gap: 55px;
  max-width: 100%;
}
.about-three-wrapper .about-content-three.three .image-top-area-about {
  flex-basis: 45%;
}
.about-three-wrapper .about-content-three.three .content-area-about {
  flex-basis: 55%;
}
.about-three-wrapper .about-content-three.three .content-area-about .clients-area-clients {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.about-three-wrapper .about-content-three.three .content-area-about .clients-area-clients p.disc {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.25;
}
.about-three-wrapper.marketing {
  max-width: 100%;
}
.about-three-wrapper.marketing .about-nav-area .nav-tabs {
  gap: 45px;
}
.about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button {
  padding: 0;
  border: none;
  color: #D1D1D6;
  justify-content: flex-start;
}
.about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 36px;
  line-height: 1.2;
}
.about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span span {
  display: block;
  font-size: 24px;
}
.about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button.active {
  color: var(--color-primary);
}

.progress-area-about-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.progress-area-about-wrapper .progress-wrapper-main {
  flex-basis: 45%;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h {
  margin-bottom: 27px;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h:last-child {
  margin-bottom: 0;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress-top {
    flex-wrap: wrap;
  }
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress-top .name {
  margin-bottom: 0;
  color: #BABABA;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress-top .parcent {
  color: #BABABA;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress {
  height: 4px;
  border-radius: 0;
  background-color: #D9D9D9;
}
.progress-area-about-wrapper .progress-wrapper-main .single-progress-area-h .progress .progress-bar {
  background-color: var(--color-primary);
}
.progress-area-about-wrapper .round-progress {
  flex-basis: 55%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rts-about-breadcrumb-area {
    padding: 50px 0;
  background-color: #f3f3f3;
  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-digital-agency {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 33px;
  border: 1px solid #DFDBF9;
  color: #0C1018;
}

.about-content-wrapper-agency p.disc {
  font-size: 34px;
  font-weight: 500;
  color: #0C1018;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .about-content-wrapper-agency p.disc {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-wrapper-agency p.disc {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .about-content-wrapper-agency p.disc {
    font-size: 16px;
    font-weight: 400;
  }
}
.about-content-wrapper-agency a.rts-btn {
  margin-top: 100px;
}

.about-card-style-one {
  text-align: center;
}
.about-card-style-one .content {
  margin-top: 30px;
}
.about-card-style-one .content .title {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
}

.demo-app-development {
  overflow-x: visible;
}
.demo-app-development .product-wrapper .inner {
  background: var(--color-primary) !important;
}
.demo-app-development .product-wrapper .inner.two {
  background: #4B47FF !important;
}

.demo-cybersecurity .title {
  font-family: var(--font-4) !important;
}

.thumbnail-right-about-cyber {
  position: relative;
}
.thumbnail-right-about-cyber .content {
  left: 40px;
  top: 40px;
  position: absolute;
}
.thumbnail-right-about-cyber .content .title {
  font-size: 100px;
  font-family: var(--font-4);
  color: #fff;
}
.thumbnail-right-about-cyber .content p {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  line-height: 32px;
}

.about-cyber-security-wrapper {
  max-width: 858px;
  margin: auto;
  text-align: center;
}
.about-cyber-security-wrapper .pre {
  color: #050D20;
  padding: 5px 20px;
  border: 1px solid #DEE4FF;
  border-radius: 100px;
}
.about-cyber-security-wrapper .title {
  font-size: 56px;
  margin-top: 25px;
}

.about-our-company-area-cyber {
  padding: 80px 100px;
  background: #091533;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/about/17.webp);
  background-size: cover;
}
.about-our-company-area-cyber .left-area-about {
  max-width: 629px;
}
.about-our-company-area-cyber .left-area-about .title {
  color: #FFFFFF;
  font-size: 48px;
}
.about-our-company-area-cyber .left-area-about p.disc {
  color: #BABABA;
}
.about-our-company-area-cyber .right-are .single-items {
  transition: 0.4s;
  padding: 23px 30px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 15px;
  background: #222D48;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.about-our-company-area-cyber .right-are .single-items .icons {
  max-width: 54px;
}
.about-our-company-area-cyber .right-are .single-items h5 {
  color: #fff;
  margin: 0;
}
.about-our-company-area-cyber .right-are .single-items:hover {
  transform: scale(1.05);
}

.rts-story-area.demo-4 .section-inner.bottom {
  border-bottom: 1px solid #DFDBF9;
}
.rts-story-area.demo-4 .funfacts-area-counter-up-mission {
  padding-top: 0;
}

.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;
}

.single-blog-style-one {
  position: relative;
  background: #FFFFFF;
  padding: 20px 20px 33px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.single-blog-style-one .thumbnail-blog {
  display: block;
  overflow: hidden;
}
.single-blog-style-one .thumbnail-blog img {
  transition: 0.4s;
}
.single-blog-style-one .inner-content-blog {
  margin-top: 30px;
}
.single-blog-style-one .inner-content-blog span {
  display: block;
  margin-bottom: 20px;
}
.single-blog-style-one .inner-content-blog .title {
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 32px;
}
.single-blog-style-one .inner-content-blog .btn-line {
  color: var(--color-heading-1);
}
.single-blog-style-one .inner-content-blog .btn-line::after {
  background: var(--color-heading-1);
}
.single-blog-style-one .inner-content-blog .btn-line:hover {
  color: var(--color-primary);
}
.single-blog-style-one .inner-content-blog .btn-line:hover::after {
  background: var(--color-primary);
}
.single-blog-style-one:hover img {
  transform: scale(1.1);
}

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-digital-agency {
  --color-primary: #615EFC;
}
.demo-digital-agency .rts-btn {
  border-radius: 33px;
}
.demo-digital-agency .rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo-digital-agency .rts-btn .up-right {
  transform: rotate(45deg);
}

body.demo-app-development {
  font-family: var(--font-4);
}
body.demo-app-development .rts-service-details-breadcrumb-area .breadcrumb-area h1 {
  font-weight: 600;
}
body.demo-app-development .rts-mega-menu.sm-mega-70 {
  width: 70%;
}

#form-messages.error {
  color: var(--color-danger);
}

#form-messages.success {
  color: var(--color-success);
}

.demo-cybersecurity .rts-btn {
  border-radius: 33px;
}

.demo-machine-learning {
  --color-primary: #615EFC;
}

.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);
  }
}
.marketing-onepage {
  --color-primary: #132A64;
}
.marketing-onepage .rts-btn {
  border-radius: 6px;
}
.marketing-onepage .rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.marketing-onepage .rts-btn .up-right {
  transform: rotate(45deg);
}
.marketing-onepage .title-left-wrapper span.pre, .marketing-onepage .title-center-wrapper span.pre {
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #EAF0FF;
  padding: 9px 16px;
}
.marketing-onepage .title-left-wrapper .title, .marketing-onepage .title-center-wrapper .title {
  color: var(--color-primary);
  font-weight: 600;
}

.saas-onepage {
  --color-primary: #615EFC;
}
.saas-onepage .rts-btn {
  border-radius: 6px;
}
.saas-onepage .rts-btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.saas-onepage .rts-btn .up-right {
  transform: rotate(45deg);
}
.saas-onepage .title-left-wrapper span.pre, .saas-onepage .title-center-wrapper span.pre {
  border-radius: 4px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #EAF0FF;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  color: #050D20;
  gap: 10px;
  max-width: max-content;
  font-size: 16px;
}
.saas-onepage .title-center-wrapper span.pre {
  margin: auto;
}
.saas-onepage header.header-one.header-relative .button-wrapper-flex svg rect {
  fill: var(--color-white);
}

.bg-gray {
  background: #F6F6F6;
}

.bg-primary {
  background: var(--color-primary) !important;
}

.cp {
  color: var(--color-primary);
}

.single-service-style-one .icon {
  margin-bottom: 30px;
}
.single-service-style-one a .title {
  font-size: 24px;
  color: #050D20;
  font-weight: 600;
}

.bg_dark {
  background: #050D20;
}
.bg_dark .title-center-wrapper * {
  color: #fff;
}
.bg_dark .title-center-wrapper .pre {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: inline-block;
  padding: 3px 13px;
  color: #fff !important;
}
.bg_dark .title-center-wrapper .title {
  font-weight: 500;
  margin-top: 25px;
}

.feature-area-left-three p.disc {
  /*max-width: 78%;*/
}
@media only screen and (max-width: 767px) {
  .feature-area-left-three p.disc {
    max-width: 100%;
  }
}

.single-feature-area-three {
  padding: 30px 8px 30px 20px;
  border-radius: 20px;
  border: 1px solid #EAF0FF;
  transition: all 0.3s ease;
}
.single-feature-area-three .icon {
  margin-bottom: 30px;
}
.single-feature-area-three .content .title {
  font-size: 23px;
  color: #050D20;
  margin-bottom: 18px;
}
.single-feature-area-three .content p.disc {
  font-size: 16px;
  color: #717383;
  margin-bottom: 30px;
}
.single-feature-area-three:hover {
  border-color: var(--color-primary);
  transform: scale(1.02) translateY(-2px);
}
.single-feature-area-three.data-science {
  background: #F9FAFF;
  border: 1px solid #E5EAFF;
}
.single-feature-area-three.data-science .content .round-btn {
  max-width: max-content;
  width: 100%;
  border: 1px solid #E5EAFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading-1);
  font-weight: 500;
  padding: 9px 12px;
}
.single-feature-area-three.data-science .content .round-btn i {
  color: var(--color-heading-1);
}
.single-feature-area-three.data-science .content .round-btn:hover {
  color: var(--color-white);
}
.single-feature-area-three.data-science .content .round-btn:hover i {
  color: var(--color-white);
}

.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;
  }
}
.rts-service-details-breadcrumb-area.case-study .breadcrumb-area {
  max-width: 800px;
}

.service-details-video-wrapper {
  position: relative;
}

.single-working-process-area {
  padding: 40px;
  border: 1px solid #EAF0FF;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.single-working-process-area:hover {
  border-color: var(--color-primary);
  transform: scale(1.02) translateY(-2px);
}
.single-working-process-area:last-child {
  margin-bottom: 0;
}
.single-working-process-area .title {
  margin-bottom: 30px;
}
.single-working-process-area p.disc {
  margin-bottom: 30px;
}
.single-working-process-area .tag-area-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-working-process-area .tag-area-wrapper {
    flex-wrap: wrap;
  }
}
.single-working-process-area .tag-area-wrapper .tag-area {
  border: 1px solid #EAF0FF;
  color: #717383;
  padding: 3px 10px;
  border-radius: 33px;
  transition: 0.3s;
}
.single-working-process-area .tag-area-wrapper .tag-area:hover {
  background: var(--color-primary);
  color: #fff;
}

.rts-service-area-one {
  position: relative;
}
.rts-service-area-one .shape-img {
  position: absolute;
  right: 170px;
  bottom: 180px;
  pointer-events: none;
}

.achievment-large-image-video {
  position: relative;
}
.achievment-large-image-video .achiv-m-img {
  width: 100%;
}
.achievment-large-image-video .right-bottom-area {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 36px 39px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .achievment-large-image-video .right-bottom-area {
    padding: 10px 20px;
  }
}
.achievment-large-image-video .right-bottom-area .title {
  font-size: 60px;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .achievment-large-image-video .right-bottom-area .title {
    font-size: 30px;
  }
}
.achievment-large-image-video .right-bottom-area .done {
  font-size: 16px;
  color: #f5f5f5;
}
@media only screen and (max-width: 991px) {
  .achievment-large-image-video .right-bottom-area .icon {
    display: none;
  }
}

.single-digital-agency-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-digital-agency-wrapper-service {
    flex-wrap: wrap;
    gap: 15px;
  }
  .single-digital-agency-wrapper-service > div {
    flex-basis: 100% !important;
  }
}
.single-digital-agency-wrapper-service .thumbnail-image {
  width: 0;
  transition: 0.4s;
  height: auto;
  overflow: hidden;
}
.single-digital-agency-wrapper-service .thumbnail-image img {
  max-width: fit-content;
}
.single-digital-agency-wrapper-service:hover {
  padding: 34px;
  background: var(--color-primary);
}
.single-digital-agency-wrapper-service:hover .thumbnail-image {
  width: 273px;
  height: auto;
}
.single-digital-agency-wrapper-service:hover .left-area .title-area-start span {
  color: #fff;
}
.single-digital-agency-wrapper-service:hover .left-area .title-area-start .title {
  color: #fff;
}
.single-digital-agency-wrapper-service:hover .right-area .details-area p {
  color: #fff;
}
.single-digital-agency-wrapper-service:hover .right-area .details-area .tag-wrappers .single-tags {
  color: #fff;
  border-color: #fff;
}
.single-digital-agency-wrapper-service:hover .right-area .arrow-btn-area a {
  background: #fff;
  color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.single-digital-agency-wrapper-service:hover .right-area .arrow-btn-area a i {
  color: var(--color-primary);
}
.single-digital-agency-wrapper-service .left-area {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-basis: 48%;
}
.single-digital-agency-wrapper-service .left-area .title-area-start {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-digital-agency-wrapper-service .left-area .title-area-start span {
  border: 1px solid #DFDBF9;
  padding: 2px 15px;
  display: block;
  border-radius: 33px;
  transition: 0.4s;
}
.single-digital-agency-wrapper-service .left-area .title-area-start .title {
  margin: 0;
  font-size: 36px;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  .single-digital-agency-wrapper-service .left-area .title-area-start .title {
    font-size: 26px;
  }
}
.single-digital-agency-wrapper-service .right-area {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-digital-agency-wrapper-service .right-area .details-area {
  max-width: 401px;
  transition: 0.4s;
}
.single-digital-agency-wrapper-service .right-area .details-area .tag-wrappers {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 991px) {
  .single-digital-agency-wrapper-service .right-area .details-area .tag-wrappers {
    flex-wrap: wrap;
  }
}
.single-digital-agency-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-digital-agency-wrapper-service .right-area .arrow-btn-area a {
  transition: 0.4s;
  height: 44px;
  width: 44px;
  border-color: #0C1018 !important;
}
.single-digital-agency-wrapper-service .right-area .arrow-btn-area a:hover {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.single-digital-agency-wrapper-service .right-area .arrow-btn-area a:hover i {
  color: var(--color-primary);
}
.single-digital-agency-wrapper-service .right-area .arrow-btn-area a i {
  color: var(--color-heading-1);
  transition: all 0.3s;
}

.single-service-style-four {
  position: relative;
  z-index: 1;
  border: 1px solid #D2DAFF;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
.single-service-style-four:hover .icon svg path {
  fill: var(--color-white);
}
.single-service-style-four:hover .icon .round-btn {
  border: 1px solid var(--color-white);
}
.single-service-style-four:hover .icon .round-btn i {
  color: var(--color-white);
  transform: rotate(-45deg);
}
.single-service-style-four:hover .title a {
  color: var(--color-white);
}
.single-service-style-four:hover .bg-image {
  width: 100%;
  right: unset;
  left: 0;
}
.single-service-style-four:hover::after {
  width: 100%;
  left: 0;
  right: unset;
}
.single-service-style-four .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-service-style-four .icon svg path {
  fill: var(--color-primary);
  transition: all 0.3s;
}
.single-service-style-four .icon .round-btn {
  background: transparent;
}
.single-service-style-four .title {
  margin-top: 40px;
  margin-bottom: 0;
}
.single-service-style-four .title a {
  color: var(--color-heading-1);
  transition: all 0.4s;
}
.single-service-style-four .bg-image {
  position: absolute;
  z-index: -2;
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  height: 100%;
  transition: all 0.4s;
}
.single-service-style-four::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(5, 13, 32, 0.4);
  z-index: -1;
  transition: all 0.4s;
}

.demo-app-development .call-to-action-wrapper-three {
  background: var(--color-primary);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 80px 30px;
}
.demo-app-development .call-to-action-wrapper-three .title {
  font-size: 40px;
}
.demo-app-development .call-to-action-wrapper-three .rts-btn.with-arrow i {
  transform: rotate(45deg);
}
.demo-app-development .call-to-action-wrapper-three .rts-btn.with-arrow::after {
  background: #050D20;
}
.demo-app-development .call-to-action-wrapper-three .round {
  position: absolute;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  border: 1px solid rgba(233, 243, 255, 0.05);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  animation: scaleUp 4s ease-in-out infinite;
}
.demo-app-development .call-to-action-wrapper-three .round.two {
  height: 366px;
  width: 366px;
  animation-delay: 0.5s;
}
.demo-app-development .call-to-action-wrapper-three .round.three {
  width: 514px;
  height: 514px;
  animation-delay: 1s;
}

@keyframes scaleUp {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}
.single-service-security {
  padding: 50px 40px;
  border-radius: 30px;
  border: 1px solid #E5EAFF;
  height: 100%;
  background: #F9FAFF;
}
.single-service-security .icon {
  margin-bottom: 30px;
}
.single-service-security a .title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}
.single-service-security p.disc {
  margin-bottom: 40px;
}
.single-service-security .rts-btn {
  border-color: #EAF0FF !important;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
}

.container-full-bg-dark {
  max-width: 1760px;
  margin: auto;
  padding: 0 15px;
  background: #091533;
  border-radius: 30px;
}
.container-full-bg-dark .title-center-wrapper .pre {
  color: #fff !important;
}
.container-full-bg-dark .title-center-wrapper h2 {
  color: #fff;
}

.float-div-right {
  width: 125%;
}

.single-service-wrapper-machine {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.5s;
}
.single-service-wrapper-machine .thumbnail img {
  transition: 0.5s;
  width: 100%;
}
.single-service-wrapper-machine:hover {
  transform: translateY(-10px);
}
.single-service-wrapper-machine:hover .thumbnail img {
  transform: scale(1.15);
}
.single-service-wrapper-machine::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0C1018 0%, rgba(8, 11, 16, 0) 103.57%);
  z-index: 0;
  pointer-events: none;
}
.single-service-wrapper-machine .content {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 2;
  pointer-events: none;
}
.single-service-wrapper-machine .content .title {
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.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;
}

.single-feature-area-four {
  padding: 34px 22px 34px 34px;
  border-radius: 20px;
  border: 1px solid #EAF0FF;
  transition: all 0.3s ease;
}
.single-feature-area-four .icon {
  margin-bottom: 23px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #EAF0FF;
}
.single-feature-area-four .content .title {
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 18px;
}
.single-feature-area-four .content p.disc {
  font-size: 16px;
  color: #717383;
  margin-bottom: 23px;
}
.single-feature-area-four:hover {
  border-color: var(--color-primary);
  transform: scale(1.02) translateY(-2px);
}

.single-feature-area-five {
  padding: 34px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: #EAF0FF;
}
.single-feature-area-five .icon {
  height: 50px;
}
.single-feature-area-five .content {
  margin-top: 110px;
}
.single-feature-area-five .content .title {
  font-size: 20px;
  color: #050D20;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.2;
}
.single-feature-area-five .content p.disc {
  font-size: 16px;
  color: #717383;
  margin-bottom: 0;
}
.single-feature-area-five:hover {
  transform: scale(1.02) translateY(-2px);
}

.single-case-style-one {
  position: relative;
  z-index: 1;
}
.single-case-style-one .thumbnail-case {
  display: block;
  overflow: hidden;
}
.single-case-style-one .thumbnail-case img {
  transition: 0.5s;
}
.single-case-style-one .inner-content {
  position: absolute;
  max-width: 243px;
  width: 243px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 5;
  background: #FFFFFF;
  padding: 14px 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}
.single-case-style-one .inner-content span {
  color: var(--color-primary);
  font-size: 16px;
}
.single-case-style-one .inner-content .title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
.single-case-style-one:hover .thumbnail-case img {
  transform: scale(1.05);
}
.single-case-style-one:hover .inner-content {
  transform: translateX(-50%) translateY(-15px);
}
.single-case-style-one.title-bottom .inner-content {
  position: inherit;
  left: 0;
  bottom: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.single-case-style-one.title-bottom .inner-content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  padding-left: 18px;
  border-left: 2px solid #DEDEDE;
  margin-top: 36px;
  color: #050D20;
  transition: 0.3s;
}
.single-case-style-one.title-bottom .inner-content .title:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.single-case-style-one.title-bottom .inner-content .arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #050D20;
  margin-top: 36px;
  transition: 0.3s;
}
.single-case-style-one.title-bottom .inner-content .arrow-btn i {
  transition: 0.3s;
  transform: rotate(45deg);
  color: #050D20;
}
.single-case-style-one.title-bottom .inner-content .arrow-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  rotate: 45deg;
}
.single-case-style-one.title-bottom .inner-content .arrow-btn:hover i {
  color: #fff;
}
.single-case-style-one.data-science .thumbnail-case {
  border-radius: 10px;
}
.single-case-style-one.data-science .thumbnail-case img {
  border-radius: 10px;
}
.single-case-style-one.data-science .inner-content {
  border-radius: 10px;
}

.pb--75-im {
  padding-bottom: 75px !important;
}

.mySwiper-case-one {
  padding-bottom: 110px;
}
.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;
}

.radious-4 .single-case-style-one .thumbnail-case {
  border-radius: 10px;
}
.radious-4 .single-case-style-one .inner-content {
  border-radius: 10px;
}

.demo-app-development.case-studies-page .product-wrapper .inner {
  border: 1px solid #DFDBF9;
  background: #FFFFFF !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}
.demo-app-development.case-studies-page .product-wrapper .inner * {
  color: #0C1018 !important;
}
.demo-app-development.case-studies-page .product-wrapper .inner::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/case/01.svg);
  height: 100%;
  width: 387.75px;
  z-index: -1;
  opacity: 0.5;
}

.accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body img {
  max-width: max-content;
  width: 100%;
}
.accordion-faq-one.in-working-process.in-case-cyber .accordion-body p.disc {
  margin-top: 20px;
  max-width: 75%;
}
.accordion-faq-one.in-working-process.in-case-cyber .accordion-header button {
  font-size: 36px;
  padding: 50px 0;
}
.accordion-faq-one.in-working-process.in-case-cyber .accordion-header button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  height: unset;
  width: unset;
  background: none;
}
.accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body {
  padding-left: 18%;
}
.accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body p.disc {
  padding-bottom: 50px;
}

.inner-machine-case .rts-product-area.bg_light {
  background: #fff !important;
}

.our-vision-right-content p.disc {
  margin-bottom: 30px;
}
.check-main-wrapper {
  margin-bottom: 10px;
}
.check-main-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.check-main-wrapper .single-check i {
  color: var(--color-primary);
}

.vision-left-main-image {
  position: relative;
}
.vision-left-main-image .board {
  position: absolute;
  bottom: -40px;
  right: -80px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 335px;
}
@media only screen and (max-width: 575px) {
  .vision-left-main-image .board {
    bottom: 16px;
    right: 25px;
    max-width: 235px;
  }
}

.vision-left-main-image.marketing .board {
  bottom: 30px;
  box-shadow: none;
}

.single-vision-mission-area {
  display: flex;
  align-items: center;
  gap: 57px;
  margin-bottom: 30px;
}
.single-vision-mission-area:hover .left-title-varticle-area {
  background: var(--color-primary);
  transform: rotate(180deg) scale(1.1);
}
.single-vision-mission-area:hover .left-title-varticle-area .title {
  color: #fff;
}
.single-vision-mission-area .left-title-varticle-area {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border: 1px solid var(--color-primary);
  padding: 50px 60px;
  transition: 0.4s;
}
.single-vision-mission-area .left-title-varticle-area .title {
  color: var(--color-primary);
  font-size: 56px;
  margin: 0;
  line-height: 1;
  transition: 0.4s;
}
.single-vision-mission-area .right-content-area .title-main {
  font-size: 32px;
  font-family: var(--font-5);
  font-weight: 600;
}
.single-vision-mission-area .right-content-area p.disc {
  margin-bottom: 25px;
}
.single-vision-mission-area .right-content-area .mission-counter-area {
  display: flex;
  align-items: center;
  gap: 81px;
}
.single-vision-mission-area .right-content-area .mission-counter-area .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-vision-mission-area .right-content-area .mission-counter-area .single-counter .content .title {
  margin: 0;
  font-weight: 600;
}
.single-vision-mission-area .right-content-area .mission-counter-area .single-counter .content .main {
  font-size: 16px;
}
.single-vision-mission-area .right-content-area .image-area {
  display: flex;
  gap: 30px;
}

.demo-app-development .rts-about-breadcrumb-image {
  display: block;
  overflow: hidden;
}
.demo-app-development .rts-about-breadcrumb-image img {
  transform: scale(1.1);
}
.demo-app-development .single-digital-agency-wrapper-service .right-area .details-area .tag-wrappers .single-tags {
  border-radius: 0;
}

.single-team-style-one {
  position: relative;
}
.single-team-style-one .inner-content {
  text-align: center;
  margin-top: 35px;
}
.single-team-style-one .inner-content .title {
  margin-bottom: 10px;
}
.single-team-style-one .inner-content span {
  color: rgba(0, 0, 0, 0.3215686275);
  font-size: 16px;
}
.single-team-style-one .thumbnail {
  display: block;
  overflow: hidden;
}
.single-team-style-one .thumbnail img {
  transition: 0.4s;
  display: block;
}
.single-team-style-one:hover img {
  transform: scale(1.05);
}

.team-swiper-area {
  position: relative;
}
.team-swiper-area .mySwiper-team-one {
  padding-bottom: 60px;
}
.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;
}

.team-single-banner-area .single-team-content .title {
  font-size: 56px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .team-single-banner-area .single-team-content .title {
    font-size: 36px;
  }
}
.team-single-banner-area .single-team-content p {
  margin-bottom: 25px;
}
.team-single-banner-area .counter-main-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 575px) {
  .team-single-banner-area .counter-main-wrapper {
    flex-wrap: wrap;
  }
}
.team-single-banner-area .counter-main-wrapper .single {
  padding: 20px 24px;
  border: 1px solid #EAF0FF;
  border-radius: 5px;
}
.team-single-banner-area .counter-main-wrapper .title {
  font-size: 40px;
  margin-bottom: 10px;
}
.team-single-banner-area .social-area-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.team-single-banner-area .social-area-wrapper p {
  padding: 0;
  margin: 0;
  font-family: var(--font-medium);
}
.team-single-banner-area .social-area-wrapper .social-one-area {
  display: flex;
}
.team-single-banner-area .social-area-wrapper .social-one-area ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 13px;
}

.single-team-area-start-round .thumbnail-team {
  display: block;
  overflow: hidden;
  max-width: 140px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
.single-team-area-start-round .thumbnail-team img {
  transition: 0.4s;
}
.single-team-area-start-round .inner {
  text-align: center;
}
.single-team-area-start-round .inner .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-team-area-start-round .inner .desig {
  font-size: 16px;
  font-weight: 400;
}
.single-team-area-start-round:hover .thumbnail-team img {
  transform: scale(1.1);
}

.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;
}

.contact-form-style-one {
  padding: 41px 47px;
  background: #F8FBFF;
  border: 1px solid #DBE7FF;
}
@media only screen and (max-width: 575px) {
  .contact-form-style-one {
    padding: 22px;
  }
}
.contact-form-style-one .title {
  font-size: 32px;
  font-weight: 500;
}
.contact-form-style-one .single-input-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form-style-one .single-input-wrapper input {
  height: 56px;
  border-radius: 0;
  border: 1px solid #DBE7FF;
}
.contact-form-style-one .single-input-wrapper input:focus {
  border-color: var(--color-primary);
}
.contact-form-style-one input {
  height: 56px;
  border-radius: 0;
  border: 1px solid #DBE7FF;
}
.contact-form-style-one input:focus {
  border-color: var(--color-primary);
}
.contact-form-style-one textarea {
  height: 97px;
  border-radius: 0;
  border: 1px solid #DBE7FF;
}
.contact-form-style-one textarea:focus {
  border-color: var(--color-primary);
}
.contact-form-style-one .rts-btn {
  max-width: 100%;
  border: none;
  margin-top: 20px;
}

button {
  border: none;
}

.contact-area-two {
  background-image: url(../images/contact/01.webp);
  padding: 60px 100px;
}
@media only screen and (max-width: 991px) {
  .contact-area-two {
    padding: 25px;
  }
}
.contact-area-two .left-content .title {
  color: #fff;
  margin-bottom: 39px;
}
.contact-area-two .left-content a {
  display: block;
  color: #C9C9C9;
  margin-bottom: 15px;
}

.contact-form-two .single-input-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form-two .single-input {
  position: relative;
  z-index: 1;
}
.contact-form-two input {
  height: 52px;
  background: #fff;
  border-radius: 0;
}
.contact-form-two input[type=checkbox] {
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form-two label {
  padding-left: 0 !important;
  top: -3px;
  font-size: 14px !important;
  color: #fff !important;
}
.contact-form-two label::before {
  display: none;
}
.contact-form-two label::after {
  display: none;
}
.contact-form-two textarea {
  height: 110px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 15px;
}

.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);
}

.contact-form-main-wrapper-contact {
  padding: 66px 60px;
  background: #FFFFFF;
  border: 1px solid #EAF0FF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .contact-form-main-wrapper-contact {
    padding: 25px;
  }
}
.contact-form-main-wrapper-contact .single-input-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form-main-wrapper-contact .single-input-wrapper .single-input {
  width: 100%;
}
.contact-form-main-wrapper-contact label {
  color: #130F2D;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-form-main-wrapper-contact input {
  height: 50px;
  border-radius: 4px;
}
.contact-form-main-wrapper-contact textarea {
  height: 154px;
  background: #FFFFFF;
  border: 1px solid #DFDBF9;
  border-radius: 4px;
  padding: 10px;
}
.contact-form-main-wrapper-contact textarea:focus {
  border-color: var(--color-primary);
}
.contact-form-main-wrapper-contact .rts-btn {
  height: 50px;
  margin-top: 32px;
}
.contact-form-main-wrapper-contact .with-checkbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-form-main-wrapper-contact .with-checkbox label {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}
.contact-form-main-wrapper-contact .with-checkbox label::before, .contact-form-main-wrapper-contact .with-checkbox label::after {
  display: none;
}
.contact-form-main-wrapper-contact .with-checkbox label a {
  color: var(--color-primary);
}

.input-with-country-selenct {
  display: flex;
  align-items: center;
}
.input-with-country-selenct select {
  /*width: 70px;*/
  height: 50px;
  /*border-radius: 4px 0 0 4px;*/
  border: 1px solid var(--color-border);
  font-size: 15px;
}

.contact-area-left-wrapper-cyber .title-left-wrapper {
  margin-bottom: 55px;
}
.contact-area-left-wrapper-cyber .single-contact-area {
  margin-bottom: 40px;
}
.contact-area-left-wrapper-cyber .single-contact-area .title {
  font-size: 20px;
}
.contact-area-left-wrapper-cyber .single-contact-area span {
  font-weight: 400;
  font-size: 16px;
}

.cyber-secyrity-contact {
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #E5EAFF;
  background: #F9FAFF;
}
.cyber-secyrity-contact .title {
  font-size: 36px;
}
.cyber-secyrity-contact .single-input-cyber {
  margin-bottom: 40px;
}
.cyber-secyrity-contact .single-input-cyber input {
  border: none;
  border-bottom: 1px solid #E5EAFF;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
}
.cyber-secyrity-contact .single-input-cyber input:focus {
  border-color: var(--color-primary);
}
.cyber-secyrity-contact .single-input-cyber textarea {
  padding: 0;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #E5EAFF;
  border-radius: 0;
}
.cyber-secyrity-contact .single-input-cyber textarea:focus {
  border-color: var(--color-primary);
}
.faq-left-area-main p.disc {
  margin-bottom: 20px;
}

.faq-sccordion-area-wrapper p.disc {
  margin-bottom: 20px;
}

.rts-faq-area-inner {
  background: linear-gradient(101.07deg, #F8FAFF 2.25%, #FDF8FF 85.45%);
}
.rts-faq-area-inner .title-left-wrapper .title {
  margin: 0;
  margin-bottom: 30px;
}
.rts-faq-area-inner .faq-sccordion-area-wrapper p.disc {
  max-width: 90%;
}
.rts-faq-area-inner .faq-sccordion-area-wrapper .accordion-item {
  background: transparent;
}

.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;
}

.accordon-pricing-wrapper-three.in-digital-agency .accordion-item {
  background: transparent;
}

.body-bg-four {
  background: #F8FBFF;
}

.footer-wized-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .footer-wized-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-wized-wrapper .single .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-wized-wrapper .single ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wized-wrapper .single ul li {
  margin: 10px 0;
}

.rts-footer-one p,
.rts-footer-one a,
.rts-footer-one input {
  color: #FFEC96;
}
.rts-footer-one .left-wiget .logo {
  margin-bottom: 30px;
  display: block;
}
.rts-footer-one .left-wiget p.disc {
  margin-bottom: 27px;
}
.rts-footer-one .left-wiget form input {
  height: 50px;
  border-radius: 0;
  margin-bottom: 10px;
}
.rts-footer-one .left-wiget .social-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.rts-footer-one .left-wiget .social-wrapper li {
  list-style: none;
}
.rts-footer-one .left-wiget .social-wrapper li a {
  color: #BCBFDB;
  transition: all 0.3s;
}
.rts-footer-one .left-wiget .social-wrapper li a:hover {
  color: var(--color-primary);
}
.rts-footer-one .copyright-area {
  border-top: 1px solid #DBE7FF;
  padding: 20px 0;
}
.rts-footer-one .copyright-area .copyright-1 {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
@media only screen and (max-width: 767px) {
  .rts-footer-one .copyright-area .copyright-1 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.rts-footer-one .copyright-area .copyright-1 p.disc {
  margin-bottom: 0;
}
.rts-footer-one .copyright-area .copyright-1 ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 0;
  margin: 0;
}
.rts-footer-one .copyright-area .copyright-1 ul li {
  margin: 0;
  padding: 0;
}

.rts-footer-one.bg_dark .footer-wized-wrapper .single .title {
  color: #fff;
}
.rts-footer-one.bg_dark .left-wiget form input {
  border-color: #2a2a2a;
}
.rts-footer-one.bg_dark .left-wiget form input:focus {
  border-color: var(--color-primary);
}
.rts-footer-one.bg_dark .copyright-area {
  border-color: #08122B;
}

.call-to-action-area-top-footer-three {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #08122B;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .call-to-action-area-top-footer-three {
    display: none;
  }
}
.call-to-action-area-top-footer-three .left-area span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
}
.call-to-action-area-top-footer-three .right-area form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.call-to-action-area-top-footer-three .right-area form input {
  height: 50px;
  border-radius: 4px;
  margin-bottom: 0;
  border: 1px solid #08122B;
  width: 398px;
}
.call-to-action-area-top-footer-three .right-area form input:focus {
  border-color: var(--color-primary);
}
.call-to-action-area-top-footer-three .right-area form button {
  height: 50px;
}

.footer-digital-agency-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-digital-agency-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-digital-agency-left .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-digital-agency-left .title {
    font-size: 38px;
  }
}
.footer-digital-agency-left .title span {
  font-size: 79px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-digital-agency-left .title span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-digital-agency-left .title span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-digital-agency-left .title span {
    font-size: 44px;
  }
}

.footer-digital-agency-left form {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.footer-digital-agency-left form input {
  height: 54px;
  width: 100%;
  background: #F6F6F6;
  border-radius: 0;
  border: 1px solid transparent;
}
.footer-digital-agency-left form input:focus {
  border: 1px solid var(--color-primary);
}
.footer-digital-agency-left form button {
  position: absolute;
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: max-content;
}

.footer-digital-agency-rigth {
  display: flex;
  align-items: flex-start;
}
.footer-digital-agency-rigth > div.first {
  flex-basis: 70%;
}
.footer-digital-agency-rigth .single-footer-content {
  flex-basis: 30%;
}
.footer-digital-agency-rigth .single-footer-content .title {
  font-size: 20px;
}
.footer-digital-agency-rigth .single-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-digital-agency-rigth .single-footer-content ul li {
  margin: 10px 0;
  padding: 0;
}
.footer-digital-agency-rigth .single-footer-content.company-area ul li a {
  color: #0C1018;
  transition: 0.3s;
}
.footer-digital-agency-rigth .single-footer-content.company-area ul li a:hover {
  color: var(--color-primary);
  letter-spacing: 0.5px;
}
.footer-digital-agency-rigth .social-area-footer-wrapper ul {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-digital-agency-rigth .social-area-footer-wrapper ul li a {
  font-size: 22px;
}
.footer-digital-agency-rigth .social-area-footer-wrapper ul li a i {
  transition: 0.3s;
}
.footer-digital-agency-rigth .social-area-footer-wrapper ul li a:hover i {
  transform: scale(1.2);
}

.copyright-area-agency {
  border-top: 1px solid #EAE7FB;
}

.copyright-area-digital-agency {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .copyright-area-digital-agency {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.copyright-area-digital-agency p.disc {
  font-size: 16px;
  color: #0C1018;
  margin: 0;
}
.copyright-area-digital-agency ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
}
.copyright-area-digital-agency ul li {
  margin: 0;
  padding: 0;
}
.copyright-area-digital-agency ul li a {
  color: #0C1018;
  font-size: 16px;
}

.demo-cybersecurity .footer-form .rts-btn {
  border-radius: 4px;
}

.marketing-onepage .footer-wized-wrapper .single ul li a,
.marketing-onepage .rts-footer-one .left-wiget p.disc,
.marketing-onepage .rts-footer-one .copyright-area .copyright-1 ul li a,
.marketing-onepage .rts-footer-one .copyright-area .copyright-1 p.disc {
  color: #D9D9D9;
}
.marketing-onepage .rts-footer-one.bg_dark .left-wiget form input {
  background: var(--color-white);
  border-radius: 6px;
}
.marketing-onepage .rts-footer-one.bg_dark .left-wiget form button {
  background: var(--color-white);
  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);
}

.single-testimonails-style-one {
  padding: 30px;
  border: 1px solid #DBE7FF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
.single-testimonails-style-one .quote {
  position: absolute;
  right: 40px;
  top: 40px;
}
.single-testimonails-style-one .avatar {
  max-width: 52px;
  margin-bottom: 20px;
}
.single-testimonails-style-one .title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}
.single-testimonails-style-one p.desig {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-testimonails-style-one p.disc {
  margin-bottom: 0;
}

.testimonials-left-one {
  position: relative;
  z-index: 1;
}
.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;
}

.floating-div {
  width: 150%;
}
@media only screen and (max-width: 575px) {
  .floating-div {
    width: 100%;
  }
}

.rts-testimonials-style-three {
  background-image: url(../images/testimonials/05.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.rts-testimonials-style-three .title-center-wrapper {
  text-align: center;
}

.single-testimonails-three {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
@media only screen and (max-width: 767px) {
  .single-testimonails-three {
    gap: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonails-three {
    flex-direction: column;
  }
}
.single-testimonails-three .left-thumbnmail {
  max-width: 299px;
  position: relative;
}
.single-testimonails-three .left-thumbnmail .small-image {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 991px) {
  .single-testimonails-three .left-thumbnmail .small-image {
    max-width: 60px;
    bottom: -64px;
  }
}
.single-testimonails-three .right-content {
  max-width: 637px;
}
.single-testimonails-three .right-content .top .brand {
  max-width: 152px;
  margin-bottom: 30px;
}
.single-testimonails-three .right-content .top .content .disc {
  font-size: 24px;
  font-weight: 600;
  color: #050D20;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .single-testimonails-three .right-content .top .content .disc {
    font-size: 16px;
    font-weight: 500;
  }
}
.single-testimonails-three .right-content .bottom .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 5px;
}
.single-testimonails-three .right-content .bottom span {
  font-size: 16px;
  font-weight: 400;
  color: #717383;
}

.mySwiper-testimonials-three {
  position: relative;
}
.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-section-gap.testimonials-overflow {
  overflow-x: hidden;
}

.testimonials-area-machine-wrapper .single-testimonials-area {
  display: flex;
  align-items: center;
  gap: 105px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .thumbnail {
  display: block;
  overflow: hidden;
  min-width: max-content;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .top-head {
  margin-bottom: 40px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .top-head span {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .top-head .title {
  font-size: 48px;
  margin-top: 15px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .body p.disc {
  font-size: 24px;
  color: #0C1018;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 30px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .body .autohr-area .avatar-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .body .autohr-area .avatar-area img {
  max-width: 61px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .body .autohr-area .avatar-area .inner .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.testimonials-area-machine-wrapper .single-testimonials-area .content .body .autohr-area .avatar-area .inner p {
  margin: 0;
  color: #050D20;
}

.rts-testimonials-area.marketing .testimonials-area-machine-wrapper .single-testimonials-area .content {
  max-width: 668px;
}
.rts-testimonials-area.marketing .testimonials-area-machine-wrapper .single-testimonials-area .content .top-head span {
  border: 1px solid #EAF0FF;
  border-radius: 20px;
  color: var(--color-primary);
  display: block;
  padding: 9px 16px;
  max-width: max-content;
  line-height: 1;
}
.rts-testimonials-area.marketing .testimonials-area-machine-wrapper .thumbnail {
  border-radius: 20px;
}
.rts-testimonials-area.marketing .navigation-area {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color-primary);
  padding: 6px 18px;
  border-radius: 30px;
}
.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);
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  animation: waves 3s ease-in-out infinite;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #F2F2F2;
  transition: all 200ms;
  border-radius: 50%;
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.rts-bg-video-area-large {
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner/05.webp);
}
@media only screen and (max-width: 575px) {
  .rts-bg-video-area-large {
    height: 400px;
  }
}

.achievment-large-image-video {
  position: relative;
}

.why-choose-left-content .reason-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.why-choose-left-content .reason-wrapper .single-reason {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.why-choose-left-content .reason-wrapper .single-reason .icon {
  height: 64px;
  width: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2EFFF;
}
.why-choose-left-content .reason-wrapper .single-reason .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}

.why-choose-iamge-two {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .why-choose-iamge-two {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-iamge-two {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.why-choose-us-top-thumbnail-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-top-thumbnail-wrapper {
    flex-wrap: wrap;
  }
}

.why-choose-us-content-wrapper-single-page .disc1 {
  margin-bottom: 30px;
  max-width: 850px;
}

.luminos-main-solutioin-key .title {
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .luminos-main-solutioin-key .title {
    font-size: 28px;
  }
}
.luminos-main-solutioin-key .check-wrapper {
  margin-top: 30px;
}
.luminos-main-solutioin-key .single-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.luminos-main-solutioin-key .single-check p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.luminos-main-solutioin-key .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .luminos-main-solutioin-key .tag-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.luminos-main-solutioin-key .tag-wrapper .single-tag {
  cursor: pointer;
}
.luminos-main-solutioin-key .tag-wrapper .single-tag span {
  display: block;
  padding: 5px 10px;
  border-radius: 22px;
  border: 1px solid #0F62FE;
  color: var(--color-primary);
  transition: 0.3s;
}
.luminos-main-solutioin-key .tag-wrapper .single-tag:hover span {
  color: #fff;
  background: var(--color-primary);
}

.rts-why-choose-us-area-matchin {
  background-image: url(../images/why-choose/02.webp);
}
.rts-why-choose-us-area-matchin .why-choose-us-right-area-machine .title-left-wrapper .title {
  color: #fff;
  margin-bottom: 35px;
}

.demo-machine-learning .title-left-wrapper span.pre,
.demo-machine-learning .title-center-wrapper span.pre {
  border: none;
  padding: 0;
}

.thumbnail-machine-choose-area {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.thumbnail-machine-choose-area .left-thumbnail.last {
  margin-top: 60px;
}

.single-why-choose-wrapper-machine .signle-why-choose {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
.single-why-choose-wrapper-machine .signle-why-choose .title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
}
.single-why-choose-wrapper-machine .signle-why-choose p.disc {
  max-width: 241px;
}
.single-why-choose-wrapper-machine .rts-btn {
  margin-top: 30px;
}

.ai-platform-wrapper {
  background: #132A64;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 75px;
}
.ai-platform-wrapper .left-wrapper .title {
  font-size: 48px;
  color: #fff;
}
.ai-platform-wrapper .left-wrapper p.disc {
  color: #F4F4F4;
}
.ai-platform-wrapper .right-img {
  position: relative;
}
.ai-platform-wrapper .right-img img {
  max-width: 651px;
}
.ai-platform-wrapper .right-img::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 300px;
  background: linear-gradient(270deg, #122964 25.5%, rgba(20, 41, 95, 0) 93%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.ai-platform-wrapper .right-img::before {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 300px;
  background: linear-gradient(270deg, #122964 25.5%, rgba(20, 41, 95, 0) 93%);
}

.ai-platform-single-card {
  background: #2D1067;
  padding: 60px 54px;
}
.ai-platform-single-card.primary {
  background: var(--color-primary);
}
.ai-platform-single-card.primary .rts-btn {
  background: #fff;
  color: var(--color-primary);
}
.ai-platform-single-card.primary .rts-btn::after {
  background: #2D1067;
}
.ai-platform-single-card.primary .rts-btn:hover {
  color: #fff;
}
.ai-platform-single-card .thumbnail {
  display: block;
  overflow: hidden;
}
.ai-platform-single-card .thumbnail img {
  transition: 0.4s;
}
.ai-platform-single-card:hover .thumbnail img {
  transform: scale(1.1);
}
.ai-platform-single-card .inner {
  text-align: center;
  margin-top: 40px;
}
.ai-platform-single-card .inner .title {
  font-size: 32px;
  color: #fff;
}
.ai-platform-single-card .inner p.disc {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 30px;
}
.ai-platform-single-card .inner .rts-btn {
  margin: auto;
}

.demo-machine-learning {
  overflow-x: visible;
}

.single-process-area {
  padding: 30px 20px 30px 20px;
  border: 1px solid #F1F1F1;
}
.single-process-area .icon {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F1EFFF 0%, rgba(244, 242, 255, 0) 100%);
  border-radius: 50%;
  margin-bottom: 26px;
}
.single-process-area .title {
  font-size: 20px;
  margin-bottom: 22px;
}
.single-process-area p.disc {
  font-size: 16px;
}

.fun-facts-main-wrapper .top-fun-facts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #F6F6F6;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fun-facts-main-wrapper .top-fun-facts {
    gap: 25px;
  }
}
.fun-facts-main-wrapper .top-fun-facts .title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}
.fun-facts-main-wrapper .funfacts-bottom-area {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .fun-facts-main-wrapper .funfacts-bottom-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.fun-facts-main-wrapper .funfacts-bottom-area .first-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fun-facts-main-wrapper .funfacts-bottom-area .first-area p {
  color: #000;
  font-weight: 500;
}
.fun-facts-main-wrapper .funfacts-bottom-area .first-area p span {
  color: var(--color-primary);
}
.fun-facts-main-wrapper .funfacts-bottom-area .mid-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fun-facts-main-wrapper .funfacts-bottom-area .mid-area .title {
  line-height: 1;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .fun-facts-main-wrapper .funfacts-bottom-area .mid-area .title {
    font-size: 30px;
  }
}
.fun-facts-main-wrapper .funfacts-bottom-area .mid-area p.disc {
  font-weight: 500;
  color: #000;
}
.fun-facts-main-wrapper .funfacts-bottom-area .mid-area p.disc span {
  color: var(--color-primary);
}

.facilities-card {
  padding: 30px;
  border: 1px solid #F1F1F1;
  margin-top: 46px;
  max-width: 90%;
}
.facilities-card .top-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.facilities-card .top-area .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.facilities-card .top-area .info span {
  font-size: 13px;
  font-weight: 500;
  color: #4F4F4F;
}

.thumbnail-area-facilities {
  padding-left: 120px;
}
@media only screen and (max-width: 991px) {
  .thumbnail-area-facilities {
    padding-left: 10px;
  }
}

.working-process-three-main {
  border-top: 2px dashed #DBD6FF;
}
.working-process-three-main .working-process-wrapper-three {
  padding-top: 40px;
  position: relative;
}
.working-process-three-main .working-process-wrapper-three .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.working-process-three-main .working-process-wrapper-three p.disc {
  font-size: 16px;
  font-weight: 400;
}
.working-process-three-main .working-process-wrapper-three::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../images/process/05.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.working-process-three-main .working-process-wrapper-three:hover .title {
  color: var(--color-primary);
}
.working-process-three-main .working-process-wrapper-three:hover:before {
  transform: scale(1.85);
}

.working-process-digital-agency-left {
  background: #FAFAFF;
  padding: 50px 40px;
}
@media only screen and (max-width: 575px) {
  .working-process-digital-agency-left {
    padding: 30px;
  }
}
.working-process-digital-agency-left .top {
  margin-bottom: 55px;
}
.working-process-digital-agency-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-digital-agency-left .bottom .tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.working-process-digital-agency-left .bottom .tags-wrapper .single span {
  display: block;
  padding: 1px 12px;
  background: var(--color-primary);
  border-radius: 100px;
  color: #fff;
}
.working-process-digital-agency-left .bottom .tags-wrapper .single.color-two span {
  background: #FFD9D9;
  color: #0C1018;
}
.working-process-digital-agency-left .bottom .tags-wrapper .single.color-three span {
  background: #FADAFF;
  color: #0C1018;
}
.working-process-digital-agency-left .bottom .tags-wrapper .single.color-four span {
  background: #CED3FF;
  color: #0C1018;
}
.working-process-digital-agency-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-digital-agency-left .bottom .counter-area-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.working-process-digital-agency-left .bottom .counter-area-wrapper .counter-area .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
.working-process-digital-agency-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;
  }
}

.demo-app-development .working-process-three-main .working-process-wrapper-three::before {
  background-image: url(../images/process/06.svg);
}
.demo-app-development .single-testimonails-style-one {
  padding: 30px 20px;
}

.demo-machine-learning .working-process-three-main .working-process-wrapper-three::before {
  background-image: url(../images/process/06.svg);
}

.project-two .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.project-two .project-block-four {
  min-height: 470px;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.29, 0, 0.2, 1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.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;
}
.project-two .project-block-four .content-rotate {
  padding: 43px 30px;
  cursor: pointer;
}
.project-two .project-block-four .content-rotate span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1;
  transform: rotate(180deg);
  color: rgba(5, 13, 32, 0.3);
}
.project-two .project-block-four .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.project-two .project-block-four .all-content {
  display: flex;
  align-items: center;
}
.project-two .project-block-four .image-box {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 0;
  transform: scaleX(0);
  transform-origin: left top;
}
.project-two .project-block-four .image-box .image {
  position: relative;
  margin-bottom: 0;
  transition: 0s;
}
.project-two .project-block-four .image-box .image img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-two .project-block-four .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.project-two .project-block-four .image-box .image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 41, 0)), color-stop(75%, rgba(29, 29, 41, 0.75)));
  background: linear-gradient(to bottom, rgba(29, 29, 41, 0) 0%, rgba(29, 29, 41, 0.75) 75%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.project-two .project-block-four .content-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  padding: 30px 40px;
  display: none;
  width: 0;
  transition: 0.5s;
}
.project-two .project-block-four .content-box .number {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 48px;
  display: block;
}
.project-two .project-block-four .content-box .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.project-two .project-block-four .content-box a.btn-line {
  max-width: max-content;
}
.project-two .project-block-four .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 30px 30px;
}

.bg_image-project-two {
  background-image: url(../images/project/02.webp);
  background-repeat: no-repeat;
}
.bg_image-project-two .title-left-wrapper * {
  color: #fff;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 960px !important;
  }
}
@media (min-width: 1400px) {
  .container-small {
    max-width: 1071px !important;
  }
}
.container-small {
  max-width: 1071px;
  margin: auto;
  padding: 0 15px;
}

.bottom-information-project-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .bottom-information-project-details {
    flex-wrap: wrap;
  }
}
.bottom-information-project-details .single-information {
  background: #FFFFFF;
  border: 1px solid #EAF0FF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  padding: 12px 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .bottom-information-project-details .single-information {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-information-project-details .single-information {
    width: 48%;
  }
}
.bottom-information-project-details .single-information h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.bottom-information-project-details .single-information span {
  font-size: 16px;
}
.bottom-information-project-details .single-information:hover {
  transform: translateY(-5px) scale(1.05);
}

.project-details-container {
  max-width: 740px;
  margin: 0;
  padding: 0 15px;
}

.project-details-container-degital-agency {
  max-width: 1070px;
  margin: auto;
  padding: 0 15px;
}

.project-details-content-wrapper .title-left-wrapper .title {
  font-size: 32px;
}
.project-details-content-wrapper p.disc {
  margin-bottom: 20px;
}
.project-details-content-wrapper p.disc span {
  font-weight: 600;
  color: #000;
}
.project-details-content-wrapper p.disc:last-child {
  margin-bottom: 40px;
}
.project-details-content-wrapper p.disc.mb--30 {
  margin-bottom: 30px;
}
.project-details-content-wrapper .image-wrapper-top {
  display: flex;
  align-items: center;
  gap: 30px;
}

.project-detials-problems-wrapper .single-problems {
  margin-top: 30px;
}
.project-detials-problems-wrapper .single-problems .top-title-area {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.project-detials-problems-wrapper .single-problems .top-title-area span {
  font-size: 16px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
}
.project-detials-problems-wrapper .single-problems .top-title-area .title {
  font-size: 20px;
  font-weight: 500;
}

.project-two .title-area-between .right-area .btn-line {
  color: #fff;
}
.project-two .title-area-between .right-area .btn-line::after {
  transition: 0.3s;
  background: #fff;
}

.single-project-area-digital-agency .thumbnail {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.single-project-area-digital-agency .thumbnail img {
  width: 100%;
  transition: 0.4s;
}
.single-project-area-digital-agency .inner-content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.single-project-area-digital-agency .inner-content .left-area .title {
  font-size: 34px;
}
@media only screen and (max-width: 575px) {
  .single-project-area-digital-agency .inner-content .left-area .title {
    font-size: 26px;
    line-height: 1.4;
  }
}
.single-project-area-digital-agency .inner-content .left-area .tags-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-project-area-digital-agency .inner-content .left-area .tags-wrapper .single-tags {
  border: 1px solid #DFDBF9;
  padding: 1px 15px;
  border-radius: 33px;
  color: #0C1018;
}
@media only screen and (max-width: 575px) {
  .single-project-area-digital-agency .inner-content .left-area .tags-wrapper .single-tags {
    font-size: 12px;
  }
}
.single-project-area-digital-agency:hover .thumbnail img {
  transform: scale(1.2);
}

.call-to-action-wrapper-three {
  background-image: url(../images/cta/01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 30px;
  border-radius: 20px;
  text-align: center;
}
.call-to-action-wrapper-three.in-primary-bg {
  background-image: none;
  background: var(--color-primary);
}
.call-to-action-wrapper-three .title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .call-to-action-wrapper-three .title {
    line-height: 1.3;
    font-size: 28px;
  }
}
.call-to-action-wrapper-three p.disc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.call-to-action-wrapper-three .rts-btn {
  margin: auto;
}
.call-to-action-wrapper-three.marketing {
  position: relative;
  z-index: 1;
}
.call-to-action-wrapper-three.marketing .round {
  position: absolute;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  border: 1px solid rgba(233, 243, 255, 0.05);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  animation: scaleUp 4s ease-in-out infinite;
}
.call-to-action-wrapper-three.marketing .round.two {
  height: 366px;
  width: 366px;
  animation-delay: 0.5s;
}
.call-to-action-wrapper-three.marketing .round.three {
  width: 514px;
  height: 514px;
  animation-delay: 1s;
}
.call-to-action-wrapper-three.marketing .bg-shape {
  position: absolute;
  z-index: 1;
}
.call-to-action-wrapper-three.marketing .bg-shape.one {
  left: 0;
  bottom: 0;
}
.call-to-action-wrapper-three.marketing .bg-shape.two {
  top: 0;
  right: 0;
}
.call-to-action-wrapper-three.saas-landing {
  position: relative;
  z-index: 1;
  background: linear-gradient(90.14deg, #050D20 -0.26%, #615EFC 144.24%);
}
.call-to-action-wrapper-three.saas-landing .round {
  position: absolute;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 50%;
  border: 1px solid rgba(233, 243, 255, 0.05);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  animation: scaleUp 4s ease-in-out infinite;
}
.call-to-action-wrapper-three.saas-landing .round.two {
  height: 366px;
  width: 366px;
  animation-delay: 0.5s;
}
.call-to-action-wrapper-three.saas-landing .round.three {
  width: 514px;
  height: 514px;
  animation-delay: 1s;
}
.call-to-action-wrapper-three.saas-landing .bg-shape {
  position: absolute;
  z-index: 1;
}
.call-to-action-wrapper-three.saas-landing .bg-shape.one {
  left: 0;
  bottom: 0;
}
.call-to-action-wrapper-three.saas-landing .bg-shape.two {
  top: 0;
  right: 0;
}

.rts-cta-main-wrapper-machine {
  padding: 76px;
  background-image: url(../images/cta/04.webp);
  text-align: center;
}
.rts-cta-main-wrapper-machine .title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 35px;
}
.rts-cta-main-wrapper-machine .rts-btn {
  margin: auto;
}

.demo-data-science .rts-call-to-action-area.demo-app-development .call-to-action-wrapper-three {
  border-radius: 30px;
  background: linear-gradient(90.14deg, #0039B4 -0.26%, #4685FF 144.24%);
}
.demo-data-science .rts-call-to-action-area.demo-app-development .call-to-action-wrapper-three .bg-shape {
  position: absolute;
  z-index: 1;
}
.demo-data-science .rts-call-to-action-area.demo-app-development .call-to-action-wrapper-three .bg-shape.one {
  left: 0;
  bottom: 0;
}
.demo-data-science .rts-call-to-action-area.demo-app-development .call-to-action-wrapper-three .bg-shape.two {
  top: 0;
  right: 0;
}

.single-pricing-wrapper-three {
  border: 1px solid #D3D6EF;
  border-radius: 10px;
  padding: 26px 28px;
}
.single-pricing-wrapper-three .top-area {
  text-align: center;
  background: #F5F6F9;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: max-content;
  margin: auto;
  padding: 7px 12px;
  margin-bottom: 24px;
}
.single-pricing-wrapper-three .top-area .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1;
  margin: 0;
}
.single-pricing-wrapper-three .bottom-area .price-area {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.single-pricing-wrapper-three .bottom-area .price-area .title {
  font-size: 40px;
  font-weight: 600;
  color: #050D20;
  margin-bottom: 0;
}
.single-pricing-wrapper-three .bottom-area .price-area .disc {
  font-size: 16px;
  font-weight: 600;
  color: #717383;
  line-height: 1;
  margin: 0;
  margin-bottom: 0px;
}
.single-pricing-wrapper-three .bottom-area p.disc {
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}
.single-pricing-wrapper-three .bottom-area .button-area {
  text-align: center;
}
.single-pricing-wrapper-three .bottom-area .button-area .rts-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.single-pricing-wrapper-three .bottom-area .list-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-pricing-wrapper-three .bottom-area .list-area ul li {
  font-size: 16px;
  font-weight: 500;
  color: #050D20;
  margin: 14px 0;
}
.single-pricing-wrapper-three .bottom-area .list-area ul li i {
  font-size: 16px;
  color: #050D20;
  margin-right: 4px;
}
.single-pricing-wrapper-three .bottom-area .list-area ul li.disabled i {
  color: #717383;
}
.single-pricing-wrapper-three .bottom-area .list-area ul li.disabled span {
  color: #717383;
}

.g-50 {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

.single-pricing-wrapper-three.in-digital-agency {
  border-radius: 0;
  position: relative;
}
.single-pricing-wrapper-three.in-digital-agency .top-area {
  position: absolute;
  left: 0;
  border-radius: 0;
  background: #615EFC;
  color: #fff;
}
.single-pricing-wrapper-three.in-digital-agency .top-area .title {
  font-size: 14px;
  color: #fff;
}
.single-pricing-wrapper-three.in-digital-agency .bottom-area {
  margin-top: 50px;
}
.single-pricing-wrapper-three.in-digital-agency .rts-btn {
  border-radius: 0;
}
.single-pricing-wrapper-three.in-digital-agency.active {
  background: var(--color-primary);
}
.single-pricing-wrapper-three.in-digital-agency.active .top-area {
  background: #fff;
}
.single-pricing-wrapper-three.in-digital-agency.active .top-area * {
  color: #050D20;
}
.single-pricing-wrapper-three.in-digital-agency.active .price-area * {
  color: #fff;
}
.single-pricing-wrapper-three.in-digital-agency.active p.disc {
  color: #fff;
}
.single-pricing-wrapper-three.in-digital-agency.active .list-area ul li * {
  color: #fff !important;
}
.single-pricing-wrapper-three.in-digital-agency.active .list-area ul li span {
  font-weight: 400 !important;
}
.single-pricing-wrapper-three.in-digital-agency.active .button-area a.btn-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.single-pricing-wrapper-three.in-digital-agency.active .button-area a.btn-border:hover::after {
  background: var(--color-primary);
}

.demo-digital-agency .bg_light {
  background: #FAFAFF;
}
.demo-digital-agency .rts-mega-menu.sm-mega-70 {
  width: 70%;
}

.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 {
  padding: 40px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid #DFDBF9;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}
.rts-pricing-area.inner .pricing-wrapper-four.active {
  background: var(--color-primary);
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area {
  padding-bottom: 25px;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .top {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
  transition: 0.3s;
  justify-content: space-between;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .top .tag {
  font-size: 14px;
  line-height: 1;
  padding: 12px 17px;
  color: var(--color-primary);
  font-weight: 500;
  border-radius: 6px;
  background: transparent;
  height: max-content;
  border: 1px solid #DFDBF9;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .bottom {
  text-align: left;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .bottom .dollar-area {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 10px;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .bottom .dollar-area .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--color-heading-2);
  line-height: 1;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .bottom .dollar-area .time {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-body);
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .bottom p {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-body);
  margin-bottom: 25px;
}
.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);
}
.rts-pricing-area.inner .pricing-wrapper-four.two {
  padding: 25px;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area {
  padding-bottom: 0;
  border: none;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area .top {
  justify-content: center;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area .top .tag {
  padding: 8px 10px;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area .bottom {
  justify-content: center;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area .bottom .dollar-area {
  justify-content: center;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-top-area .bottom p {
  text-align: center;
  font-weight: 400;
}
.rts-pricing-area.inner .pricing-wrapper-four.two .pricing-body a.rts-btn {
  margin-top: 15px;
  margin-bottom: 30px;
}
.rts-pricing-area.inner .pricing-wrapper-four .check-content-wrapper .single-check-area {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 16px 0;
}
.rts-pricing-area.inner .pricing-wrapper-four .check-content-wrapper .single-check-area:last-child {
  margin-bottom: 0;
}
.rts-pricing-area.inner .pricing-wrapper-four .check-content-wrapper .single-check-area i {
  color: var(--color-primary);
}
.rts-pricing-area.inner .pricing-wrapper-four .check-content-wrapper .single-check-area p {
  color: var(--color-heading-1);
  font-weight: 400;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EAF0FF;
  transition: 0.3s;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-top-area .title {
  margin-bottom: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  transition: 0.3s;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-body p.disc {
  margin-bottom: 30px;
  transition: 0.3s;
}
.rts-pricing-area.inner .pricing-wrapper-four .pricing-body h5.title {
  color: var(--color-heading-2);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.rts-pricing-area.inner .pricing-wrapper-four a.rts-btn {
  display: block;
  max-width: 100%;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid var(--color-primary);
  background: var(--color-white);
  color: var(--color-primary);
}
.rts-pricing-area.inner .pricing-wrapper-four a.rts-btn::after {
  background: var(--color-primary);
}
.rts-pricing-area.inner .pricing-wrapper-four a.rts-btn:hover {
  color: var(--color-white);
}
.rts-pricing-area.inner .more-btn {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: var(--color-primary);
  margin-top: 40px;
}

.plan-toggle-wrap {
  text-align: center;
  padding: 10px;
  background-color: transparent;
  position: sticky;
  top: 0;
}

.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: var(--color-primary);
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month, .toggle-inner .t-year {
  position: absolute;
  left: -80px;
  top: 5px;
  color: var(--color-body);
  transition: 300ms all;
}

.toggle-inner .t-year {
  left: unset;
  right: -145px;
}
.toggle-inner .t-year span {
  color: var(--color-primary);
}

.active > .toggle-inner .t-year {
  opacity: 1;
}

.toggle-inner input:checked + span {
  left: 43px;
}

.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #CEDEFF;
  border-radius: 25px;
  background: #EAF0FF;
  position: relative;
}

.bg_dark-blue {
  background: #091533;
}
.bg_dark-blue .title-left-wrapper * {
  color: #fff !important;
}

.single-pricing-list-area {
  padding: 45px;
  border-radius: 30px;
  border: 1px solid #0B1B40;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  transition: 0.3s;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.single-pricing-list-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  background-image: url(../images/banner/25.webp);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s;
  background-size: cover;
}
.single-pricing-list-area.active::after, .single-pricing-list-area:hover::after {
  width: 100%;
  height: 100%;
}
.single-pricing-list-area:last-child {
  margin-bottom: 0;
}
.single-pricing-list-area .package {
  position: absolute;
  top: -5px;
  left: 60px;
  padding: 5px 15px;
  background: #091533;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
}
.single-pricing-list-area .left-area .title {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
}
.single-pricing-list-area .left-area ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.single-pricing-list-area .left-area ul li {
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.single-pricing-list-area .left-area ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 50%;
}
.single-pricing-list-area .right-area .price {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.single-pricing-list-area .right-area .rts-btn {
  background: transparent !important;
  color: #fff;
  display: flex;
  gap: 10px;
  border-color: #EEEEEE;
}
.single-pricing-list-area .right-area .rts-btn * {
  color: #fff !important;
}
.single-pricing-list-area .right-area .rts-btn:hover {
  border-color: var(--color-primary) !important;
}

.pricing-cyber-page .single-pricing-list-area {
  border: 1px solid #E5EAFF;
}
.pricing-cyber-page .single-pricing-list-area .package {
  background: #FFFFFF;
  color: #050D20;
}
.pricing-cyber-page .single-pricing-list-area * {
  color: #050D20 !important;
}
.pricing-cyber-page .single-pricing-list-area.active *, .pricing-cyber-page .single-pricing-list-area:hover * {
  color: #fff !important;
}
.pricing-cyber-page .single-pricing-list-area.active .package, .pricing-cyber-page .single-pricing-list-area:hover .package {
  background: #FFFFFF;
  color: #050D20 !important;
}

.rts-pricing-area-machine {
  background-image: url(../images/testimonials/12.webp);
}
.rts-pricing-area-machine .title-center-wrapper .title {
  color: #fff;
}
.rts-pricing-area-machine .title-center-wrapper .pre {
  color: var(--color-primary);
}

.pricing-wrapper-machine {
  background: #fff;
  padding: 50px 35px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.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);
}
.pricing-wrapper-machine span.badge {
  position: absolute;
  right: 0;
  top: 24px;
  background: var(--color-primary);
  padding: 12px 17px;
  border-radius: 0;
  font-size: 14px;
}
.pricing-wrapper-machine .top-area .price {
  display: flex;
  align-items: center;
}
.pricing-wrapper-machine .top-area .price .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-wrapper-machine .top-area p {
  color: #0C1018;
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing-wrapper-machine .rts-btn {
  max-width: 100%;
  text-align: center;
  background: none;
  color: var(--color-heading-2);
  border: 1px solid var(--color-heading-2);
}
.pricing-wrapper-machine .rts-btn::after {
  background: var(--color-heading-2);
}
.pricing-wrapper-machine .rts-btn::after:hover {
  color: var(--color-white);
}
.pricing-wrapper-machine .body .check-wrapper {
  margin-top: 25px;
}
.pricing-wrapper-machine .body .check-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.pricing-wrapper-machine .body .check-wrapper .single-check p {
  color: #0C1018;
  font-size: 16px;
  font-weight: 400;
}

.pricing-wrapper-marketing {
  background: #fff;
  padding: 50px 35px;
  position: relative;
  border: 1px solid #EAF0FF;
  border-radius: 20px;
}
.pricing-wrapper-marketing.active {
  background: #132A64;
}
.pricing-wrapper-marketing.active .top-area * {
  color: #fff;
}
.pricing-wrapper-marketing.active .top-area .price .title {
  color: var(--color-white);
}
.pricing-wrapper-marketing.active .body * {
  color: #fff !important;
}
.pricing-wrapper-marketing.active .rts-btn {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.pricing-wrapper-marketing.active .rts-btn::after {
  background: var(--color-white);
}
.pricing-wrapper-marketing.active .rts-btn:hover {
  color: var(--color-heading-2);
}
.pricing-wrapper-marketing span.badge {
  position: absolute;
  right: 0;
  top: 24px;
  background: #34C759;
  padding: 12px 17px;
  border-radius: 0;
  font-size: 14px;
}
.pricing-wrapper-marketing .top-area .price {
  display: flex;
  align-items: center;
}
.pricing-wrapper-marketing .top-area .price .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.pricing-wrapper-marketing .top-area p {
  color: var(--color-primary);
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing-wrapper-marketing .rts-btn {
  max-width: 100%;
  text-align: center;
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.pricing-wrapper-marketing .rts-btn::after {
  background: var(--color-primary);
}
.pricing-wrapper-marketing .rts-btn::after:hover {
  color: var(--color-white);
}
.pricing-wrapper-marketing .body .check-wrapper {
  margin-top: 25px;
}
.pricing-wrapper-marketing .body .check-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.pricing-wrapper-marketing .body .check-wrapper .single-check i {
  color: var(--color-primary);
}
.pricing-wrapper-marketing .body .check-wrapper .single-check p {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 400;
}

.machine-pricing .rts-pricing-area-machine {
  background-image: none;
}

.single-blog-style-one.with-light-bg {
  background: #F9FAFF;
  border: 1px solid #E3EDFF;
  border-radius: 10px;
  box-shadow: none;
}
.single-blog-style-one.with-light-bg .thumbnail-blog {
  border-radius: 10px;
}
.single-blog-style-one.with-light-bg .thumbnail-blog img {
  border-radius: 10px;
}
.single-blog-style-one.with-light-bg .inner-content-blog .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  gap: 50px;
}
.single-blog-style-one.with-light-bg .inner-content-blog .top-wrapper span {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
}
.single-blog-style-one.with-light-bg .inner-content-blog .top-wrapper span.date {
  color: #717383;
  position: relative;
}
.single-blog-style-one.with-light-bg .inner-content-blog .top-wrapper span.date::after {
  content: "";
  position: absolute;
  top: 45%;
  left: -23px;
  width: 5px;
  height: 5px;
  background: #717383;
  border-radius: 50%;
}
.single-blog-style-one.with-light-bg .inner-content-blog .title {
  font-size: 24px;
  font-weight: 500;
  color: #050D20;
  text-align: center;
}

.mySwiper-blog {
  position: relative;
  padding-bottom: 60px;
}
.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;
}

.rts-single-wized {
  background: transparent;
  border-radius: 0;
  padding: 36px 30px;
  margin-bottom: 40px;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}
.rts-single-wized:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized.service {
  border-radius: 0;
}
.rts-single-wized.service .single-categories li a {
  border-radius: 0;
}
.rts-single-wized.download {
  background: #171717;
}
.rts-single-wized.download .title {
  color: #fff;
}
.rts-single-wized.download .single-download-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2D2D2D;
}
.rts-single-wized.download .single-download-area:first-child {
  padding-top: 0;
}
.rts-single-wized.download .single-download-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rts-single-wized.download .single-download-area .mid {
  margin-right: auto;
  margin-left: 15px;
}
.rts-single-wized.download .single-download-area .mid .title {
  margin-bottom: 0;
  font-size: 18px;
  font-family: var(--font-primary);
}
.rts-single-wized.download .single-download-area .mid span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.rts-single-wized.download .single-download-area a.rts-btn {
  padding: 11px 15px;
  border-radius: 0;
}
.rts-single-wized.contact {
  background: #1C2539;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized.contact:last-child {
    margin-bottom: 0;
  }
}
.rts-single-wized.contact .wized-body {
  text-align: center;
}
.rts-single-wized.contact .wized-body .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
}
.rts-single-wized.contact .wized-body a.rts-btn {
  display: block;
  max-width: max-content;
  margin: auto;
}
.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
}
.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: transparent;
  height: 55px;
  border-radius: 8px;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid #E9E9E9;
}
.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: 0 8px 8px 0;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}
.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.rts-single-wized .single-categories {
  margin-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: 13px 25px;
  background: transparent;
  color: #5D666F;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.rts-single-wized .single-categories li a i {
  color: var(--color-primary);
  transition: 0.3s;
}
.rts-single-wized .single-categories li a:hover {
  background: var(--color-primary);
  transform: translateY(-5px) scale(1.03);
  color: var(--color-white);
}
.rts-single-wized .single-categories li a:hover i {
  color: #fff;
}
.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: 0;
}
.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;
  color: #1C2539;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
  font-family: var(--font-medium);
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .recent-post-single .post-title .title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
  }
}
.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: 0;
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a {
    display: block;
    width: 100%;
  }
}
.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-single-wized .gallery-inner .single-row a img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 269px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 193px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 135px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-single-wized .gallery-inner .single-row a img {
    min-width: 80px;
  }
}
.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}
.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: transparent;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1C2539;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  border: 1px solid #E9E9E9;
}
.rts-single-wized .tags-wrapper a:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-3px) scale(1.09);
  border: 1px solid transparent;
}

.rts-blog-list-wrapper .single-blog-style-one {
  margin-bottom: 30px;
}
.rts-blog-list-wrapper .single-blog-style-one:last-child {
  margin-bottom: 0;
}

.rts-blog-detials-area-start .thumbnail-top {
  margin-bottom: 30px;
}
.rts-blog-detials-area-start .inner-content-blog-details .top-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.rts-blog-detials-area-start .inner-content-blog-details h2.title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}
.rts-blog-detials-area-start .inner-content-blog-details .quote-area {
  padding: 35px 75px;
  border: 1px solid #DFDBF9;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 35px;
}
.rts-blog-detials-area-start .inner-content-blog-details .quote-area p.quote {
  color: #050D20;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.3;
}
.rts-blog-detials-area-start .inner-content-blog-details .quote-area .name {
  color: #0F62FE;
  font-weight: 600;
}
.rts-blog-detials-area-start .inner-content-blog-details .bottom-image {
  margin-bottom: 30px;
}
.rts-blog-detials-area-start .inner-content-blog-details .check-area-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.single-blog-area-agency .thumbnail {
  display: block;
  overflow: hidden;
}
.single-blog-area-agency .thumbnail img {
  transition: 0.4s;
}
.single-blog-area-agency .inner-content {
  margin-top: 25px;
}
.single-blog-area-agency .inner-content .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #DFDBF9;
}
.single-blog-area-agency .inner-content .tag-wrapper .single {
  display: block;
  padding: 3px 12px;
  border: 1px solid #DFDBF9;
  border-radius: 100px;
  color: #0C1018;
  font-size: 16px;
  font-weight: 500;
}
.single-blog-area-agency .inner-content .title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  color: #0C1018;
  transition: 0.4s;
}
.single-blog-area-agency:hover .thumbnail img {
  transform: scale(1.2);
}
.single-blog-area-agency:hover .title {
  color: var(--color-primary);
}

.single-blog-style-one.in-cyber-security {
  background: transparent;
  border: 1px solid #E5EAFF;
  border-radius: 30px;
  box-shadow: none;
}
.single-blog-style-one.in-cyber-security .thumbnail-blog {
  border-radius: 30px;
  overflow: hidden;
}

.rts-single-blog-card-m {
  position: relative;
}
.rts-single-blog-card-m .thumbnail {
  display: block;
  overflow: hidden;
}
.rts-single-blog-card-m .thumbnail img {
  transition: 0.4s;
}
.rts-single-blog-card-m .inner-content .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 28px 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #D9D9D9;
}
.rts-single-blog-card-m .inner-content .tag-wrapper .tag {
  display: block;
  padding: 3px 15px;
  border-radius: 33px;
  border: 1px solid #CFCFCF;
  color: #0C1018;
}
.rts-single-blog-card-m .inner-content a .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.rts-single-blog-card-m:hover .thumbnail img {
  transform: scale(1.1);
}

.single-brand-area-banner-three .disc {
  font-size: 16px;
  font-weight: 400;
  color: #050D20;
  line-height: 1.4;
}

.brand-area-banner-three-wrapper .single-brand-area img {
  transition: all 0.3s ease;
  cursor: pointer;
}
.brand-area-banner-three-wrapper .single-brand-area:hover img {
  transform: scale(1.1);
}

.review-area-partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .review-area-partner {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.review-area-partner .left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.review-area-partner .left img {
  max-width: 178px;
}
.review-area-partner .left .information {
  font-family: var(--font-medium);
  font-size: 16px;
}
.review-area-partner .left .information p {
  margin: 0;
  color: var(--color-primary);
}
.review-area-partner .mid {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .review-area-partner .mid {
    flex-wrap: wrap;
  }
}
.review-area-partner .mid .title {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}
.review-area-partner .mid .info p {
  margin: 0;
  font-family: var(--font-medium);
}
.review-area-partner .mid .info p span {
  color: var(--color-primary);
}
.review-area-partner .end {
  max-width: 201px;
}
.review-area-partner .end p {
  margin-left: auto;
  margin-right: 0;
}

.large-iamage-partner .disc-1 {
  max-width: 959px;
  margin: auto;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}
.award-area-inner-page {
  padding: 80px 110px;
  background: linear-gradient(101.07deg, #F8FAFF 2.25%, #FDF8FF 85.45%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .award-area-inner-page {
    padding: 60px 70px;
  }
}
@media only screen and (max-width: 575px) {
  .award-area-inner-page {
    padding: 40px;
  }
}
.award-area-inner-page .title {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .award-area-inner-page .title br {
    display: none;
  }
}

.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-digital-agency-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-digital-agency-brand .single-image:hover {
  border-color: var(--color-primary);
}

.brand-area-wrapper-app-development {
  padding: 55px 160px;
  text-align: center;
  background: var(--color-primary);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .brand-area-wrapper-app-development {
    padding: 25px;
  }
}
.brand-area-wrapper-app-development::after {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, 0%);
  height: 927px;
  width: 927px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  z-index: -1;
}
.brand-area-wrapper-app-development * {
  color: #fff;
}
.brand-area-wrapper-app-development .title {
  font-size: 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .brand-area-wrapper-app-development .title {
    font-size: 22px;
  }
}
.brand-area-wrapper-app-development .single-image {
  padding: 0;
  border: none;
}
.brand-area-wrapper-app-development .single-image img {
  min-width: max-content;
}

.career-banner-wrapper .title {
  font-size: 56px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .career-banner-wrapper .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .career-banner-wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .career-banner-wrapper .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .career-banner-wrapper .title {
    font-size: 24px;
  }
}

.career-two-section .check-wrapper-main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .career-two-section .check-wrapper-main {
    gap: 0;
    flex-wrap: wrap;
  }
}
.career-two-section .check-wrapper-main .single-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 15px 0;
}

.career-video-area-large {
  height: 600px;
  border-radius: 10px !important;
  background-image: url(../images/career/03.webp);
}
@media only screen and (max-width: 479px) {
  .career-video-area-large {
    height: 300px;
  }
}
.career-video-area-large .jarallax-container {
  border-radius: 10px !important;
}

.single-values-in-action {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 36px 30px;
  border-radius: 10px;
  border: 1px solid #EAF0FF;
  transition: 0.4s;
}
@media only screen and (max-width: 575px) {
  .single-values-in-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.single-values-in-action .icon {
  min-width: max-content;
}
.single-values-in-action .information .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.single-values-in-action:hover {
  border-color: var(--color-primary);
}

.single-job-opening-card {
  border: 1px solid #DFDBF9;
  padding: 40px;
  transition: 0.3s;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .single-job-opening-card {
    padding: 25px;
  }
}
.single-job-opening-card:hover {
  border: 1px solid var(--color-primary);
}
.single-job-opening-card .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-job-opening-card p {
  margin-bottom: 15px;
}
.single-job-opening-card p span {
  font-weight: 500;
  font-size: 20px;
  color: #050D20;
}
.single-job-opening-card .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .single-job-opening-card .tag-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.single-job-opening-card .tag-wrapper span {
  display: block;
  border-radius: 20px;
  border: 1px solid #DFDBF9;
  padding: 5px 16px;
}
.single-job-opening-card .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-job-opening-card .bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single-job-opening-card .bottom-area .selary-range {
  padding: 5px 15px;
  background: #EAF0FF;
  border-radius: 5px;
}
.single-job-opening-card .bottom-area .selary-range p {
  font-weight: 600;
  font-size: 20px;
}
.single-job-opening-card .bottom-area .selary-range p span {
  font-size: 18px;
  font-weight: 400;
}
.single-job-opening-card .bottom-area p {
  margin: 0;
}

.faq-why-choose-left-accordion p {
  margin-bottom: 20px;
}
.faq-why-choose-left-accordion .accordion {
  background: transparent;
  max-width: 80%;
}
@media only screen and (max-width: 991px) {
  .faq-why-choose-left-accordion .accordion {
    max-width: 100%;
  }
}
.faq-why-choose-left-accordion .accordion .accordion-item {
  background-color: transparent;
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #EAF0FF;
  padding: 7px 0;
}
.faq-why-choose-left-accordion .accordion .accordion-item .accordion-header {
  background: transparent;
}
.faq-why-choose-left-accordion .accordion .accordion-item .accordion-header button {
  background: transparent;
  font-size: 18px;
  color: #0C1018;
  border-bottom: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.faq-why-choose-left-accordion .accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.career-page-single-banner span.pre {
  color: var(--color-primary);
  font-size: 20px;
}
.career-page-single-banner h1.title {
  font-size: 56px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .career-page-single-banner h1.title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .career-page-single-banner h1.title {
    font-size: 36px;
  }
}
.career-page-single-banner .title {
  font-size: 32px;
  font-weight: 500;
}
.career-page-single-banner .title span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.career-page-single-banner .single-career-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .career-page-single-banner .single-career-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.career-page-single-banner .single-career-wrapper .single .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}
.career-page-single-banner .single-career-wrapper .single span {
  color: rgba(0, 0, 0, 0.4);
}

.apply-right-area-sticky {
  height: 100%;
}
.apply-right-area-sticky .sticky-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  /* required */
}

.apply-now-card {
  padding: 45px;
  margin-top: -200px;
  background: #fff;
  border: 1px solid #EAF0FF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .apply-now-card {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .apply-now-card {
    padding: 45px 25px;
  }
}
.apply-now-card .pre {
  color: #717383;
}
.apply-now-card a.rts-btn {
  max-width: 100%;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 22px;
}
.apply-now-card a.rts-btn:hover::after {
  transform: scaleX(5) scaleY(5);
}
.apply-now-card p {
  margin-bottom: 18px;
  color: #717383;
}
.apply-now-card p a {
  font-weight: 600;
  color: #141414;
}

.apply-bottom-wrapper {
  margin-top: 60px;
}
.apply-bottom-wrapper .benefits-wrapper-card .single {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}
.apply-bottom-wrapper .benefits-wrapper-card .single p {
  margin: 0;
}

.career-single-page {
  overflow-x: visible !important;
}

.left-career-single .title {
  font-weight: 500;
}

.consulting-step {
  position: relative;
}
.consulting-step .timeline-line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 60.2%;
  width: 4px;
  height: 100%;
  background: #EAF0FF;
}
@media only screen and (max-width: 767px) {
  .consulting-step .timeline-line {
    left: 0;
  }
}

.consulting-solution .title-center-style-two .title {
  font-weight: 500;
  text-align: center;
}

.single-consulting-one {
  display: flex;
  align-items: center;
  gap: 150px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.single-consulting-one .timeline-dot {
  position: absolute;
  left: 60.4%;
}
@media only screen and (max-width: 767px) {
  .single-consulting-one .timeline-dot {
    left: 0;
  }
}
.single-consulting-one .timeline-dot::before {
  z-index: 1;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(82, 56, 255, 0.5);
}
.single-consulting-one .timeline-dot::after {
  border: 5px solid #EAF0FF;
  background: #fff;
  z-index: 0;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-consulting-one .right-area {
    padding-left: 30px;
  }
}
.single-consulting-one .thumbnail {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .single-consulting-one .thumbnail {
    display: none;
  }
}
.single-consulting-one:hover .timeline-dot::after {
  border-color: var(--color-primary);
}

.shedule-consulting-left .title {
  font-size: 48px;
  line-height: 1.2;
}
@media only screen and (max-width: 575px) {
  .shedule-consulting-left .title {
    font-size: 26px;
    line-height: 1.4;
  }
  .shedule-consulting-left .title br {
    display: none;
  }
}
.shedule-consulting-left .check-wrapper p.top {
  font-family: var(--font-medium);
  font-size: 20px;
}
.shedule-consulting-left .check-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
.shedule-consulting-left p.call {
  font-family: var(--font-medium);
  font-size: 20px;
  margin-top: 35px;
}

.container-consulting {
  max-width: 659px;
  margin: auto;
}

.thumbnail-consultancy-bottom {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.thumbnail-consultancy-bottom .single-consultancyimage-0top.one {
  margin-top: 50px;
}

.demo-software-company {
  overflow-x: visible;
  --color-primary: #615EFC;
}
.demo-software-company h1,
.demo-software-company h2,
.demo-software-company h3,
.demo-software-company h4,
.demo-software-company h5,
.demo-software-company h6,
.demo-software-company a,
.demo-software-company p,
.demo-software-company .h1,
.demo-software-company .h2,
.demo-software-company .h3,
.demo-software-company .h4,
.demo-software-company .h5,
.demo-software-company .h6 {
  font-family: var(--font-4);
  font-weight: 500;
}
.demo-software-company .rts-btn {
  border-radius: 6px;
}
.demo-software-company .title-left-wrapper .title, .demo-software-company .title-center-wrapper .title {
  margin-top: 0;
}
.demo-software-company .title-left-wrapper .pre, .demo-software-company .demo-software-company .title-center-wrapper .pre {
  margin-bottom: 20px;
}
.demo-software-company .single-team-style-one .thumbnail {
  border-radius: 10px;
}

.rts-banner-area-four .banner-content-two-style h1 {
  font-size: 64px;
  line-height: 68px;
}
.rts-banner-area-four .right-content-area {
  margin-left: 100px;
}
.rts-banner-area-four .right-content-area .top {
  padding-bottom: 26px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 26px;
}
.rts-banner-area-four .right-content-area .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rts-banner-area-four .banner-image-area {
  margin-top: 70px;
}

.customer-review-area .desc {
  color: var(--color-heading-1);
  font-weight: 500;
}
.customer-review-area .desc span {
  color: var(--color-primary);
}

.customer-review-area {
  display: flex;
  gap: 13px;
  align-items: center;
}
.customer-review-area .client-img {
  display: flex;
  align-items: center;
  position: relative;
  width: 170px;
  height: 52px;
  transition: all 0.3s;
}
.customer-review-area .client-img img {
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1);
}
.customer-review-area .client-img img:hover {
  z-index: 2;
  transform: scale(1.1);
}
.customer-review-area .client-img img.two {
  left: 30px;
}
.customer-review-area .client-img img.three {
  left: 60px;
}
.customer-review-area .client-img img.four {
  left: 90px;
}
.customer-review-area .client-img img.five {
  left: 120px;
}
.customer-review-area p.desc {
  margin-bottom: 0;
}

.tex-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tex-btn-area p {
  margin-bottom: 0;
  color: var(--color-heading-1);
  font-weight: 500;
  max-width: 317px;
}
.tex-btn-area .round-btn {
  display: block;
  text-align: center;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
}
.tex-btn-area .round-btn i {
  transform: rotate(-45deg);
  color: var(--color-white);
}

.about-area-inner-four {
  display: flex;
}
.about-area-inner-four .left-logo-content {
  flex-basis: 47%;
}
.about-area-inner-four .left-logo-content .top {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
  background: #F1EEFF;
  max-width: 210px;
  width: 100%;
  margin-bottom: 35px;
}
.about-area-inner-four .left-logo-content .top .shape-area {
  position: absolute;
  z-index: 1;
  bottom: -42px;
  right: -49px;
}
.about-area-inner-four .left-logo-content .top .logo {
  margin-bottom: 5px;
  display: block;
}
.about-area-inner-four .left-logo-content .top .counter-area .title {
  font-size: 96px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
}
.about-area-inner-four .left-logo-content .top .counter-area .title span {
  line-height: 1;
}
.about-area-inner-four .left-logo-content .top .counter-area span.done {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-heading-1);
}
.about-area-inner-four .left-logo-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.about-area-inner-four .left-logo-content ul li {
  list-style: none;
  margin: 0;
  margin-bottom: 2px;
}
.about-area-inner-four .left-logo-content ul li a {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-heading-1);
  font-family: var(--font-4);
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid rgba(194, 171, 255, 0.16);
}
.about-area-inner-four .left-logo-content ul li a.separate {
  background: linear-gradient(90deg, #FBF3FF 0%, #EAFFF2 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(1) a {
  background: linear-gradient(90deg, #FFF4E8 0%, #EDFFEA 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(2) a {
  background: linear-gradient(90deg, #FFF5F3 0%, #FFEAFF 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(3) a {
  background: linear-gradient(90deg, #E0FBFF 0%, #FFEAF3 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(4) a {
  background: linear-gradient(90deg, #FBF3FF 0%, #FFFAEA 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(5) a {
  background: linear-gradient(90deg, #FFFAF3 0%, #FFEAEA 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(6) a {
  background: linear-gradient(90deg, #E8DCFF 0%, #DCF0FF 100%);
}
.about-area-inner-four .left-logo-content ul li:nth-child(7) a {
  background: linear-gradient(90deg, rgba(255, 232, 232, 0.5) 0%, #EAF4FF 100%);
}
.about-area-inner-four .image-area {
  flex-basis: 50%;
}

.about-content-style-four .title-left-wrapper .title {
  margin-top: 0;
}
.about-content-style-four .disc {
  margin-bottom: 30px;
}
.about-content-style-four .author-area {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
}
.about-content-style-four .author-area .author-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-content-style-four .about-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-heading-1);
  max-width: max-content;
}
.about-content-style-four .about-btn:hover span {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}
.about-content-style-four .about-btn:hover span i {
  color: var(--color-white);
}
.about-content-style-four .about-btn span {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid var(--color-heading-1);
}
.about-content-style-four .about-btn span i {
  color: var(--color-heading-1);
}

.rts-service-area-four .title-area-between .right-area a {
  border: 1px solid #DEE4FF;
  border-radius: 30px;
  padding: 15px 26px;
}
.rts-service-area-four .title-area-between .right-area a i {
  transform: rotate(-45deg);
}
.rts-service-area-four .title-area-between .right-area a::after {
  display: none;
}

.rts-product-area .title-center-wrapper .title {
  margin-top: 0;
}

.product-sticky-wrapper-main {
  height: auto;
}

.product-wrapper {
  position: sticky;
  top: 120px;
}
.product-wrapper:nth-child(2) {
  top: 220px;
}
.product-wrapper:nth-child(3) {
  top: 320px;
}
.product-wrapper .inner {
  padding: 47px 65px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .product-wrapper .inner {
    padding: 20px;
  }
}
.product-wrapper .inner.one {
  background: #06122D;
}
.product-wrapper .inner.two {
  background: #0A1A41;
}
.product-wrapper .inner.three {
  background: #0E2250;
}
.product-wrapper .inner .left-content {
  max-width: 510px;
}
.product-wrapper .inner .left-content .title {
  color: var(--color-white);
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
}
.product-wrapper .inner .left-content p.disc {
  color: var(--color-white);
  font-weight: 400;
}
.product-wrapper .inner .left-content ul {
  padding: 0;
  margin: 0;
}
.product-wrapper .inner .left-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-wrapper .inner .left-content .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 18px;
}
.product-wrapper .inner .left-content .tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 55px;
  flex-wrap: wrap;
}
.product-wrapper .inner .left-content .tags li {
  padding: 4px 14px;
  border-radius: 30px;
  border: 1px solid rgba(194, 171, 255, 0.16);
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-wrapper {
    top: 0;
  }
}

.rts-facilities-area.area-4 .thumbnail-area-facilities {
  padding: 55px;
  margin-right: 30px;
  background: var(--color-white);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .top-icon-wrapper {
  margin-bottom: 40px;
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .top-icon-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .top-icon-wrapper ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  text-align: center;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
.rts-facilities-area.area-4 .thumbnail-area-facilities .btn-line {
  margin: auto;
}

.rts-award-area.area-4 .facilities-area-left {
  max-width: 535px;
}

.award-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 84px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  background: var(--color-white);
}
.award-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.award-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.award-wrapper h4 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 28px;
}
.award-wrapper .wrapper-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.our-vission.area-4 {
  overflow: hidden;
}
.our-vission.area-4 .our-vision-left-content {
  max-width: 400px;
}
.our-vission.area-4 .our-vision-left-content .title-left-wrapper .title {
  color: var(--color-white);
}
.our-vission.area-4 .floating-div {
  width: 125%;
}
.our-vission.area-4 .our-vision-right-content {
  display: flex;
  gap: 40px;
  border: 1px solid #0A1D49;
  border-radius: 10px;
  overflow: hidden;
}
.our-vission.area-4 .our-vision-right-content .content-area {
  max-width: 420px;
  padding: 70px 0;
}
.our-vission.area-4 .our-vision-right-content .content-area .title {
  font-size: 36px;
  line-height: 40px;
  color: var(--color-white);
  margin-top: 0;
}
.our-vission.area-4 .our-vision-right-content .content-area .check-main-wrapper .single-check {
  margin-bottom: 20px;
}
.our-vission.area-4 .our-vision-right-content .content-area .check-main-wrapper .single-check p {
  color: var(--color-white);
}

.rts-faq-area.area-4 .accordion {
  max-width: 850px;
  margin: auto;
}
.rts-faq-area.area-4 .accordion .accordion-item {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #DFDBF9;
}
.rts-faq-area.area-4 .accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.rts-faq-area.area-4 .accordion .accordion-item .accordion-header button {
  padding: 0;
  border-radius: 0;
  background: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  box-shadow: none;
}
.rts-faq-area.area-4 .accordion .accordion-item .accordion-header button:not(.collapsed) {
  color: var(--color-heading-1);
}
.rts-faq-area.area-4 .accordion .accordion-item .accordion-header button:not(.collapsed)::after {
  content: "\f056";
}
.rts-faq-area.area-4 .accordion .accordion-item .accordion-header button::after {
  content: "\f055";
  font-family: "Font Awesome 6 Pro";
  background: none;
  font-weight: 400;
  width: unset;
  height: unset;
}
.rts-faq-area.area-4 .accordion .accordion-item .accordion-body {
  padding: 10px 0 0 0;
  color: var(--color-body-1);
  font-weight: 500;
  max-width: 618px;
}

.rts-testimonials-style-three.area-4 {
  background-image: url(../images/testimonials/bg_map.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.rts-cta-area .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 20px 70px;
  overflow: hidden;
}
.rts-cta-area .cta-inner .content-area {
  max-width: 410px;
}
.rts-cta-area .cta-inner .content-area .title-left-wrapper {
  margin-bottom: 30px;
}
.rts-cta-area .cta-inner .content-area .title-left-wrapper .title {
  margin-top: 0;
  color: var(--color-white);
}
.rts-cta-area .cta-inner .content-area .button-area {
  display: flex;
  gap: 10px;
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn {
  padding: 12px 20px;
  border: 1px solid var(--color-primary);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-primary {
  border: 1px solid var(--color-white);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-primary::after {
  background: var(--color-white);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-primary:hover {
  color: var(--color-primary);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-border {
  background: var(--color-white);
  border: 1px solid var(--color-white);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-border::after {
  background: var(--color-primary);
}
.rts-cta-area .cta-inner .content-area .button-area .rts-btn.btn-border:hover {
  color: var(--color-white);
}
.rts-cta-area .cta-inner .image-area {
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}
.rts-cta-area .cta-inner .image-area .float-image {
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: -25%;
}

.bg_light2 {
  background: #F8FBFF;
}

.br-8 {
  border-radius: 8px;
}

.br-10 {
  border-radius: 10px;
}

.rts-about-breadcrumb-area.demo-4 {
  height: unset;
}
.rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content {
  max-width: 650px;
}
.rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content ul li {
  margin: 0;
}
.rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content .title {
  font-size: 48px;
  line-height: 56px;
}
.rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content .author-area {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
}
.rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content .author-area .author-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rts-mission-area.demo-4 .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--color-border);
}
.rts-mission-area.demo-4 .section-inner .title {
  margin-bottom: 0;
}
.rts-mission-area.demo-4 .section-inner .disc {
  max-width: 638px;
  font-weight: 400;
}

.rts-story-area.demo-4 {
  padding-top: 80px;
}
.rts-story-area.demo-4 .section-inner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.rts-story-area.demo-4 .section-inner .title {
  margin-bottom: 0;
}
.rts-story-area.demo-4 .section-inner .disc {
  max-width: 740px;
  font-weight: 400;
}

.bg-none {
  background: none !important;
}

.demo-machine-learning .rts-product-area.bg_light {
  background: #0C1018;
}
.demo-machine-learning .rts-product-area.bg_light .stok-text .title {
  font-size: 160px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  font-family: var(--font-4);
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner {
  background: #F2F6FF;
  border-radius: 0;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner .rts-btn {
  margin-top: 30px;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.one .left-content .title {
  color: var(--color-heading-1);
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.one .left-content .disc {
  color: var(--color-heading-1);
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.one .left-content .feature-list li {
  color: #717383;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.one .left-content .feature-list li i {
  color: #3E64FF;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.two {
  background: #051234;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.two .left-content .rts-btn {
  background: var(--color-white);
  color: var(--color-heading-1);
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.three {
  background: #2D1067;
}
.demo-machine-learning .rts-product-area.bg_light .product-wrapper .inner.three .left-content .rts-btn {
  background: var(--color-white);
  color: var(--color-heading-1);
}

.award-area-digital-agency .single-award {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #DFDBF9;
}
@media only screen and (max-width: 575px) {
  .award-area-digital-agency .single-award {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.award-area-digital-agency .single-award p {
  font-weight: 500;
  font-size: 16px;
  color: #0C1018;
  margin: 0;
}

.title-area-between.in-digital-agency .right-area a.btn-line {
  list-style: none;
  padding: 7px 18px;
  border: 1px solid #DFDBF9;
  border-radius: 100px;
}
.title-area-between.in-digital-agency .right-area a.btn-line::after {
  display: none;
}

.cyber-security-feature-right .top-thumbnail-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.cyber-security-feature-right .bottom-thumbnail-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fun-facts-area-wrapper-machine {
  background-image: url(../images/facts/01.webp);
  padding: 52px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fun-facts-area-wrapper-machine .title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
.fun-facts-area-wrapper-machine p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.rts-feature-main-wrapper-data {
  background: #F9FAFF;
  border: 1px solid #E0F2FF;
  border-radius: 30px;
  padding: 90px;
}

.rts-feature-area.inner {
  background: #F9FAFF;
}
.rts-feature-area.inner .rts-feature-main-wrapper-data {
  background: none;
  border-radius: 0;
  border: none;
}

.feature-wrapper-list {
  margin-bottom: 35px;
}
.feature-wrapper-list .single-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.feature-wrapper-list .single-feature .content .title {
  margin-bottom: 5px;
}
.feature-wrapper-list .single-feature .content p {
  margin: 0;
}

hr {
  background-color: #c1d9f5;
}

.rts-feature-area.marketing .image-area img {
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.rts-feature-area-three.saas-landing .section-inner {
  background: #F6F8FF;
  border-radius: 20px;
  padding: 10% 13%;
}
.rts-feature-area-three.saas-landing .title-left-wrapper .title, .rts-feature-area-three.saas-landing .title-center-wrapper .title {
  font-size: 24px;
  line-height: 1.2;
}
.rts-feature-area-three.saas-landing .bottom-button-area {
  text-align: center;
  margin-top: 50px;
}
.rts-feature-area-three.saas-landing .bottom-button-area .rts-btn {
  margin: auto;
  background: transparent;
}

.rts-keyfeature-area.saas-landing .section-inner {
  padding: 9% 8%;
  background: linear-gradient(119.98deg, #615EFC 0.75%, #0C1018 99.25%);
  border-radius: 20px;
}
.rts-keyfeature-area.saas-landing .section-inner .content-area {
  display: flex;
  gap: 30px;
}
.rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .top-thumbnail-area,
.rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .bottom-thumbnail-area {
  display: flex;
  gap: 30px;
}
.rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .top-thumbnail-area {
  margin-bottom: 0;
}
.rts-keyfeature-area.saas-landing .title-center-wrapper .pre {
  color: var(--color-white);
  border: 1px solid rgba(234, 240, 255, 0.1);
}
.rts-keyfeature-area.saas-landing .title-center-wrapper .pre svg path {
  fill: var(--color-white);
}
.rts-keyfeature-area.saas-landing .title-center-wrapper .title {
  color: var(--color-white);
}

/* 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-one.machine-learning {
  background: transparent;
  position: absolute;
}
.header-one.machine-learning .menu-btn-toggle {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}

.test-img {
  width: 100%;
  height: auto;
  max-width: 526px;
  margin: auto;
  height: 397px;
  overflow: hidden;
  clip-path: path("M0,50 h146 v288 h-171 z M162,0 h213 v397 h-213 z M393,50 h155 v288 h-155 z");
}

@keyframes clipMorph {
  0% {
    clip-path: path("M0,50 h146 v288 h-171 z M162,0 h213 v397 h-213 z M393,50 h155 v288 h-155 z");
  }
  50% {
    clip-path: path("M0,50 h162 v288 h-171 z M162,0 h213 v397 h-213 z M375,50 h155 v288 h-155 z");
  }
  100% {
    clip-path: path("M0,50 h146 v288 h-171 z M162,0 h213 v397 h-213 z M393,50 h155 v288 h-155 z");
  }
}
.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-one .button-wrapper-flex .select-area {
  display: flex;
  align-items: center;
  gap: 0px;
}
.header-one .button-wrapper-flex .select-area img {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(198deg) brightness(99%) contrast(104%);
}
.header-one .button-wrapper-flex .select-area select {
  border: none;
  font-size: 16px;
  background-image: none;
  background: transparent;
  background-color: transparent;
  color: #fff;
}
.header-one .button-wrapper-flex .select-area select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

header.header-one.header-relative .button-wrapper-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header-one.header-relative .button-wrapper-flex .select-area {
  display: flex;
  align-items: center;
  gap: 0px;
}
header.header-one.header-relative .button-wrapper-flex .select-area img {
  filter: none;
}
header.header-one.header-relative .button-wrapper-flex .select-area select {
  border: none;
  font-size: 16px;
  background-image: none;
  color: #071431;
}
header.header-one.header-relative .button-wrapper-flex .select-area select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
header.header-one.header-relative .button-wrapper-flex svg rect {
  fill: #071431;
}

.menu-btn-toggle {
  display: none;
  cursor: pointer;
}
.menu-btn-toggle.white rect {
  fill: #fff;
}

.select-area.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-area.language .has-dropdown {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.select-area.language .has-dropdown::after {
  display: none;
}
.select-area.language .has-dropdown .submenu {
  max-width: 66px;
  min-width: 66px;
}

.header-relative .select-area.language .has-dropdown > a {
  color: #071431;
}

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 .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;
}

.demo-app-development {
  --color-primary: #615EFC;
}
.demo-app-development .header-wrapper-main .rts-btn.btn-primary {
  background: #fff;
  color: var(--color-primary);
}
.demo-app-development .header-wrapper-main .rts-btn.btn-primary::after {
  background: #0C1018;
}
.demo-app-development .header-wrapper-main .rts-btn.btn-primary:hover {
  color: #fff;
}
.demo-app-development .inner-header-app-development.header--sticky.sticky {
  background: #ffffff;
}

header.inner-header-app-development .main-nav > a {
  color: #0C1018;
}
header.inner-header-app-development .main-nav > a::after {
  color: #0C1018;
}
header.inner-header-app-development .has-dropdown::after {
  color: #0C1018;
}
header.inner-header-app-development .button-wrapper-flex .rts-btn {
  background: var(--color-primary) !important;
  color: #fff !important;
}
header.inner-header-app-development .button-wrapper-flex .rts-btn::after {
  background: #fff;
}

header.header-marketing {
  border-bottom: 1px solid #EEEEEE;
}
header.header-marketing .nav-area ul li a {
  padding: 32px 0 31px;
}

.onepage header .nav-area {
  display: block !important;
}

.demo-app-development.inner header .nav-area ul li.main-nav:hover > a {
  color: var(--color-primary) !important;
}

.demo-app-development.inner header .nav-area ul li.main-nav:hover > a::after {
  color: var(--color-primary) !important;
}

header.header-one.header-saas {
  position: absolute !important;
}
header.header-one.header-saas .main-nav > a {
  color: var(--color-white);
}
header.header-one.header-saas .main-nav > a::after {
  color: var(--color-white);
}
header.header-one.header-saas .nav-area ul li.main-nav:hover > a {
  color: var(--color-white) !important;
}
header.header-one.header-saas .select-area.language .has-dropdown > a {
  color: var(--color-white);
}
header.header-one.header-saas .rts-btn {
  background: var(--color-white);
  color: var(--color-primary);
}
header.header-one.header-saas.sticky {
  position: fixed !important;
  background: linear-gradient(119.98deg, #615EFC 0.75%, #0C1018 99.25%);
}

@media only screen and (max-width: 991px) {
  .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;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header.header-three .nav-area ul {
    gap: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  header.header-five .header-top-area {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header.header-five .nav-area ul {
    gap: 25px !important;
  }
}

.header-bottom-five-wrapper .logo-hide-show {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-five-wrapper .logo-hide-show {
    display: block;
  }
}

.has-dropdown.mega-menu > a {
  position: relative;
  color: #fff;
}

.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;
}

.has-dropdown.mega-menu > a::after {
  position: absolute;
  content: "\f078";
  right: -22px;
  top: 53%;
  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;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header.header-five .nav-area ul {
    gap: 40px !important;
  }
}

.submenu:hover li a {
  opacity: 0.6;
}

.mega-menu-item.with-list li a {
  position: relative;
}
.mega-menu-item.with-list li a span {
  padding: 3px 9px;
  border-radius: 33px;
  background: var(--color-primary);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  transition: 0.3s;
}
.mega-menu-item.with-list li a:hover span {
  margin-left: 20px;
}

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";
}

.has-dropdown.mega-menu::after {
  display: none;
}

.rts-btn.btn-primary.border.bg-transparent {
  color: var(--color-primary);
  border: 1px solid var(--color-primary) !important;
}
.rts-btn.btn-primary.border.bg-transparent img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(55%) saturate(5974%) hue-rotate(228deg) brightness(98%) contrast(103%);
}
.rts-btn.btn-primary.border.bg-transparent:hover {
  background: var(--color-primary) !important;
  color: #fff;
}
.rts-btn.btn-primary.border.bg-transparent:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7500%) hue-rotate(241deg) brightness(114%) contrast(108%);
}

header .nav-area ul li.main-nav:hover > a {
  transition: 0.3s;
  color: var(--color-primary) !important;
}
header .nav-area ul li.main-nav:hover::after {
  color: var(--color-primary) !important;
}

.rts-mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.5s;
  border-radius: 0 0 5px 5px !important;
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
  transform-origin: 0 0 0;
  padding: 30px 30px;
}
.rts-mega-menu.with-add {
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.rts-mega-menu.with-add .menu-add-top-area {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #E1E1FF;
  margin-left: 50px;
}
.rts-mega-menu.with-add .menu-add-top-area .title {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-primary);
}
.rts-mega-menu.with-add .menu-right-add {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  max-width: max-content;
  margin-left: auto;
  position: relative;
  border-radius: 0 0 7px 0;
  overflow: hidden;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content {
  position: absolute;
  left: 23px;
  bottom: 23px;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .title {
  color: #fff;
  font-size: 24px;
}
.rts-mega-menu.with-add .menu-right-add .absolute-image .inner-content .rts-btn {
  background: #fff;
  color: var(--color-primary);
}
.rts-mega-menu.with-add .mega-menu-item li a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.rts-mega-menu.with-add .mega-menu-item li a img {
  max-width: 30px;
  height: auto;
  padding: 0;
  background: transparent;
  transition: 0.3s;
  margin-right: 5px;
}
.rts-mega-menu.with-add .mega-menu-item li a:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(100%);
}
.rts-mega-menu.with-add .mega-menu-item li a.active img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(288deg) brightness(103%) contrast(100%);
}
.rts-mega-menu.with-home-demos {
  width: 630px;
  left: unset;
}

.mega-menu-item {
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start !important;
}
.mega-menu-item li {
  margin-bottom: 19px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.mega-menu-item li:hover a {
  border: 1px solid #E6E5FF;
  border-radius: 4px;
}
.mega-menu-item li a {
  display: flex !important;
  align-items: center;
  padding: 6px 12px !important;
  border: 1px solid transparent;
  width: 100%;
}
.mega-menu-item li a img {
  margin-right: 16px;
  padding: 10px;
  max-width: max-content;
  background: #F0F0FF;
  border-radius: 4px;
}
.mega-menu-item li a .info p {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}
.mega-menu-item li a .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
}

.has-dropdown.mega-menu {
  position: static !important;
}

.has-dropdown.mega-menu:hover .rts-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}

.container-full-header .rts-mega-menu {
  transform: translateX(-50%) scaleY(0);
  left: 50%;
  max-width: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-full-header .rts-mega-menu {
    max-width: 90%;
  }
}
.container-full-header .has-dropdown.mega-menu:hover .rts-mega-menu {
  transform: translateX(-50%) scaleY(1);
}

.has-dropdown.mega-menu:hover > a::after {
  content: "\f077";
  color: var(--color-primary);
}

.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: #fff;
}

header.header-three .rts-mega-menu.service-mega-menu-style {
  width: 75%;
}

.rts-mega-menu.service-mega-menu-style {
  padding: 30px 30px 30px 30px;
  z-index: 1000;
}
.rts-mega-menu.service-mega-menu-style li {
  margin-bottom: 20px;
}
.rts-mega-menu.service-mega-menu-style li a {
  border: none;
  width: 100%;
  padding: 18px 25px !important;
  border-radius: 5px;
  border: 1px solid #EAF0FF;
  display: block;
  transition: 0.3s;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation {
  background: var(--color-primary);
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation .title {
  color: #fff !important;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation p.details {
  color: #fff !important;
}
.rts-mega-menu.service-mega-menu-style li a.free-consultation:hover {
  background: var(--color-primary);
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu {
  display: flex;
  align-items: flex-start;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img {
  background: none;
  padding: 0;
  max-width: 40px;
  margin: auto;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu .title {
  color: var(--color-title);
  margin-bottom: 11px;
  line-height: 1.3;
}
.rts-mega-menu.service-mega-menu-style li a .single-service-menu p.details {
  max-width: 100%;
  font-size: 14px;
  color: var(--color-body);
}
.rts-mega-menu.service-mega-menu-style .menu-thumb {
  height: auto;
}
.rts-mega-menu.service-mega-menu-style .menu-thumb img {
  height: auto;
  object-fit: cover;
}
.rts-mega-menu.service-mega-menu-style .menu-list {
  border-left: 1px solid #EAF0FF;
  padding-left: 35px;
  margin-left: 10px;
}
.rts-mega-menu.service-mega-menu-style .menu-list ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.rts-mega-menu.service-mega-menu-style .menu-list ul li {
  margin-bottom: 0;
}

header .menu-item-open > a {
  color: var(--color-primary) !important;
}
header .menu-item-open > a::after {
  content: "\f077" !important;
  color: var(--color-primary) !important;
}

header .menu-item-open.project-a-after > a::after {
  display: none;
}

.menu-item-open::after {
  color: var(--color-primary) !important;
}

.mega-menu-item.with-list {
  gap: 0;
}
.mega-menu-item.with-list li a {
  border: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f3f3f3 !important;
  padding: 12px 12px !important;
  transition: 0.3s;
}
.mega-menu-item.with-list li a i {
  font-size: 12px;
}
.mega-menu-item.with-list li a.active {
  color: var(--color-primary);
  border: none !important;
  gap: 12px;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-primary) !important;
}
.mega-menu-item.with-list li:hover a {
  border: none !important;
  gap: 12px;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-primary) !important;
}

.sub-dropdown.down {
  position: relative !important;
  display: block !important;
}
.sub-dropdown.down::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  font-family: var(--font-3);
}
.sub-dropdown.down .submenu.third-lvl.base {
  opacity: 0 !important;
  visibility: hidden;
  min-width: 225px !important;
  left: 100% !important;
  top: -25px !important;
  margin: 0;
  border-radius: 0 !important;
  border-radius: 10px !important;
  transition: 0.3s;
  display: block !important;
}
.sub-dropdown.down:hover::after {
  color: var(--color-primary);
}
.sub-dropdown.down:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
  visibility: visible;
  margin-left: 0 !important;
  min-width: 225px !important;
}

li.has-dropdown .submenu li a.active {
  color: var(--color-primary);
  background: #F2F2F8;
}

.rts-mega-menu.service-mega-menu-style li a.active {
  background: #fff3f3;
}

.rts-mega-menu.service-mega-menu-style li a.active.free-consultation {
  background: var(--color-primary);
}

header.header-two .menu-item-open > a {
  color: var(--color-primary) !important;
}

.hega-menu-head-wrapper {
  margin: 0;
  margin-bottom: 10px !important;
  margin-left: 0px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid var(--color-primary);
}
.hega-menu-head-wrapper p {
  font-weight: 700;
  color: var(--color-title);
  font-size: 17px;
  display: flex;
  align-items: center;
}
.hega-menu-head-wrapper p i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--color-primary);
  font-weight: 600;
}

ul.mega-menu-item.parent-nav {
  gap: 0 !important;
}

header.header--sticky.sticky .nav-area ul li.main-nav {
  padding: 0 0;
  cursor: pointer;
}

.header-transparent.header--sticky .nav-area ul li.main-nav:hover > a {
  transition: 0.3s;
  color: #fff !important;
}

.demo-app-development header .nav-area ul li.main-nav:hover > a {
  color: var(--color-white) !important;
}
.demo-app-development header .nav-area ul li.main-nav:hover > a::after {
  color: var(--color-white) !important;
}
.demo-app-development header .nav-area ul li.main-nav:hover::after {
  color: var(--color-white) !important;
}

.demo-app-development .rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img,
.demo-machine-learning .rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img,
.demo-software-company .rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img,
.demo-digital-agency .rts-mega-menu.service-mega-menu-style li a .single-service-menu .icon img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(84%) saturate(4331%) hue-rotate(227deg) brightness(98%) contrast(103%);
}

.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 .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}
.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}
.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}
.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}
.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: max-content;
  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.has-droupdown {
  position: relative;
}
.mobile-menu-main nav ul li.has-droupdown ul {
  padding: 0 0 0 20px;
}
.mobile-menu-main nav ul li.has-droupdown ul a {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6509803922);
}
.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 500;
  margin-top: 15px;
  font-size: 16px;
  border-bottom: 2px solid var(--color-primary);
  padding: 10px 0;
  margin-top: 0;
}
.mobile-menu-main nav ul li.has-droupdown ul li {
  margin: 7px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-top: 0 !important;
}
.mobile-menu-main 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;
  pointer-events: none;
  cursor: pointer;
  color: var(--color-white);
}
.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  color: #1F1F25;
  font-size: 16px;
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}
.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  font-size: 16px;
  color: #1F1F25;
}
.mobile-menu-main nav ul li a {
  display: block;
}
.mobile-menu-main .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: #fff;
}
.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  padding: 15px 0;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}
.header-three .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: #fff;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  margin: 0;
  width: 100%;
}
.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}
.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}
.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}
.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}
.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
}
.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}
.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-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::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 20px;
  top: 8px;
  color: #fff;
}
header.heder-two .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}
header.heder-two .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}
header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

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::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
header.header-three .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}
header.header-three .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}
header.header-three .sub-dropdown .submenu.third-lvl.base {
  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;
}

.buttons-area.d-flex.g-5 {
  gap: 15px;
}

#anywhere-home {
  cursor: url(../images/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;
}
.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;
}

.mobile-menu nav ul {
  padding-left: 0;
}
.mobile-menu 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);
  display: block;
  width: 100%;
}

@media (max-width: 1900px) and (min-width: 1600px) {
  .marquee .marquee__item .main--wrapper-tt .single-inner-marquree {
    flex: 0 0 80%;
  }
  .thumbnail-security-area-right {
    padding-left: 70px;
  }
  .thumbnail-security-area-right .thumbnail {
    margin-right: -100px;
  }
  .thumbnail-security-area-right .right-top-area {
    right: -130px;
    top: -40px;
  }
  .thumbnail-security-area-right .left-bottom {
    left: 7%;
    bottom: -2%;
  }
}
@media (max-width: 1600px) {
  .our-vission.area-4 .floating-div {
    width: 105%;
  }
  .our-vission.area-4 .our-vision-right-content {
    align-items: center;
    gap: 20px;
    padding-right: 15px;
  }
  .check-main-wrapper {
    margin-bottom: 10px;
  }
  .our-vision-right-content p.disc {
    margin-bottom: 20px;
  }
  .our-vission.area-4 .our-vision-right-content .content-area {
    padding: 0;
  }
  .thumbnail-security-area-right .thumbnail {
    margin-right: -100px;
  }
  .thumbnail-security-area-right .left-bottom {
    left: 13%;
    bottom: -4%;
  }
  .thumbnail-security-area-right .right-top-area {
    right: -22%;
    top: -12.5%;
  }
  .marquee .marquee__item .main--wrapper-tt .single-inner-marquree {
    flex: 0 0 88%;
  }
  .rts-banner-area-start-machine .hero-area {
    right: -10%;
  }
  .thumbnail-security-area-right {
    padding-left: 50px;
  }
  .thumbnail-security-area-right .thumbnail {
    margin-right: 0;
  }
  .thumbnail-security-area-right .right-top-area {
    right: -50px;
    top: -65px;
  }
  .thumbnail-security-area-right .left-bottom {
    left: 0;
    bottom: -6%;
  }
}
@media (max-width: 1400px) {
  .rts-banner-area-four .right-content-area {
    margin-left: 40px;
  }
  .about-area-inner-four .left-logo-content {
    flex-basis: 50%;
  }
  .about-content-style-four .title-left-wrapper .title {
    font-size: 42px;
  }
  .our-vission.area-4 .our-vision-right-content {
    gap: 20px;
    border: none;
  }
  .rts-facilities-area.area-4 .facilities-area-left .title-left-wrapper .title {
    font-size: 42px;
  }
  .single-blog-style-one .inner-content-blog .title {
    font-size: 20px;
    line-height: 30px;
  }
  .rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content .title {
    font-size: 46px;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 100px;
  }
  .thumbnail-security-area-right {
    padding-left: 50px;
  }
  .thumbnail-right-about-cyber .content .title,
  .cyber-security-about-left .bottom-iamge .content .title {
    font-size: 72px;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body {
    padding-left: 21%;
  }
  .ai-platform-wrapper .right-img img {
    width: 100%;
    max-width: max-content;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 142px;
  }
  .testimonials-area-machine-wrapper .single-testimonials-area {
    gap: 50px;
  }
  .rts-feature-main-wrapper-data {
    padding: 90px 50px;
  }
  .rts-banner-marketing-automation .banner-content-two-style .title {
    font-size: 58px;
  }
  .rts-banner-saas-landing .banner-content-two-style .title {
    font-size: 64px;
  }
  .rts-banner-saas-landing .shape-area img:nth-child(1) {
    left: 8%;
  }
  .rts-banner-saas-landing .shape-area img:nth-child(2) {
    right: 10%;
  }
  .rts-banner-saas-landing .shape-area img:nth-child(3) {
    right: 25%;
  }
  .rts-feature-area-three.saas-landing .section-inner {
    padding: 8%;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .rts-banner-area-four .banner-content-two-style h1 {
    font-size: 46px;
  }
  .faq-left-area-main .title-left-wrapper .title,
  .our-vision-right-content .title-left-wrapper .title,
  .rts-work-process-area .work-process-content .title-left-wrapper .title {
    font-size: 42px;
  }
  .single-pricing-wrapper-three {
    padding: 26px 18px;
  }
  .single-pricing-wrapper-three .bottom-area .list-area ul li {
    font-size: 14px;
  }
  .banner-content-cyber-security .title {
    font-size: 48px;
  }
  .banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
    width: 280px;
  }
  .thumbnail-security-area-right .left-bottom {
    left: -3%;
    bottom: -9%;
  }
  .thumbnail-security-area-right .right-top-area {
    right: -14%;
    top: -95px;
  }
  .thumbnail-right-about-cyber .content {
    left: 25px;
    top: 25px;
  }
  .about-our-company-area-cyber {
    padding: 80px 50px;
  }
  .machine-learning-content-banner .title {
    font-size: 62px;
  }
  .rts-banner-area-start-machine .hero-area {
    max-width: 70%;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .about-content-style-four {
    margin-top: 50px;
  }
  .our-vission.area-4 .our-vision-left-content {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .our-vission.area-4 .our-vision-left-content .disc {
    max-width: 500px;
  }
  .rts-facilities-area.area-4 .thumbnail-area-facilities {
    padding: 30px;
  }
  .rts-pricing-area .title-left-wrapper .title br,
  .mySwiper-testimonials-three .swiper-button-prev,
  .mySwiper-testimonials-three .swiper-button-next {
    display: none;
  }
  .accordon-pricing-wrapper-three {
    max-width: 100%;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 80px;
  }
  .thumbnail-security-area-right {
    padding-left: 0;
    margin-bottom: 50px;
    max-width: max-content;
  }
  .thumbnail-security-area-right .thumbnail {
    margin-right: 0;
    max-width: max-content;
  }
  .thumbnail-security-area-right .right-top-area {
    top: 0;
    right: 0;
  }
  .thumbnail-security-area-right .left-bottom {
    left: 0;
    bottom: 0;
  }
  .order-lg-change {
    order: -1;
  }
  .banner-area-cyber-security {
    height: auto;
    padding: 80px 0;
  }
  .banner-content-cyber-security .brand-area-bottom {
    margin-top: 40px;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body {
    padding-left: 25%;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-header button br {
    display: none;
  }
  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    margin-right: 115px;
    flex-basis: 15%;
  }
  .about-our-company-area-cyber {
    padding: 80px 50px;
  }
  .about-our-company-area-cyber .left-area-about {
    flex-basis: 55%;
  }
  .about-our-company-area-cyber .right-are {
    flex-basis: 40%;
  }
  .single-service-wrapper-machine .content .title {
    font-size: 20px;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 120px;
  }
  .pricing-wrapper-machine span.badge {
    top: 0;
  }
  .rts-banner-area-start-machine .hero-area {
    position: unset;
    margin-bottom: 40px;
  }
  .lg_order-change {
    order: 2;
  }
  .rts-banner-area-start-machine {
    height: auto;
    padding-bottom: 150px;
  }
  .marquee .marquee__item .main--wrapper-tt .single-inner-marquree h2 {
    font-size: 115px;
  }
  .funfacts-area-counter-up-mission {
    gap: 30px;
  }
  .single-vision-mission-area .right-content-area .mission-counter-area {
    gap: 30px;
  }
  .pl_lg--0 {
    padding-left: 0;
  }
  .pt_lg--50 {
    padding-top: 50px;
  }
  .menu-btn-toggle {
    display: block;
  }
  .rts-banner-saas-landing .shape-area img:nth-child(1) {
    left: 6%;
    top: 35%;
  }
  .rts-trusted-brand-area.saas-landing {
    padding-top: 220px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .single-blog-style-one .inner-content-blog .title {
    font-size: 18px;
  }
  .rts-about-breadcrumb-area.demo-4 .rts-about-breadcrumb-content .title {
    font-size: 36px;
    line-height: 1.3;
  }
  .rts-work-process-area .work-process-content .title-left-wrapper .title {
    font-size: 32px;
  }
  .single-working-process-area {
    padding: 40px 30px;
  }
  .single-working-process-area .title {
    font-size: 20px;
  }
  .about-content-style-one .title-left-wrapper .title {
    font-size: 36px;
  }
  .about-content-style-one .quote-and-review-area .quote-area {
    flex-basis: 55%;
  }
  .about-content-style-one .quote-and-review-area .review-area {
    flex-basis: 45%;
  }
  .faq-left-area-main .title-left-wrapper .title,
  .our-vision-right-content .title-left-wrapper .title {
    font-size: 36px;
  }
  .about-cybar-mid .title-area-between .title-left-wrapper .title {
    font-size: 36px;
  }
  .cyber-security-about-left .bottom-iamge .content {
    left: 25px;
    top: 15px;
  }
  .thumbnail-right-about-cyber .content {
    left: 25px;
    top: 25px;
  }
  .bg_dark-blue .title-left-wrapper .title {
    font-size: 32px;
  }
  .about-our-company-area-cyber .left-area-about .title {
    font-size: 42px;
  }
  .about-our-company-area-cyber .right-are .single-items h5 {
    font-size: 22px;
  }
  .contact-area-left-wrapper-cyber .title-left-wrapper .title {
    font-size: 36px;
  }
  .contact-area-left-wrapper-cyber .title-left-wrapper .title br {
    display: none;
  }
  .single-service-wrapper-machine .content {
    left: 20px;
    bottom: 25px;
  }
  .ai-platform-wrapper .left-wrapper .title {
    font-size: 42px;
  }
  .ai-platform-single-card {
    padding: 60px 35px;
  }
  .working-process-three-main .working-process-wrapper-three .title {
    font-size: 19px;
  }
  .banner-content-left-data-science .title {
    font-size: 62px;
    line-height: 70px;
  }
  .banner-content-left-data-science .title img {
    width: 260px;
  }
  .single-service-style-one a .title {
    font-size: 20px;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
    gap: 15px;
    font-size: 25px;
  }
  .vision-left-main-image.marketing .board {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .rts-banner-area-four .banner-content-two-style h1 {
    font-size: 54px;
  }
  .rts-banner-area-four .right-content-area {
    margin-left: 0;
  }
  .about-content-style-four .title-left-wrapper .title {
    font-size: 36px;
    line-height: 1.3;
  }
  .about-content-style-four .title-left-wrapper .title br {
    display: none;
  }
  .our-vission.area-4 .our-vision-right-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .our-vission.area-4 .our-vision-right-content .image-area img {
    width: 100%;
    border-radius: 20px;
  }
  .our-vission.area-4 .our-vision-right-content .content-area {
    max-width: 100%;
    margin-top: 30px;
  }
  .product-wrapper .inner {
    flex-direction: column;
    padding: 40px;
    align-items: flex-start;
  }
  .product-wrapper .inner .image-area {
    order: -1;
  }
  .single-testimonails-three {
    flex-direction: column;
    gap: 50px;
    align-items: start;
  }
  .single-testimonails-three .left-thumbnmail .small-image {
    left: 10px;
    bottom: -40px;
  }
  .rts-cta-area .cta-inner {
    gap: 10px;
  }
  .rts-cta-area .cta-inner .image-area .float-image {
    left: -15%;
  }
  .rts-cta-area .cta-inner .content-area .title-left-wrapper .title {
    font-size: 36px;
  }
  .rts-about-breadcrumb-image img {
    width: 100%;
  }
  .rts-story-area.demo-4 .section-inner .title,
  .rts-mission-area.demo-4 .section-inner .title {
    flex-basis: 35%;
  }
  .rts-story-area.demo-4 .section-inner .disc,
  .rts-mission-area.demo-4 .section-inner .disc {
    flex-basis: 65%;
  }
  .rts-pricing-area.inner .pricing-wrapper-four {
    padding: 40px 30px;
  }
  .contact-area-two .left-content .title br {
    display: none;
  }
  .contact-form-two .single-input-wrapper .single-input {
    width: 49%;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 54px;
  }
  .digital-agency-content-inner-wrapper .title .stock {
    padding-left: 200px;
  }
  .digital-agency-content-inner-wrapper .title .stock::after {
    width: 150px;
  }
  .digital-agency-content-inner-wrapper .title .last img {
    right: -120px;
  }
  .single-digital-agency-wrapper-service {
    flex-direction: column;
    align-items: self-start;
  }
  .single-digital-agency-wrapper-service .right-area {
    flex-basis: 100%;
    width: 100%;
  }
  .thumbnail-security-area-right .right-top-area {
    top: -5%;
    right: -2%;
  }
  .thumbnail-security-area-right .left-bottom {
    left: -2%;
  }
  .order-change-2 {
    order: 2;
  }
  .about-cybar-mid {
    margin-top: 50px;
  }
  .accordion-faq-one.in-working-process .accordion-item .accordion-button span {
    margin-right: 40px;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body {
    padding-left: 19%;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-header button {
    font-size: 28px;
  }
  .bg_dark-blue .title-left-wrapper {
    margin-bottom: 50px;
  }
  .about-cyber-security-wrapper .title {
    font-size: 42px;
  }
  .about-our-company-area-cyber {
    flex-direction: column;
    gap: 40px;
    align-items: self-start;
  }
  .about-our-company-area-cyber .right-are {
    width: 100%;
  }
  .single-service-wrapper-machine .content .title br {
    display: none;
  }
  .single-service-wrapper-machine .content {
    left: 20px;
    bottom: 30px;
  }
  .ai-platform-wrapper {
    flex-direction: column;
    align-items: self-start;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 90px;
  }
  .testimonials-area-machine-wrapper .single-testimonials-area {
    flex-direction: column;
    align-items: self-start;
  }
  .thumbnail-plunning-service-detials img {
    width: 100%;
  }
  .rts-banner-data-science {
    height: auto;
  }
  .thumbnail-banner-right-data .thumbnail {
    margin-right: 0;
  }
  .rts-story-area.demo-4 .section-inner {
    flex-direction: column;
    gap: 20px;
  }
  .funfacts-area-counter-up-mission .single-funfacts-area-counter-up-mission .icon {
    max-width: 50px;
    min-width: auto;
  }
  .about-card-style-one .thumbnail img {
    width: 100%;
  }
  .single-vision-mission-area {
    flex-direction: column;
    align-items: self-start;
    gap: 25px;
    margin-bottom: 50px;
  }
  .single-vision-mission-area .left-title-varticle-area {
    transform: none;
    writing-mode: unset;
    padding: 25px 50px;
  }
  .pricing-wrapper-machine {
    padding: 40px 20px;
  }
  .rts-cta-area .cta-inner .image-area {
    order: -1;
    margin-bottom: 0;
  }
  .rts-cta-area .cta-inner {
    flex-direction: column;
    gap: 30px;
    padding: 40px;
  }
  .rts-facilities-area.area-4 .thumbnail-area-facilities {
    margin-right: 0;
  }
  .onepage header .nav-area {
    display: none !important;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs {
    margin-bottom: 30px;
    gap: 15px;
  }
  .vision-left-main-image.marketing .thumbnail-vision img {
    width: 100%;
  }
  .rts-banner-saas-landing .shape-area {
    display: none;
  }
  .rts-banner-saas-landing {
    height: auto;
    padding-bottom: 60px;
  }
  .rts-banner-saas-landing .bg-shape img.shape-02 {
    left: 0%;
    height: 100%;
    object-fit: cover;
  }
  .rts-trusted-brand-area.saas-landing {
    padding-top: 80px;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area {
    flex-direction: column;
    align-items: self-start;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area .thumbnail-feature-cyber img {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .single-service-style-four {
    padding: 30px 20px;
  }
  .single-service-style-four .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .rts-banner-area-four .banner-content-two-style h1 {
    font-size: 48px;
  }
  .about-content-style-four .title-left-wrapper .title span img {
    width: 120px;
  }
  .about-area-inner-four {
    flex-direction: column;
  }
  .about-area-inner-four .image-area {
    order: -1;
    width: 100%;
  }
  .about-area-inner-four .image-area img {
    width: 100%;
  }
  .about-area-inner-four .left-logo-content {
    margin-top: 50px;
  }
  .single-service-style-four {
    padding: 25px 20px;
  }
  .rts-cta-area .cta-inner .content-area .button-area {
    justify-content: center;
  }
  .rts-story-area.demo-4 .section-inner,
  .rts-mission-area.demo-4 .section-inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .contact-form-style-one .single-input-wrapper {
    flex-direction: column;
  }
  .contact-form-style-one .single-input-wrapper .single-input {
    width: 100%;
  }
  .why-choose-iamge-two {
    flex-direction: column;
    margin-top: 30px;
  }
  .why-choose-iamge-two img {
    width: 100%;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 42px;
  }
  .digital-agency-content-inner-wrapper .title .stock {
    padding-left: 150px;
  }
  .digital-agency-content-inner-wrapper .title .stock::after {
    width: 120px;
  }
  .digital-agency-content-inner-wrapper .title .last img {
    right: -100px;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-prev {
    right: 10%;
    bottom: 5%;
  }
  .testimonials-area-main-wrapper-agency .swiper-button-next {
    right: 5%;
    bottom: 5%;
  }
  .rts-blog-area .title-area-between {
    flex-direction: column;
    gap: 30px;
    align-items: self-start;
  }
  .floating-div {
    width: 100%;
  }
  .thumbnail-security-area-right .right-top-area {
    top: -2%;
    right: -14%;
    height: auto;
  }
  .thumbnail-security-area-right .right-top-area .bottom {
    display: none;
  }
  .thumbnail-security-area-right .left-bottom {
    left: -12.5%;
    bottom: -8%;
  }
  .banner-content-cyber-security .title {
    font-size: 48px;
  }
  .banner-content-cyber-security {
    margin-right: 0;
  }
  .banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
    width: 225px;
  }
  .float-div-right {
    width: 100%;
  }
  .thumbnail-right-about-cyber .content {
    left: 20px;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-header button {
    font-size: 20px;
  }
  .about-cyber-security-wrapper .title {
    font-size: 32px;
  }
  .machine-learning-content-banner .title {
    font-size: 60px;
  }
  .machine-learning-content-banner .title span {
    font-size: 50px;
  }
  .rts-banner-area-start-machine {
    height: auto;
    padding: 80px 0 120px;
  }
  .ai-platform-wrapper {
    padding: 60px 40px;
  }
  .ai-platform-wrapper .left-wrapper .title {
    font-size: 36px;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 70px;
  }
  .process-style-machine .thumbnail img {
    width: 100%;
  }
  .fun-facts-area-wrapper-machine {
    flex-wrap: wrap;
    gap: 30px;
  }
  .rts-cta-main-wrapper-machine .title {
    font-size: 32px;
    line-height: 1.3;
  }
  .banner-content-left-data-science .title {
    font-size: 72px;
  }
  .rts-story-area.demo-4 .funfacts-area-counter-up-mission {
    justify-content: start;
  }
  .rts-banner-marketing-automation .banner-content-two-style .title {
    font-size: 42px;
    line-height: 1.2;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
    font-size: 32px;
    gap: 20px;
  }
  .vision-left-main-image .board {
    right: -20px;
  }
  .rts-banner-saas-landing .banner-content-two-style .title {
    font-size: 46px;
  }
  .brand-area-wrapper-app-development .title {
    font-size: 28px;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .top-thumbnail-area {
    flex-direction: column;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .top-thumbnail-area .thumbnail-single img {
    width: 100%;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .bottom-thumbnail-area {
    flex-direction: column;
  }
  .rts-keyfeature-area.saas-landing .section-inner .content-area .cyber-security-feature-right .bottom-thumbnail-area .thumbnail-single img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .demo-software-company header.header-one.header-relative .button-wrapper-flex .btn-primary {
    display: none;
  }
  .rts-banner-area-four .banner-content-two-style h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  .rts-banner-area-four .banner-content-two-style h1 span img.one {
    width: 100px;
  }
  .rts-banner-area-four .banner-content-two-style h1 span img.two {
    width: 200px;
  }
  .product-wrapper .inner {
    padding: 30px;
  }
  .product-wrapper .inner .left-content .title {
    font-size: 28px;
  }
  .product-wrapper .inner .left-content .tags {
    margin-top: 30px;
  }
  .bottom-information-project-details .single-information {
    width: 100%;
  }
  .banner-style-one-wrapper-inner .title {
    font-size: 42px;
  }
  .header-one .button-wrapper-flex {
    gap: 30px;
  }
  .header-one .button-wrapper-flex .rts-btn {
    /*display: none;*/
  }
  .about-content-style-one .quote-and-review-area {
    flex-direction: column;
    align-items: start;
  }
  .about-content-style-one .quote-and-review-area .quote-area {
    border-bottom: 1px solid #D9D9D9;
    border-right: 0;
  }
  .about-content-style-one .quote-and-review-area .review-area {
    padding: 40px 0;
  }
  .rts-achivment-area .title-center-wrapper .title br {
    display: none;
  }
  .footer-wized-wrapper .single {
    width: 45%;
  }
  .contact-form-two .single-input-wrapper {
    flex-direction: column;
  }
  .contact-form-two .single-input-wrapper .single-input {
    width: 100%;
  }
  .digital-agency-content-inner-wrapper .title .stock {
    padding-left: 85px;
  }
  .digital-agency-content-inner-wrapper .title .stock::after {
    width: 75px;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 38px;
  }
  .thumbnail-security-area-right .right-top-area {
    display: none;
  }
  .thumbnail-security-area-right .left-bottom {
    display: none;
  }
  .banner-content-cyber-security .title {
    font-size: 36px;
  }
  .banner-content-cyber-security .brand-area-bottom {
    flex-direction: column;
    align-items: start;
  }
  .banner-content-cyber-security .brand-area-bottom .brand-banner-7 {
    width: 100%;
  }
  .cyber-security-about-left,
  .thumbnail-right-about-cyber {
    display: none;
  }
  .cyber-security-feature-right .top-thumbnail-area,
  .cyber-security-feature-right .bottom-thumbnail-area {
    flex-direction: column;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-item .accordion-body {
    padding-left: 0;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-header button {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }
  .accordion-faq-one.in-working-process.in-case-cyber .accordion-header button::after {
    position: absolute;
    top: 100px;
    right: 0;
  }
  .single-pricing-list-area {
    flex-direction: column;
    gap: 30px;
  }
  .about-cyber-security-wrapper .title {
    font-size: 26px;
  }
  .machine-learning-content-banner .title {
    font-size: 48px;
  }
  .machine-learning-content-banner .title span {
    font-size: 40px;
  }
  .ai-platform-wrapper .left-wrapper .title {
    font-size: 30px;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 56px;
  }
  .marquee .marquee__item .main--wrapper-tt .single-inner-marquree h2 {
    font-size: 72px;
  }
  .rts-cta-main-wrapper-machine .title br {
    display: none;
  }
  .testimonials-area-machine-wrapper .single-testimonials-area .thumbnail {
    min-width: 100%;
  }
  .banner-content-left-data-science .title {
    font-size: 56px;
    line-height: 1.2;
  }
  .banner-content-left-data-science .title img {
    width: 225px;
  }
  .rts-banner-marketing-automation .banner-content-two-style .title {
    font-size: 36px;
  }
  .rts-banner-marketing-automation {
    padding: 50px 0 100px;
  }
  .marquree-main-wrapper-1 {
    padding: 15px 0;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
    font-size: 28px;
  }
  .vision-left-main-image .board {
    display: none;
  }
  .cyber-secyrity-contact {
    padding: 40px 30px;
  }
  .rts-banner-saas-landing .banner-content-two-style .title {
    font-size: 36px;
  }
  .rts-keyfeature-area.saas-landing .title-center-wrapper .title br {
    display: none;
  }
  .rts-keyfeature-area.saas-landing .section-inner {
    padding: 9% 5%;
  }
}
@media (max-width: 450px) {
  .rts-banner-area-four .banner-content-two-style h1 {
    font-size: 28px;
  }
  .rts-banner-area-four .right-content-area .bottom {
    align-items: flex-end;
  }
  .rts-banner-area-four .right-content-area .bottom .customer-review-area {
    flex-direction: column;
  }
  .about-content-style-four .author-area {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .rts-faq-area.area-4 .accordion .accordion-item {
    padding: 20px;
  }
  .rts-cta-area .cta-inner .image-area .float-image {
    left: 0;
  }
  .rts-blog-area .title-center-wrapper .disc br {
    display: none;
  }
  .fun-facts-main-wrapper .funfacts-bottom-area .mid-area .title {
    font-size: 24px;
  }
  .fun-facts-main-wrapper .top-fun-facts .title {
    font-size: 28px;
  }
  .digital-agency-content-inner-wrapper .title {
    font-size: 28px;
  }
  .digital-agency-content-inner-wrapper .title .last img {
    right: -70px;
  }
  .banner-content-cyber-security .title {
    font-size: 32px;
  }
  .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;
  }
  .machine-learning-content-banner .title {
    font-size: 36px;
  }
  .machine-learning-content-banner .title span {
    font-size: 32px;
  }
  .machine-learning-content-banner .button-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: self-start;
  }
  .single-why-choose-wrapper-machine .signle-why-choose {
    flex-direction: column;
  }
  .ai-platform-wrapper {
    padding: 50px 30px;
  }
  .ai-platform-wrapper .left-wrapper .title {
    font-size: 24px;
  }
  .ai-platform-single-card {
    padding: 50px 30px;
  }
  .demo-machine-learning .rts-product-area.bg_light .stok-text .title {
    font-size: 42px;
  }
  .testimonials-area-machine-wrapper .single-testimonials-area .content .top-head .title {
    font-size: 42px;
  }
  .testimonials-area-machine-wrapper .single-testimonials-area .content .body p.disc {
    font-size: 18px;
  }
  .fun-facts-area-wrapper-machine {
    padding: 50px 30px;
  }
  .rts-cta-main-wrapper-machine {
    padding: 60px 35px;
  }
  .banner-content-left-data-science .title {
    font-size: 42px;
    line-height: 1.2;
  }
  .banner-content-left-data-science .title img {
    width: 200px;
  }
  .demo-data-science .rts-btn.with-arrow {
    padding: 12px 15px;
  }
  .about-three-wrapper.marketing .about-nav-area .nav-tabs .nav-item button span {
    font-size: 20px;
    gap: 15px;
  }
  .rts-banner-saas-landing {
    padding-top: 125px;
  }
  .brand-area-wrapper-app-development .title {
    font-size: 22px;
  }
}

.text-justify{
    text-align: justify;
}

.single-feature .icon{
    background: var(--color-primary);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevent shrinking */
    flex-grow: 0; /* Prevent growing */
}


.single-feature .icon i{
    color: #FFEC96;
}

.content h6 {
    margin-bottom: 5px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .contact-form-main-wrapper-contact .single-input-wrapper{
        flex-direction: column;
    }
}
/*# sourceMappingURL=../maps/style.css.map */