/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #ca1f25;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #313131;
  text-decoration: underline;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-sm,
.container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px;
  }
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-ExtraLight.woff2") format("woff2"), url("../fonts/Dosis-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Light.woff2") format("woff2"), url("../fonts/Dosis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Regular.woff2") format("woff2"), url("../fonts/Dosis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Medium.woff2") format("woff2"), url("../fonts/Dosis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-SemiBold.woff2") format("woff2"), url("../fonts/Dosis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-ExtraBold.woff2") format("woff2"), url("../fonts/Dosis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #313131;
  font: normal 125%/1.4 -apple-system, BlinkMacSystemFont, Dosis, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-14 {
  font-size: 14px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body {
  background-color: #ffffff !important;
}

.header-section {
  transform: translateY(0%);
  transition: all 0.5s ease;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-section .navbar-nav .nav-item {
  position: relative;
  margin: 0px 20px;
}
.header-section .navbar-nav .nav-item.active a {
  color: #ca1f25 !important;
  font-weight: 700;
}
.header-section .navbar-nav .nav-item.active .dropdown-menu li a {
  color: #222222 !important;
  font-weight: 500;
}
.header-section .navbar-nav .nav-item.active .dropdown-menu li a:hover {
  color: #ca1f25 !important;
}
.header-section .navbar-nav a {
  position: relative;
  color: #222222 !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 1rem;
  padding: 0px !important;
}
@media (max-width: 991px) {
  .header-section .navbar-nav a {
    color: #222222 !important;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px 0px !important;
  }
}
.header-section .navbar-nav a:hover, .header-section .navbar-nav a:focus {
  color: #ca1f25 !important;
}
.header-section .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .sm-btn-xs {
    display: flex;
    right: 75px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.show .navbar-nav {
    height: 100%;
  }
  .navbar-collapse.show .navbar-nav li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }

  .sm-btn-xs {
    display: block;
    font-size: 12px !important;
    border-radius: 0px !important;
    line-height: inherit !important;
    padding: 5px 15px !important;
  }
}
#headerScroll {
  background: #ffffff;
  perspective: 1000px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  #headerScroll {
    position: relative;
    top: 0px;
  }
}
#headerScroll.scroll-head-up {
  transform: translateY(-100%) rotateX(0deg);
}
@media (max-width: 991px) {
  #headerScroll.scroll-head-up {
    transform: translateY(0%) rotateX(0deg);
  }
}
#headerScroll.scrollMenu {
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0 !important;
  background: #ffffff;
  top: 0px;
}
@media (max-width: 991px) {
  #headerScroll.scrollMenu {
    padding: 0.5rem !important;
  }
}

.sticky .header-section {
  transform: translateY(-100%);
  transition: all 0.5s ease;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.006);
}
@media (max-width: 991px) {
  .sticky .header-section {
    transform: translateY(0%);
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 150px;
    height: 58px;
  }
}
@media (min-width: 991px) {
  .navbar-brand img {
    width: auto;
    height: 42px;
  }
}
@media (max-width: 991px) {
  .header-btn {
    width: 250px;
    position: relative;
    background: white;
    width: 100%;
    top: 22px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    transform: translateY(250px);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .header-btn.collapse.show {
    transform: translateY(0px);
    opacity: 1;
  }
  .header-btn::before {
    background: rgba(0, 0, 0, 0.006);
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .fixedmenu {
    overflow: hidden;
  }
}

.header-btn-cus {
  display: flex;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container.max-width-1400 {
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .container.max-width-1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1501px) {
  .container.max-width-1400 {
    max-width: 1650px;
  }
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  border: 2px solid #ca1f25;
  border-radius: 50%;
  border-top: 2px solid #ca1f25;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .sm-btn-xs {
    display: none;
  }
}
@media (max-width: 991px) {
  .sm-btn-xs {
    display: block;
  }
}

.btns-solution .btn-org {
  background-color: #0e0e0e;
  color: #ffffff;
  transition: all 0.5s ease;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-radius: 0px;
}
.btns-solution .btn-org:hover {
  background-color: #ca1f25;
  color: #ffffff;
}

.ri-btn-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ri-btn-menu .btn-org {
  display: none;
}
@media (max-width: 991px) {
  .ri-btn-menu .btn-org {
    display: block;
    background-color: #0e0e0e;
    color: #ffffff;
    transition: all 0.5s ease;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    border-radius: 0px;
    font-size: 1rem !important;
  }
  .ri-btn-menu .btn-org:hover {
    background-color: #ca1f25;
    color: #ffffff;
  }
}
.ri-btn-menu .navbar-toggler.cus {
  border: none;
}
.ri-btn-menu .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.ri-btn-menu .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.ri-btn-menu .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.ri-btn-menu .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] {
  border: none;
  background: transparent !important;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .middle-bar {
  opacity: 0;
}
.ri-btn-menu .navbar-toggler[aria-expanded=true] .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

@media (max-width: 991px) {
  .btns-solution {
    display: none;
  }

  #navbarsExampleDefault {
    position: fixed;
    right: 0;
    top: 66px;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 25px;
    box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.1);
    transform: translate3d(350px, 0, 0);
    transition: 0.3s ease all;
    overflow: auto;
  }
  #navbarsExampleDefault.show {
    transform: translate3d(0px, 0, 0);
  }

  .header-btn-cus.ml-auto {
    margin-left: inherit !important;
    width: 100%;
  }
  .header-btn-cus.ml-auto .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #navbarsExampleDefault {
    width: 50%;
    right: -200px;
    left: auto;
    position: fixed;
    height: 100vh;
  }
  #navbarsExampleDefault.show {
    right: 0px;
  }
}
@media (max-width: 479px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}
@media (max-width: 375px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}
@media (max-width: 320px) {
  #navbarsExampleDefault {
    width: 75%;
  }
}

