/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
  /* color: #222 !important; */
}

#app {
  z-index: -9;
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
  /* color: #000; */
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  position: relative;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1156px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1106px;
  }
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-full {
  right: -100%;
}

.top-0 {
  top: 0px;
}

.-top-10 {
  top: -2.5rem;
}

.z-50 {
  z-index: 50;
}

.z-0 {
  z-index: 0;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-ml-px {
  margin-left: -1px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-6 {
  height: 1.5rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-2 {
  height: 0.5rem;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

.h-screen {
  height: 100vh;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-8 {
  width: 2rem;
}

.w-3\/12 {
  width: 25%;
}

.w-6\/12 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-20 {
  width: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-4 {
  width: 1rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-move {
  cursor: move;
}

.cursor-default {
  cursor: default;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.content-center {
  align-content: center;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-md5-gradient-purple {
  --tw-border-opacity: 1;
  border-color: rgb(65 79 174 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-md5-bg-modal {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 46 / var(--tw-bg-opacity));
}

.bg-md5-gradient-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(65 79 174 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: none;
}

.bg-md5-bg {
  --tw-bg-opacity: 1;
  background-color: #fff;
}

.bg-md5-link-green {
  --tw-bg-opacity: 1;
  background-color: rgb(54 243 202 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-md5-gradient-purple {
  --tw-gradient-from: #414FAE;
  --tw-gradient-to: rgb(65 79 174 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-md5-gradient-green {
  --tw-gradient-from: #cc5308;
  --tw-gradient-to: rgb(204 83 8 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-criminal-defence-from {
  --tw-gradient-to: #BF64DD;
}

.to-md5-bg {
  --tw-gradient-to: #031017;
}

.bg-cover {
  background-size: cover;
}

.bg-left {
  background-position: left;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-origin-border {
  background-origin: border-box;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-md5 {
  font-family: Bahnschrift, sans-serif;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

.font-extralight {
  font-weight: 200;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-md5-link-green {
  --tw-text-opacity: 1;
  color: #e39455;
}

.text-law-enforce-from {
  --tw-text-opacity: 1;
  color: rgb(254 201 83 / var(--tw-text-opacity));
}

.text-md5-gradient-purple {
  --tw-text-opacity: 1;
  color: rgb(65 79 174 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

ul li {
  list-style: disc;
  list-style-position: outside !important;
}

nav ul li,
footer ul li {
  list-style: none;
}

/* li > ul > li {
  list-style: none;
} */

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:bg-md5-bg-modal-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 62 / var(--tw-bg-opacity));
}

.hover\:bg-md5-circle-gradient-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 89 194 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: #f5f5f5;
}

.hover\:from-criminal-defence-from:hover {
  --tw-gradient-from: #BF64DD;
  --tw-gradient-to: rgb(191 100 221 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-md5-gradient-purple:hover {
  --tw-gradient-to: #414FAE;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-md5-link-green:hover {
  --tw-text-opacity: 1;
  color: #ff923a;
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-md5-link-green {
  --tw-text-opacity: 1;
  color: rgb(54 243 202 / var(--tw-text-opacity));
}

@media (max-width: 767px) {

  .p_img,
  .p_desc {
    width: 100% !important;
  }
  .p_img img {
    margin-bottom:15px;
  }
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-4 {
    margin-left: 9px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:pl-7 {
    padding-left: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }
}

#mobileMenu ul li {
  padding: 0;
  display: inline-block;
}

.header_wrap {
  background: #323232;
  z-index: 9;
}

.footer_wrap {
  background-color: #343a40;
}

.header_wrap .px-5 {
  padding: 11px 0;
}

.footer_wrap {
  padding: 12px 0;
}

.text-gray-300,
#site-content p,
#site-content h1,
#site-content h2,
#site-content h3,
#site-content h4,
#site-content h5,
#site-content h5,
#site-content h6,
#site-content b,
#site-content strong,
#site-content i,
strong,
strong span span,
#site-content li,
#testimonials h2 {
  color: #000;
}

.bg-cover .text-gray-100 {
  color: #000;
}

.footer_wrap ul li a,
.footer_wrap p {
  color: #fff;
}

#site-content ul {
  padding: 0;
  margin: 0;
}

.header__wrap {
  padding: 13px 0;
}

.header {
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  align-items: center;
}

.logobox {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.logobox img {
  vertical-align: middle;
  width: 216px;
  height: auto;
}

.icon_list {
  display: inline-block;
  width: 60%;
  padding: 0 26px;
}

.icon_list ul {
  text-align: center;
  list-style: none;
  border-top: 3px solid #ef8c34;
  padding: 13px 0 0;
  margin: 30px 0 0;
}

.icon_list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
}

.icon_list ul li a {
  font-size: 20px;
}

.right_logo {
  display: inline-block;
  width: 20%;
}

.right_logo img {
  width: 196px;
  height: auto;
}

.social_icons {
  display: inline-block;
}

.social_icons ul {
  text-align: right;
}

.social_icons ul li {
  display: inline-block;
}

.social_icons ul li i {
  font-size: 11px;
  padding-right: 5px;
}

.navigation_bar li a {
  color: #FFFFFF;
  padding: 0px 15px;
  margin: -5px;
  font-weight: 400;
}

.footer_wrap .md\:text-3xl {
  font-size: 20px;
}

.footer_wrap footer {
  padding: 0;
}

.footer-links {
  padding-top: 0;
}

.social_icons {
  display: inline-block;
  position: static;
  padding: 6px 0 0 13px;
}

.social_icons ul {
  text-align: right;
}

.social_icons ul li {
  padding: 0px 8px 0 0 !important;
}

.social_icons ul li img {
  width: 15px;
  vertical-align: middle;
  height: 15px;
  object-fit: contain;
}

#mobileMenu {
  width: 100%;
  padding: 0 0 0 10px;
  text-align: center;
  display: inline-block;
}

.bg-cover {
  width: 1079px;
  margin: 0 auto;
}

.vfc_wrap {
  text-align: center;
  /*padding: 28px 0;*/
}

.vfc_wrap img {
  margin: 0 auto;
  width: 428px;
}

#site-content {
  padding: 0 11px;
}

#testimonials {
  width: 1104px;
  margin: 0 auto;
  padding: 0;
}

#app .bg-md5-bg-modal {
  width: 1085px;
  margin: 0 auto 20px;
}

.vfc_lab {
  width: 48%;
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
  padding-right: 10px;
}

.vfc_lab>h4 {
  font-size: 29px;
  margin: 0 0 13px;
}

.banner_box {
  width: 1163px;
  margin: 10px auto 0;
  padding-right: 18px;
}

#vfc_portable #site-content {
  display: block;
}

#vfc_portable {
  border-left: 1px solid #cccccc6b;
  padding: 0 0 0 28px;
}

#mobileMenu .navigation_bar li .active {
  background: #696969;
  padding: 3px 11px;
  vertical-align: middle;
  border-radius: 5px;
}

.bg-cover.bg-none.bg-no-repeat.bg-left {
  display: none;
}

.linebox {
  display: block;
  width: 118px;
  height: 2px;
  background: #755df4;
  position: absolute;
}

#vfc_box .left_dot .linebox {
  left: 29px;
}

#vfc_box .rightdot .linebox {
  right: 30px;
}

.flex-col {
  position: relative;
}

#vfc_box .bottomdot .linebox {
  top: -101px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100px;
  width: 2px;
}

#vfc_box .left_dot p {
  margin: 20px 0 0 -131px;
}

#vfc_box .rightdot p {
  margin: 3px -123px 0 0;
}

#vfc_box .bottomdot {
  position: relative;
  margin-top: 49px;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

ul.tabs li {
  background: #e3e2e2;
  color: #222;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
}

ul.tabs li.current {
  background: #70b558;
  color: #fff;
}

.tab-content {
  display: none;
  background: #ededed;
  padding: 44px 112px;
  border: 1px solid #ccccccab;
  border-radius: 7px;
}

.tab-content.current {
  display: inherit;
}


.circle_box {
  width: 352px;
  margin: 0 auto;
  border: 3px solid #033675;
  border-radius: 100%;
  height: 352px;
  background: url('assets/images/circlebox.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.inner_vfc {
  position: relative;
  z-index: 99;
  width: 87px;
  margin: 0 auto;
}

.inner_vfc p {
  font-size: 34px;
  width: 81px;
  height: 81px;
  border-radius: 100%;
  background: transparent;
  margin: 136px auto 0;
  color: transparent;
  padding: 19px 0 0;
}

.inner_vfc p:before {
  content: '';
  display: block;
  position: absolute;
  top: 39px;
  height: 2px;
  width: 134px;
  background-color: transparent;
  left: -133px;
  margin: 0 0 0 auto;
  text-align: left;
}

.inner_vfc p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 132px;
  height: 2px;
  width: 151px;
  background-color: transparent;
  right: -82px;
  margin: 0;
  text-align: left;
  transform: rotate(-54deg);
  z-index: -9;
}

.particles {
  background: url('assets/images/particals.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 96%
}

.left_text {
  position: absolute;
  left: -246px;
  right: 0;
  top: -7px;
  transform: rotate(-80deg);
  padding: 7px 0;
}

.left_text p {
  font-size: 16px;
  font-weight: bold;
}

.right_text {
  position: absolute;
  right: -108px;
  bottom: 3px;
  left: -99px;
  transform: rotate(-20deg);
}

.right_text p,
.right_text span,
.top_text p {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.top_text {
  position: relative;
}

.top_text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  height: 2px;
  width: 150px;
  background-color: transparent;
  right: 10px;
  margin: 0 23px 0 0;
  text-align: left;
  transform: rotate(30deg);
  z-index: 9;
}

.left_text p:hover,
.right_text p:hover,
.right_text span:hover,
.top_text p:hover {
  color: red;
}

.footer_wrap_bg {}

.footer_wrap_bg img {
  width: 100%;
}

.imgbox {
  z-index: -9;
}

.imgbox img {
  width: 100%;
}

.footer_wrap_bg {
  margin: 0;
}

.left_footer {
  position: static;
  text-align: left;
  left: 98px;
  z-index: 9;
  top: -19px;
}

.footer-links a {
  font-size: 13px;
}

.top_text p {
  position: absolute;
  right: -18px;
  top: -281px;
  transform: rotate(47deg);
}

.particles p span {
  width: 17px;
  height: 17px;
  background: #fda640;
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  top: -1px;
  right: -55px;
  display: none;
}

.tool-tip_box {
  position: absolute;
  background: #fff;
  padding: 15px 21px;
  border: 1px solid #ccccccd1;
  z-index: 99999;
  visibility: visible;
  overflow: visible;
  width: 400px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  opacity: 0;
}

.left_tool {
  top: -68px;
  transform: rotate(80deg);
  left: 59px;
}

.top_tool {
  top: -128px;
  transform: rotate(0);
  left: 84px;
}

.right_tool {
  top: -10px;
  transform: rotate(22deg);
}

.left_tool p,
.right_tool p,
.top_tool h4 {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}

.left_tool p:hover,
.right_tool p:hover,
.top_tool h4:hover {
  color: #000;
}

.left_text:hover .tool-tip_box {
  display: block;
  opacity: 1;
}

.top_text:hover .tool-tip_box {
  display: block;
  opacity: 1;
}

.right_text:hover .tool-tip_box {
  display: block;
  opacity: 1;
}

.vfc_lab h4 img {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  object-fit: cover;
  margin: 0 0 0 5px;
}

.top_head,
.main_head {
  text-align: center;
}

.top_head p {
  font-size: 24px;
  margin: 50px auto 33px;
  text-transform: uppercase;
  color: #22382F;
  font-weight: 700;
  position: relative;
  width: 200px;
}

.main_head h2 {
  /* minor cosmetics */
  display: table;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #22382F;
  font-weight: 700;
  width: 50%;
  /* divider width */
  margin: 30px auto 20px;
  z-index: 9999;
  /* spacing above/below */
}

.main_head h2 span {
  display: table-cell;
  position: relative;
}

.main_head h2 span:first-child,
.main_head h2 span:last-child {
  width: 50%;
  top: 15px;
  /* adjust vertical align */
  -moz-background-size: 100% 2px;
  /* line width */
  background-size: 100% 2px;
  /* line width */
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.main_head h2 span:first-child {
  /* color changes in here */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#f37e36));
  background-image: -webkit-linear-gradient(180deg, transparent, #f37e36);
  background-image: -moz-linear-gradient(180deg, transparent, #f37e36);
  background-image: -o-linear-gradient(180deg, transparent, #f37e36);
  background-image: linear-gradient(90deg, transparent, #f37e36);
}

.main_head h2 span:nth-child(2) {
  padding: 0px 15px;
  width: auto;
  white-space: nowrap;
}

.main_head h2 span:last-child {
  /* color changes in here */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f37e36), to(transparent));
  background-image: -webkit-linear-gradient(180deg, #f37e36, transparent);
  background-image: -moz-linear-gradient(180deg, #f37e36, transparent);
  background-image: -o-linear-gradient(180deg, #f37e36, transparent);
  background-image: linear-gradient(90deg, #f37e36, transparent);
}

.sectorbox {}

.proudctsbox {
  padding: 0 0 33px;
  text-align: center;
}

.left_text p>a,
.top_text p>a,
.right_text p>a {
  color: #fff;
}

.icon_list,
#slider,
.tabs_wrap {
  /*  display: none;*/
}

.cyber_security_wrap {
  padding: 13px 0;
}

.bg_cyber {
  background: url(/assets/images/banner_security.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 362px;
}

.cyber_info {
  padding: 109px 0 97px 101px;
  width: 610px;
}

.cyber_info h4 {
  color: #FF923A;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.cyber_info h5 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 3px 0 3px;
}

.cyber_info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding-right: 91px;
}

.cyber_info a {
  border: 1px solid #ff923a;
  color: #fff;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 5px;
  margin-top: 22px;
}

.cyber_info a:hover,
.bg_infohead a:hover {
  background: #ff923a;
  color: #fff;
}

.cyber_info a img {
  width: 16px;
  display: inline-block;
  max-width: initial;
}

.social_icons .hasDropdown {
  border: 1px solid #6C757D;
  background: #0e0e0e;
  padding: 5px;
  border-radius: 4px;
  margin: -7px 4px 0 0;
  top: 0px;
}

.dropdownItem {
  margin: 0;
  background: #323232;
}

.header_wrap nav ul {
  display: inline-block;
}

.blogwrap {}

.vfc-lab {
  width: 48%;
  float: left;
  /* z-index: 9; */
  /* margin-right: 35px; */
  /* visibility: visible;
  overflow: visible; */
}

.inner_box_lab {
  margin: 0;
}

.inner_box_lab img {
  height: 177px;
  object-fit: cover;
  width: 100%;
}

.bg_infohead {
  padding: 40px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 0 0 20px 20px;
  height: 370px;
}

.infhead_1 {
  background: url(assets/images/banner_left.png);
}

.infhead_2 {
  background: url(assets/images/banner_right.png);
}

.bg_infohead h4 {
  color: #E39455;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.bg_infohead ul {
  margin-left: 20px;
}

.bg_infohead ul li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #323232;
  font-weight: 500;
}


.bg_infohead p {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}

.bg_infohead a {
  border: 2px solid #E39455;
  color: #323232;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  margin-top: 22px;
}

.bg_infohead a img {
  display: inline-block;
}

.vfc-portable {
  float: right;
  width: 48%;
  /* margin-left: 51px;
  visibility: visible;
  overflow: visible;
  z-index: 9; */
}

.proudctsbox p {
  margin-bottom: 0;
}

.gradient_box {
  clear: both;
  padding: 20px 0 0;
}

.inner_gradient_box {
  background: url(assets/images/greenbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 44px 103px;
}

.inner_gradient_box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 7px;
}

.inner_gradient_box h3 {
  color: #B6DB8A;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 18px 0 0;
  text-transform: uppercase;
}

.inner_gradient_box h3 span {
  display: block;
  color: #fff;
}

.logo__box {
  text-align: center;
  background: #f5f5f5;
  padding: 18px 10px;
  margin-bottom: 40px;
}

.logo__box img {
  width: auto;
  display: inline-block;
  padding: 0 9px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
  margin-left: 15px;
}

.top_head p:before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: 17px;
  width: 62px;
  height: 3px;
  background: #E39455;
}

.top_head p:after {
  content: '';
  display: block;
  position: absolute;
  right: -80px;
  top: 17px;
  width: 62px;
  height: 3px;
  background: #E39455;
}

.vfc_wrap .right_text span {
  top: -65px;
  right: auto;
  left: -89px;
}

.vfc_wrap .top_text span {
  top: -19px;
  right: -182px;
}

.flag_box {
  display: inline-block;
}

.flag_box_up img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0;
}


.carousel {
  position: relative;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel {
  display: flex;
  animation: scroll 20s linear infinite;
}

.logo-carousel {
  display: flex;
}

.icon-images {
  max-width: 90px;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}




@media(max-width: 767px) {
  .container {
    width: auto;
  }

  .vfc_wrap img {
    width: 263px;
  }

  .top_head p {
    font-size: 16px;
  }

  .top_head p:before,
  .top_head p:after {
    top: 10px;
    width: 13%;
  }

  .top_head p {
    width: 100%;
  }

  .vfc-portable {
    margin-left: 0;
  }

  .bg_infohead {
    height: auto;
  }

  .bg_cyber {
    height: 150px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .top_text p {
    right: 2px;
    top: -45px;
  }

  .right_text p,
  .right_text span,
  .top_text p {
    font-size: 11px;
  }

  .inner_vfc p:after {
    top: 1px;
    width: 141px;
    right: -76px;
  }

  #vfc_portable {
    border-left: none;
    padding: 0;
  }

  .footer_wrap_bg {
    margin: 0;
  }

  .left_footer {
    top: 0;
    padding: 0 16px 17px;
  }

  .vfc_lab {
    width: 100%;
  }

  .header__wrap {
    padding: 10px 10px;
  }

  .navigation_bar li a {
    color: #fff;
  }

  #mobileMenu {
    background: #000;
  }

  .icon_list ul {
    border-top: none;
    padding: 0;
    margin-top: 10px;
  }

  .social_icons ul {
    text-align: left;
    padding: 11px 0 0 17px;
  }

  .social_icons {
    display: block;
    position: static;
    text-align: left;
    float: none;
  }

  .header_wrap .px-5 {
    padding: 11px 12px;
  }

  .icon_list li {
    padding: 0;
    margin: 0 0 5px;
    display: block;
  }

  .icon_list ul li a {
    font-size: 14px;
  }

  #mobileMenu {
    width: 100%;
  }

  .bg-cover,
  .banner_box {
    width: 100%;
    margin: 0 auto;
  }

  #site-content {
    padding: 0 11px;
  }

  #testimonials {
    width: 100%;
  }

  #app .bg-md5-bg-modal {
    width: 100%;
    margin: 0 auto 20px;
  }

  .circle_box {
    width: 273px;
    height: 273px;
  }

  .left_text p {
    font-size: 24px;
  }

  .left_text {
    top: 43px;
  }

  .inner_vfc p {
    margin: 88px auto 0;
  }

  .right_text p,
  .right_text span {
    font-size: 12px;
  }

  .right_text {
    bottom: 50px;
    right: 60px;
  }

  .inner_vfc p:after {
    top: -8px;
    width: 127px;
    right: -70px;
  }

  .particles p span {
    width: 10px;
    height: 10px;
    top: -21px;
  }

  .tool-tip_box {
    padding: 15px 5px;
    width: auto;
  }

  .left_tool p,
  .right_tool p,
  .top_tool h4 {
    font-size: 11px;
  }

  .right_tool {
    top: 112px;
    transform: rotate(-168deg);
    left: 142px;
    width: 203px;
  }

  .left_tool {
    top: 69px;
    transform: rotate(75deg);
    left: 218px;
    margin-top: 0px;
    width: 175px;
  }

  .left_footer {
    position: static;
    text-align: center;
  }

  .inner_vfc p:before {
    top: 39px;
    width: 94px;
    left: -93px;
  }

  .top_text:after {
    bottom: -26px;
    height: 2px;
    width: 113px;
    right: 0;
  }

  .cyber_info {
    padding: 16px 13px;
    width: 100%;
  }

  .cyber_info h4 {
    font-size: 15px;
  }

  .cyber_info h5 {
    font-size: 12px;
  }

  .cyber_info p {
    font-size: 10px;
  }

  .cyber_info a {
    padding: 5px 16px;
    margin-top: 11px;
    font-size: 12px;
  }

  .vfc-lab,
  .vfc-portable {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 0 10px 20px;
  }

  .bg_infohead {
    padding: 15px;
  }

  .inner_box_lab img {
    height: 113px;
  }

  .inner_gradient_box {
    padding: 14px;
  }

  .inner_gradient_box p {
    font-size: 12px;
  }

  .inner_gradient_box h3 {
    font-size: 13px;
  }

  .footer_wrap {
    padding: 12px 21px;
  }

  .left_text {
    position: absolute;
    left: -208px;
    right: 5px;
    top: 15px;
    transform: rotate(-75deg);
    padding: 7px 0;
  }

  .top_text p {
    position: absolute;
    right: -18px;
    top: -281px;
    transform: rotate(54deg);
    right: auto !important;
    left: 31px;
    top: -244px !important;
  }

  .right_text {
    bottom: -42px;
    right: auto;
    left: -115px;
    transform: rotate(344deg);
  }

  .particles p span {
    right: -85px;
  }

  .vfc_wrap .top_text span {
    top: -38px;
    right: -142px;
  }

  body {
    overflow-x: hidden;
  }

  .vfc_wrap .right_text span {
    top: -60px;
    right: -43px !important;
    left: auto;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .bg_cyber {
    height: 150px;
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .bg_cyber {
    height: 300px;
    padding-top: 80px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .bg_cyber {
    height: 150px;
    padding-top: 20px;
    padding-left: 20px;
  }
}

/* Custom Styling Modifications */
.bg-dark {
  background-color: #343a40 !important;
}

.fcontainer {
  padding: 20px 10px;

}

/****************
STYLES FIXING
****************/

.body-content h1 {
  font-size: 28px;
  color: #6d6d6d !important;
  text-transform: uppercase;
  margin: 50px auto 30px;
  position: relative;
  width: 230px;
}

.body-content h1:before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: 17px;
  width: 62px;
  height: 3px;
  background: #E39455;
}

.body-content h1:after {
  content: '';
  display: block;
  position: absolute;
  right: -80px;
  top: 17px;
  width: 62px;
  height: 3px;
  background: #E39455;
}

.body-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #6d6d6d !important;
  margin: 0 0 10px;
}

.body-content h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18.0pt;
  font-weight: 400;
  color: #e39455 !important;
  margin: 0 0 10px;
}

.body-content p {

  color: #6d6d6d !important;
  margin: 0 0 20px;
}

.body-content ul {
  margin-bottom: 20px !important;
  margin-left: 2.0em !important;
}

.body-content ul li {
  color: #6d6d6d !important;
  margin: 0 0 5px 20px;
  padding-left: 15px;
}

.body-content a {
  color: #e39455 !important;
}

.body-content a:hover {
  color: #3498db !important;
}

/****************
SITE CONTENT
****************/