/*! 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: #172337;
}
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: #f39016;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #172337;
  text-decoration: underline;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-thin.woff2") format("woff2"), url("../fonts/Roboto-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #172337;
  font: normal 125%/1.4 "Roboto", sans-serif;
}

.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 .menus-menu a {
  padding: 10px 0px;
}
.header-section .navbar-nav .nav-item.active a {
  font-weight: 900;
}
.header-section .navbar-nav a {
  position: relative;
  color: #172337 !important;
  font-weight: 600;
  font-size: 18px;
  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: #f39016 !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) {
  .navbar-collapse .navbar-nav {
    height: 100%;
  }
  .navbar-collapse .navbar-nav li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }
}
.header-fixed {
  padding: 15px !important;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .header-fixed {
    padding: 0px !important;
  }
}

#headerScroll {
  background: #ffffff;
  perspective: 1000px;
}
@media (max-width: 991px) {
  #headerScroll {
    position: relative;
    height: 75px;
    background: #ffffff;
  }
}
@media (max-width: 565px) {
  #headerScroll {
    height: 65px;
  }
}
#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: #172337;
}
@media (max-width: 991px) {
  #headerScroll.scrollMenu {
    padding: 0.5rem !important;
  }
}

.fixed-header-border .header-fixed {
  padding: 0px !important;
}
.fixed-header-border #headerScroll {
  background: #ffffff;
}

.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: auto;
    height: 45px;
  }
}
@media (min-width: 991px) {
  .navbar-brand img {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .header-btn {
    width: 250px;
    position: relative;
    background: rgb(255, 255, 255);
    width: 100%;
    top: 22px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    transform: translateY(250px);
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .header-btn.collapse.show {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .header-btn::before {
    background: rgba(0, 0, 0, 0.006);
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .fixedmenu {
    overflow: hidden;
  }
}

@media (max-width: 1264px) and (min-width: 992px) {
  .container.max-width-1400 {
    max-width: 100% !important;
  }
  .btn-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .btn-flex a {
    padding: 10px;
    font-size: 16px;
  }
  .header-section .navbar-nav a {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .navbar.navbar-expand-lg {
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0px 15px !important;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-expand-lg {
    padding: 0px;
  }
}
.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 #f39016;
  border-radius: 50%;
  border-top: 2px solid #f39016;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@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;
  }
}

.ri-btn-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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) {
  .btn-flex {
    margin-top: 20px;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn-flex a {
    font-size: 14px;
    width: 50%;
  }
  .btns-solution {
    display: none;
  }
  #navbarsExampleDefault {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgb(255, 255, 255);
    height: 100vh;
  }
  .header-btn-cus.ml-auto {
    margin-left: inherit !important;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .header-btn-cus.ml-auto .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #navbarsExampleDefault {
    position: absolute;
    top: 57px;
    width: 102.4%;
    left: -10px;
    bottom: 0px;
    background: white;
    height: 100vh;
  }
}
@media (max-width: 479px) {
  #navbarsExampleDefault {
    width: 104.4%;
  }
}
@media (max-width: 375px) {
  #navbarsExampleDefault {
    width: 105%;
  }
}
@media (max-width: 320px) {
  #navbarsExampleDefault {
    width: 106%;
  }
}
@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: 80px;
    height: auto;
  }
  .lg-brand-logo.navbar-brand .logo-name {
    font-size: 18px;
  }
}

.lg-brand-logo {
  display: block !important;
}
@media (max-width: 1199px) {
  .lg-brand-logo {
    display: block !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 (min-width: 992px) {
  .dropdown.custom:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    box-shadow: none !important;
  }
}
@media (max-width: 991px) {
  .dropdown.custom .dropdown-toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    border: 1px solid #eee;
    top: 6px;
  }
}
.dropdown.custom .dropdown-toggle::after {
  display: none;
}

@media (max-width: 991px) {
  .dropdown.custom .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
  }
}
.dropdown.custom .dropdown-menu {
  padding: 30px 0 0 0 !important;
  width: -moz-max-content;
  width: max-content;
  top: 0px !important;
  left: 0px !important;
  right: inherit !important;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  transform-origin: top;
  display: none;
  opacity: 0;
  transform: translateY(20px) !important;
  visibility: hidden;
  background-color: transparent;
  border: 0 !important;
}

.dropdown.custom .dropdown-menu.show {
  opacity: 1;
  transform: translateY(10px) !important;
  visibility: visible;
  pointer-events: auto;
  display: block;
}

@media (max-width: 991px) {
  .dropdown.custom .dropdown-menu {
    width: 100%;
    box-shadow: none;
    margin-bottom: 12px !important;
    padding: 10px 0 0 0 !important;
  }
}
.dropdown.custom .dropdown-menu ul {
  padding: 15px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

.dropdown.custom .dropdown-menu ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown.custom .dropdown-menu ul li:last-child {
  margin-bottom: 0px !important;
}

.dropdown.custom .dropdown-menu ul li:first-child:after {
  border-color: transparent transparent #f39016;
  border-style: solid;
  border-width: 0 8px 10px;
  content: "";
  height: 0;
  position: absolute;
  left: 0%;
  top: -25px;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .dropdown.custom .dropdown-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.dropdown.custom .dropdown-menu ul li a:hover svg {
  transform: translateX(2px);
}

.dropdown.custom .dropdown-menu ul li svg {
  transition: all 0.5s ease;
}

.fixed-header-border.sticky .header-fixed {
  opacity: 0;
  visibility: hidden;
}
@keyframes move-down {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}
.banner-section {
  background-color: #172337;
  height: auto;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
@media (max-width: 991px) {
  .banner-section {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .banner-section .swiper-slide {
    height: 200px;
  }
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.75;
}
.banner-section .banner-left-txt {
  color: #ffffff;
}
.banner-section .banner-left-txt h2 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  padding-left: 50px;
}
.banner-section .banner-left-txt h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  border-radius: 100px;
  background-color: #f39016;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
.banner-section .banner-left-txt h1 {
  font-size: 72px;
  margin: 30px 0px 20px;
}
@media (max-width: 991px) {
  .banner-section .banner-left-txt h1 {
    font-size: 42px;
  }
}
.banner-section .banner-left-txt h1 span {
  display: block;
  color: #f39016;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-section .banner-left-txt p {
  font-size: 24px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .banner-section .banner-left-txt p {
    font-size: 18px;
  }
}
.banner-section .banner-mg-top {
  margin-top: 33.3%;
}
.banner-section .sw-banner-mg-top {
  margin-top: 20%;
}
@media (max-width: 991px) {
  .banner-section .sw-banner-mg-top {
    margin-top: 20px;
    padding-top: 20px !important;
  }
}
.banner-section .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: transparent;
  margin: 5px !important;
  opacity: 1;
  border: 4px solid #fff;
}
.banner-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 4px solid #f39016;
}

.ver-footer {
  background: #000000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 565px) {
  .ver-footer {
    text-align: left;
  }
}
.ver-footer .footer-top-area {
  padding-bottom: 50px;
  z-index: 2;
}
.ver-footer .footer-top-area .footer-top-til {
  margin-bottom: 20px;
}
.ver-footer .footer-top-area .footer-top-til h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ver-footer .footer-top-area .footer-top-til p {
  font-size: 14px;
  color: #ffffff;
  width: 50%;
}
@media (max-width: 991px) {
  .ver-footer .footer-top-area .footer-top-til p {
    width: 100%;
  }
}
.ver-footer .footer-top-area .list-menu-sec ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.ver-footer .footer-top-area .list-menu-sec ul li {
  margin-bottom: 10px;
}
.ver-footer .footer-top-area .list-menu-sec ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.5s ease;
}
.ver-footer .footer-top-area .list-menu-sec ul li a:hover, .ver-footer .footer-top-area .list-menu-sec ul li a:focus {
  color: #f39016;
}
.ver-footer .footer-top-area .mail-links {
  margin-bottom: 20px;
}
.ver-footer .footer-top-area .mail-links p {
  margin-bottom: 0px;
  font-size: 14px;
}
.ver-footer .footer-top-area .mail-links p a {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.5s ease;
}
.ver-footer .footer-top-area .mail-links p a:hover, .ver-footer .footer-top-area .mail-links p a:focus {
  color: #f39016;
}
.ver-footer .footer-bottom-area {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
@media (max-width: 565px) {
  .ver-footer .footer-bottom-area {
    padding: 20px 10px;
  }
}
.ver-footer .footer-bottom-area p {
  font-size: 14px;
  margin-bottom: 0px;
}
.ver-footer .footer-bottom-area p a {
  color: #f39016;
}
.ver-footer .bg-foot-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../images/foot-ban-bg-bottom.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .ver-footer .bg-foot-img {
    z-index: -1;
  }
}

.custom-modal .modal-content .modal-header {
  position: relative;
  padding: 0;
  border: none;
  height: 230px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.custom-modal .modal-content .modal-header::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #dd00ff;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #dd00ff), color-stop(100%, #3e65ff));
  background: linear-gradient(45deg, #dd00ff 0%, #3e65ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dd00ff", endColorstr="#3e65ff", GradientType=1 );
  z-index: -1;
  opacity: 0.3;
}
.custom-modal .modal-content .button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  color: #fff;
}
.custom-modal .modal-content .modal-body {
  border: none;
  overflow: hidden;
  margin-top: -180px;
  z-index: 2;
  text-align: center !important;
}
.custom-modal .modal-content .modal-body h2.tile-body {
  font-weight: 700;
  color: #fff;
}
.custom-modal .modal-content .modal-body .icon {
  margin: 0 auto;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.custom-modal .modal-content .modal-body .icon img {
  max-width: 70%;
}

@keyframes AuxLightUpStickyBtns {
  0% {
    background-position: 0 0;
  }
  80% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
a {
  text-decoration: none !important;
}

.btn-white-link {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 14px 24px;
  overflow: hidden;
  line-height: 1.4;
  z-index: 1;
  text-transform: capitalize;
}
.btn-white-link:hover, .btn-white-link:focus {
  color: #f39016;
}

.btn-theme-y {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 14px 24px;
  overflow: hidden;
  line-height: 1.4;
  z-index: 1;
  text-transform: capitalize;
}
.btn-theme-y::before {
  position: absolute;
  content: "";
  left: inherit;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius: 0px;
  background: #172337;
  transition: all 240ms ease-in-out;
}
.btn-theme-y::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  background: #f39016;
  transition: all 0.3s ease-in-out;
}
.btn-theme-y:hover, .btn-theme-y:focus {
  color: #ffffff;
}
.btn-theme-y:hover::before, .btn-theme-y:focus::before {
  width: 100%;
  right: inherit;
  left: 0;
}
.btn-theme-y svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.btn-theme-y svg path {
  fill: #fff;
}

.btn-theme-y-outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #172337;
  border: 2px solid #172337;
  border: none;
  border-radius: 0px;
  padding: 14px 24px;
  overflow: hidden;
  line-height: 1.4;
  z-index: 1;
  text-transform: capitalize;
}
.btn-theme-y-outline::before {
  position: absolute;
  content: "";
  left: inherit;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius: 0px;
  background: #172337;
  transition: all 240ms ease-in-out;
}
.btn-theme-y-outline::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  color: #172337;
  border: 2px solid #172337;
  transition: all 0.3s ease-in-out;
}
.btn-theme-y-outline:hover, .btn-theme-y-outline:focus {
  color: #ffffff;
}
.btn-theme-y-outline:hover::before, .btn-theme-y-outline:focus::before {
  width: 100%;
  right: inherit;
  left: 0;
}

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #172337;
}

.about-us-sec {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .about-us-sec {
    padding: 50px 0px;
  }
}
.about-us-sec .about-img-sec {
  max-width: 500px;
  max-height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.about-us-sec .about-img-sec img {
  width: 100%;
  height: 100%;
}

.title-sec h2 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #172337;
  font-weight: 400;
  padding-left: 50px;
}
.title-sec h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  border-radius: 100px;
  background-color: #f39016;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
.title-sec h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #172337;
  margin: 25px 0px;
}
@media (max-width: 991px) {
  .title-sec h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
.title-sec p {
  color: #172337;
  font-size: 18px;
}

.our-special-sec {
  padding: 20px 0px 50px 0px;
}
.our-special-sec h2 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #172337;
  font-weight: 400;
  padding-left: 0px;
  display: inline-block;
}
.our-special-sec h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  border-radius: 100px;
  background-color: #f39016;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
}
.our-special-sec .title-spec {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .our-special-sec .title-spec {
    font-size: 40px;
  }
}

.our-sec-box-round-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .our-sec-box-round-list {
    flex-direction: column;
  }
}
.our-sec-box-round-list .our-sec-box-round {
  text-align: center;
}
.our-sec-box-round-list .our-sec-box-round a:hover h4, .our-sec-box-round-list .our-sec-box-round a.active h4 {
  color: #f39016;
}
.our-sec-box-round-list .our-sec-box-round a:hover .box, .our-sec-box-round-list .our-sec-box-round a.active .box {
  border: 10px solid #f39016;
}
.our-sec-box-round-list .our-sec-box-round a:hover .box img, .our-sec-box-round-list .our-sec-box-round a.active .box img {
  transform: scale(1.1);
}
.our-sec-box-round-list .our-sec-box-round .box {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  overflow: hidden;
  margin: 10px;
  border: 10px solid #e9e9e9;
  transition: border 0.5s ease;
}
@media (min-width: 1600px) {
  .our-sec-box-round-list .our-sec-box-round .box {
    width: 275px;
    height: 275px;
  }
}
.our-sec-box-round-list .our-sec-box-round .box img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-sec-box-round-list .our-sec-box-round h4 {
  padding-top: 0px;
  font-weight: bold;
  font-size: 25px;
  color: #172337;
  width: 50%;
  margin: auto;
  display: inline-block;
  transition: all 0.5s ease;
}
@media (min-width: 1600px) {
  .our-sec-box-round-list .our-sec-box-round h4 {
    font-weight: bold;
    font-size: 30px;
  }
}

.our-working-sec {
  padding: 75px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .our-working-sec {
    padding: 30px 15px 75px;
  }
}
.our-working-sec .two-sec-lightworkin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 650px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin {
    flex-direction: column;
    height: auto;
  }
}
.our-working-sec .two-sec-lightworkin .lft-wrk {
  width: 60%;
  display: flex;
  padding: 20px;
  background: url(../images/working-bg-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .lft-wrk {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }
}
.our-working-sec .two-sec-lightworkin .lft-wrk::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .lft-wrk::before {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
  }
}
.our-working-sec .two-sec-lightworkin .lft-wrk .title-sec {
  color: #ffffff;
  padding: 50px;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .lft-wrk .title-sec {
    padding: 0px;
    margin: 30px 0px !important;
  }
}
.our-working-sec .two-sec-lightworkin .lft-wrk .title-sec h2 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  padding-left: 50px;
}
.our-working-sec .two-sec-lightworkin .lft-wrk .title-sec h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  border-radius: 100px;
  background-color: #f39016;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
}
.our-working-sec .two-sec-lightworkin .lft-wrk .title-sec h1 {
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 25px 0px 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .lft-wrk .title-sec h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
.our-working-sec .two-sec-lightworkin .lft-wrk .title-sec p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .lft-wrk .title-sec p {
    font-size: 16px;
  }
}
.our-working-sec .two-sec-lightworkin .rigt-wrk {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .rigt-wrk {
    width: 100%;
  }
}
.our-working-sec .two-sec-lightworkin .rigt-wrk .closed {
  position: absolute;
  right: 20px;
  bottom: -20px;
  font-size: 12px;
  color: #1a140d;
  opacity: 0.5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .our-working-sec .two-sec-lightworkin .rigt-wrk .closed {
    bottom: 10px;
  }
}
.our-working-sec .two-sec-lightworkin .rigt-wrk ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.our-working-sec .two-sec-lightworkin .rigt-wrk ul li {
  margin-bottom: 20px;
  text-align: center;
}
.our-working-sec .two-sec-lightworkin .rigt-wrk ul li .top {
  font-size: 16px;
  text-transform: uppercase;
  color: #172337;
}
.our-working-sec .two-sec-lightworkin .rigt-wrk ul li .time-top {
  color: #f39016;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .our-working-sec .two-sec-lightworkin .rigt-wrk ul li .time-top {
    font-size: 20px;
  }
}

.inner-menu-bg-img {
  background-color: #172337;
  height: auto;
  min-height: auto;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.inner-menu-bg-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.inner-menu-bg-img .inner-menu-txt {
  color: #ffffff;
}
.inner-menu-bg-img .inner-menu-txt h1 {
  font-size: 48px;
  margin: 30px 0px 20px;
  font-weight: bold;
}
.inner-menu-bg-img .inner-menu-txt p {
  font-size: 24px;
  opacity: 0.8;
}
.inner-menu-bg-img .banner-mg-top {
  margin-top: 35%;
}
.inner-menu-bg-img .sw-banner-mg-top {
  margin: 25% 0px 10%;
}
.inner-menu-bg-img .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: transparent;
  margin: 5px !important;
  opacity: 1;
  border: 4px solid #fff;
}
.inner-menu-bg-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 4px solid #f39016;
}

.mySwiper-menu .swiper-button-next {
  background: #000000;
  padding: 10px;
}
.mySwiper-menu .swiper-button-next::after {
  color: #ffffff;
  font-size: 20px;
}
.mySwiper-menu .swiper-button-prev {
  background: #000000;
  padding: 10px;
}
.mySwiper-menu .swiper-button-prev::after {
  color: #ffffff;
  font-size: 20px;
}

.custom-theme-tabs .nav-pills .nav-link {
  padding: 50px;
  text-transform: uppercase;
  font-size: 18px;
  color: #010101;
  background: #f7f5fa;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
}
.custom-theme-tabs .nav-pills .nav-link.active {
  background: #f39016;
  font-weight: bold;
}

.menus-tabs-sections {
  padding: 50px 0px 100px;
}

.tab-menu-list-items h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tab-menu-list-items .box-item {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.tab-menu-list-items .box-item .pro-name {
  font-size: 20px;
  font-weight: bold;
}
.tab-menu-list-items .box-item .pro-year {
  font-size: 18px;
}
.tab-menu-list-items .box-item .pro-amnt {
  color: #f39016;
  font-weight: bold;
  font-size: 18px;
}
.tab-menu-list-items .box-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.contact-img-sec {
  padding: 7em 0;
  background-color: #172337;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.contact-img-sec::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.75);
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}
.info-wrap .dbox .icon {
  color: #fff;
  margin-top: 10px;
}
.info-wrap .dbox .icon span {
  font-size: 24px;
  color: #fff;
}
.info-wrap .dbox .text {
  width: 100%;
}
.info-wrap .dbox p {
  font-size: 16px;
}
.info-wrap .dbox p a {
  color: rgba(255, 255, 255, 0.7);
}
.info-wrap .dbox p span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
.info-wrap h3 {
  color: #fff;
}

.contact-wrap {
  background: #fff;
  border-radius: 10px;
}

.wrapper {
  width: 100%;
}

.form-group {
  position: relative;
}

/*
SCSS variables and mixins
*/
.tabbed-content {
  background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  max-width: 100%;
  padding: 1em;
  margin: 1em auto;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}
.tabs ul li {
  background: #eee;
}
.tabs ul li a {
  padding: 0.5em 1em;
}
.tabs ul li a:hover, .tabs ul li a.active {
  background: #444;
  color: #eee;
}

.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }
  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.slideanim {
  visibility: hidden;
}

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

.animated {
  animation-duration: 1.5s;
  visibility: hidden;
}
@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 {
  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);
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc6e36;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@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 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 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 barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@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 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 {
  animation: pulsing-fade 6000ms ease infinite;
  color: #172337;
  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 */