@-webkit-keyframes shackWiggle {
  2% {
    transform: rotate(2deg);
  }
  4% {
    transform: rotate(-2deg);
  }
  6% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-2deg);
  }
  10% {
    transform: rotate(1deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  14% {
    transform: rotate(1deg);
  }
  16% {
    transform: rotate(-1deg);
  }
  18% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
@keyframes shackWiggle {
  2% {
    transform: rotate(2deg);
  }
  4% {
    transform: rotate(-2deg);
  }
  6% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-2deg);
  }
  10% {
    transform: rotate(1deg);
  }
  12% {
    transform: rotate(-1deg);
  }
  14% {
    transform: rotate(1deg);
  }
  16% {
    transform: rotate(-1deg);
  }
  18% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.logo-name {
  font-family: "Oswald", sans-serif;
}

.lg-brand-logo.navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  .lg-brand-logo.navbar-brand {
    flex-direction: column;
  }
  .lg-brand-logo.navbar-brand img {
    width: 40px;
    height: 40px;
  }
  .lg-brand-logo.navbar-brand .logo-name {
    font-size: 18px;
  }
}

.lg-brand-logo {
  display: block !important;
}
@media (max-width: 1199px) {
  .lg-brand-logo {
    display: none !important;
  }
}

.mobile-logo {
  display: none !important;
}
@media (max-width: 1199px) {
  .mobile-logo {
    display: block !important;
  }
  .mobile-logo img {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 991px) {
  .mobile-nav {
    padding: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mobilebgdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100vw;
    height: 100vh;
    background-color: #0e0e0e;
    visibility: hidden;
  }
  .mobilebgdrop.show {
    opacity: 0.7;
    visibility: visible;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: scale(0);
  transition: display ease-out 0.3s;
  padding: 10px;
  width: 300px;
  display: none;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 14px 0px !important;
}
.navbar-nav > li > .dropdown-menu li a:hover svg path, .navbar-nav > li > .dropdown-menu li a:hover svg rect {
  fill: #ca1f25;
}
.navbar-nav > li > .dropdown-menu li a svg {
  width: 22px;
  margin-right: 10px;
}
.navbar-nav > li > .dropdown-menu li a img {
  margin-right: 5px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
  display: block;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item .dropdown-toggle i {
    transform: translate(5px, 5px) rotate(0deg);
  }
}

.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-toggle i {
  transform: rotate(180deg);
  transition: ease-out 0.3s;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-toggle i {
    transform: translate(5px, 5px) rotate(180deg);
  }
}

.dropdown-toggle::after {
  content: none !important;
}

.dropdown-menu1 {
  border: none;
  display: block;
  transform: scale(1) !important;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  top: 180px;
  transition: all 0.3s;
}

.dropdown:hover .dropdown-menu1 {
  display: block;
  top: 100%;
  height: inherit;
}

.inner-banner-sec {
  margin-top: 70px !important;
  padding: 100px 0px;
  background: #fff url(../images/background_03.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-banner-sec {
    margin-top: 0px !important;
  }
}
.inner-banner-sec .inner-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .inner-banner-sec .inner-banner-content {
    width: 100%;
    text-align: center;
  }
}
.inner-banner-sec .inner-banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .inner-banner-sec .inner-banner-content h1 {
    font-size: 32px;
  }
}
.inner-banner-sec .inner-banner-content .breadcrumb {
  background: transparent;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner-sec .inner-banner-content .breadcrumb .breadcrumb-item.active {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.inner-banner-sec .inner-banner-content .breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.mobilebgdrop-c.other {
  display: block;
}
@media (max-width: 991px) {
  .mobilebgdrop-c.other {
    display: none;
  }
}
.mobilebgdrop-c.other .button-map .btn-sm {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  flex-direction: column;
}
.mobilebgdrop-c.other .button-map .btn-sm:hover {
  color: #ca1f25;
}
.mobilebgdrop-c.other .button-map .btn-sm:hover img {
  transform: scale(0.91);
}
.mobilebgdrop-c.other .button-map .btn-sm .img-rounded {
  color: #212529;
  background-color: #ebebeb;
  border-color: #f8f9fa;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  line-height: 36px;
}
.mobilebgdrop-c.other .button-map .btn-sm .img-rounded.uae {
  position: relative;
}
.mobilebgdrop-c.other .button-map .btn-sm .img-rounded.uae::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-color: rgba(202, 31, 37, 0.11);
}
.mobilebgdrop-c.other .button-map .btn-sm .img-rounded.uae::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-color: rgba(202, 31, 37, 0.11);
}
.mobilebgdrop-c.other .button-map .btn-sm .img-rounded img {
  width: 28px;
  margin: 0px;
  transition: all 0.5s ease-in-out;
}
.mobilebgdrop-c.other .button-map .btn-sm img {
  width: 18px;
  margin-right: 5px;
}
.mobilebgdrop-c .button-map {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobilebgdrop-c .button-map .btn-sm {
  display: flex;
  align-items: center;
}
.mobilebgdrop-c .button-map .btn-sm img {
  width: 32px;
  margin-right: 5px;
}
@media (max-width: 565px) {
  .mobilebgdrop-c .button-map .btn-sm span {
    display: none;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.main {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .main {
    padding-top: 0px;
  }
}

.YthizowlMainSlider .owl-slide {
  position: relative;
  height: 520px;
  max-height: 520px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-prev {
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  width: 50px;
  left: 0px;
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-prev img {
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.1);
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-prev:hover img {
  transform: translateX(5px) scale(1.5);
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-next {
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  width: 50px;
  right: 0px;
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-next img {
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.1);
}
.YthizowlMainSlider.owl-carousel .owl-nav .owl-next:hover img {
  transform: translateX(-5px) scale(1.5);
}
.YthizowlMainSlider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: auto !important;
}
.YthizowlMainSlider.owl-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 3px;
  margin: 5px 7px;
  border-radius: 100px;
  transition: all 0.5s ease;
}
.YthizowlMainSlider.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.YthizowlMainSlider.owl-carousel .owl-dots .owl-dot.active {
  background: white;
  width: 50px;
}
.YthizowlMainSlider .owl-slide-text .h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .YthizowlMainSlider .owl-slide-text .h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .YthizowlMainSlider .owl-slide-text .h2 {
    font-size: 3.5rem;
  }
}
.YthizowlMainSlider .owl-slide-text .h6 {
  font-weight: 100;
}
.YthizowlMainSlider .owl-slide-text .owl-slide-subtitle {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .YthizowlMainSlider .owl-slide-text .owl-slide-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .web-business_actions {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.tm-purchase-floating-box {
  position: fixed;
  top: 50%;
  right: 0;
  border-radius: 7px 0 0 7px;
  padding: 11px 0;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  border: 1px solid #f8f9fa;
  border-right: 0;
}
.tm-purchase-floating-box .tm-floating-box-icon {
  display: block;
  position: relative;
  width: 55px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.tm-purchase-floating-box .tm-floating-box-icon img {
  display: inline-block;
  vertical-align: middle;
  color: #ca1f25;
  width: 32px;
}
.tm-purchase-floating-box .tm-floating-box-icon > span {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  color: #ca1f25;
  transform: translateX(-5px);
  transition: 0.3s ease;
}
.tm-purchase-floating-box .tm-floating-box-icon:hover > span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.footer-section {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .footer-section {
    padding-top: 40px;
  }
}

.footer-sec- .logo-footer {
  height: auto;
  width: 51%;
}
.footer-sec- p {
  font-size: 1rem;
  margin-top: 1.7rem;
  line-height: 1.8rem;
  width: 90%;
}

.footer-bottom {
  padding: 20px 0px;
  margin-top: 80px;
  border-top: 1px solid rgba(138, 135, 135, 0.1);
  display: flex;
  width: 100%;
  align-items: center;
  justify-self: center;
}
@media (max-width: 991px) {
  .footer-bottom {
    padding-bottom: 40px;
  }
}
.footer-bottom p {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}
.footer-bottom p a {
  color: #ca1f25;
}

.links-block h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.links-block ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}
.links-block ul li {
  padding-left: 0;
  margin-bottom: 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.links-block ul li h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.links-block ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.links-block ul li a i {
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  opacity: 0.5;
}
.links-block ul li a:hover, .links-block ul li a:focus {
  color: #ca1f25;
  font-weight: 600;
}
.links-block ul li a:hover i, .links-block ul li a:focus i {
  color: #ca1f25;
  opacity: 1;
  transform: translateX(3px);
}

.footer-bg-img {
  background-color: #343a40 !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.contact-link {
  height: 100%;
  padding: 10px;
}
.contact-link.bg-transparent {
  background: rgba(138, 135, 135, 0.1) !important;
}
@media (max-width: 991px) {
  .contact-link.bg-transparent {
    margin-bottom: 10px;
  }
}

a {
  text-decoration: none !important;
}

.web-business_actions .web-business_actions_trial {
  display: inline-block;
  width: 100%;
  max-width: 180px;
}

.web-business .web-business_text {
  letter-spacing: 0.6px;
}

.web-business_actions > span {
  padding: 0 18px 0 25px;
  color: #ffffff;
}

.default-text {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #ffffff;
}
.theme-link {
  color: #ffffff;
  text-decoration: underline !important;
  position: relative;
  transition: color 0.7s ease;
}
.theme-link:hover {
  color: #ca1f25;
}

.gradient-button.theme-gradient {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(256deg, #ca1f25 0, #ca1f25 100%);
  box-shadow: 0 35px 40px -13px #d05305, 0 25px 20px -20px #d05305;
}

.scaling-button {
  transition: 0.3s ease-in-out;
}
.scaling-button:hover {
  transform: scale(0.95);
}

.gradient-button {
  padding: 0.9375rem;
  border: none;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 100px;
}
.gradient-button:hover {
  box-shadow: 0 10px 10px -5px #d05305;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  top: 0;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  top: 0;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  opacity: 1;
  top: 0;
}

.floatingLabels.floatingLabelsLg .input-group-text {
  height: calc(2em + 1rem + 4px);
  font-size: 1rem;
  padding-top: 1rem;
}

.floatingLabels.floatingLabelsLg .form-control {
  height: calc(2em + 1rem + 4px);
  padding-top: 1rem;
  font-size: 16;
}

.floatingLabels.floatingLabelsLg textarea.custom-form-control {
  padding-top: 0;
  margin-top: 1rem;
}

.floatingLabels.floatingLabelsLg textarea.custom-form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels.floatingLabelsLg textarea.custom-form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels.floatingLabelsLg textarea.custom-form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels.floatingLabelsMd .input-group-text {
  height: calc(2em + 1rem + 4px);
  padding-top: 1rem;
}

.floatingLabels.floatingLabelsMd .form-control {
  height: calc(2em + 1rem + 4px);
  padding-top: 1rem;
}

.floatingLabels.floatingLabelsMd textarea.custom-form-control {
  padding-top: 0;
  margin-top: 1rem;
}

.floatingLabels.floatingLabelsMd textarea.custom-form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels.floatingLabelsMd textarea.custom-form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels.floatingLabelsMd textarea.custom-form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  top: -1.2rem;
}

.floatingLabels .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.floatingLabels .form-label-group .input-group-text {
  border: 0;
  border-bottom: 1px solid #e9ecef;
  background: transparent;
  padding-left: 0;
}

.floatingLabels .form-label-group .input-group-text .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.floatingLabels .form-label-group .input-group-text .icon img {
  width: 18px;
}

.floatingLabels .form-label-group .input-group-text .icon svg {
  width: 100%;
  height: 100%;
}

.floatingLabels .form-label-group .input-group-text .icon svg path,
.floatingLabels .form-label-group .input-group-text .icon svg circle {
  fill: #8e8e8e;
}

.floatingLabels .form-label-group .form-control {
  padding-left: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e9ecef;
  color: #000;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

.floatingLabels .form-label-group .form-control::-webkit-input-placeholder {
  font-weight: 400;
}

.floatingLabels .form-label-group .form-control::-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
}

.floatingLabels .form-label-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
}

.floatingLabels .form-label-group .form-control::-ms-input-placeholder {
  font-weight: 400;
}

.floatingLabels .form-label-group label {
  font-size: 12px;
  color: #777;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  transition: top 0.7s ease, opacity 0.7s ease;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  -moz-transition: top 0.7s ease, opacity 0.7s ease;
  -ms-transition: top 0.7s ease, opacity 0.7s ease;
  -o-transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
}

:root {
  --primary-bg-color-2: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Dosis, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
}

.bg-y-color {
  background-color: #f2f6f7;
}

.section-box {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .section-box {
    padding-top: 40px;
  }
}
.section-box .content {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-box .content {
    padding-bottom: 40px;
  }
}
.section-box .content .title {
  font-size: 2.25rem;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 20px;
  color: #ca1f25;
  font-weight: 700;
}
.section-box .content .services-text {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #2e3c54;
}

.more-serices a {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  color: #ca1f25;
  transition: all 0.5s ease;
}
.more-serices a:hover {
  color: #0e0e0e;
}
.more-serices a:hover img.absolute {
  opacity: 0.5;
  box-shadow: 0 8px 40px -13px #848080;
}
.more-serices a:hover .card-box .img-thumbnail {
  transform: scale(2.1);
  border: none;
}
.more-serices img.absolute {
  z-index: -1;
  opacity: 0.2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.more-serices .card-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.more-serices .card-box .img-thumbnail {
  transition: all 0.5s ease-in-out;
}
.more-serices .card-box .service-sub-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 20px;
  font-weight: 700;
}

.want-to-have {
  background-color: #ca1f25;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 0 19px 25px 5px #c8d7e3;
  margin-bottom: 6.4rem;
}
.want-to-have h3 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  width: 100%;
  font-weight: 300;
  word-spacing: -2px;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .want-to-have h3 {
    font-size: 2rem;
  }
}
.want-to-have .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .want-to-have .wrapper {
    flex-direction: column;
  }
}
.want-to-have .wrapper button {
  border: none;
  background: #fff;
  margin-top: 1.1rem;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  color: #ca1f25;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.want-to-have .wrapper button:hover, .want-to-have .wrapper button:focus {
  color: #ffffff;
  background: #ca1f25;
  border: 1px solid #ffffff;
}

.dot-circle {
  position: absolute;
  right: 0px;
  top: 0px;
  left: auto;
  background-image: url(../images/dot-circle.png);
  width: 200px;
  height: 200px;
  content: "";
  transform: translate(-50%, -50%);
}

.about-us-img {
  border-radius: 10px;
  background-color: #eee;
  height: 475px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .about-us-img {
    height: 300px;
  }
}

.triangle-bottom-right {
  border-bottom: 200px solid #ca1f25;
  border-right: 200px solid transparent;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  content: "";
  width: 0;
  height: 0;
}

.bg_dots {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-3 {
  background-position: 50% 52.42px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vendor-card .card:hover img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.vendor-card .card-img-top {
  transform: scale(0.9);
  transition: all 0.5s ease;
  width: 75%;
  margin: auto;
}

@media (max-width: 565px) {
  .vendor-card .col-xs-6, .box-m-two .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px !important;
  }
}

@media (max-width: 565px) {
  .row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.sliderCat-01.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.sliderCat-01.owl-theme .owl-nav [class*=owl-] {
  padding: 12px 12px;
  color: #848484;
  font-size: 24px;
  margin: 5px 15px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: calc(100% /2 - 38px);
  transition: all 0.2s ease-out;
}
.sliderCat-01.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ca1f25;
  color: #FFF;
  text-decoration: none;
}

.box-item-owl:hover .card-img-top {
  filter: grayscale(0);
  transform: scale(0.9);
}
.box-item-owl .card-img-top {
  transition: all 0.5s ease;
  filter: grayscale(1);
}

.w-img {
  width: 50%;
}
@media (max-width: 991px) {
  .w-img {
    width: 100%;
  }
}

.company-text {
  padding: 15px 0;
  max-width: 100%;
  word-spacing: 4px;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #2e3c54;
}

.office-guide {
  margin: 60px 30px 0 0;
  padding: 0;
  position: relative;
  min-width: 54%;
}

.white-bg-and-shadow {
  background-color: #fff;
  margin-top: -9.9vw;
  padding-top: 11vw;
  box-shadow: 0 15px 59px -3px #c8d7e3;
}
.white-bg-and-shadow.twovh {
  margin-top: -2.9vw;
  padding-top: 4vw;
}

.our-rules-work {
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
  width: 95%;
  padding: 5.5% 11.3% 5% 11.3%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}
.our-rules-work .rules {
  display: flex;
}
@media (max-width: 991px) {
  .our-rules-work .rules {
    display: block;
  }
}

.list-style {
  display: flex;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .list-style {
    display: block;
  }
}
.list-style ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .list-style ul {
    width: 100%;
  }
}
.list-style ul li {
  position: relative;
  margin: 0 0 20px 20px;
  word-spacing: 2.5px;
  color: #2e3c54;
  font-size: 18px;
  line-height: 36px;
}
.list-style ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ca1f25;
  background-color: #ca1f25;
  position: absolute;
  left: -30px;
  top: 10px;
}

.small-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 36px;
  margin-bottom: 30px;
}

.our-rules-work ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .our-rules-work ul {
    width: 100%;
  }
}
.our-rules-work ul li {
  position: relative;
  margin: 0 0 20px 20px;
  word-spacing: 2.5px;
  color: #2e3c54;
  font-size: 18px;
  line-height: 36px;
}
.our-rules-work ul li::before {
  content: "";
  background: url(../images/double-tick.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 10px;
}

.new-style-ul {
  list-style-type: none;
}
.new-style-ul li {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #2e3c54;
}
.new-style-ul li::before {
  content: "";
  background: url(../images/double-tick.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 10px;
}

.our-rules .our-rules-work ul.margin-left-auto {
  margin-left: auto;
}

.stages-slide {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: calc(1% + 15px);
  transition: all 0.5s ease;
}
.stages-slide:hover {
  box-shadow: 0 15px 59px -3px #c8d7e3;
}
.stages-slide img {
  width: 80px;
}
.stages-slide .headings-font.sub-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.un-styled {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.un-styled li {
  margin-bottom: 10px;
}
.un-styled li a {
  color: #ca1f25;
  transition: all 0.5s ease;
}
.un-styled li a:hover {
  color: #313131;
}

.map iframe {
  filter: grayscale(1);
}
.map iframe:hover {
  filter: grayscale(0);
}

.contactInfo .h4 {
  font-size: 20px;
  font-weight: 700;
}
.contactInfo p {
  font-size: 1rem;
}
.contactInfo strong {
  font-weight: 600;
}
.contactInfo .navFooter li {
  margin-bottom: 5px;
}
.contactInfo .navFooter li a {
  color: #212529;
  transition: all 0.5s ease;
}
.contactInfo .navFooter li a:hover, .contactInfo .navFooter li a:focus {
  color: #ca1f25;
}

.cardHead h1 {
  font-size: 1.5rem;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.cardHead p {
  font-size: 1rem;
}

.about-bg {
  position: relative;
}
.about-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.bg-img-content p {
  font-size: 1.57rem;
  color: #ffffff;
  line-height: 2;
}

.operation-sec-ab .card {
  border: 1px solid #f5f5ff;
  text-align: center;
  padding: 20px 10px;
}
.operation-sec-ab .card:hover img {
  transform: scale(1.1);
}
.operation-sec-ab .card.product-brands:hover img {
  filter: opacity(0.5);
}
.operation-sec-ab .card.product-brands img {
  width: 150px;
  height: 150px;
  filter: opacity(1);
}
@media (max-width: 565px) {
  .operation-sec-ab .card.product-brands img {
    width: 100%;
    height: auto;
  }
}
.operation-sec-ab .card .card-img-top {
  width: 48px;
  height: 48px;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
.operation-sec-ab .card h2 {
  font-size: 1.17rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}

.xcelerator-plpXceleratorImageTag {
  background: rgba(255, 63, 108, 0.8);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  z-index: 1;
  padding: 0 4px;
  line-height: 16px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 60%);
  background-size: 500%;
  -webkit-animation-name: AuxLightUpStickyBtns;
          animation-name: AuxLightUpStickyBtns;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: backgroud-position;
}
.xcelerator-plpXceleratorImageTag::after {
  content: "";
  position: absolute;
  border-color: rgba(255, 63, 108, 0.5) transparent rgba(255, 63, 108, 0.5) rgba(255, 63, 108, 0.8);
  border-style: solid;
  border-width: 8px;
  left: 100%;
  width: 0;
  height: 0;
  top: 0;
}

@-webkit-keyframes AuxLightUpStickyBtns {
  0% {
    background-position: 0 0;
  }
  80% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes AuxLightUpStickyBtns {
  0% {
    background-position: 0 0;
  }
  80% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.contact-letter-block .valid_error {
  transition: height 0.7s;
  background-color: #ca1f25;
  font-size: 14px;
  line-height: inherit;
  padding: 0 5px;
  display: block;
  color: #fff;
  position: absolute;
  height: 0;
  line-height: 30px;
  overflow: hidden;
}
.contact-letter-block .valid_error.show {
  height: 30px;
}
@media (max-width: 992px) {
  .contact-letter-block .valid_error.show {
    margin-top: -30px;
  }
}
.contact-letter-block .letter-wrap {
  margin-top: 5rem;
  font-size: 2.5rem;
  letter-spacing: -0.2px;
  margin-bottom: 7rem;
}
.contact-letter-block .letter-wrap .smaller-container .headings-font.title {
  padding-top: 9rem;
  font-size: 9.24rem;
}
@media (max-width: 1170px) {
  .contact-letter-block .letter-wrap .smaller-container .headings-font.title {
    font-size: 7rem;
  }
}
@media (max-width: 992px) {
  .contact-letter-block .letter-wrap .smaller-container .headings-font.title {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .contact-letter-block .letter-wrap {
    margin: 2rem 0px;
  }
}
@media (max-width: 1170px) {
  .contact-letter-block .letter-wrap {
    font-size: 1.7rem;
  }
}
@media (max-width: 992px) {
  .contact-letter-block .letter-wrap {
    font-size: 1.5rem;
  }
}
.contact-letter-block .letter-wrap .d-flex {
  margin-bottom: 1.7rem;
}
@media (max-width: 991px) {
  .contact-letter-block .letter-wrap .d-flex {
    display: inline !important;
  }
}
.contact-letter-block .letter-wrap .d-flex span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-letter-block .letter-wrap .d-flex span {
    white-space: normal;
  }
}
.contact-letter-block .letter-wrap .d-flex span:first-child {
  margin-right: 10px;
}
.contact-letter-block .letter-wrap .headings-font {
  font-family: -apple-system, BlinkMacSystemFont, Dosis, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.contact-letter-block .letter-wrap input {
  width: 100%;
  font-size: 1.5rem;
  padding: 0 15px;
  font-family: -apple-system, BlinkMacSystemFont, Dosis, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: none;
  background: 0 0;
  border-bottom: 1px solid #9fc0d6;
  outline: 0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 991px) {
  .contact-letter-block .letter-wrap input {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.contact-letter-block .letter-wrap input.error {
  border-color: #ca1f25;
}
.contact-letter-block .letter-wrap textarea {
  width: 100%;
  font-size: 1.5rem;
  border: none;
  background: 0 0;
  border-bottom: 1px solid #9fc0d6;
  resize: none;
  overflow: auto;
  margin-top: 2.8rem;
  font-family: "Museo Slab", sans-serif;
  overflow: hidden;
  outline: 0;
}

::-moz-placeholder {
  color: #9fc0d6;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #9fc0d6;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #9fc0d6;
  opacity: 1;
  /* Firefox */
}

.headings-font.title {
  font-size: 3.24rem;
  font-weight: 700;
}
@media (max-width: 1170px) {
  .headings-font.title {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .headings-font.title {
    font-size: 2rem;
  }
}
.headings-font.sub-title {
  margin-top: 1.5rem;
  font-size: 2.6rem;
  font-weight: 100;
}
@media (max-width: 1170px) {
  .headings-font.sub-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .headings-font.sub-title {
    font-size: 1.6rem;
  }
}

.contact-letter-block button {
  width: 100%;
  max-width: 220px;
  margin-bottom: 5rem;
  display: block;
  margin-top: 5rem;
}
.contact-letter-block .service-type-wrap {
  margin-top: 1rem;
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .contact-letter-block .service-type-wrap {
    flex-direction: column;
  }
}
.contact-letter-block .service-type-wrap [class=service-type]:checked + label {
  border-color: #ca1f25;
}
.contact-letter-block .service-type-wrap input {
  display: none;
}
.contact-letter-block .service-type-wrap label {
  padding: 2% 0 2% 3.7%;
  flex: 0 0 28.5%;
  font-size: 2rem;
  border: 1px solid #9fc0d6;
  align-items: center;
  display: flex;
  margin-right: 2%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contact-letter-block .service-type-wrap label {
    display: inline;
    flex: 0 0 100%;
  }
}
.contact-letter-block .service-type-wrap label span {
  margin-left: 25px;
  color: #313131;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 4.4rem;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
  overflow: hidden;
}

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
    overflow: hidden;
  }
}
a {
  color: #267481;
  text-decoration: none;
}

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

Main Components 

-------------------------------- */
@media only screen and (min-width: 1050px) {
  body[data-hijacking=on] {
    overflow: hidden;
    background-color: #313131;
  }
}
.cd-section {
  height: 100vh;
}
@media (max-width: 991px) {
  .cd-section {
    height: auto;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cd-section {
    height: auto;
    position: relative;
  }
}

.cd-section .theme-scroll {
  height: 100vh;
}
@media (max-width: 991px) {
  .cd-section .theme-scroll {
    height: auto;
    padding: 25px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cd-section .theme-scroll {
    height: auto;
    padding: 25px 0px;
  }
}

.cd-section:first-of-type > div {
  background-color: #313131;
}

.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}

.cd-section.about-section > .theme-scroll {
  background-color: #ffffff;
}

.cd-section.our-work-sec > .theme-scroll {
  background-color: #f9f9f9;
}

.cd-section.our-services-sec > .theme-scroll {
  background-color: #ffffff;
}

.cd-section.our-technology-sec > .theme-scroll {
  background-color: #f9f9f9;
}

.cd-section.product-page > .theme-scroll.bg-overlay {
  position: relative;
  background: url(https://www.elseifcorp.com/assets/img/roobai-bg.jpg);
  background-size: cover;
  background-position-x: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cd-section.product-page > .theme-scroll.bg-overlay {
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cd-section.product-page > .theme-scroll.bg-overlay {
    z-index: 1;
  }
}
.cd-section.product-page > .theme-scroll.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--primary-bg-color-2);
  opacity: 0.84;
  z-index: -1;
}

.cd-section.needhelp-sec > .theme-scroll {
  background-color: #f9f9f9;
}

.cd-section.our-clients-sec > .theme-scroll {
  background-color: #fff;
}

.cd-section.our-footer-sec > .theme-scroll {
  background-color: #313131;
}

[data-animation=parallax] .cd-section > div, [data-animation=fixed] .cd-section > div, [data-animation=opacity] .cd-section > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

[data-animation=parallax] .cd-section:first-of-type > div, [data-animation=fixed] .cd-section:first-of-type > div, [data-animation=opacity] .cd-section:first-of-type > div {
  background-image: url("https://jupiterme.com/assets/img/img-1.jpg");
}

[data-animation=parallax] .cd-section:nth-of-type(2) > div, [data-animation=fixed] .cd-section:nth-of-type(2) > div, [data-animation=opacity] .cd-section:nth-of-type(2) > div {
  background-image: url("https://jupiterme.com/assets/img/img-2.jpg");
}

[data-animation=parallax] .cd-section:nth-of-type(3) > div, [data-animation=fixed] .cd-section:nth-of-type(3) > div, [data-animation=opacity] .cd-section:nth-of-type(3) > div {
  background-image: url("https://jupiterme.com/assets/img/img-3.jpg");
}

[data-animation=parallax] .cd-section:nth-of-type(4) > div, [data-animation=fixed] .cd-section:nth-of-type(4) > div, [data-animation=opacity] .cd-section:nth-of-type(4) > div {
  background-image: url("https://jupiterme.com/assets/img/img-4.jpg");
}

[data-animation=parallax] .cd-section:nth-of-type(5) > div, [data-animation=fixed] .cd-section:nth-of-type(5) > div, [data-animation=opacity] .cd-section:nth-of-type(5) > div {
  background-image: url("https://jupiterme.com/assets/img/img-5.jpg");
}

@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }

  [data-hijacking=on] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  [data-hijacking=on] .cd-section > div {
    visibility: visible;
  }

  [data-hijacking=off] .cd-section > div {
    opacity: 0;
  }

  [data-animation=rotate] .cd-section {
    /* enable a 3D-space for children elements */
    perspective: 1800px;
  }

  [data-hijacking=on][data-animation=rotate] .cd-section:not(:first-of-type) {
    perspective-origin: center 0;
  }

  [data-animation=scaleDown] .cd-section > div, [data-animation=gallery] .cd-section > div, [data-animation=catch] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }

  [data-animation=opacity] .cd-section.visible > div {
    z-index: 1;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}
@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  [data-hijacking=on] .cd-section > div {
    position: absolute;
  }

  [data-animation=rotate] .cd-section > div {
    transform-origin: center bottom;
  }
}
.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: none;
  list-style-type: none;
}

.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(https://jupiterme.com/assets/images/icons/cd-icon-arrow.svg) no-repeat center center;
}

.cd-vertical-nav a.cd-prev {
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}
::marker {
  opacity: 0;
}

@keyframes video {
  0% {
    border-radius: 33.33% 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}
@-webkit-keyframes video {
  0% {
    border-radius: 33.33% 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    border-radius: 50% 33.33%;
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  visibility: hidden;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes circleLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible;
}

.vertical-alignment-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  height: 100%;
  width: 100%;
}

.modal-login-sec.modal.fade.show .modal-dialog {
  transform: scale(1) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1;
}
.modal-login-sec .modal-dialog {
  transform: scale(0) !important;
  transform: translate3d(0, 0px, 0) !important;
  width: 60%;
  opacity: 0;
}
@media (max-width: 991px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-login-sec .modal-header {
  flex-direction: column;
}
.modal-login-sec .modal-header .modal-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
.modal-login-sec .modal-header p {
  color: #777777;
  font-size: 0.72rem;
  margin-bottom: 0;
}
.modal-login-sec .modal-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #eee;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 20px;
  display: flex;
  border: none;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal-login-sec .modal-header .close span {
  align-self: center;
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-login-sec .modal-body {
  padding: 20px 40px 10px;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 50%;
  background: #eee;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc6e36;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.triangle-loading {
  -webkit-animation: pulsing-fade 6000ms ease infinite;
          animation: pulsing-fade 6000ms ease infinite;
  color: #313131;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 50%;
  letter-spacing: 7px;
  margin-left: 0px;
  padding-top: 10px;
  opacity: 1;
  position: absolute;
  top: 58%;
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
}/*# sourceMappingURL=main.css.map */