@charset "UTF-8";

/*
Theme Name: StylingCV
Author: StylingCV
Author URI: StylingCV
Version:01.01.2025
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.7rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

body {
  text-align: right;
}

@media (min-width: 1200px) {

  .container,
  .center-piece,
  .features-list>.wp-block-group__inner-container,
  .builder-container>.wp-block-group__inner-container,
  .resume-examples>.wp-block-group__inner-container,
  .resume-gallery>.wp-block-group__inner-container {
    max-width: 1140px !important;
  }

  .resume-examples>.wp-block-group__inner-container,
  .resume-gallery>.wp-block-group__inner-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nt-theme-content .rt-list {
    max-width: 1440px;
  }

  .navbar .container {
    max-width: 100% !important;
    width: auto !important;
  }
}

.navbar:not(.navbar-transparent).bootsnav .attr-nav {
  border-left: 0px solid rgba(36, 144, 217, 0.6);
  padding-left: 15px;
  margin-left: 30px;
}

.container>.row>.col-lg-12 {
  padding: 0;
}

.center-piece,
.features-list>.wp-block-group__inner-container,
.builder-container>.wp-block-group__inner-container,
.resume-examples>.wp-block-group__inner-container,
.resume-gallery>.wp-block-group__inner-container,
.nt-theme-content .rt-list {
  margin: auto;
}

/* line 8, sass/_bootstrap.scss */
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mega-menu>li>.mega-sub-menu {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.mega-menu li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
}

.mega-menu.max-mega-menu.mega-menu-horizontal>li>a {
  padding: 12px 15px !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
  background: #F8FEFF !important;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.211047) !important;
  border-top: solid #e8e8e8 1px;
  padding: 0 41px !important;
}

.mega-sub-menu li a.mega-menu-link {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.mega-sub-menu li a.mega-menu-link:hover {
  background: none !important;
  color: #111a2b !important;
}

.mega-menu.max-mega-menu.mega-menu-horizontal>li>a i.dashicons.dashicons-menu {
  margin-top: 8px;
  color: #FEB516 !important;
  font-size: 25px;
  padding: 0px 10px;
  /* border: solid; */
  width: 43px !important;
  height: 32px;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  padding: 2px 10px;
}

.mega-menu.max-mega-menu.mega-menu-horizontal>li>a span.mega-indicator {
  display: none !important;
}

.mega-menu .title a {
  white-space: nowrap !important;
  color: #333 !important;
  font-size: 20px !important;
  padding: 16px 0 0px 10px !important;
}

.mega-menu .title:hover a {
  background: none !important;
}

.mega-menu .hidden {
  display: block !important;
  visibility: hidden !important;
}

.mega-menu-title {
  position: relative;
}

.mega-menu-description {
  color: #747474 !important;
}

.mega-sub-menu {
  position: relative;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group {
  display: block;
}

.mega-sub-menu .mega-menu-column:nth-child(6) .mega-sub-menu {
  display: flex !important;
  text-align: center;
  justify-items: center;
  align-items: center;
}

.mega-sub-menu .mega-menu-column:nth-child(3) .mega-menu-item-type-widget {
  text-align: center;
}

.mega-sub-menu .mega-menu-column:nth-child(3) .wp-caption {
  margin: 50px auto !important;
  padding: 0 !important;
  border: solid 0px red !important;
  background: transparent !important;
}

.mega-sub-menu .mega-menu-column:nth-child(5) .mega-menu-title,
.mega-sub-menu .mega-menu-column:nth-child(5) .mega-menu-description {
  color: #333 !important;
}

.mega-sub-menu .widget_media_image img {
  height: auto !important;
  margin: 64px auto auto auto;
  padding: 0 !important;
  display: inline !important;
  border-radius: 8px;
  overflow: hidden;
}

.mega-sub-menu .widget_media_image p {
  display: none;
}

.mega-sub-menu>.mega-menu-item .mega-menu-title {
  color: #109be6;
}

.mega-sub-menu>.mega-menu-item:hover .mega-menu-title {
  color: #000;
}

#mega-menu-item-11489 .mega-sub-menu .widget_media_image img {
  box-shadow: none;
}

#mega-menu-item-11489 .mega-sub-menu .mega-menu-column:nth-child(3) .mega-sub-menu {
  display: block !important;
}

#mega-menu-item-11489 .mega-sub-menu:after {
  width: calc((100vw - 1170px) / 2 + 390px);
}

@media only screen and (max-width: 600px) {
  .mega-sub-menu .mega-sub-menu {
    max-width: 100% !important;
  }

  .mega-sub-menu .mega-sub-menu .mega-sub-menu .title {
    display: none !important;
  }

  .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    padding: 0 !important;
  }

  .mega-sub-menu .mega-menu-column:nth-child(3) .mega-sub-menu li:first-child {
    display: none !important;
  }
}

.banner-area {
  background-image: linear-gradient(to right bottom, #20b0a8, #3bc1b5, #63d0aa, #8ddc9e, #b9e793);
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/triangles.png), linear-gradient(to right top, #2490d9, #00d685) !important;
}

.shadow.dark-hard::after {
  background: transparent !important;
}

.data-row:before,
.data-row:after,
.wpcf7:before,
.wpcf7:after {
  content: "";
  display: table;
}

.data-row:after,
.wpcf7:after {
  clear: both;
}

.banner-area .content h1 b {
  color: #2095f2;
  font-weight: 700;
}

.footer-copyrights {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  margin-top: 70px;
}

.footer-copyrights a {
  color: #2095f2;
  font-weight: bold;
}

.wpb_text_column ul,
.wpb_text_column ol {
  color: #232323;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  margin-left: 20px !important;
}

.wpb_text_column ul {
  list-style-type: disc !important;
}

.wpb_text_column p {
  text-align: justify;
}

.fun-fact {
  color: #232323;
  font-size: 17px;
  padding-bottom: 30px;
}

.features-area .item .icon {
  width: 71px;
}

.fun-fact strong {
  display: block;
  font-size: 30px;
}

.post-content .container {
  width: 100%;
}

.lists-view .nt-column-inner {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.lists-view .about-area .services-info .item {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 30px 30px 0 30px;
}

.lists-view .wpb_text_column {
  padding: 0 30px 30px 30px;
  color: #fff;
}

li.mega-menu-item>a.mega-menu-link {
  color: #000 !important;
}

li.golden-btn>a.mega-menu-link {
  text-transform: capitalize !important;
  display: inline-block !important;
  padding: 7px 29px !important;
  border-radius: 3px !important;
  color: #000 !important;
  margin: 12px auto 20px auto !important;
  line-height: 1.47059 !important;
  font-weight: 500 !important;
  letter-spacing: -0.022em !important;
  background: #feb515 !important;
  border: 1px solid rgba(255, 174, 0, 0) !important;
  cursor: pointer !important;
  font-size: 17px !important;
  min-width: 30px !important;
  text-align: center !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

li.golden-btn>a.mega-menu-link .mega-menu-title:after {
  display: none;
}

li.golden-btn>a.mega-menu-link .mega-menu-title {
  font-weight: 700;
  color: #000 !important;
}

li.golden-btn>a.mega-menu-link .mega-menu-description {
  color: #fff !important;
  margin: 0 !important;
}

li.golden-btn>a.mega-menu-link:hover {
  background: #ffc442 !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
  letter-spacing: 0;
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 900px) {

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title,
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
    padding-bottom: 6px;
  }
}

.languages.mega-menu-item>.mega-sub-menu:after {
  display: none !important;
}

.languages li a:after {
  content: "\f345";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: 0;
  position: absolute;
  line-height: inherit;
  color: #FEB516;
}

.attr-nav>ul>li {
  padding: 18px 0 !important;
}

#mega-menu-wrap-header_menu_1 {
  height: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  #mega-menu-wrap-header_menu_1 {
    top: 0;
    position: absolute;
    right: 0;
  }
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-item>a.mega-menu-link {
  height: auto;
}

@media only screen and (max-width: 900px) {
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-item>a.mega-menu-link {
    font-size: 30px !important;
    text-align: center;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-item>a.mega-menu-link i {
    display: none;
  }
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item>a {
  display: none;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item>ul.mega-sub-menu {
  display: block;
}

.language-menu {
  overflow: hidden;
}

.language-menu a {
  width: 300px !important;
  text-align: right !important;
}

.language-menu a img {
  max-width: 30px !important;
  margin-right: 10px;
}

.language-menu a span {
  margin-left: 6px;
}

@media only screen and (min-width: 1200px) {
  #navbar-menu .navbar-right {
    margin-left: 60px;
  }
}

.language_menu {
  position: relative;
}

.language_menu .dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 205px;
}

.navbar.navbar-default .container.w-100 {
  max-width: 100% !important;
}

.mega-sub-menu .mega-sub-menu .mega-sub-menu .custom-html-widget a.mobile-menu-btn {
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  padding: 5px 17px !important;
  text-transform: capitalize;
  background-color: #feb516;
}

.mega-sub-menu .mega-sub-menu .mega-sub-menu .custom-html-widget a.mobile-menu-btn.mobile-menu-btn-2 {
  margin-left: 14px;
  color: #fff;
  background-color: #109be6 !important;
}

@media only screen and (max-width: 600px) {

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 input,
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 img {
    max-width: 150px !important;
  }
}

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

	[Table of contents]

	1. Defaults
	2. WordPress Cores
	3. Widgets
	4. Share Buttons
	5. Articles
	6. Post Content Area
	7. Preloaders
	8. WPBakery ( Visual Composer )

-------------------------------------------------------------------*/
/* 1. Defaults */
a:focus,
a:hover {
  color: #2195F2;
  text-decoration: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #eee;
}

blockquote {
  border-left: 4px solid #eee;
  padding: 10px 10px 10px 30px;
  margin: 25px 0;
}

#nt-blog dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-spacing: 0px;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

code {
  white-space: normal;
}

p {
  margin: 10px 0 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.nt-text-logo {
  margin: 9px 0;
  font-size: 19px;
  display: inline-block;
  text-transform: capitalize;
}

#nt-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nt-blog {
  position: relative;
}

.relative {
  position: relative !important;
}

.nt-clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* 2. WordPress Core */
.bypostauthor,
.gallery-caption {
  display: block;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 15px 0 0;
  font-size: 14px;
  padding: 0 4px 5px;
}

@media only screen and (min-width: 992px) {
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
  }

  .wp-caption.alignnone {
    margin: 50px 20px 40px 0;
  }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }

  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }

  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 40px 0;
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 50px auto 40px auto;
  }
}

.sticky_text {
  background: #857F79;
  padding: 10px;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin: 1px 0 10px;
}

.page article .article-img {
  margin-bottom: 40px;
}

.nt-theme-inner-container {
  padding: 120px 0;
}

/* 3. Widgets */
#nt-sidebar #searchform {
  position: relative;
  max-height: 50px;
}

#nt-sidebar .menu {
  opacity: 1 !important;
}

#nt-sidebar #searchform input#searchsubmit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: rgba(249, 241, 230, 0);
  border: 0;
  background: #27477A;
  color: #322C2C;
  margin-left: 0;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#nt-sidebar .widget_text {
  min-height: 20px;
}

#nt-sidebar #searchform input#searchsubmit {
  color: #333;
}

#nt-sidebar #searchform input#searchsubmit {
  background-color: #FFED91;
}

#nt-sidebar #searchform input#searchsubmit {
  background-color: #222;
  color: #fff;
}

#nt-sidebar .widget-title {
  color: #222;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#wp-calendar a,
a {
  color: #2195F2;
}

#nt-sidebar select {
  max-width: 100%;
  border: 2px solid #ddd;
  padding: 10px;
  height: 37px;
  color: #111;
  min-width: 100%;
}

#nt-sidebar form {
  margin: 5px 0;
}

/* rss widget */
.sidebar-widget.widget_rss ul {
  padding: 0px;
  margin: 0;
}

.sidebar-widget.widget_rss ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 3px 0 25px;
  list-style: none;
}

.sidebar-widget.widget_rss ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px !important;
  list-style: none;
}

.sidebar-widget.widget_rss ul li a {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-widget.widget_rss ul li span {
  color: #2195F2;
  margin-bottom: 5px;
  display: block;
}

.sidebar-widget.widget_rss .sidebar-widget-title a {
  font-weight: 600;
  color: #373737;
  vertical-align: top;
}

.sidebar-widget.widget_rss cite {
  font-weight: 600;
  color: #3d3d3d;
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.sidebar-widget.widget_rss cite:before {
  content: "-- ";
}

.sidebar-widget.widget_rss .rssSummary {
  margin-top: 5px;
}

.container-author-box .avatar {
  border-radius: 50%;
}

.container-author-box .c-social-1-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.also-like-title {
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}

section.page {
  padding: 0;
}

.post-meta-first {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 14px;
}

.post-meta-second span i,
.post-meta-first span i {
  margin: 0 6px 0 6px;
  padding-right: 3px;
  font-size: 14px;
  vertical-align: inherit;
}

.post-meta-second span:first-child i,
.post-meta-first span:first-child i {
  margin-left: 0;
}

.entry-title {
  margin: 0;
  margin-bottom: 15px;
  color: #222222;
}

.entry-title a {
  padding: 0;
  color: #2B2F3E;
  font-size: 21px;
  text-decoration: inherit;
}

.article-img,
.blog-bg {
  margin-bottom: 20px;
}

article img {
  max-width: 100%;
  height: auto !important;
}

.posts article:last-child {
  border: none !important;
  margin-bottom: 0px;
  border: 0;
  padding-bottom: 0;
}

.tags-links {
  border-right: 2px solid #ddd;
  padding: 0px 10px 0 0px;
  display: inline-block;
  margin: 0px 10px 0px 0;
}

p.category {
  padding: 0px 10px 0 0px;
  display: inline-block;
  margin: 0px 10px 0px 0;
}

.meta {
  margin: 20px 0;
  font-size: 12px;
}

.single-post article {
  margin-bottom: 14px;
}

.single .post-content {
  margin-bottom: 40px;
}

.nt-breadcrumb {
  background: none;
  color: #fff !important;
  font-size: 15px !important;
  margin-left: -4px;
  text-transform: capitalize;
  vertical-align: middle;
  display: inherit;
  padding: 8px 15px 8px 0;
}

.nt-breadcrumb span {
  margin-left: 3px;
}

.nt-breadcrumb a span {
  margin-right: 5px;
}

.nt-breadcrumb .current-item {
  color: #ffffff;
}

.nt-breadcrumbs {
  margin: 20px 0;
}

ul.nt-breadcrumbs-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
}

ul.nt-breadcrumbs-list li {
  display: inline-block;
  margin-right: 8px;
}

ul.nt-breadcrumbs-list i {
  font-size: 16px;
}

.breadcrumbs {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

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

.breadcrumbs.left {
  text-align: left;
}

span.bredcrumb-separator {
  margin: 0 5px;
}

.breadcrumbs {
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs a {
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumbs span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none !important;
}

.breadcrumbs a {
  text-decoration: none !important;
}

.breadcrumb {
  padding: 8px 15px 8px 0;
}

.breadcrumb-current {
  color: #FFED91;
}

.breadcrumb-current {
  color: #4c8fff;
  font-weight: 600;
}

.hero-container .breadcrumb {
  padding: inherit;
  margin-bottom: inherit;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem;
}

.align-center.edit-buttons {
  text-align: center;
  position: relative;
}

.align-center.edit-buttons span a {
  color: #FFF;
}

.align-center.edit-buttons span {
  text-align: center;
  position: absolute;
  top: 0px;
  background: #2EB267;
  color: #FFF;
  padding: 5px 10px;
}

.video-responsive {
  width: 100%;
}

.video-responsive iframe {
  width: 100%;
}

.strong {
  font-weight: 600;
}

/* 4. Share Buttons */
.post-password-form label {
  display: inline;
}

.post-password-form input[type=password] {
  width: auto;
  margin: 20px 15px;
  padding: 0px 12px 5px;
  font-size: 14px;
  line-height: 1.428571;
  color: #555;
  border: 1px solid #d7e0e5;
  background-color: #ffffff;
  height: 40px;
  min-height: 40px;
}

.post-password-form input[type=submit] {
  color: #ffffff;
  border: 0;
  background-color: #2195F2;
  height: 30px;
  line-height: 30px;
  margin-top: -10px;
  padding: 0 35px;
  min-height: 40px;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: normal;
  cursor: pointer;
  border-style: solid;
  font-family: inherit;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

.post-password-form input[type=submit]:hover {
  background-color: #191919;
}

.gallery-content ul {
  padding: 0;
}

.gallery-content ul li {
  list-style: none;
}

/*  5.  Articles   */
.c-backtop-1 {
  background-color: #f7f7f7;
}

.sidebar-widget ol ol,
.sidebar-widget ul ul {
  padding: 0px 0 0 0px;
  margin: 20px 0px 0px 15px;
  list-style: circle;
}

.nt-theme-content .flexslider {
  margin-bottom: 40px;
}

article.page {
  background: inherit !important;
}

.search-results article,
article.hentry {
  margin-bottom: 40px;
}

.video-responsive {
  width: 100%;
}

.video-responsive iframe {
  width: 100%;
  height: 100%;
}

body.search article .searchform {
  float: none;
}

#nt-sidebar table {
  margin-bottom: 0px;
  font-size: 14px;
}

table.table {
  margin-bottom: 40px;
  font-size: 14px;
}

.table td,
.table th {
  padding: 9px;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

body.error404 .content-error .searchform input[type=submit] {
  line-height: 43px;
  position: relative;
  width: 15%;
  top: -1px;
  background: #222;
  border: none;
  color: #fff;
  left: -3px;
}

.nt-theme-content ol,
.nt-theme-content ul {
  margin-bottom: 30px;
  margin-top: 30px;
}

.single .the-post-thumbnail {
  margin-bottom: 30px;
}

.page-post-1-tags {
  clear: both;
  margin: 30px 0 60px;
}

.page-links {
  clear: both;
  margin: 40px 0 40px;
}

.page-links span span {
  margin-right: 0px;
}

.page-links a {
  margin-right: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #999999;
  background-color: #f0f3f5;
  text-align: center;
  border-radius: 100%;
  font-weight: 500;
}

.page-links a:hover {
  color: #ffffff !important;
  background-color: #2195F2;
}

span.page-links-title {
  margin-right: 4px;
  display: inline-block;
  width: 80px;
  height: 39px;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  background: #2195F2;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 21px;
}

.page-links .current {
  color: #ffffff;
  background-color: #2195F2;
  margin-right: 4px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-weight: 500;
}

.page article.hentry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.single article.hentry {
  margin-bottom: 40px;
}

.post-container {
  padding: 0 40px 25px;
}

.format-standard .post-container,
.search-results .post-container {
  padding: 0;
}

article.hentry.format-aside .hentry-box {
  background: #eee;
}

article.hentry .entry-wrap {
  padding: 43px 35px 35px 35px;
}

.blog article.hentry .entry-wrap {
  margin-top: -1px;
}

.post-thumb {
  position: relative;
}

/* 6. Post Content Area */
.post .nt-theme-content li {
  list-style: inherit !important;
}

.nt-theme-content .gallery-item img {
  border: 0 !important;
  margin-bottom: 10px;
}

.nt-theme-content .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: left !important;
  width: 23% !important;
}

.nt-theme-content .gallery-caption {
  margin-left: 0;
  max-width: 150px !important;
}

.nt-theme-content p iframe {
  max-width: 100%;
}

.nt-theme-content p {
  color: #222;
  margin: 0 0 20px;
}

.commentlist p {
  color: #222;
  margin: 0 0 20px;
}

.nt-theme-content,
nt-page-template-content {
  padding: 0;
  width: 100%;
}

.comment-paragraph {
  margin-left: 85px !important;
}

.c-comments-1-message.nt-theme-content img {
  margin-top: 15px;
}

.c-comments-1-item {
  list-style-type: none !important;
}

#comments .c-comments-1-message ul li,
#comments .c-comments-1-message ul {
  list-style-type: disc;
}

#comments .c-comments-1-message ol li,
#comments .c-comments-1-message ol ol,
#comments .c-comments-1-message ol {
  list-style-type: decimal;
}

#comments .c-comments-1-message ul li,
#comments .c-comments-1-message ol li {
  margin-left: 20px;
}

#comments .c-comments-1-message ul,
#comments .c-comments-1-message ol {
  margin-left: 5px;
  padding-left: 5px;
  margin: 5px 0;
}

.c-comments-1-message ul,
.nt-theme-content ul,
.nt-page-template-content ol,
.c-comments-1-message ol,
.nt-theme-content ol,
.nt-page-template-content ul {
  margin: 0px;
  padding-left: 22px;
}

.c-comments-1-message ul,
.nt-theme-content ul,
.nt-page-template-content ul li,
.c-comments-1-message ol,
.nt-theme-content ol,
.nt-page-template-content ol li {
  margin: 3px 0 0 0;
}

.c-comments-1-message>ul,
.nt-theme-content>ul,
.nt-page-template-content>ol,
.c-comments-1-message>ol,
.nt-theme-content>ol,
.nt-page-template-content>ul {
  margin: 30px 0 30px 0;
}

.c-comments-1-message {
  margin-top: 15px;
}

.c-comments-1 {
  margin-bottom: 80px;
}

.comments #cancel-comment-reply-link {
  display: block !important;
}

.tag-pingbacks-2 .commentlist {
  list-style: none;
}

.commentlist>li.comment {
  list-style: none;
  position: relative;
}

.c-comments-1-list .pingback {
  padding-left: 0;
}

.c-comments-1-list .pingpack .c-comments-1-avatar {
  display: none;
}

.nt-theme-content ol {
  list-style: decimal;
  padding-left: 20px;
}

.nt-theme-content ul,
.nt-theme-content ol {
  padding-left: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.nt-theme-content ul {
  list-style: disc;
}

.nt-theme-content ul li,
.nt-theme-content ol li {
  margin-top: 5px;
}

.nt-theme-content ul ul,
.nt-theme-content ol ol {
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.nt-theme-content ul ol ul {
  list-style: disc;
  padding-left: 20px;
}

.nt-theme-content .divider {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 40px;
}

.comments ul li ul li {
  margin: 10px;
}

.commentlist {
  margin: 0 0 20px 0 !important;
  padding: 0;
  list-style: none;
}

.commentlist .children {
  padding: 0;
  position: relative;
}

#comments ul.children li {
  padding-left: 70px !important;
  margin: 0 0 50px;
}

.comment-content ul li,
.comment-content ol li {
  margin-bottom: 15px !important;
  margin-left: 20px !important;
}

.comment-content,
.comment-content ul li {
  list-style-type: disc !important;
}

.children li {
  margin-left: 0px;
}

ol li:not(.pingback) .comment-meta {
  float: none;
  margin-left: 82px;
  margin-top: -42px;
  top: 0;
  font-size: 13px;
}

.comment.even {
  position: relative;
  list-style: none;
}

.comment-details {
  margin-left: 90px;
}

.children,
.comments {
  list-style-type: none;
}

.comment-reply-link {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #2195F2;
  color: #2195F2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.comment-reply-link:hover {
  color: #ffffff;
  background-color: #2195F2;
}

.commentmetadata a {
  font-size: 11px;
  font-weight: 600;
  color: #919191;
  text-transform: uppercase;
}

.fn,
.fn a,
.says {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  color: #232323;
}

.edit-comment {
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: inherit !important;
  background: #333;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  padding: 2px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

#reply-title,
#comments .page-post-2-title {
  margin-bottom: 30px !important;
  margin-top: 50px !important;
  font-size: 24px;
  display: block;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 21px;
}

#reply-title:before,
#comments .page-post-2-title:before {
  background: #2195F2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  width: 50px;
}

#reply-title:after,
#comments .page-post-2-title:after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 25px;
}

.comment-form-comment label {
  display: none;
}

.comment-form .submit {
  margin-top: 30px;
  border: none;
}

.depth-2 {
  margin-bottom: 20px;
}

.depth-5 p:last-child {
  margin-bottom: 0px !important;
}

@media (max-width: 575px) {
  #comments ul.children li {
    padding-left: 20px !important;
  }
}

/* formats */
.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
  overflow: hidden;
}

.post-thumb img {
  width: 100%;
  height: inherit;
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.format-aside p {
  margin: 0;
}

.format-gallery .post-thumb .flexslider {
  margin: 0;
}

.format-video .media-element {
  padding: 0px;
}

.format-chat .chat-transcript {
  color: #908f8f;
}

.format-chat .chat-transcript p {
  padding: 7px 10px;
  margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
  background: #f5f5f5;
}

.entry-title a:hover {
  color: #F37A5C;
}

.page-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.read-more {
  margin: 20px 0 0 !important;
}

.more-link {
  margin: 0 !important;
  color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
  padding: 30px;
  background-repeat: repeat;
  background-position: center center;
}

.content-quote-format-wrapper {
  float: left;
  width: 100%;
  height: auto;
}

.content-quote-format-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.content-quote-format-textwrap {
  position: relative;
  z-index: 2;
}

.format-status .entry-media h3 {
  margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.content-quote-format-textwrap h3 span[class*=icon-] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border: none !important;
  box-shadow: none !important;
}

.format-status .entry-media h3 {
  margin: -17px 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.entry-title a:hover {
  color: #2195F2;
}

.entry-title a {
  color: #222222;
}

#nt-blog {
  position: relative;
}

.entry-title {
  font-weight: 400;
}

.search-form-input {
  padding: 10px 3px 10px 20px;
}

body.search article .searchform {
  float: left;
}

body.search article .searchform input[type=submit] {
  float: left;
  line-height: 43px;
  position: relative;
  width: 20%;
  top: 0px;
  background: #222;
  border: none;
  color: #fff;
}

body.error404 .index .searchform {
  margin: 0 auto;
  width: 73%;
  float: left;
}

body.error404 .index .searchform input[type=text] {
  outline: 0;
  float: left;
  min-height: 46px;
  width: 80%;
  padding: 9px 0 7px 15px;
  font-size: 12px;
  border: 0px solid #efefef;
  background: #efefef;
}

body.error404 .index .searchform input[type=submit] {
  float: left;
  min-height: 46px;
  position: relative;
  width: 20%;
  top: 0px;
  background: #222222;
  border: none;
  color: #fff;
}

.search-no-results article .nt-sidebar-inner-search-form,
.content-error .nt-sidebar-inner-search-form {
  position: relative;
  max-width: 395px;
}

/* comments */
.container-for-comments {
  background: #fff;
}

label.screen-reader-text {
  display: none;
}

span.comment-author-link {
  color: #222;
}

.comment-form-comment {
  color: #222;
}

.container-for-comments .children {
  margin-bottom: 70px;
}

.comments ul {
  margin: 0;
  padding: 0;
  margin: 10px;
}

.comments ul li {
  list-style: none;
}

.comments ul li span .photo {
  padding: 0 !important;
}

.comments ul li .nt-theme-avatar {
  float: left;
  margin-right: 30px;
}

.comments ul li .commentlist {
  margin-left: 100px;
  border: 1px solid #EEE;
  padding: 8px 25px 20px;
}

.comment .children {
  margin: 50px 0;
}

.text-bold,
.comment-reply-title {
  font-size: 18px;
}

.comment-form textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #d7e0e5;
  background-color: #ffffff;
  margin-top: 30px;
}

.comment-form .submit {
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: inherit !important;
  max-width: 150px;
  background: #333;
  color: #fff;
  margin: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.comment-form-author,
.comment-form-email {
  width: 48%;
  float: left;
}

.comment-form-email {
  margin-left: 4%;
}

/* 7. Footer */
/* updates for wp defaults */
.post-container {
  padding: 0;
}

/* others  */
div.wpcf7-response-output {
  margin: 0;
  padding: 1.2em 1em;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  display: inline-block !important;
  margin: 15px 0 !important;
  width: 100% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #f70000;
  background-color: #f70000;
  color: #fff;
}

.footer-btm p {
  text-transform: capitalize;
  margin: 0px;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  display: inline-block !important;
  margin: 15px !important;
  width: 97.2% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #398f14;
  background-color: #398f14;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  background: #398F14;
  border: 2px solid #398f14;
  color: #fff;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
  background: #f8cf27 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #222;
  font-weight: 700;
  padding: 12px 30px 7px;
  text-transform: uppercase;
}

.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  display: inline-block;
}

.wpcf7 br {
  display: none;
}

.recent ol {
  padding: 1px;
  margin-top: 20px;
}

.recent ol li {
  list-style: disc;
}

.recent h3 {
  margin-bottom: 30px;
}

#nt-blog blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

#nt-blog .nt-theme-content ol,
#nt-blog .nt-theme-content ul,
#nt-blog .nt-theme-content ol li,
#nt-blog .nt-theme-content ul li {
  padding-left: 5px;
  margin-left: 10px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 991px) {
  #nt-sidebar {
    margin: 40px 0 0;
  }

  #nt-sidebar #searchform input[type=text] {
    width: 90%;
  }

  footer .widget {
    margin-bottom: 40px;
  }

  footer .widget-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #nt-sidebar #searchform {
    position: relative;
    max-height: 50px;
    margin-top: 90px;
  }

  .index-header {
    height: 100vh !important;
  }
}

@media (max-width: 480px) {
  .avatar-class {
    float: none;
    margin-right: 30px;
    margin-bottom: 15px;
    display: block;
  }

  .comment-details,
  .comments ul li .commentlist {
    margin-left: 0;
  }

  .pager li>a,
  .pager li>span {
    float: none;
    width: 100%;
  }

  .template-cover-text .uppercase {
    font-size: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #fff;
  }

  .comment-meta {
    margin-bottom: 15px;
  }
}

body .wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
}

.blog-medium-container iframe {
  max-width: 100%;
  height: auto;
  min-height: 170px;
}

.single .blog-post-body ul {
  text-align: left;
}

.comment-meta {
  margin-bottom: 20px;
}

.commentlist li h1 {
  letter-spacing: -0.5px !important;
}

.c-comments-1-list li.comment ul.children {
  padding: 0;
}

.reply {
  margin-left: 85px;
}

#respond {
  margin: 30px 0 0px;
}

.commentlist div:not(#respond) p {
  color: #222;
  margin: 0 0 20px;
}

.page-post-2-title {
  margin-bottom: 40px !important;
  font-weight: 500;
  font-size: 24px;
}

.says {
  display: none;
}

.widget-list-span {
  position: absolute;
  right: 0;
  float: right;
  top: 0;
  left: 96%;
  border: 1px solid #e7ecef;
  min-width: 24px;
  border-radius: 3px;
  min-height: 20px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  color: #111;
}

button:focus {
  outline: 0;
}

#cancel-comment-reply-link {
  font-size: 13px;
}

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

  1. Tags
  2. Sidebar
  3. Post formats
  4. Text formats
  5. Section
  6. Pager - Pagination
  7. Buttons
  8. Comment - Form
  9. Spaces - Heights
  10. Colors
  11. Page layouts

-------------------------------------------------------------------*/
/* 1. Tags */
.c-tags-1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-tags-1:before,
.c-tags-1:after {
  content: "";
  display: table;
}

.c-tags-1:after {
  clear: both;
}

.c-tags-1-item {
  float: left;
  margin-right: 10px;
}

.c-tags-1-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #232323;
  border: 1px solid #e7ecef;
  padding: 5px 15px;
  border-radius: 0px;
  text-transform: capitalize !important;
}

.c-tags-1-link:hover {
  color: #ffffff;
  background: #2195F2;
  border-radius: 40px;
}

/* 2. Sidebar */
.sidebar-widget {
  border-bottom: 1px solid #e7ecef;
}

@media (max-width: 575px) {
  .sidebar-widget {
    padding: 30px;
  }
}

@media (min-width: 576px) {
  .sidebar-widget {
    padding: 50px;
  }
}

.sidebar-widget a {
  color: #232323;
}

.sidebar-widget a:hover {
  color: #2195F2;
}

.sidebar-widget p {
  margin-bottom: 10px;
}

.sidebar-widget .textwidget img {
  margin: 10px 0;
}

.sidebar-widget p:last-child {
  margin-bottom: 0;
}

.sidebar-widget h5 {
  font-size: 16px;
  font-weight: 500;
}

.sidebar-widget h6 {
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}

.sidebar-widget-title {
  margin-bottom: 30px;
  font-size: 18px;
}

.sidebar-widget ol li,
.sidebar-widget ul li {
  margin-bottom: 20px;
  position: relative;
}

.sidebar-widget ol li:last-child,
.sidebar-widget ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget ol,
.sidebar-widget ul {
  margin: 0 0 0 16px;
  padding: 0;
  text-transform: capitalize;
  list-style: circle;
}

.sidebar-widget .children {
  list-style: circle;
}

.nt-sidebar-inner-search-form {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
}

.nt-sidebar-inner-search-field {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 8px 40px 8px 0;
  border: 0;
  background-color: rgba(247, 247, 247, 0);
  border: 1px solid #e7ecef;
  padding-left: 10px;
}

.nt-sidebar-inner-search-button {
  position: absolute;
  top: 10px;
  right: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nt-sidebar-inner-search-button:hover {
  color: #2195F2;
}

.nt-sidebar-inner-nav ul li {
  margin-bottom: 20px;
}

.nt-sidebar-inner-nav ul li:last-child {
  margin-bottom: 0;
}

.nt-sidebar-inner-recentposts ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nt-sidebar-inner-recentposts ul li {
  margin-bottom: 30px;
  font-size: 13px;
}

.nt-sidebar-inner-recentposts ul li:last-child {
  margin-bottom: 0;
}

.nt-sidebar-inner-recentcomments ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nt-sidebar-inner-recentcomments ul li {
  margin-bottom: 30px;
  font-size: 13px;
}

.nt-sidebar-inner-recentcomments ul li:last-child {
  margin-bottom: 0;
}

.nt-sidebar-inner-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nt-sidebar-inner-tags ul:before,
.nt-sidebar-inner-tags ul:after {
  content: "";
  display: table;
}

.nt-sidebar-inner-tags ul:after {
  clear: both;
}

.nt-sidebar-inner-tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nt-sidebar-inner-tags ul li a {
  font-size: 12px;
}

/* 3. Post formats */
.c-blog-3-sticky {
  display: none;
  position: absolute;
  top: 0;
  left: -25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #2195F2;
}

.c-blog-3-media-link {
  display: block;
}

.c-blog-3-media-image {
  display: inline-block;
  width: 100%;
}

@media (max-width: 575px) {
  .c-blog-3-info {
    padding: 30px;
  }
}

@media (min-width: 576px) {
  .c-blog-3-info {
    padding: 50px;
  }
}

.c-blog-3-info {
  border-width: 5px 0 0 0;
  border-style: solid;
}

.c-blog-3-info-title {
  font-weight: 500;
}

@media (max-width: 575px) {
  .c-blog-3-info-title {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .c-blog-3-info-title {
    font-size: 26px;
  }
}

.c-blog-3-info-title a {
  color: #232323;
}

.c-blog-3-info-title a:hover {
  color: #2195F2;
}

.c-blog-3-info-category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .c-blog-3-info-summary {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .c-blog-3-info-summary {
    font-size: 16px;
  }
}

.c-blog-3-info-summary p {
  margin-bottom: 10px;
}

.c-blog-3-info-summary p:last-child {
  margin-bottom: 0;
}

.c-blog-3-info-link {
  margin-top: 20px;
}

.c-blog-3-info-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
  color: #777777;
}

.c-blog-3-info-meta:before,
.c-blog-3-info-meta:after {
  content: "";
  display: table;
}

.c-blog-3-info-meta:after {
  clear: both;
}

@media (max-width: 575px) {
  .c-blog-3-info-meta {
    font-size: 12px;
  }
}

.c-blog-3-info-meta-item {
  float: left;
  margin-right: 5px;
}

.c-blog-3-info-meta-item:last-child {
  margin-right: 0;
}

.c-blog-3-info-meta-link {
  color: #232323;
}

.c-blog-3-info-meta-link:hover {
  color: #2195F2;
}

.c-blog-3-item {
  margin-bottom: 50px;
}

.c-blog-3-item:last-child {
  margin-bottom: 0;
}

.c-blog-3-item-inner {
  border: 1px solid #e7ecef;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
}

.c-blog-3-item.-has-sticky .c-blog-3-sticky {
  display: inline-block;
}

.c-blog-3-item.-has-sticky .c-blog-3-item-inner {
  position: relative;
}

.c-blog-3-item.-format-standard .c-blog-3-info {
  border-color: #cccccc;
}

.c-blog-3-item.-format-quote .c-blog-3-info {
  border-color: #b479c9;
}

.c-blog-3-item.-format-aside .c-blog-3-info {
  border-color: #f4be69;
}

.c-blog-3-item.-format-status .c-blog-3-info {
  border-color: #23c1de;
}

.c-blog-3-item.-format-chat .c-blog-3-info {
  border-color: #00cacc;
}

.c-blog-3-item.-format-link .c-blog-3-info {
  border-color: #3168dc;
}

.c-blog-3-info-summary .page-links span {
  margin-right: 5px;
}

.c-blog-3-info-meta-item {
  float: left;
  margin-right: 9px;
  vertical-align: middle;
  line-height: 1.7;
}

.c-blog-3-info-meta-item i {
  margin-right: 4px;
  margin-left: 0px;
}

.c-blog-3-media .article-img,
.c-blog-3-media .blog-bg {
  margin-bottom: 0px;
}

/* 4. Text formats */
.nt-hero-title {
  font-size: 46px;
  font-weight: 100;
  margin-bottom: 30px;
}

.nt-hero-title small {
  font-weight: 100;
}

@media (max-width: 767px) {
  .nt-hero-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .nt-hero-title {
    font-size: 28px;
  }
}

.nt-hero-description {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .nt-hero-description {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .nt-hero-description {
    font-size: 14px;
  }
}

.u-text-title {
  font-size: 38px;
  font-weight: 100;
}

.u-text-title small {
  font-weight: 100;
}

@media (max-width: 767px) {
  .u-text-title {
    font-size: 26px;
  }
}

.nt-hero-description {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .nt-hero-description {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .nt-hero-description {
    font-size: 14px;
  }
}

.u-text-large {
  font-size: 16px;
}

@media (max-width: 575px) {
  .u-text-large {
    font-size: 14px;
  }
}

.u-text-small {
  font-size: 12px;
}

.nt-hero-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #2195F2;
  letter-spacing: normal;
  margin-bottom: 10px;
}

/* 5. Section */
.c-section.-space-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-section.-space-xsmall-top {
  padding-top: 20px;
}

.c-section.-space-xsmall-bottom {
  padding-bottom: 20px;
}

.c-section.-space-small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-section.-space-small-top {
  padding-top: 50px;
}

.c-section.-space-small-bottom {
  padding-bottom: 50px;
}

.c-section.-space-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-section.-space-medium-top {
  padding-top: 100px;
}

.c-section.-space-medium-bottom {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .c-section.-space-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .c-section.-space-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1199px) {
  .c-section.-space-large-top {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .c-section.-space-large-top {
    padding-top: 120px;
  }
}

@media (max-width: 1199px) {
  .c-section.-space-large-bottom {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .c-section.-space-large-bottom {
    padding-bottom: 120px;
  }
}

.c-section.-bg-white {
  background-color: #ffffff;
}

.c-section.-bg-grey {
  background-color: #eeeef0;
}

.c-section.-bg-grey-light {
  background-color: #fafafa;
}

.c-section.-bg-dark {
  background-color: #232323;
}

.c-section.-bg-green {
  background-color: #2195F2;
}

.c-section.-bg-blue-light {
  background-color: #f6f8f9;
}

.c-section.u-flex .c-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.c-container.-size-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-container.-overlap-top-large {
  position: relative;
  z-index: 99;
}

@media (max-width: 1199px) {
  .c-container.-overlap-top-large {
    top: -50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .c-container.-overlap-top-large {
    top: -80px;
    padding-bottom: 40px;
  }
}

/* 6. Pager */
.c-pager-1 {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e7ecef;
}

@media (min-width: 576px) {
  .c-pager-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .c-pager-1:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #e7ecef;
  }
}

.c-pager-1-inner:before,
.c-pager-1-inner:after {
  content: "";
  display: table;
}

.c-pager-1-inner:after {
  clear: both;
}

.c-pager-1-item {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .c-pager-1-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .c-pager-1-item {
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .c-pager-1-item.-prev {
    border-bottom: 1px solid #d7e0e5;
  }
}

@media (max-width: 575px) {
  .c-pager-1-item.-prev:last-child {
    border-bottom: 0;
  }
}

.c-pager-1-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #7c99a7;
}

.c-pager-1-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}

.c-pager-1-link:hover {
  color: #2195F2;
}

.c-pager-1.-style-default .c-pager-1-item.-prev {
  text-align: left;
}

.c-pager-1.-style-default .c-pager-1-item.-next {
  text-align: right;
}

@media (max-width: 575px) {
  .c-pager-1.-style-centered .c-pager-1-item.-prev {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .c-pager-1.-style-centered .c-pager-1-item.-prev {
    padding-right: 50px;
    text-align: right;
  }
}

@media (max-width: 575px) {
  .c-pager-1.-style-centered .c-pager-1-item.-next {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .c-pager-1.-style-centered .c-pager-1-item.-next {
    padding-left: 50px;
    text-align: left;
  }
}

.c-pagination-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-pagination-1-link {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #7c99a7;
  border-radius: 100%;
}

.c-pagination-1-link:hover {
  color: #ffffff;
}

.c-pagination-1-link.-is-disabled {
  pointer-events: none;
  color: #7c99a7;
}

.c-pagination-1-item {
  float: left;
}

.c-pagination-1-item.-is-disabled .c-pagination-1-link {
  pointer-events: none;
  color: #7c99a7;
}

.c-pagination-1-inner {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-pagination-1-inner:before,
.c-pagination-1-inner:after {
  content: "";
  display: table;
}

.c-pagination-1-inner:after {
  clear: both;
}

.c-pagination-1.-style-default .c-pagination-1-link {
  background-color: #f0f3f5;
}

.c-pagination-1.-style-default .c-pagination-1-link:hover {
  background-color: #2195F2;
}

.c-pagination-1.-style-default .c-pagination-1-link.active {
  color: #ffffff;
  background-color: #2195F2;
}

.c-pagination-1.-style-default .c-pagination-1-link.-is-disabled {
  background-color: #f0f3f5;
}

.c-pagination-1.-style-default .c-pagination-1-item.active .c-pagination-1-link {
  color: #ffffff;
  background-color: #2195F2;
}

.c-pagination-1.-style-default .c-pagination-1-item.-is-disabled .c-pagination-1-link {
  background-color: #f0f3f5;
}

.c-pagination-1.-style-outline .c-pagination-1-link {
  border-style: solid;
  border-color: #d7e0e5;
}

.c-pagination-1.-style-outline .c-pagination-1-link:hover {
  border-color: #b9c8d0;
}

.c-pagination-1.-style-outline .c-pagination-1-link.active {
  color: #2195F2;
  border-color: #2195F2;
}

.c-pagination-1.-style-outline .c-pagination-1-link.-is-disabled {
  border-color: #d7e0e5;
}

.c-pagination-1.-style-outline .c-pagination-1-item.active .c-pagination-1-link {
  color: #2195F2;
  border-color: #2195F2;
}

.c-pagination-1.-style-outline .c-pagination-1-item.-is-disabled .c-pagination-1-link {
  border-color: #e6e6e6;
}

.c-pagination-1.-style-outline.-size-small .c-pagination-1-link {
  border-width: 1px;
}

.c-pagination-1.-style-outline.-size-medium .c-pagination-1-link {
  border-width: 2px;
}

.c-pagination-1.-style-outline.-size-large .c-pagination-1-link {
  border-width: 3px;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link {
  position: relative;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline-block;
  background-color: #d7e0e5;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 575px) {
  .c-pagination-1.-style-outline.-group .c-pagination-1-link:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:hover {
  z-index: 1;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link:hover:before {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #b9c8d0;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.active {
  z-index: 2;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.active:before {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #2195F2;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-link.-is-disabled:before {
  background-color: #d7e0e5;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item:last-child .c-pagination-1-link:before {
  display: none;
}

@media (max-width: 575px) {
  .c-pagination-1.-style-outline.-group .c-pagination-1-item:last-child .c-pagination-1-link:before {
    display: block;
  }
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item.active .c-pagination-1-link:before {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #2195F2;
}

.c-pagination-1.-style-outline.-group .c-pagination-1-item.-is-disabled .c-pagination-1-link:before {
  background-color: #d7e0e5;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-link {
  border-width: 1px 0 1px 1px;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-link:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 1px;
}

.c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
  border-right-width: 1px;
}

@media (max-width: 575px) {
  .c-pagination-1.-style-outline.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 0;
  }
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-link {
  border-width: 2px 0 2px 2px;
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-link:before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 2px;
}

.c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
  border-right-width: 2px;
}

@media (max-width: 575px) {
  .c-pagination-1.-style-outline.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 0;
  }
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-link {
  border-width: 3px 0 3px 3px;
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-link:before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  width: 3px;
}

.c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
  border-right-width: 3px;
}

@media (max-width: 575px) {
  .c-pagination-1.-style-outline.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
    border-right-width: 0;
  }
}

.c-pagination-1.-size-small .c-pagination-1-link {
  width: 30px;
  height: 30px;
  font-size: 11px;
}

.c-pagination-1.-size-small.-style-default .c-pagination-1-link {
  line-height: 30px;
}

.c-pagination-1.-size-small.-style-outline .c-pagination-1-link {
  line-height: 28px;
}

.c-pagination-1.-size-medium .c-pagination-1-link {
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.c-pagination-1.-size-medium.-style-default .c-pagination-1-link {
  line-height: 40px;
}

.c-pagination-1.-size-medium.-style-outline .c-pagination-1-link {
  line-height: 36px;
}

.c-pagination-1.-size-large .c-pagination-1-link {
  width: 50px;
  height: 50px;
  font-size: 14px;
}

.c-pagination-1.-size-large.-style-default .c-pagination-1-link {
  line-height: 50px;
}

.c-pagination-1.-size-large.-style-outline .c-pagination-1-link {
  line-height: 44px;
}

.c-pagination-1.-align-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.c-pagination-1.-align-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.c-pagination-1.-align-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.c-pagination-1.-corner-rounded.-group .c-pagination-1-item:first-child .c-pagination-1-link {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.c-pagination-1.-corner-rounded.-group .c-pagination-1-item:last-child .c-pagination-1-link {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.c-pagination-1.-corner-rounded:not(.-group) .c-pagination-1-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.c-pagination-1.-corner-circle.-group.-size-small .c-pagination-1-item:first-child .c-pagination-1-link {
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
}

.c-pagination-1.-corner-circle.-group.-size-small .c-pagination-1-item:last-child .c-pagination-1-link {
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}

.c-pagination-1.-corner-circle.-group.-size-medium .c-pagination-1-item:first-child .c-pagination-1-link {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}

.c-pagination-1.-corner-circle.-group.-size-medium .c-pagination-1-item:last-child .c-pagination-1-link {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}

.c-pagination-1.-corner-circle.-group.-size-large .c-pagination-1-item:first-child .c-pagination-1-link {
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}

.c-pagination-1.-corner-circle.-group.-size-large .c-pagination-1-item:last-child .c-pagination-1-link {
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
}

.c-pagination-1.-corner-circle:not(.-group) .c-pagination-1-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-pagination-1:not(.-group) .c-pagination-1-item {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.c-pagination-1:not(.-group) .c-pagination-1-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link {
  color: #aaaaaa;
  background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link:hover {
  color: #232323;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link.-is-disabled {
  color: #aaaaaa;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-link.active {
  color: #ffffff;
  background-color: #2195F2;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-item.-is-disabled .c-pagination-1-link {
  color: #aaaaaa;
  background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-default .c-pagination-1-item.active .c-pagination-1-link {
  color: #ffffff;
  background-color: #2195F2;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link {
  color: #ffffff;
  border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link.active {
  color: #2195F2;
  border-color: #2195F2;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-link.-is-disabled {
  color: #ffffff;
  border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-item.active .c-pagination-1-link {
  color: #2195F2;
  border-color: #2195F2;
}

.c-pagination-1.-color-white.-style-outline .c-pagination-1-item.-is-disabled .c-pagination-1-link {
  color: #ffffff;
  border-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link:before {
  background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link:hover:before {
  background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link.active:before {
  background-color: #2195F2;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-link.-is-disabled:before {
  background-color: #ffffff;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-item.active .c-pagination-1-link:before {
  background-color: #2195F2;
}

.c-pagination-1.-color-white.-style-outline.-group .c-pagination-1-item.-is-disabled .c-pagination-1-link:before {
  background-color: #ffffff;
}

/* 7. Buttons */
.c-button-1 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: normal;
  cursor: pointer;
  border-style: solid;
  font-family: inherit;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-button-1-desc {
  display: block;
  font-size: 0.5em;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.c-button-1.-color-white-default {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.c-button-1.-color-white-outline {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.c-button-1.-color-black-default {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.c-button-1.-color-black-outline {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.c-button-1.-color-green-default {
  color: #ffffff;
  border-color: #2195F2;
  background-color: #2195F2;
}

.c-button-1.-color-green-outline {
  border-color: #2195F2;
  background-color: transparent;
  border: 0px;
  background: #2195F2;
  color: #ffffff;
}

.c-button-1.-hover-white-default:hover {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
}

.c-button-1.-hover-white-outline:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.c-button-1.-hover-black-default:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.c-button-1.-hover-black-outline:hover {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.c-button-1.-hover-green-default:hover {
  color: #ffffff;
  border-color: #232323;
  background-color: #232323;
}

.c-button-1.-hover-green-outline:hover {
  color: #2195F2;
  border-color: #2195F2;
  background-color: transparent;
}

.c-button-1.-size-small {
  border-width: 1px;
  height: 40px;
  line-height: 38px;
  padding: 0 35px;
  font-size: 11px;
}

.c-button-1.-size-small .c-button-1-icon.-left {
  margin-right: 8px;
}

.c-button-1.-size-small .c-button-1-icon.-right {
  margin-left: 8px;
}

.c-button-1.-size-medium {
  border-width: 2px;
  height: 50px;
  line-height: 46px;
  padding: 0 25px;
  font-size: 12px;
}

.c-button-1.-size-medium .c-button-1-icon.-left {
  margin-right: 10px;
}

.c-button-1.-size-medium .c-button-1-icon.-right {
  margin-left: 10px;
}

.c-button-1.-size-large {
  border-width: 3px;
  height: 70px;
  line-height: 64px;
  padding: 0 40px;
}

.c-button-1.-size-large .c-button-1-icon.-left {
  margin-right: 15px;
}

.c-button-1.-size-large .c-button-1-icon.-right {
  margin-left: 15px;
}

.c-button-1.-size-xlarge {
  border-width: 5px;
}

@media (max-width: 575px) {
  .c-button-1.-size-xlarge {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .c-button-1.-size-xlarge {
    padding: 25px 50px;
    font-size: 24px;
  }
}

.c-button-1.-size-xlarge .c-button-1-icon.-left {
  margin-right: 20px;
}

.c-button-1.-size-xlarge .c-button-1-icon.-right {
  margin-left: 20px;
}

.c-button-1.-corner-rounded.-size-small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.c-button-1.-corner-rounded.-size-medium {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c-button-1.-corner-rounded.-size-large {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.c-button-1.-corner-rounded.-size-xlarge {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.c-button-1.-corner-circle {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

.c-button-1.-block {
  display: block;
  width: 100%;
}

.c-button-1+.c-button-1 {
  margin-left: 10px;
}

.c-button-1 i {
  margin-right: 8px;
}

/* 8. Comment + form */
.c-comments-1-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pingback.c-comments-1-item {
  padding-left: 0px;
}

.c-comments-1-item {
  position: relative;
  margin-bottom: 50px !important;
  text-align: left;
}

@media (min-width: 576px) {
  .c-comments-1-item {
    padding-left: 70px;
  }
}

.c-comments-1-item .c-comments-1-list {
  margin-top: 30px;
}

.c-comments-1-item:last-child {
  margin-bottom: 0;
}

.c-comments-1-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .c-comments-1-avatar {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .c-comments-1-avatar {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-comments-1-avatar a {
  display: block;
}

.c-comments-1-avatar img {
  display: inline-block;
  width: 100%;
}

.c-comments-1-user {
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
}

.c-comments-1-user a {
  color: #232323;
}

.c-comments-1-user a:hover {
  color: #2195F2;
}

.c-comments-1-date {
  font-size: 12px;
  font-weight: 600;
  color: #2195F2;
}

.c-comments-1-date a {
  color: #2195F2;
}

.c-comments-1-date a:hover {
  color: #232323;
}

.c-comments-1-reply {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
}

.c-comments-1-reply a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  background: #feb515;
  color: #ffffff !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
}

.c-comments-1-reply a:hover {
  color: #ffffff !important;
  background-color: #232323;
}

.c-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .c-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .c-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-container.-size-small {
  max-width: 900px;
}

.c-container.-size-medium {
  max-width: 1200px;
}

.c-container.-size-large {
  max-width: 100%;
}

.c-container.-size-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-link-1 {
  font-weight: 500;
}

.c-link-1-icon {
  position: relative;
  top: 1px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-link-1-icon.-left {
  right: 5px;
}

.c-link-1-icon.-right {
  left: 5px;
}

.c-link-1:hover .c-link-1-icon.-left {
  right: 10px;
}

.c-link-1:hover .c-link-1-icon.-right {
  left: 10px;
}

.c-backtop-1 {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 998;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #232323;
  background-color: #f1f1f1;
}

.c-form-input,
.c-form-select,
.c-form-textarea,
.c-form-radio,
.c-form-checkbox {
  -webkit-appearance: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  -moz-appearance: none;
}

.c-form-input,
.c-form-select,
.c-form-textarea,
.c-form-checkbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
}

.c-form-input::-webkit-input-placeholder {
  color: #9ab1bc !important;
}

.c-form-input::-moz-placeholder {
  color: #9ab1bc !important;
}

.c-form-input:-ms-input-placeholder {
  color: #9ab1bc !important;
}

.c-form-textarea::-webkit-input-placeholder {
  color: #9ab1bc !important;
}

.c-form-textarea::-moz-placeholder {
  color: #9ab1bc !important;
}

.c-form-textarea:-ms-input-placeholder {
  color: #9ab1bc !important;
}

.c-form-input,
.c-form-select,
.c-form-textarea,
.c-form-radio,
.c-form-checkbox {
  border: 1px solid #d7e0e5;
  background-color: #ffffff;
}

.c-form-input,
.c-form-select:not([multiple]):not([size]) {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
  padding: 0 15px;
}

.c-form-select[size],
.c-form-select[multiple],
.c-form-textarea {
  vertical-align: top;
  padding: 15px;
}

.c-form-textarea {
  min-height: 200px;
}

.c-form-input[type=color] {
  padding: 0;
  border: 0;
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.c-form-radio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.c-form-group {
  margin-bottom: 20px;
}

.c-form-group-label label {
  display: block;
  margin-bottom: 10px;
}

.c-form-group-label label:last-child {
  margin-bottom: 0;
}

.c-form-group-label.-inline label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.c-form-group-label.-inline label:last-child {
  margin-right: 0;
}

.c-form-input:focus,
.c-form-select:focus,
.c-form-textarea:focus,
.c-form-radio:focus,
.c-form-checkbox:focus {
  border-color: #2195F2;
}

.c-form-input:disabled,
.c-form-select:disabled,
.c-form-textarea:disabled,
.c-form-radio:disabled,
.c-form-checkbox:disabled {
  border-color: #d7e0e5;
  background-color: #f6f8f9;
}

.c-form-input:disabled,
.c-form-select:disabled,
.c-form-textarea:disabled {
  color: #9ab1bc;
}

.c-pager-1 {
  position: relative;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e7ecef;
}

@media (min-width: 576px) {
  .c-pager-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .c-pager-1:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #e7ecef;
  }
}

.c-pager-1-inner {
  padding: 0;
}

.c-pager-1-inner:before,
.c-pager-1-inner:after {
  content: "";
  display: table;
}

.c-pager-1-inner:after {
  clear: both;
}

.c-pager-1-item {
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
}

@media (max-width: 575px) {
  .c-pager-1-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .c-pager-1-item {
    width: 50%;
    float: left;
  }
}

@media (max-width: 575px) {
  .c-pager-1-item.-prev {
    border-bottom: 1px solid #d7e0e5;
  }
}

@media (max-width: 575px) {
  .c-pager-1-item.-prev:last-child {
    border-bottom: 0;
  }
}

.c-pager-1-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #7c99a7;
}

.c-pager-1-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}

.c-pager-1-link:hover {
  color: #2195F2;
}

.c-pager-1.-style-default .c-pager-1-item.-prev {
  text-align: left;
}

.c-pager-1.-style-default .c-pager-1-item.-next {
  text-align: right;
}

@media (max-width: 575px) {
  .c-pager-1.-style-centered .c-pager-1-item.-prev {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .c-pager-1.-style-centered .c-pager-1-item.-prev {
    padding-right: 50px;
    text-align: right;
  }
}

@media (max-width: 575px) {
  .c-pager-1.-style-centered .c-pager-1-item.-next {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .c-pager-1.-style-centered .c-pager-1-item.-next {
    padding-left: 50px;
    text-align: left;
  }
}

/* 9. Spaces */
.u-space {
  min-height: 1px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.u-space-100 {
  min-height: 1px;
  margin-top: 50px;
  margin-bottom: 49px;
}

.u-space-120\@xl {
  min-height: 1px;
  margin-top: 60px;
  margin-bottom: 59px;
}

.u-space {
  min-height: 1px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.u-space-20 {
  min-height: 1px;
  margin-top: 10px;
  margin-bottom: 9px;
}

.u-space-30 {
  min-height: 1px;
  margin-top: 15px;
  margin-bottom: 14px;
}

.u-space-40 {
  min-height: 1px;
  margin-top: 20px;
  margin-bottom: 19px;
}

.u-space-50 {
  min-height: 1px;
  margin-top: 25px;
  margin-bottom: 24px;
}

.u-space-60 {
  min-height: 1px;
  margin-top: 30px;
  margin-bottom: 29px;
}

.u-space-70 {
  min-height: 1px;
  margin-top: 35px;
  margin-bottom: 34px;
}

.u-space-80 {
  min-height: 1px;
  margin-top: 40px;
  margin-bottom: 39px;
}

.u-space-90 {
  min-height: 1px;
  margin-top: 45px;
  margin-bottom: 44px;
}

.u-space-100 {
  min-height: 1px;
  margin-top: 50px;
  margin-bottom: 49px;
}

.u-space-120 {
  min-height: 1px;
  margin-top: 60px;
  margin-bottom: 59px;
}

/* 11. Page */
.page-post-1-header:last-child,
.page-post-1-media:last-child,
.page-post-1-content:last-child,
.page-post-1-tags:last-child,
.page-post-1-comments:last-child,
.page-post-1-comments-form:last-child {
  margin-bottom: 0;
}

.page-post-1-header {
  text-align: center;
}

.page-post-1-media img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-post-1-meta {
  font-size: 12px;
  color: #777777;
}

.page-post-1-meta a {
  font-weight: 500;
  color: #232323;
}

.page-post-1-meta a:hover,
.page-post-1-meta a:focus {
  color: #2195F2;
}

.page-post-1-content {
  font-size: 16px;
}

.page-post-1-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.page-post-2-info {
  overflow: hidden;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .page-post-2-info {
    margin-bottom: 50px;
  }
}

.page-post-2-author {
  padding: 20px;
  text-align: center;
  background-color: #2195F2;
}

.page-post-2-author-photo {
  display: inline-block;
}

.page-post-2-author-photo img {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-post-2-author-name {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  color: #ffffff;
}

.page-post-2-author-name:hover,
.page-post-2-author-name:focus {
  color: #ffffff;
}

.page-post-2-meta {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
}

.page-post-2-meta:before {
  position: absolute;
  top: -8px;
  left: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.page-post-2-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 991px) {
  .page-post-2-meta ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.page-post-2-meta ul li {
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 991px) {
  .page-post-2-meta ul li {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .page-post-2-meta ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .page-post-2-meta ul li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .page-post-2-meta ul li:last-child {
    margin-bottom: 0;
  }
}

.page-post-2-meta ul li a {
  color: #232323;
}

.page-post-2-meta-icon {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}

.page-post-2-body {
  border: 1px solid #e0e0e4;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .page-post-2-body {
    padding: 30px;
  }
}

@media (min-width: 576px) {
  .page-post-2-body {
    padding: 60px;
  }
}

.nt-theme-content:last-child,
.page-post-2-tags:last-child,
.page-post-2-comments:last-child,
.page-post-2-comments-form:last-child {
  margin-bottom: 0;
}

.page-post-2-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.page-post-3-body {
  border: 1px solid #e0e0e4;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -moz-box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  box-shadow: 0px 14px 30px 0px rgba(107, 107, 107, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .page-post-3-body {
    padding: 30px;
  }
}

@media (min-width: 576px) {
  .page-post-3-body {
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .page-post-3-sidebar {
    margin-top: 50px;
  }
}

.page-post-3-sidebar .nt-sidebar-inner {
  border-color: #e0e0e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-post-3-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7ecef;
}

@media (max-width: 575px) {
  .page-post-3-info {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .page-post-3-info {
    margin-bottom: 50px;
  }
}

.page-post-3-author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 575px) {
  .page-post-3-author {
    width: 100%;
  }
}

.page-post-3-author-photo {
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
}

.page-post-3-author-photo img {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-post-3-author-name {
  font-weight: 500;
  color: #232323;
}

.page-post-3-author-name:hover,
.page-post-3-author-name:focus {
  color: #2195F2;
}

@media (max-width: 575px) {
  .page-post-3-meta {
    width: 100%;
    margin-top: 20px;
  }
}

.page-post-3-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.page-post-3-meta ul li {
  margin-right: 20px;
  font-size: 12px;
}

.page-post-3-meta ul li a {
  color: #232323;
}

.page-post-3-meta ul li a:hover,
.page-post-3-meta ul li a:focus {
  color: #2195F2;
}

.page-post-3-meta ul li:last-child {
  margin-right: 0;
}

.page-post-3-meta-icon {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.page-post-3-content,
.page-post-3-tags,
.page-post-3-comments,
.page-post-3-comments-form {
  margin-bottom: 50px;
}

.page-post-3-content:last-child,
.page-post-3-tags:last-child,
.page-post-3-comments:last-child,
.page-post-3-comments-form:last-child {
  margin-bottom: 0;
}

.page-post-3-content {
  font-size: 16px;
}

.page-post-3-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.c-pager-1-item a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}

#comments .page-post-2-title {
  margin-bottom: 50px !important;
}

/*post gallery*/
.post-gallery-active .owl-nav div {
  background: rgba(74, 196, 243, 0.7) none repeat scroll 0 0;
  font-size: 24px;
  left: 20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #fff;
  font-weight: 400;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0%;
}

.post-gallery-active .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.post-gallery-active .owl-nav div:hover {
  background: rgb(74, 196, 243) none repeat scroll 0 0;
}

.post-gallery-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.nt-post.text-right .info h3 {
  max-width: 100%;
}

.breadcrumb-area.text-left h1 {
  margin-left: 0;
  text-align: left;
}

.breadcrumb-area.text-right h1 {
  margin-right: 0;
  text-align: right;
}

#scrollUp {
  background: #2195F2;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 34px;
  z-index: 999998 !important;
}

.nt-footer-sidebar,
#nt-hero.hero-overlay {
  position: relative;
}

.nt-footer-sidebar:before,
#nt-hero.hero-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*helper class*/
.vc_row_overlay_clr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* vc_separator */
.vc_sep_width_1n {
  width: 100px;
}

.vc_sep_width_9 {
  width: 90px;
}

.vc_sep_width_8 {
  width: 80px;
}

.vc_sep_width_7 {
  width: 70px;
}

.vc_sep_width_6 {
  width: 60px;
}

.vc_sep_width_5 {
  width: 50px;
}

.vc_sep_width_4 {
  width: 40px;
}

.vc_sep_width_3 {
  width: 30px;
}

.vc_sep_width_2 {
  width: 20px;
}

.vc_sep_width_1 {
  width: 10px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px !important;
}

.vc_row-no-padding .nt-column {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 992px) {
  .disable-992 {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .disable-768 {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .disable-480 {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .vc_row.row-bg-image-hide-992 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .vc_row.row-bg-image-hide-768 {
    background-image: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .vc_row.row-bg-image-hide-576 {
    background-image: none !important;
  }
}

.updated.vc_license-activation-notice {
  display: none;
}

.btn.btn-lg {
  padding: 15px 80px 15px;
  font-size: 16px;
}

.btn.btn-xs {
  padding: 5px 20px 5px;
  font-size: 10px;
}

/*vc column display*/
.lg-table-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  overflow: hidden;
}

.lg-block {
  display: block;
  float: inherit;
}

@media (max-width: 992px) {
  .md-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
    overflow: hidden;
  }

  .md-block {
    display: block;
    float: inherit;
  }
}

@media (max-width: 768px) {
  .sm-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
    overflow: hidden;
  }

  .sm-block {
    display: block;
    float: inherit;
  }
}

@media (max-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/* text genaral */
.fw-100 {
  font-weight: 100;
}

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

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

.fw-400 {
  font-weight: 400;
}

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

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

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-900 {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/*padding-top-bottom*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

/*padding-top-bottom*/
.ptb-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ptb-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ptb-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.ptb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.ptb-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ptb-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

/*margin-bottom*/
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*margin-top-bottom*/
.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mtb-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mtb-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.mtb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.mtb-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mtb-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mtb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mtb-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.mtb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mtb-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.mtb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mtb-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.mtb-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media (max-width: 992px) {
  .ptb-160 {
    padding-top: 120px;
  }

  .ptb-150 {
    padding-top: 120px;
  }

  .ptb-140 {
    padding-top: 120px;
  }

  .ptb-130 {
    padding-top: 80px;
  }

  .ptb-120 {
    padding-top: 80px;
  }

  .ptb-110 {
    padding-top: 80px;
  }

  .ptb-100 {
    padding-top: 80px;
  }

  .ptb-90 {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .ptb-160 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ptb-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ptb-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ptb-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-110 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .ptb-160 {
    padding-top: 80px;
  }

  .ptb-150 {
    padding-top: 80px;
  }

  .ptb-140 {
    padding-top: 80px;
  }

  .ptb-130 {
    padding-top: 80px;
  }
}

span#generatedNum:before {
  content: "";
  background: #80daa5;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 6px;
  border-radius: 50%;
  animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.selectLangg {
  line-height: 33px;
}

.selectLangg a:hover {
  color: #FEB516;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-width: 400px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: auto;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* * Navbar Main Css * v1.0 */
nav.bootsnav .dropdown.megamenu-fw {
  position: static;
}

nav.bootsnav .container {
  position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
  left: auto;
}

nav.bootsnav .megamenu-content {
  padding: 15px;
  width: 100% !important;
}

nav.bootsnav .megamenu-content .title {
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.navbar-collapse {
  padding: 0;
}

/* Navbar Default */
nav.navbar .navbar-brand {
  height: auto !important;
}

.navbar-default.navbar.navbar-sidebar.bg-dark .social-share {
  padding: 0 30px;
}

nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown ul.dropdown-menu li a,
nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown a,
nav.bootsnav.navbar-sidebar.bg-dark ul.nav li.dropdown h6 {
  color: #cccccc;
}

.attr-nav ul.cart-list li.total a {
  background: #2195F2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2195F2 0%, #00eaea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2195F2 0%, #00eaea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2195F2 0%, #00eaea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600 !important;
  padding: 12px 15px;
}

nav.navbar.bootsnav {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  margin: 0;
}

nav.bg-dark.navbar.bootsnav {
  background-color: #1c1c1c;
  border: medium none !important;
  margin: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
  color: #333333;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
}

nav.navbar.bootsnav.bg-dark ul.nav>li>a {
  color: #ffffff;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus,
nav.navbar.bootsnav ul.nav li.active>a {
  background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
  white-space: normal;
}

ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.menu-col li a {
  color: #333333;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
  text-decoration: none;
}

#navbar-menu {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

nav.bootsnav.navbar-full {
  padding-bottom: 10px;
  padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header {
  display: block;
  width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 20px;
  font-size: 24px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in {
  display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav {
  display: block;
  width: 100%;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
  background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li {
  float: none;
  display: block;
  text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a {
  display: table;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 14px;
  padding: 15px 15px;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a:hover {
  letter-spacing: 7px;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li.close-full-menu>a:hover {
  letter-spacing: normal;
}

li.close-full-menu>a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

li.close-full-menu>a i {
  font-size: 32px;
}

li.close-full-menu {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.attr-nav {
  display: inline-block;
  margin-left: 13px;
}

.attr-nav>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.attr-nav>ul li.dropdown ul.dropdown-menu {
  margin-top: 0;
  border-top: 3px solid #2195F2 !important;
}

.attr-nav>ul>li {
  float: left;
  display: block;
  transition: all 0.35s ease-in-out 0s;
}

.attr-nav>ul>li {
  padding: 0 !important;
  margin-left: 0px;
}

nav.navbar.bootsnav.sticked .attr-nav ul li {
  padding: 27px 0 !important;
}

.attr-nav>ul>li>a span.badge {
  height: 20px;
  line-height: 20px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 43%;
  width: 20px;
  background-color: #2195F2;
}

.attr-nav>ul>li.dropdown ul.dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
}

ul.cart-list {
  padding: 0 !important;
  width: 250px !important;
}

ul.cart-list>li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 15px 15px 23px 15px !important;
}

ul.cart-list>li>a.photo {
  padding: 0 !important;
  margin-right: 15px;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
}

ul.cart-list>li img {
  border: medium none;
  height: 50px;
  padding: 0;
  width: 50px;
}

ul.cart-list>li>h6 {
  margin: 0;
}

ul.cart-list>li>h6>a.photo {
  padding: 0 !important;
  display: block;
}

ul.cart-list>li>p {
  margin-bottom: 0;
}

ul.cart-list>li.total {
  background-color: #f5f5f5;
  padding-bottom: 15px !important;
}

ul.cart-list>li.total>.btn {
  display: inline-block;
  border: none !important;
  height: auto !important;
}

ul.cart-list>li .price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

ul.cart-list>li .price:hover {
  box-shadow: inherit;
}

ul.cart-list>li.total>span {
  padding-top: 8px;
}

.top-search {
  background-color: #1c1c1c;
  padding: 10px 0;
  display: none;
}

.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  border: none !important;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.top-search .input-group-addon.close-search {
  cursor: pointer;
}

body {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -400px;
  width: 400px;
  padding: 50px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}

.side.on {
  right: -16px;
}

.body-overlay {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
  z-index: 490;
}

body.on-side .body-overlay {
  height: 100%;
  transition: height 0s ease 0s, opacity 0.4s ease 0s;
}

body.on-side .body-overlay {
  opacity: 1;
  top: 0;
}

.side .close-side {
  border: 2px solid;
  border-radius: 50%;
  color: #2195F2;
  float: right;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 35px;
  z-index: 2;
}

.side.barber .close-side {
  border-color: #bc9355;
  color: #bc9355;
}

.navbar .side .widget.social li {
  display: inline-block;
}

.navbar .side .widget li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.navbar .side .widget.social li a {
  margin-right: 5px;
}

.navbar .side .widget li {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}

.navbar .side .widget.opening-hours li {
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.navbar .side .widget.opening-hours li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.navbar .side .widget li span {
  float: right;
}

.navbar .side .widget li i {
  background: #2195F2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.navbar .side.barber .widget li i {
  background: #bc9355 none repeat scroll 0 0;
}

.bootsnav .side .widget.search input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  width: 100%;
}

.navbar .side .widget li:last-child {
  margin: 0;
}

.navbar .side .widget h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.side .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.side img {
  margin-bottom: 20px;
}

.side .widget .title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

.side .widget ul.link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.side .widget ul.link li a {
  color: #2195F2;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 0;
  text-transform: uppercase;
}

.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover {
  color: #fff;
  text-decoration: none;
}

nav.navbar.bootsnav .share {
  padding: 0 30px;
  margin-bottom: 30px;
}

nav.navbar.bootsnav .share ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
}

nav.navbar.bootsnav .share ul>li {
  float: left;
  display: block;
  margin-right: 5px;
}

nav.navbar.bootsnav .share ul>li>a {
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
}

nav.navbar.bootsnav .share.dark ul>li>a {
  background-color: #2195F2;
  color: #ffffff;
}

nav.navbar.bootsnav .share ul>li>a:hover {
  color: #2195F2;
}

nav.navbar.bootsnav.navbar-fixed {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  top: 0;
}

nav.navbar.bootsnav.navbar-fixed.nav-box.no-background {
  background: #ffffff none repeat scroll 0 0;
  top: 50px;
  width: auto;
  left: auto;
}

nav.navbar.bootsnav.navbar-fixed.nav-box.no-background ul.nav>li>a,
nav.navbar.bootsnav.navbar-fixed.nav-box.no-background .attr-nav>ul>li>a {
  color: #333333;
}

nav.navbar.bootsnav.navbar-fixed.nav-box {
  left: 0;
  top: 0;
  width: 100%;
}

nav.navbar.bootsnav {
  z-index: 100;
}

.wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.img-logo {
  display: block;
  padding: 4px 0;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: -2px;
  }

  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-left .dropdown-menu .dropdown-menu {
    left: -200px;
  }

  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu {
    left: auto;
  }

  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-left .dropdown-menu {
    right: 0;
    left: auto;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 1px 15px;
    text-transform: uppercase;
  }

  nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 30px 15px;
  }

  nav.navbar.bootsnav ul.nav>li.active>a {
    color: #2195F2;
  }

  nav.navbar.bootsnav.barber ul.nav>li.active>a {
    color: #bc9355;
  }

  nav.navbar.bootsnav.active-full ul.nav>li.active>a:hover {
    color: #ffffff;
  }

  nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #2195F2;
  }

  nav.navbar.bootsnav.barber ul.nav>li>a:hover {
    color: #bc9355;
  }

  nav.op-nav.bootsnav ul.nav.navbar-nav li a {
    text-transform: uppercase;
  }

  .social-links.sl-default a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 0;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
    background-color: transparent;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    padding: 5px 18px;
    /* border-bottom: solid 1px #f5f5f5; */
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:hover>a {
    background: rgba(254, 181, 22, 0.2);
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a img {
    margin-right: 11px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
    border-bottom: none;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    border-bottom: medium none;
    color: #333333;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: #2195F2;
  }

  nav.navbar.bootsnav ul.navbar-left li.dropdown ul.dropdown-menu li a:hover {
    color: #2195F2;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li a {
    text-align: right;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    content: "\f105";
    margin-top: 0;
  }

  nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    margin-top: 2px;
    font-weight: 900;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    content: "\f107";
    margin-top: 0;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
    content: "\f104";
    margin-top: 0;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -3px;
    left: -240px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content>li {
    padding: 25px 0 20px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed>li {
    padding: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content {
    display: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    border-bottom: medium none;
    color: #333333;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
    padding-left: 10px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
    color: #2195F2;
  }

  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }

  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }

  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #bbb;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #555;
  }

  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: none;
  }

  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
  nav.navbar.bootsnav.navbar-fixed.no-background .logo-display {
    display: block;
  }

  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none;
  }

  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
  }

  .attr-nav>ul>li.dropdown ul.dropdown-menu {
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }

  nav.navbar.bootsnav.menu-center .container {
    position: relative;
  }

  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }

  nav.navbar.bootsnav.menu-center .navbar-header,
  nav.navbar.bootsnav.menu-center .attr-nav {
    position: absolute;
  }

  nav.navbar.bootsnav.menu-center .attr-nav {
    right: 15px;
  }

  nav.bootsnav.navbar-brand-top .navbar-header {
    display: block;
    width: 100%;
    text-align: center;
  }

  nav.bootsnav.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
    margin-top: 0px;
  }

  nav.bootsnav.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
    margin-top: 0;
  }

  nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
  }

  nav.bootsnav.navbar-brand-top .navbar-collapse {
    text-align: center;
  }

  nav.bootsnav.navbar-brand-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 0 -5px 0;
  }

  nav.bootsnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }

  nav.bootsnav.brand-center .navbar-brand {
    display: inline-block;
    float: none;
  }

  nav.bootsnav.brand-center.center-side .navbar-brand {
    display: inline-block;
    float: none;
    padding: 15px 0;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
    margin-top: 0px;
  }

  nav.bootsnav.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
    margin-top: 0;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px;
  }

  nav.bootsnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important;
  }

  nav.bootsnav.brand-center ul.nav.navbar-right {
    margin: 0;
  }

  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px;
  }

  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px;
  }

  body.wrap-nav-sidebar .wrapper {
    padding-left: 260px;
    overflow-x: hidden;
  }

  nav.bootsnav.navbar-sidebar {
    position: fixed;
    width: 260px;
    overflow: hidden;
    left: 0;
    padding: 0 0 0 0 !important;
    background: #fff;
    -moz-box-shadow: 1px 0px 1px 0px #eee;
    -webkit-box-shadow: 1px 0px 1px 0px #eee;
    -o-box-shadow: 1px 0px 1px 0px #eee;
    box-shadow: 1px 0px 1px 0px #eee;
  }

  nav.bootsnav.navbar-sidebar.bg-dark {
    background: #fff none repeat scroll 0 0;
    -moz-box-shadow: 1px 0 6px 0 #040914;
    -webkit-box-shadow: 1px 0 6px 0 #040914;
    -o-box-shadow: 1px 0 6px 0 #040914;
    box-shadow: 1px 0 6px 0 #040914;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
    position: fixed;
    width: 260px;
  }

  nav.bootsnav.navbar-sidebar.bg-dark {
    background-color: #1c1c1c;
  }

  nav.bootsnav.navbar-sidebar .scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  nav.bootsnav.navbar-sidebar .container-fluid,
  nav.bootsnav.navbar-sidebar .container-sm,
  nav.bootsnav.navbar-sidebar .container-md,
  nav.bootsnav.navbar-sidebar .container-lg,
  nav.bootsnav.navbar-sidebar .container-xl,
  nav.bootsnav.navbar-sidebar .container {
    padding: 0 !important;
  }

  nav.bootsnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    width: 260px;
    padding: 10px 15px;
    margin: 10px 0 0 0 !important;
  }

  nav.bootsnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px;
  }

  nav.bootsnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 30px 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li {
    float: none !important;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li {
    border-bottom: 1px solid #eeeeee;
  }

  nav.bootsnav.navbar-sidebar.bg-dark ul.nav>li {
    border-bottom: 1px solid #0f1a20;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li>a {
    padding: 10px 15px;
  }

  nav.bootsnav.navbar-sidebar.bg-dark ul.nav>li>a {
    color: #ffffff;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li>a:hover {
    color: #2195F2;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>a:after {
    float: right;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
  }

  nav.bootsnav.navbar-sidebar ul.nav .megamenu-content .col-menu {
    border: none !important;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
    margin-bottom: 15px;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 15px;
    float: none;
    margin-bottom: 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 10px 15px;
    color: #333333;
    border: none;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
    content: "\f107";
  }

  nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
    padding: 0 !important;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
    padding: 7px 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    color: #333333;
    text-transform: uppercase;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu {
    border: none;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }

  nav.bootsnav.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
    padding: 3px 0 !important;
  }
}

@media (max-width: 1023px) {
  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: left;
    margin-right: -200px;
    margin-top: 10px;
  }

  header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    margin-left: 0;
  }

  nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: block !important;
  }

  nav.bootsnav.navbar-default.info-topbar ul li a.active::after {
    display: none;
  }

  nav.bootsnav.navbar-default.info-topbar ul li a::after {
    display: none;
  }

  .attr-nav>ul>li {
    padding: 17px 0 !important;
  }

  nav.navbar.bootsnav.sticked .attr-nav ul li {
    padding: 17px 0 !important;
  }

  .attr-nav>ul>li>a {
    padding: 8px 19px !important;
  }

  .top-bar-area .logo {
    display: none;
  }

  .top-bar-area.shadow::after {
    display: none;
  }

  .top-bar-area .info {
    text-align: center;
  }

  nav.navbar.shadow.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.shadow.bootsnav.navbar-transparent.dark {
    background-color: #ffffff !important;
    border-bottom: medium none navy;
  }

  .navbar-default.bootsnav.navbar-sidebar.bg-dark .social-share {
    padding: 20px 0;
  }

  .attr-nav>ul li.dropdown ul.dropdown-menu {
    margin-top: -1px !important;
  }

  nav.navbar.bootsnav.no-background.wt-bar {
    background-color: #ffffff;
    margin: 0;
    position: relative;
    top: 0 !important;
  }

  .topbar-area.com.bg-transparent {
    border-bottom: 1px solid #e7e7e7 !important;
    position: relative !important;
  }

  .topbar-area.com.bg-transparent.text-light a {
    color: #333333 !important;
  }

  nav.bg-dark.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
  }

  nav.bg-dark.navbar.bootsnav ul.nav>li>a {
    background-color: transparent;
    color: #333333 !important;
  }

  nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu {
    box-shadow: inherit !important;
  }

  nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a {
    border-bottom: 1px solid #e7e7e7 !important;
  }

  nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
    background-color: transparent !important;
    color: #2195F2 !important;
  }

  nav.bg-dark.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li a {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid #e7e7e7;
    color: #333333 !important;
  }

  nav.bg-dark.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li a:hover {
    color: #5cb85c !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin-bottom: 30px;
  }

  nav.bg-dark.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
  }

  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

  nav.navbar.bootsnav .navbar-nav>li {
    float: none;
  }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }

  nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
    content: "\f107";
  }

  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
    display: none;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #333333;
    font-size: 14px;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #e0e0e0;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    content: "\f107";
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }

  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }

  nav.bootsnav .megamenu-content {
    padding: 0;
  }

  nav.bootsnav .megamenu-content .col-menu {
    padding-bottom: 0;
  }

  nav.bootsnav .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }

  nav.bootsnav .megamenu-content .content {
    display: none;
  }

  .attr-nav>ul>li.dropdown>a.dropdown-toggle:before {
    display: none;
  }

  .attr-nav>ul>li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 1px;
  }

  .top-search .container {
    padding: 0 45px;
  }

  nav.bootsnav.navbar-full ul.nav {
    margin-left: 0;
  }

  nav.bootsnav.navbar-full ul.nav>li>a {
    border: none;
  }

  nav.bootsnav.navbar-full .navbar-brand {
    float: left !important;
    padding-left: 0;
  }

  nav.bootsnav.navbar-full .navbar-toggle {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    top: 0;
  }

  nav.bootsnav.navbar-full .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 15px;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav .megamenu-content.tabbed {
    padding-left: 0 !important;
  }

  nav.navbar.bootsnav .tabbed>li {
    padding: 25px 0;
    margin-left: -15px !important;
  }

  body>.wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.side-right>.wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
    padding: 15px 15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu>li>a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }

  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block !important;
  }

  nav.navbar.bootsnav.navbar-fixed .logo-display {
    display: none !important;
  }

  nav.navbar.bootsnav.navbar-mobile .tab-menu,
  nav.navbar.bootsnav.navbar-mobile .tab-content {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .inpage-block {
    margin: 0 -41px;
  }

  nav.navbar.bootsnav .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }

  .attr-nav.d-flex,
  .attr-nav {
    display: none !important;
  }

  .attr-nav>ul {
    margin-right: -10px;
  }

  .attr-nav>ul>li.dropdown ul.dropdown-menu {
    left: -275px;
  }

  .top-search .container {
    padding: 0 15px;
  }

  nav.bootsnav.navbar-full .navbar-collapse {
    left: 15px;
  }

  nav.bootsnav.navbar-full .navbar-header {
    padding-right: 0;
  }

  nav.bootsnav.navbar-full .navbar-toggle {
    margin-right: -15px;
  }

  nav.bootsnav.navbar-full ul.nav>li>a {
    font-size: 18px !important;
    line-height: 14px !important;
    padding: 10px 10px !important;
  }

  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 15px !important;
  }

  nav.navbar.bootsnav.navbar-sidebar .share {
    padding: 30px 0 !important;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .share {
    padding: 30px 15px !important;
    margin-bottom: 0;
  }

  body.side-right>.wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    margin-left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    margin-left: -15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    border-top: solid 1px #fff;
  }

  li.close-full-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  nav.bootsnav.navbar-full ul.nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.navbar-brand>img {
  display: initial;
  height: auto;
}

.attr-nav>ul>li>a {
  border: none;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  padding: 10px 19px;
  text-transform: capitalize;
}

nav.bootsnav.navbar-default.info-topbar .attr-nav ul li a {
  font-size: 16px;
  margin-left: 25px;
  margin-right: 0;
}

nav.bootsnav.navbar-default.info-topbar.sticked .attr-nav ul li a {
  margin-right: 0;
}

nav.navbar.bootsnav.bg-dark .attr-nav>ul>li>a {
  color: #ffffff;
}

ul.cart-list>li.total>.btn {
  color: #fff !important;
  padding: 8px 15px !important;
}

@media (min-width: 1024px) {
  nav.navbar ul.nav>li>a {
    padding: 30px 15px;
    font-weight: 300;
  }

  nav.navbar .navbar-brand {
    margin-top: 0;
  }

  nav.navbar .navbar-brand {
    margin-top: 0;
  }

  nav.navbar li.dropdown ul.dropdown-menu {
    border-top: solid 5px;
  }

  nav.navbar-center .navbar-brand {
    margin: 0 !important;
  }

  nav.navbar-brand-top .navbar-brand {
    margin: 10px !important;
  }

  nav.navbar-full .navbar-brand {
    position: relative;
  }

  nav.navbar-sidebar ul.nav,
  nav.navbar-sidebar .navbar-brand {
    margin-bottom: 50px;
  }

  nav.navbar-sidebar ul.nav>li>a {
    padding: 10px 15px;
    font-weight: bold;
  }

  nav.navbar.bootsnav.navbar-transparent.white {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav.navbar.bootsnav.navbar-transparent.white.barber {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(35, 35, 35, 0.3);
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgb(253, 0, 96);
    border: none;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1) inset;
  }

  nav.navbar.bootsnav.no-background.white.text-dark .attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.white.text-dark .attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.white.text-dark ul.nav>li>a,
  nav.navbar.bootsnav.no-background.white.text-dark ul.nav>li>a {
    color: #232323;
  }

  nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
    color: #eee;
  }
}

@media (max-width: 992px) {
  nav.navbar .navbar-brand {
    margin-top: 0;
    position: relative;
  }

  nav.navbar.navbar-sticky .navbar-brand {
    top: 0;
  }

  nav.navbar.navbar-sidebar .navbar-brand {
    top: 0;
  }

  .attr-nav>ul>li>a {
    padding: 20px 15px 15px;
  }

  nav.navbar.navbar-mobile ul.nav>li>a {
    padding: 15px 15px;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu>li>a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar-full .navbar-brand {
    top: 0;
    padding-top: 10px;
  }
}

nav.navbar.navbar-inverse {
  background-color: #222;
  border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total>.btn {
  border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list>li.total .pull-right {
  color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav>li>a {
  color: #eee;
}

nav.navbar.navbar-inverse ul.nav>li.dropdown>a {
  background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
  color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
  color: #fff;
}

nav.navbar.navbar-inverse .form-control {
  background-color: #333;
  border-color: #303030;
  color: #fff;
}

nav.navbar.navbar-inverse .attr-nav>ul>li>a {
  color: #eee;
}

nav.navbar.navbar-inverse .attr-nav>ul>li.dropdown ul.dropdown-menu {
  background-color: #222;
  border-left: solid 1px #303030;
  border-bottom: solid 1px #303030;
  border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li {
  border-bottom: solid 1px #303030;
  color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list>li img {
  border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list>li.total {
  background-color: #333;
}

nav.navbar.navbar-inverse .share ul>li>a {
  background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
  border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a {
  border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
  border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li>a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul>li.active>a {
  background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav>li>a {
  border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
  background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
  background-color: #222 !important;
  color: #333333;
}

@media (min-width: 1024px) {
  nav.navbar.navbar-inverse ul.nav .dropdown-menu {
    background-color: #222 !important;
    border-left: solid 1px #303030 !important;
    border-bottom: solid 1px #303030 !important;
    border-right: solid 1px #303030 !important;
  }

  nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu>li>a {
    border-bottom: solid 1px #303030;
  }

  nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
    border-left: solid 1px #303030;
    border-right: solid 1px #303030;
  }

  nav.navbar.navbar-inverse.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #999;
  }

  nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
    border-left: solid 1px #999;
  }

  nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
  nav.navbar.navbar-inverse.no-background.dark .attr-nav>ul>li>a,
  nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a,
  nav.navbar.navbar-inverse.no-background.dark ul.nav>li>a {
    color: #3f3f3f;
  }
}

@media (max-width: 992px) {
  nav.navbar.navbar-inverse .navbar-toggle {
    color: #eee;
    background-color: #222 !important;
  }

  nav.navbar.navbar-inverse .navbar-nav>li>a {
    border-top: solid 1px #303030;
    border-bottom: solid 1px #303030;
  }

  nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu>li>a {
    color: #999;
    border-bottom: solid 1px #303030;
  }

  nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
    border-bottom: solid 1px #303030;
    color: #eee;
  }

  nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul>li>a {
    border-bottom: solid 1px #303030;
    color: #999 !important;
  }

  nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #303030;
  }

  nav.navbar.navbar-inverse .dropdown-tabs .tab-menu>ul {
    border-top: solid 1px #303030;
  }

  nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
    background-color: #222;
  }
}

@media (max-width: 767px) {
  nav.navbar.navbar-inverse.navbar-mobile ul.nav {
    border-top: solid 1px #222;
  }
}

@media (min-width: 1024px) {
  .bootsnav.navbar-full.no-background .navbar-toggle {
    color: #fff;
  }
}

nav.bootsnav.navbar-full .navbar-toggle i {
  font-size: 18px;
  color: #9a9a9a;
  font-weight: bold;
  transition: 0.3s ease;
}

.navbar-toggle-txt {
  font-size: 13px;
  position: relative;
  top: -3px;
  font-weight: bold;
  color: #9a9a9a;
  transition: 0.3s ease;
}

nav.bootsnav.navbar-full .navbar-toggle:hover i,
nav.bootsnav.navbar-full .navbar-toggle:hover span {
  color: #222;
  transition: 0.3s ease;
}

.top-search .input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

.top-search .input-group .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  nav.navbar.bootsnav.navbar-fixed.nav-box.no-background {
    left: 0;
    top: 0;
    width: 100%;
  }
}

body.wrap-nav-sidebar {
  height: auto !important;
}

.actions_btn {
  font-size: 16px;
}

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

Template Name: Softing - Software Landing Page
Author: validtheme
Version: 1.0

-------------------------------------

Table of contents

    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Custom
    06. Button
    07. Border
    08. Aside style
    09. Video
    10. Background image
    11. Icon
    12. Magnific popup
    13. Header
    14. Page title
    15. Swiper carousel
    16. Slider and parallax typography
    17. Portfolio
    18. Elements
    19. Blog
    20. Footer
    21. Home Page
    22. Services Page
    23. About Page
    24. Projects Page
    25. Pricing Page
    26. PHP Contact Form
    27. Others

*/
/*
** General Styles for HTML tags
*/
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}

h5,
h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: #232323;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

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

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #2195F2;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #2195F2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #2195F2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 56px !important;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

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

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px !important;
}

.btn-sm {
  padding: 8px 35px !important;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: #2195F2;
  color: #ffffff !important;
  border: 2px solid #2195F2;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #2195F2;
  color: #ffffff;
  border: 2px solid #2195F2;
}

.btn-theme.border {
  background-color: transparent;
  color: #2195F2;
  border: 2px solid #2195F2;
}

.btn-theme.border:hover {
  background-color: #2195F2;
  color: #ffffff !important;
  border: 2px solid #2195F2;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #232323 none repeat scroll 0 0;
  border: 2px solid #232323;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}

.btn.border.btn-light.standard::before {
  color: #2195F2;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

.navbar-brand>img {
  display: initial;
  height: auto;
  width: 171px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #2195F2 none repeat scroll 0 0;
  border: 2px solid #2195F2;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2195F2;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #2195F2;
}

.site-heading h2 span {
  color: #2195F2;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading.clean h2::after,
.site-heading.clean h2::before {
  display: none;
}

.site-heading h2::before {
  background: #2195F2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 50px;
}

.bg-theme .site-heading h2::before,
.bg-theme-hard .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

.bg-theme .site-heading h2::after,
.bg-theme-hard .site-heading h2::after {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #2195F2;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .site-heading {
  margin-bottom: 35px;
}

/* ==============================================================
     # Bradcrumb
=================================================================== */
.breadcrumb-area {
  padding: 100px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
}

.breadcrumb>li+li::before {
  color: #ffffff;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb li.active {
  color: #2195F2;
}

/* ==============================================================
     # Banner
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
}

.banner-area .content {
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
}

.banner-area .simple-video {
  position: relative;
}

.banner-area .simple-video .video-play-button {
  bottom: inherit;
  float: left;
  left: 0;
  margin-left: 30px;
  position: relative;
  top: 0;
  transform: inherit;
  font-size: 20px;
  padding: 0;
}

.banner-area .simple-video a {
  float: left;
  text-align: center;
}

.banner-area .simple-video .content {
  overflow: inherit;
}

.banner-area .simple-video .video-play-button::after {
  height: 60px;
  width: 60px;
}

.banner-area .simple-video .video-play-button::before {
  height: 60px;
  width: 60px;
}

.banner-area .simple-video .video-play-button i {
  line-height: 40px;
}

.banner-area.shadow-inner .content::after {
  background: #1c1c1c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area.inc-dots .carousel-indicators {
  bottom: inherit;
  display: inline-block;
  left: auto;
  margin: -40px 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: auto;
}

.banner-area.inc-dots .carousel-indicators li {
  border: 3px solid #ffffff;
  display: block;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.banner-area.inc-dots .carousel-indicators li.active,
.banner-area.inc-dots .carousel-indicators li:hover {
  background: #2195F2 none repeat scroll 0 0;
}

.banner-area.large-font .content h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.banner-area.text-center p {
  padding: 0 10%;
}

.banner-area .content span {
  color: #2195F2;
  font-weight: 700;
}

.banner-area.text-light.shadow.theme-hard .content span {
  color: #232323;
}

.banner-area.banner-top-padding .double-items {
  margin-top: -60px;
}

.banner-area.text-dark .content span {
  color: #ffffff;
}

.banner-area.large-font h4 {
  line-height: 1.4;
  margin-bottom: 30px;
}

.banner-area.middle-text.heading-uppercase .content h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-area.small-text .content h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.normal-text .content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.normal-text .content a {
  margin-top: 15px;
}

.banner-area .banner-carousel {
  cursor: w-resize;
}

.banner-area .banner-carousel .owl-dots {
  margin-top: 20px !important;
}

.banner-area .banner-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #e7e7e7;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .banner-carousel .owl-dots .owl-dot.active span,
.banner-area .banner-carousel .owl-dots .owl-dot:hover span {
  border-color: #2195F2;
}

.banner-area.small-text .content p {
  margin-bottom: 30px;
}

.banner-area.middle-text .content h4 {
  line-height: 30px;
}

.banner-area.middle-text .content h2 {
  color: #2195F2;
  font-weight: 500;
  text-transform: capitalize;
}

.banner-area.middle-text .content h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.middle-text .content a {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 10px;
}

.banner-area .content a {
  margin: 0 3px;
}

.banner-area.version-3 .content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.banner-area.version-3 .content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-area .right-info {
  text-align: center;
}

.banner-area.auto-height .double-items {
  overflow: hidden;
  padding-top: 160px;
}

.banner-area.auto-height.sticky-nav .double-items {
  padding-top: 90px;
}

.banner-area.auto-height .double-items .banner-carousel,
.banner-area.auto-height .double-items .banner {
  margin-top: 50px;
}

.banner-area .carousel-control {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #ffffff;
  text-shadow: inherit;
}

.banner-area .carousel-control.shadow::after {
  background: #232323 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area.typed-text.small-text .content h2 {
  display: block;
  margin-bottom: 30px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}

.banner-area .item p {
  animation-delay: 0.5s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ==============================================================
     # About
=================================================================== */
.about-area .default.info h4 {
  color: #2195F2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-area .default.info h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.about-area .bottom-info {
  border-top: 1px solid #e7e7e7;
  margin-top: 35px;
  padding-top: 30px;
}

.about-area .bottom-info span {
  display: table;
  padding-top: 2px;
}

.about-area .default.info h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.about-area .default.info>a {
  margin-top: 10px;
}

.about-area .bottom-info li {
  color: #666666;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.about-area .bottom-info li i {
  background: #2195F2 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}

.about-area .bottom-info li:last-child {
  margin: 0;
}

.about-area .bottom-info li i::after {
  background: #2195F2 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: -1;
}

.about-area .services-info .item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-top: 30px;
  padding: 30px;
}

.about-area .services-info {
  margin-top: -30px;
}

.about-area .services-info .item i {
  color: #2195F2;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.about-area .services-info .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.about-area .services-info .item p {
  margin: 0;
}

.about-area .services-info .equal-height:nth-child(1) .item,
.about-area .services-info .equal-height:nth-child(4) .item {
  background: #2195F2 none repeat scroll 0 0;
}

.about-area .services-info .equal-height:nth-child(1) .item i,
.about-area .services-info .equal-height:nth-child(4) .item i,
.about-area .services-info .equal-height:nth-child(1) .item h4,
.about-area .services-info .equal-height:nth-child(4) .item h4,
.about-area .services-info .equal-height:nth-child(1) .item p,
.about-area .services-info .equal-height:nth-child(4) .item p {
  color: #fff;
}

/* ==============================================================
     # Features
=================================================================== */
.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  display: table-cell;
  vertical-align: top;
}

.features-area .item .info {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}

.features-area .item .icon i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #232323;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px;
}

.features-area .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.features-area .item .info p {
  margin: 0;
}

.features-area .equal-height {
  margin-bottom: 50px;
}

.features-area.cell-items .features-thumb,
.features-area.cell-items .features-items {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area.cell-items .features-thumb {
  padding-right: 35px;
}

.features-area.cell-items .features-items .equal-height {
  margin-bottom: 0;
  margin-top: 50px;
}

.features-area.cell-items .features-items .equal-height:first-child,
.features-area.cell-items .features-items .equal-height:nth-child(2) {
  margin-top: 0;
}

.features-area.features-list .features-items h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
}

.features-area.features-list .features-items li {
  color: #666666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.features-area.features-list .features-items li:last-child {
  margin: 0;
}

.features-area.features-list .features-items li i {
  background: #2195F2 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 1;
}

.features-area.features-list .features-items li i::after {
  background: #2195F2 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: -1;
}

.features-area.features-list .features-thumb {
  padding-right: 35px;
}

.features-area.features-list .features-items li .icon {
  display: table-cell;
  vertical-align: top;
}

.features-area.features-list .features-items li .info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
}

.features-area.features-list .features-items li .info h4 {
  margin-bottom: 10px;
}

.features-area.features-list .features-items ul {
  margin-top: 30px;
  padding-right: 50px;
}

.features-area.features-list .features-items li .info p {
  color: #666666;
  margin: 0;
}

.features-area.features-list .features-item.reverse .features-thumb {
  float: right;
  padding-right: 15px;
}

.features-area.features-list .features-item.reverse .features-items {
  padding-left: 15px;
}

.features-area.features-list .features-item {
  margin-top: 80px;
  overflow: hidden;
}

.features-area.features-list .features-item:first-child {
  margin: 0;
}

/* ==============================================================
     # Overview
=================================================================== */
.overview-area .nav-pills li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
}

.overview-area .tab-navigation {
  display: block;
  height: auto;
  margin-bottom: 30px;
  min-height: auto;
  overflow: hidden;
}

.overview-area .nav-pills li a {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-weight: 600;
  padding: 10px 40px;
  text-transform: uppercase;
}

.overview-area .nav-pills li.active a {
  background: #2195F2 none repeat scroll 0 0;
  color: #ffffff;
}

.overview-area .overview-items.vertical .tab-navigation,
.overview-area .overview-items.vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

.overview-area .overview-items.vertical .tab-navigation {
  background: #edf5ff none repeat scroll 0 0;
  min-width: 200px;
  overflow: inherit;
  padding: 30px 50px;
}

.overview-area .overview-items.vertical .tab-navigation li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.overview-area .overview-items.vertical .tab-navigation li:last-child {
  margin-bottom: 0;
}

.overview-area .overview-items .item .info h3,
.overview-area .overview-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.overview-area .overview-items .item .thumb,
.overview-area .overview-items .item .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.overview-area .overview-items .item .thumb {
  padding: 0;
}

.overview-area .overview-items .item .info {
  border: 1px solid #e7e7e7;
  padding: 30px;
}

.carousel-shadow .owl-stage-outer {
  padding: 15px 0;
}

.overview-area .overview-items .item .info a {
  color: #2195F2;
  font-weight: 600;
  text-transform: uppercase;
}

.overview-area .overview-items .owl-dots .owl-dot span {
  background: #e7e7e7 none repeat scroll 0 0;
  border: 4px solid #edf5ff;
  height: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 20px;
}

.overview-area .overview-items .owl-dots .owl-dot.active span,
.overview-area .overview-items .owl-dots .owl-dot:hover span {
  background: #2195F2 none repeat scroll 0 0;
}

.overview-area .overview-carousel .owl-nav {
  margin: 0;
}

.overview-area .overview-carousel .owl-dots {
  margin-bottom: -15px;
  margin-top: 20px;
}

.overview-area .overview-carousel .owl-nav .owl-prev,
.overview-area .overview-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #2195F2;
  font-size: 30px;
  height: 40px;
  left: 20px;
  line-height: 40px;
  margin-top: -50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.overview-area .overview-carousel .owl-nav .owl-next {
  left: auto;
  right: 20px;
}

.overview-area .overview-carousel .item:hover {
  cursor: crosshair;
}

/* ==============================================================
     # Pricing Table
=================================================================== */
.pricing-item {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pricing-header h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #232323;
}

.pricing-header h2 {
  color: #232323;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0;
}

.color-yellow .pricing-header h2 {
  color: #ff9800;
}

.pricing-header h2 sup {
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
}

.pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
}

.pricing-item .pricing-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-header {
  background: #edf5ff none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding: 30px !important;
}

.pricing-item .footer {
  padding: 30px;
}

.pricing-item li {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  padding: 0 30px;
  text-transform: capitalize;
}

.pricing-area .pricing-item.active .pricing-header {
  background: #2195F2 none repeat scroll 0 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
  color: #ffffff;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #232323;
}

.pricing-item li i {
  color: #2195F2;
  margin-right: 5px;
}

.pricing-item li i.fa-times {
  color: #e22626;
}

/* ==============================================================
     # Team
=================================================================== */
.team-area.default-padding {
  padding-bottom: 50px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  background: #f2f5fa;
  text-align: center;
  padding: 32px 32px 44px;
}

.team-area .item .thumb .social {
  bottom: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .item:hover .thumb .social {
  bottom: 30px;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: auto;
  margin: 0 auto;
  border: solid 1px #e5e9ef;
  border-radius: 6px;
}

.team-area .item:hover .thumb img {
  opacity: 0.6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  left: 5%;
  padding: 20px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 90%;
  z-index: 9;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #2195F2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.g-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

.team-area .team-carousel .owl-dots {
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.team-area .team-carousel .owl-dots .owl-dot span {
  background: #e7e7e7 none repeat scroll 0 0;
  border: 4px solid #edf5ff;
  height: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 20px;
}

.team-area .team-carousel .owl-dots .owl-dot.active span,
.team-area .team-carousel .owl-dots .owl-dot:hover span {
  background: #2195F2 none repeat scroll 0 0;
}

/* ==============================================================
     # Video Button Play
=================================================================== */
.video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 25px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.text-dark .video-play-button {
  color: #2195F2;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #2195F2 repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.text-dark .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #2195F2 repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.text-dark .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.text-dark .video-play-button:hover,
.text-dark .video-play-button:focus {
  color: #2195F2;
  background-color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #2195F2;
}

.text-dark .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}

/* ==============================================================
     # Blog
=================================================================== */
.blog-area .blog-items .item {
  margin-bottom: 30px;
}

.blog-area.full-width .blog-items .item {
  margin-bottom: 0;
}

.blog-area.full-width .blog-items .equal-height {
  margin-bottom: 30px;
}

.blog-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px 30px 35px;
  position: relative;
}

.sticky-label {
  position: absolute;
  top: 0;
  right: 0;
  background: #2195F2;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.blog-area .info h4 {
  margin-bottom: 10px;
}

.blog-area .info .meta li {
  color: #999999;
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
}

.blog-area .info .meta li a {
  color: #999999;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-area .info .meta li i {
  margin-right: 5px;
}

.blog-area .info .meta {
  margin-bottom: 20px;
}

.blog-area .info .meta ul {
  padding-left: 0px;
}

.single .blog-area .info .meta {
  margin: 0 -30px 30px;
  border-bottom: 2px solid #e7e7e7;
  padding: 0 30px 10px;
}

.single .blog-area .info .meta ul {
  margin: 0px 0 20px;
}

.blog-area .info a:hover {
  color: #2195F2;
}

.blog-area .info .meta a:hover {
  color: #2195F2;
}

.blog-area .info>a {
  margin-top: 30px;
}

.blog-area .info .comments-list p {
  margin: 0;
}

.blog-area .info h2 a,
.blog-area .info h3 a,
.blog-area .info h4 a {
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}

.blog-area .item .thumb {
  position: relative;
  z-index: 1;
}

.blog-area .item .thumb .post-type {
  background: rgba(32, 149, 242, 0.62) none repeat scroll 0 0;
  bottom: 20px;
  color: #ffffff;
  font-size: 25px;
  height: 60px;
  left: 20px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 1;
}

.blog-area .pagi-area .pagination {
  margin: 0;
}

.blog-area .pagi-area .pagination a {
  font-weight: 600;
  margin-top: 5px;
  padding: 15px 25px;
  color: #2195F2;
}

.blog-area .pagi-area .pagination li.active a {
  background-color: #2195F2;
  color: #ffffff;
  border: 1px solid transparent;
}

.blog-area .item blockquote {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #232323;
  border-image: none;
  border-radius: inherit;
  border-style: none none none solid;
  border-width: medium medium medium 3px;
  color: #232323;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin: 30px 0;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
}

.blog-area.single .post-tags a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  font-size: 13px;
}

.post-tags {
  display: block;
  width: 100%;
}

.post-tags span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: capitalize;
}

.blog-area.full-blog.single-blog .blog-items .info {
  margin: 0;
  padding: 30px 0 0;
}

.blog-area.single .post-pagi-area {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  overflow: hidden;
  padding: 15px 0;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background: #2195F2;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  display: inline-block;
  margin: 5px;
  padding: 10px 30px;
  font-size: 13px;
  color: #fff;
}

.blog-area.single .post-pagi-area a:hover {
  color: #ffffff;
  background: #232323;
}

.blog-area.single .post-pagi-area a:nth-child(2) {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .blog-content .item-box {
  margin-bottom: 0;
}

.blog-area.single .blog-content .item-box .form-group.submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 100px;
  width: 100px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-info a {
  color: #232323;
  display: inline-block;
  font-size: 12px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.comments-info a:hover {
  color: #ffffff;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.comments-form button {
  background-color: #2195F2;
  border: 1px solid #2195F2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid #232323;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}

/* ==============================================================
     # Testimonials
=================================================================== */
.testimonials-area.default-padding {
  padding-bottom: 85px;
}

.testimonials-area .carousel-indicators {
  bottom: 0;
  margin-top: 50px;
  position: relative;
}

.testimonials-area .carousel-indicators li {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
}

.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 25px;
}

.testimonials-area .testimonial-items .item span.quote {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: auto auto 15px;
  position: relative;
  text-align: center;
  width: 50px;
}

.testimonials-area .testimonial-items .item span.quote::after {
  content: ",,";
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  height: 100%;
  left: 0;
  letter-spacing: -1px;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
}

.testimonial-items h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.testimonial-items span {
  color: #2195F2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

/* ==============================================================
     # Subscribe Area
=================================================================== */
.subscribe-area h2 {
  font-weight: 600;
}

.subscribe-area h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.subscribe-area form .input-group {
  margin: 30px auto auto;
  width: 450px;
}

.subscribe-area form .input-group span {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}

.subscribe-area .subscribe form .input-group input {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  min-height: 60px;
  padding-left: 20px;
}

.subscribe-area form .input-group button {
  background: #2195F2 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  height: 100%;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 9;
}

.sign-up h2 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
}

.sign-up button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #2195F2;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  padding: 8px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

/* ==============================================================
     # Contact
=================================================================== */
.contact-us-area .address .address-items h4 {
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.contact-us-area .address {
  padding-right: 35px;
}

.contact-us-area .address .address-items ul {
  margin-bottom: 40px;
}

.contact-us-area .address .address-items ul.social {
  margin-bottom: 50px;
}

.contact-us-area .google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}

.contact-us-area .address .social li {
  display: inline-block;
}

.contact-us-area .address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.contact-us-area .address .social li.twitter a {
  background-color: #00b6f1;
}

.contact-us-area .address .social li.pinterest a {
  background-color: #bd081c;
}

.contact-us-area .address .social li.facebook a {
  background-color: #3b5998;
}

.contact-us-area .address .social li.g-plus a {
  background-color: #df4a32;
}

.contact-us-area .address .social li.vimeo a {
  background-color: #1ab7ea;
}

.contact-us-area .address .social li.instagram a {
  background-color: #cd486b;
}

.contact-us-area .address-items .info li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2195F2;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

.contact-form img {
  margin-left: 10px;
}

.contact-us-area .address-items .info li span {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.contact-us-area .address-items .info li {
  margin-bottom: 15px;
}

.contact-us-area .address-items .info li:last-child {
  margin: 0;
}

.contact-us-area .contact-form h2 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.contact-us-area .contact-form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: #232323;
}

.contact-us-area .contact-form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 300px;
  padding-top: 15px;
}

.contact-us-area .contact-form button {
  background: #2195F2 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.contact-us-area .contact-form button i {
  margin-left: 5px;
}

.contact-form-area .alert-notification {
  margin-top: 15px;
  padding: 0;
}

.contact-form-area .alert-notification .alert-error {
  background: #e7e7e7 none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.contact-form-area.bg-fixed .alert-notification .alert-error {
  background: #ffffff none repeat scroll 0 0;
  color: red;
  margin-top: 0;
  text-align: left;
}

.contact-us-area form.contact-form .alert-notification {
  margin-top: 30px;
  padding: 0;
}

.contact-us-area form.contact-form .alert-notification h3 {
  color: green;
  margin-bottom: 10px;
}

.contact-us-area form.contact-form .alert-notification .alert-msg .alert-error {
  background: #f4f4f4 none repeat scroll 0 0;
  color: red;
  margin-top: 30px;
}

/* ==============================================================
     # Companies Area
=================================================================== */
.companies-area .row {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.companies-area .clients-items img {
  width: auto;
  margin: auto;
  padding: 5px;
}

.companies-area .clients-items .owl-nav {
  margin: 0;
}

.companies-area .clients-items .owl-nav .owl-prev,
.companies-area .clients-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #2195F2;
  font-size: 30px;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin-top: -18px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
}

.companies-area .clients-items .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.companies-area .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.companies-area .info p {
  margin: 0;
}

/* ==============================================================
     # Faq Accordion
=================================================================== */
.faq-area {
  overflow: hidden;
}

.faq-area .thumb {
  display: table-cell;
  float: none;
  padding-right: 35px;
  vertical-align: middle;
}

.faq-area .thumb img {
  margin-bottom: -30px;
}

.faq-area .faq-items {
  display: table-cell;
  float: none;
  vertical-align: middle;
  z-index: 9;
}

.acd-items .panel-heading .panel-title a {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  font-weight: 600;
  padding: 20px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.acd-items .panel.panel-default {
  border-color: #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.faq-area .panel-body p {
  margin: 0;
}

.faq-area .panel-body {
  padding: 20px;
}

.faq-area .faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2195F2;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.waves-shape-inc {
  position: relative;
  z-index: 1;
}

.waves-shape {
  background: rgba(0, 0, 0, 0) url("../images/waves-shape.svg") no-repeat scroll center bottom/cover;
  bottom: 0;
  float: left;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* ==============================================================
     # 404
=================================================================== */
.error-page-area h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 30px;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

/* ==============================================================
     # Login
=================================================================== */
.login-area,
.login-area div {
  height: 100%;
}

.login-area div.login,
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
  display: table;
  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.login-area .content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  text-align: center;
}

.login-area .content img {
  margin-bottom: 30px;
}

.login-area .content input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}

.login-area .content button {
  background: #2195F2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;
  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: #2195F2;
  margin-left: 5px;
}

/* ==============================================================
     # Footer
=================================================================== */
footer .f-item p {
  color: #999999;
}

footer .f-item>h3,
footer .f-item>h4 {
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  z-index: 1;
  color: #109be6;
}

footer .f-item .address .icon,
footer .f-item .address .info {
  display: table-cell;
  vertical-align: middle;
}

footer .f-item>a {
  margin-top: 10px;
}

footer .f-item .address .info {
  padding-left: 15px;
}

footer .f-item .address .info h5 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #232323;
}

footer .f-item .address li i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2195F2;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}

footer .f-item .address li span {
  color: #999999;
}

footer .f-item .address li {
  display: block;
  margin-top: 15px;
}

footer .f-item .address li:first-child {
  margin-top: 0;
}

footer .f-item>img {
  margin-bottom: 25px;
}

footer .f-item.link li {
  display: block;
}

footer .f-item.link li a {
  color: #353535;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
  padding-bottom: 0px;
  text-transform: capitalize;
}

footer .f-item.link li a:hover {
  color: #78d3aa;
}

footer .footer-bottom {
border-top: 0px solid #D8D8D8;
  margin-top: 0;
  padding-top: 0;
  background: transparent;
}

footer .footer-bottom p {
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
  line-height: 40px;
}

footer .f-item.link li:last-child a {
  margin: 0;
  padding: 0;
}

footer .footer-bottom p a {
  color: #2195F2;
  text-transform: capitalize;
}

footer.color-yellow .footer-bottom p a {
  color: #ff9800;
}

.footer-bottom h4 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.footer-bottom .link li {
  display: inline-block;
}

.footer-bottom .link li a {
  color: #353535 !important;
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.footer-bottom .link li a::before {
  background: #999999 none repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 1px;
}

.footer-bottom .link li:first-child a {
  margin: 0;
  padding: 0;
}

.footer-bottom .link li:first-child::before {
  display: none;
}

.footer-bottom .link li:first-child a::before {
  display: none;
}

.footer-bottom .link li a:hover {
  color: #2195F2;
}

/* ==============================================================
     # Preloader
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
}

/* ==============================================================
     # Demo
=================================================================== */
.demo-area .single-item {
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
}

.demo-area .item {
  margin-bottom: 50px;
}

.demo-area .single-item .info {
  background: #f3f6f8 none repeat scroll 0 0;
  color: #333;
  padding: 15px 10px;
  text-align: center;
}

.demo-area .single-item .info h4 {
  color: #333;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.banner-area .demo-banner h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 150px;
}

.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}

.demo-footer {
  padding-bottom: 80px;
}

.demo-footer .footer-bottom {
  margin-top: 0;
}

.site-heading.margin-top {
  margin-top: 50px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}

.demo-area .comming-soon.item img {
  opacity: 0.3;
}

.banner-area.demo-banner {
  padding: 50px 0;
}

footer .social-icons ul li,
footer .social-icons ul li a {
  display: inline-block !important;
}

footer.bg-light.default-padding {
  padding-top: 56px;
  padding-bottom: 0 !important;
}

.ratting {
  font-weight: bold;
  display: flex;
  align-items: center !important;
}

.ratting .dashicons-star-filled {
  font-size: 18px;
  color: #FEB516 !important;
}

.tmpName {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #109be6;
  text-transform: capitalize;
}

.container.temmpContainer {
  max-width: 1059px !important;
}

.tmmpImage.mt-2 {
  position: relative;
}

.tmmpImage.mt-2 a.d-block:before {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tmmpImage.mt-2:hover a.d-block:before {
  opacity: 1;
}

.tmmpImage.mt-2 .btn {
  position: absolute;
  opacity: 0 !important;
  z-index: 2;
  top: calc(50% - 30px);
  left: calc(50% - 56px);
}

.tmmpImage.mt-2:hover .btn {
  opacity: 1 !important;
}

.temmpContainer hr {
  margin: 60px 0 35px;
}

/*================================
    #RESPONSIVE CSS
====================================*/
/* Tablet Layout: 768px.*/
body .nt-page {
  padding-top: 65px;
}

body.home .nt-page {
  padding-top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* Banner */
  .banner-area.shape-line .right-info {
    display: none;
  }

  .banner-area.shape-line .double-items {
    margin-top: -60px;
  }

  .banner-area.transparent-nav .content {
    padding-top: 60px;
  }

  .banner-area.content-double.with-carousel .double-items {
    display: block;
  }

  .banner-area.content-double.with-carousel .double-items .right-info {
    display: none;
  }

  .banner-area.small-text .content h1 {
    font-size: 40px;
  }

  .banner-area .wavesshape.shape {
    bottom: -10px;
  }

  /* About Area */
  .about-area .services-info {
    margin-top: 0;
  }

  .about-area .services-info .equal-height:nth-child(1) .item,
  .about-area .services-info .equal-height:nth-child(4) .item {
    background: #ffffff none repeat scroll 0 0;
  }

  .about-area .services-info .equal-height:nth-child(1) .item h4,
  .about-area .services-info .equal-height:nth-child(4) .item h4,
  .about-area .services-info .equal-height:nth-child(1) .item p,
  .about-area .services-info .equal-height:nth-child(4) .item p {
    color: #232323;
  }

  .about-area .services-info .equal-height:nth-child(1) .item i,
  .about-area .services-info .equal-height:nth-child(4) .item i {
    color: #4ac4f3;
  }

  /* Companies Area */
  .companies-area .clients {
    margin-top: 30px;
  }

  .companies-area .row {
    align-items: inherit;
    align-self: inherit;
    display: block;
    justify-content: inherit;
  }

  /* Features */
  .features-area.cell-items .features-thumb,
  .features-area.cell-items .features-items {
    display: block;
  }

  .features-area.cell-items .features-thumb {
    padding-right: 15px;
  }

  .features-area.cell-items .features-items .equal-height:first-child,
  .features-area.cell-items .features-items .equal-height:nth-child(2) {
    margin-top: 50px;
  }

  .features-area.default-padding-bottom {
    padding-top: 30px;
  }

  .features-area.features-list .features-thumb {
    margin-bottom: 30px;
    padding: 0 15px !important;
  }

  .features-area.features-list .features-thumb img {
    width: 100%;
  }

  .features-area.features-list .features-item.reverse .features-thumb {
    float: none;
  }

  .features-area.features-list .features-item {
    margin-top: 30px;
  }

  /* Overview */
  .overview-area .overview-items .item .thumb,
  .overview-area .overview-items .item .info {
    display: block;
  }

  /* Blog */
  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: none;
  }

  /* Testimonials */
  .testimonials-area .carousel-indicators {
    bottom: 0;
    left: auto;
    margin: 40px 0 20px;
    position: relative;
    width: 100%;
  }

  /* Contact */
  .contact-us-area .address {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  /* Faq Area */
  .faq-area .thumb {
    display: block;
    margin-bottom: 30px;
    padding-right: 15px;
    overflow: hidden;
  }

  .faq-area .faq-items {
    display: block;
    float: none;
    vertical-align: middle;
    z-index: 9;
  }

  .faq-area .thumb img {
    margin-bottom: 0;
    width: 100%;
  }

  /* Footer */
  footer .f-items .item {
    margin-top: 50px;
  }

  footer .f-items .item:first-child {
    margin-top: 0;
  }

  footer .footer-bottom {
border-top: 0px solid #D8D8D8;
  margin-top: 0;
  padding-top: 0;
  background: transparent;
  }

  footer .footer-bottom,
  footer .footer-bottom .text-right {
    text-align: center;
  }

  footer .footer-bottom p {
    line-height: 26px;
  }

  .footer-bottom .col-md-6 {
    padding: 0;
  }

  footer .f-items .item:first-child,
  footer .f-items .item:nth-child(2) {
    margin-top: 0;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  body .nt-page {
    padding-top: 110px !important;
  }

  .img-logo {
    max-width: 151px;
  }

  /* Heading */
  h1 {
    font-size: 30px;
  }

  .banner-container h1 {
    line-height: 36px !important;
    font-size: 24px !important;
  }

  .nt-theme-content .banner-container .flickering-text {
    font-size: 14px !important;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .padding-less-mobile {
    padding-top: 0;
  }

  .site-heading {
    margin-bottom: 30px;
  }

  .site-heading.single {
    margin-bottom: 20px;
  }

  a.mega-menu-link[aria-haspopup=true] {
    display: none !important;
    border: solid red 4px;
  }

  .mega-menu-item.widget_custom_html {
    display: block !important;
  }

  .mega-menu-item.widget_custom_html .mega-block-title {
    display: none !important;
  }

  .mobile_mennuu .mega-menu-item-has-children ul li {
    background: rgba(216, 216, 216, 0.2) !important;
  }

  .mobile_mennuu .mega-menu-item-has-children .mega-sub-menu li {
    width: 100% !important;
    color: #109be6 !important;
  }

  .mobile_mennuu .mega-menu-item-has-children .mega-sub-menu li a {
    width: 100% !important;
    color: #109be6 !important;
  }

  .breadcrumb-area h1 {
    font-size: 24px;
    line-height: 1.6;
  }

  .blog-area.single .post-pagi-area a {
    float: none !important;
    width: 96%;
    text-align: center;
  }

  /* Banner Area */
  body,
  .banner-area,
  .banner-area div {
    height: auto;
  }

  .banner-area.content-double .double-items {
    display: block;
  }

  .banner-area .double-items .left-info {
    float: left;
    margin-bottom: 50px;
    width: 100%;
  }

  .banner-area.shape-line .double-items {
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .banner-area.auto-height .double-items {
    overflow: hidden;
    padding-top: 110px;
  }

  .banner-area.auto-height.sticky-nav .double-items {
    padding-top: 50px;
  }

  .banner-area.content-double.with-carousel .double-items {
    display: block;
  }

  .banner-area.content-double.with-carousel .double-items .right-info {
    display: none;
  }

  .banner-area.with-carousel.shape-angle .double-items {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 110px;
  }

  .banner-area.small-text .content h1 {
    font-size: 36px;
  }

  .banner-area.banner-top-padding .double-items {
    margin-top: 0;
    padding-bottom: 80px;
    padding-top: 50px;
  }

  .banner-area.solid-bg .double-items {
    padding: 50px 0;
  }

  .banner-area .wavesshape.shape {
    bottom: 0;
  }

  .banner-area.transparent-nav .content {
    padding-top: 110px;
  }

  .video-play-button {
    margin: 0;
  }

  /* About Area */
  .about-area .services-info {
    margin-top: 0;
  }

  .about-area .services-info .equal-height:nth-child(1) .item,
  .about-area .services-info .equal-height:nth-child(4) .item {
    background: #ffffff none repeat scroll 0 0;
  }

  .about-area .services-info .equal-height:nth-child(1) .item h4,
  .about-area .services-info .equal-height:nth-child(4) .item h4,
  .about-area .services-info .equal-height:nth-child(1) .item p,
  .about-area .services-info .equal-height:nth-child(4) .item p {
    color: #232323;
  }

  .about-area .services-info .equal-height:nth-child(1) .item i,
  .about-area .services-info .equal-height:nth-child(4) .item i {
    color: #4ac4f3;
  }

  /* Companies Area */
  .companies-area .clients {
    margin-top: 30px;
  }

  .companies-area .row {
    align-items: inherit;
    align-self: inherit;
    display: block;
    justify-content: inherit;
  }

  /* Features */
  .features-area.cell-items .features-thumb,
  .features-area.cell-items .features-items {
    display: block;
    text-align: center;
  }

  .features-area .features-items {
    text-align: center;
  }

  .features-area.features-list .features-item .features-items {
    text-align: left;
  }

  .features-area.features-list .features-items ul {
    padding-right: 0;
  }

  .features-area.cell-items .features-thumb {
    padding-right: 15px;
  }

  .features-area.cell-items .features-items .equal-height:first-child,
  .features-area.cell-items .features-items .equal-height:nth-child(2) {
    margin-top: 50px;
  }

  .features-area .equal-height:last-child {
    margin-bottom: 0;
  }

  .features-area.bottom-small {
    padding-bottom: 50px;
  }

  .features-area.default-padding-bottom {
    padding-top: 30px;
  }

  .features-area.features-list .features-thumb {
    margin-bottom: 30px;
    padding: 0 15px !important;
  }

  .features-area.features-list .features-thumb img {
    width: 100%;
  }

  .features-area.features-list .features-item.reverse .features-thumb {
    float: none;
  }

  .features-area.features-list .features-item {
    margin-top: 30px;
  }

  .features-area .item .icon {
    display: block;
  }

  .features-area .item .info {
    display: block;
    margin-top: 25px;
    padding-left: 0;
  }

  /* Overview */
  .overview-area .overview-items .item .thumb,
  .overview-area .overview-items .item .info {
    display: block;
  }

  .overview-area.carousel-shadow .owl-dots {
    margin-bottom: -10px;
  }

  /* Blog */
  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: none;
    padding: 0 15px;
    width: 100%;
  }

  /* Testimonials */
  .testimonials-area.default-padding {
    padding-bottom: 45px;
  }

  .testimonials-area .carousel-indicators {
    bottom: 0;
    left: auto;
    margin: 30px 0 20px;
    position: relative;
    width: 100%;
  }

  /* Subscrie */
  .subscribe-area form .input-group {
    margin: 30px auto auto;
    width: 100%;
  }

  /* Contact */
  .contact-us-area .address {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  /* Faq Area */
  .faq-area .thumb {
    display: block;
    margin-bottom: 30px;
    padding-right: 15px;
    overflow: hidden;
  }

  .faq-area .faq-items {
    display: block;
    float: none;
    vertical-align: middle;
    z-index: 9;
  }

  .faq-area .thumb img {
    margin-bottom: 0;
    width: 100%;
  }

  /* Error */
  .error-page-area h1 {
    font-size: 100px;
    line-height: 80px;
  }

  /* Login */
  .login-area .login-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* Footer */
  footer .f-items .item {
    margin-top: 50px;
  }

  footer .f-items .item:first-child {
    margin-top: 0;
  }

  footer .footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }

  footer .footer-bottom,
  footer .footer-bottom .text-right {
    text-align: center;
  }

  footer .footer-bottom p {
    line-height: 26px;
  }

  .footer-bottom .col-md-6 {
    padding: 0;
  }

  /* inner parts */
  .post-password-form input[type=password] {
    width: 100%;
    margin: 20px auto;
    padding: 0px 12px 5px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    border: 1px solid #d7e0e5;
    background-color: #ffffff;
    height: 40px;
    min-height: 40px;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title,
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
    font-size: 17px;
    margin: 0 !important;
    color: #109be6;
    padding: 0 !important;
  }

  nav.navbar.bootsnav.navbar-fixed {
    position: absolute;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 12px;
    padding-top: 11px;
  }

  .nt-theme-content .inner-banner-container:before,
  .inpage-block:before {
    top: 0 !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }

  .wp-block-column {
    flex-basis: 90% !important;
  }

  .topDownload img {
    margin: 9px auto !important;
  }

  body {
    font-size: 16px;
  }

  .flipster__item img {
    max-width: 261px;
  }

  .nt-footer-sidebar.footer-widget-area {
    display: none;
  }

  footer.bg-light.default-padding {
    padding-top: 0;
  }

  body .banner-container.alternative-banner:before,
  body .banner-container.alternative-banner:after {
    display: none !important;
  }

  .alternative-banner.home-footer {
    background: url(../images/blue-bg-4-mobile.png) bottom center;
  }

  footer .footer-bottom {
    border-top: none;
    padding: 0;
  }
}

.lastFooter {
  background: #1b1b1b;
  color: #fff;
  line-height: 49px;
}

.lastFooter p {
  margin: 0 !important;
  line-height: 49px !important;
  padding: 0 !important;
}

.lastFooter a,
.lastFooter p,
.lastFooter {
  line-height: 49px;
  color: #fff !important;
}

li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  padding: 9px 20px !important;
  font-size: 20px !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  padding: 2px 10px;
  border: none;
}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0 !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
  }

  ul>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    border-bottom: 1px solid #F1F1F1 !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu {
    margin: 0;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu li {
    padding: 4px 8px !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu li a {
    padding: 4px 13px !important;
    font-size: 16px !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu li {
    padding: 6px 0px;
  }

  .mega-indicator {
    font-size: 18px !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: none !important;
    border-top: none !important;
  }
}

/*

** theme css update file - if you want to customize theme use this file to avoid being affected by updates.

-- General
-- hero
-- WPBakery customizations


*/
/* general */
.open-sans {
  font-family: "Open Sans", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

/* hero overlay */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  background: #333;
}

.shadow-dark:after,
.shadow-light:after,
.shadow-custom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.shadow-dark:after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.shadow-light:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
  }
}

@media (max-width: 1023px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-weight: 900;
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }
}

.navbar.navbar-default.has-background .logo-display {
  display: none;
}

ul.dropdown-menu.depth_1.animated {
  margin-left: 11px;
}

/*  hero  */
.error-page-area.text-center .nt-sidebar-inner-search .searchform {
  margin: 0 auto;
}

.post-excerpt p:last-child {
  margin-bottom: 0;
}

#nt-sidebar .sidebar-widget {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
}

#nt-sidebar .widget-title {
  display: block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#nt-sidebar .widget-title:before {
  background: #4ac4f3 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  width: 50px;
}

#nt-sidebar .widget-title:after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 25px;
}

#nt-sidebar .nt-sidebar-inner-search form {
  margin: 0;
}

#nt-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.blog-area .info h3 {
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  max-width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ol.commentlist {
  padding-left: 0px;
}

.nt-page-template-content {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px 30px 35px;
}

.page .comments-area {
  margin: 80px auto 0px;
}

p.logged-in-as {
  margin-bottom: -15px !important;
}

.blog-area .info p.comment-notes {
  margin-bottom: 20px !important;
}

.blog-area .info .btn-theme.effect:hover {
  color: #ffffff;
}

.blog-area .item .thumb:hover .post-type {
  display: none;
}

.breadcrumb-area .breadcrumb li a:hover {
  color: #4ac4f3;
}

.breadcrumb i {
  color: #ffffff;
}

.form-submit input.submit-btn {
  background-color: #4ac4f3;
  border: 1px solid #4ac4f3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  min-height: auto;
  margin-top: 20px;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.form-submit input.submit-btn:hover {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid #232323;
}

h4.comments-title,
.comments-form .comment-reply-title {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px !important;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.comments-info a.comment-reply:before {
  content: "\f112";
  font-size: 12px;
  font-family: "fontawesome";
  margin-right: 10px;
}

li.comment #respond {
  margin-top: 40px;
}

.blog-area .info .meta li a.post-edit-link,
.comment-edit-link {
  color: #333;
  font-weight: 600;
}

.blog-area .info .meta li a.post-edit-link:hover {
  color: #4ac4f3;
}

.comments-area,
.blog-area.single .post-pagi-area {
  margin: 50px 0 20px;
}

p.form-submit {
  margin-bottom: 0px;
}

/* home hero banner area */
.row.vc_row-o-equal-height,
.row.vc_row-o-equal-height .nt-column,
.row.vc_row-o-equal-height .nt-column-inner,
.row.vc_row-o-equal-height .nt-wrapper {
  height: 100%;
}

.clients-items .owl-item img {
  width: auto;
  margin: auto;
  padding: 5px;
}

.companies-area .clients-items .owl-nav .owl-prev i,
.companies-area .clients-items .owl-nav .owl-next i {
  font-weight: 900;
}

.wpb-js-composer .vc_tta-container {
  margin-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tabs-container {
  display: block !important;
  height: auto !important;
  margin-bottom: 30px !important;
  min-height: auto !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme li.vc_tta-tab {
  display: inline-block !important;
  float: none !important;
  margin: 1px 3px 0px 3px !important;
  margin-bottom: 10px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-tab>a {
  background: #edf5ff none repeat scroll 0 0 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  border: none !important;
  color: #232323 !important;
  display: inline-block !important;
  font-weight: 600 !important;
  padding: 10px 40px !important;
  text-transform: uppercase !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-body {
  padding: 0px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme li.vc_active a {
  background: #4ac4f3 none repeat scroll 0 0 !important;
  color: #ffffff !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme .vc_tta-panel-heading {
  display: none !important;
}

/* vc accordion tab */
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-panel-title>a {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  font-weight: 600;
  padding: 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-panel {
  color: #333;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  margin-bottom: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-panel-heading {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-panels .vc_tta-panel-body {
  padding: 20px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-controls-icon {
  height: 15px;
  width: 15px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-theme-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-width: 0 3px 3px 0;
  color: #4ac4f3;
}

.list-info {
  color: #666666;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.list-info i {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 1;
}

.list-info i:after {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: -1;
}

.features-items {
  color: #666666;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.features-items .icon {
  display: table-cell;
  vertical-align: top;
}

.features-items .info {
  display: table-cell;
  padding-left: 5px;
  vertical-align: top;
}

.features-items .info h4 {
  margin-bottom: 10px;
}

.features-items .info p {
  color: #666666;
  margin: 0;
}

.features-items i {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 1;
}

.features-items i:after {
  background: #4ac4f3 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: -1;
}

.about-area .services-info {
  margin-top: 0px;
}

@media (min-width: 992px) {

  .about-area.primary-bg .services-info .item h4,
  .about-area.primary-bg .services-info .item p,
  .about-area.primary-bg .services-info .item i {
    color: #ffffff;
  }
}

@media (max-width: 992px) {
  .about-area.primary-bg .services-info .item {
    background-color: #ffffff;
  }
}

/* pricing item */
.pricing-item {
  margin-bottom: 0px;
}

/* subscribe form */
.subscribe-area .subscribe .input-group .form-control {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  min-height: 60px;
  padding-left: 20px;
}

.subscribe-area .input-group {
  margin: 30px auto auto;
  max-width: 450px;
}

.subscribe-area .subscribe .input-group .form-submit {
  background: transparent;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  height: 100%;
  line-height: 60px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 9;
  font-size: 0px;
}

.subscribe-area .subscribe .input-group i {
  background: #4ac4f3 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  height: 100%;
  line-height: 60px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 8;
}

/* contact-forms */
.contact-form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  color: #232323;
}

.contact-form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 300px;
  padding-top: 15px;
}

.contact-form .form-group.comments {
  margin-bottom: 0;
}

.contact-form .submit-btn {
  background: #4ac4f3 none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-height: auto;
}

/* social icons */
.address-items i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  display: table-cell;
  font-size: 20px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

.address-items span {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

/* social icons */
.social-icons li {
  display: inline-block;
}

.social-icons li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.social-icons li.facebook a {
  background-color: #3b5998;
}

.social-icons li.twitter a {
  background-color: #00b6f1;
}

.social-icons li.pinterest a {
  background-color: #bd081c;
}

.social-icons li.instagram a {
  background-color: #cd486b;
}

.banner-area .content h1 b {
  color: #2095f2;
  font-weight: 700;
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.features-items {
  margin-bottom: 0px;
}

p.nocomments {
  background: #222;
  color: #fff;
  padding: 25px;
}

.single p.nocomments {
  margin-top: 50px;
}

.content-none-container {
  text-align: center;
}

input.adminbar-input {
  min-height: 31px;
}

.nt-shape.pos-top {
  top: -1px;
}

.nt-shape.pos-bottom {
  bottom: -1px;
}

.breadcrumb-area h1.hero-title.title-full {
  white-space: inherit;
  max-width: 950px;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
  color: #fff;
}

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
  padding: 0px !important;
  margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
  margin-right: 15px !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 30px 0 32px 45px;
  padding: 0 1em;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
  float: none;
  max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
  margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
  margin-bottom: 30px !important;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
  margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
  margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
  margin-bottom: 10px;
}

.wp-block-gallery {
  padding: 0 !important;
  margin: 0 5px 20px 0px;
}

.wp-block-latest-comments {
  padding: 0;
}

.wp-block-image {
  margin-bottom: 2em;
}

.wp-block-cover {
  margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}

/*
.testimonials-area .owl-nav .owl-prev{
left: -10%;
position: absolute;
top: 50%;
background: #4ac4f3;
height: 35px;
width: 35px;
line-height: 35px;
color:#fff;
border-radius: 50%;
}
.testimonials-area .owl-nav .owl-next{
right: -10%;
position: absolute;
top: 50%;
background: #4ac4f3;
height: 35px;
width: 35px;
line-height: 35px;
color:#fff;
border-radius: 50%;
 }
*/
/*   
Theme Name: StylingCV
Description: This is the Arabic and English Theme for StylingCV.com
Author: StylingCV
Author URI: styligcv
Version: 1
*/
.page-container {
  max-width: none;
}

.collapse:not(.show) {
  display: inherit !important;
}

.mobile-show {
  display: none !important;
}

.desktop-show {
  display: block !important;
}

html {
  font-size: 17px !important;
}

body .nt-page {
  width: 100%;
}

body .banner-container {
  position: relative;
}

body .banner-container .wp-block-group__inner-container {
  position: relative;
  z-index: 0;
}

body .banner-container .wp-block-group__inner-container {
  z-index: 1;
}

body .btn,
body .wpcf7-submit {
  text-transform: capitalize;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px !important;
  color: #000 !important;
  margin: 12px auto 20px auto;
  line-height: 1.47059 !important;
  font-weight: bold !important;
  letter-spacing: -0.022em !important;
  background: #FEB516;
  border: 1px solid rgba(255, 174, 0, 0) !important;
  cursor: pointer !important;
  font-size: 17px !important;
  min-width: 30px !important;
  text-align: center !important;
  max-width: 100% !important;
}

body .btn i,
body .wpcf7-submit i {
  color: #fff;
}

body .btn:hover,
body .wpcf7-submit:hover {
  background: #ffc442 !important;
}

body .gray-block {
  position: relative;
}

@media only screen and (max-width: 900px) {
  body .gray-block {
    background-color: rgb(249, 249, 249);
  }
}

body .gray-block .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

body .gray-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  height: 100%;
  background: rgba(27, 157, 184, 0.1);
  z-index: 0;
  margin: 0;
}

@media only screen and (min-width: 900px) {
  body .gray-block:before {
    width: 300%;
    left: -100%;
    margin: auto;
  }
}

body .gray2-block {
  position: relative;
}

@media only screen and (max-width: 900px) {
  body .gray2-block {
    background-color: rgb(249, 249, 249);
  }
}

body .gray2-block .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

body .gray2-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  height: 100%;
  background: rgba(230, 230, 230, 0.4);
  z-index: 0;
  margin: 0;
  z-index: 0;
  margin: 0;
}

@media only screen and (min-width: 900px) {
  body .gray2-block:before {
    width: 220%;
    left: -25%;
    margin: auto;
  }
}

body .gray2-block .wp-block-group__inner-container {
  background: url(../images/cv-logo.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

body .gray3-block {
  position: relative;
}

@media only screen and (max-width: 900px) {
  body .gray3-block {
    background-color: rgb(249, 249, 249);
  }
}

body .gray3-block .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

body .gray3-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  height: 100%;
  background: url(../images/ready-template-resume-bg.svg) #fff;
  z-index: 0;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  margin: 0;
}

@media only screen and (min-width: 900px) {
  body .gray3-block:before {
    width: 110%;
    left: -50px;
    margin: auto;
  }
}

body .alternative-banner:before {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_l.webp);
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

body .alternative-banner:after {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_r.webp);
  content: "";
  z-index: -1;
  position: absolute;
  right: 0;
  background-position: right top;
  left: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

body .alternative-banner-2 {
  position: relative;
  z-index: 0;
}

body .alternative-banner-2:before {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_l.webp);
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  display: inline-block;
  background-position: center left;
}

body .alternative-banner-2:after {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_r.webp);
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  background-position: right top;
  right: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

body .banner-inside-pages {
  position: relative;
}

body .banner-inside-pages .header-text {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

body .banner-inside-pages:before {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_l.webp);
  content: "";
  position: absolute;
  left: -28%;
  right: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

body .banner-inside-pages:after {
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/blue_bg_r.webp);
  content: "";
  z-index: 0;
  position: absolute;
  right: -28%;
  background-position: right top;
  left: 50%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

body .b-g-text {
  color: #2490d9;
  background-image: linear-gradient(-90deg, #03d288 0%, #2490d9 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body .wp-block-image .aligncenter {
  margin: 0 auto !important;
}

body .icon-list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px !important;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 15px;
}

body .icon-list li i,
body .icon-list li svg {
  position: absolute;
  left: 0;
  text-align: center;
  top: 3px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}

.nt-theme-content h2 {
  font-size: 40px;
  font-weight: 700;
}

.bg-light {
  background: rgba(27, 157, 184, 0.05) !important;
}

.nt-page-template-content {
  box-shadow: none !important;
}

a {
  cursor: pointer;
}

nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
  border-left-width: 0;
}

.se-pre-con {
  background-size: 200px auto !important;
}

.team-members-container {
  overflow: hidden;
}

.team-members-container .wp-block-columns {
  justify-content: space-between;
}

.team-members-container .team-member>div {
  border-radius: 4px;
  border: solid 1px #acacac;
  overflow: hidden;
  background: #ececec;
  height: 250px;
  position: relative;
}

.team-members-container .team-member h5 {
  position: absolute;
  bottom: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px 10px;
  font-weight: 400;
}

.team-members-container .team-member h6 {
  position: absolute;
  bottom: 7px;
  color: #fff;
  background: rgba(32, 176, 168, 0.96);
  padding: 4px 15px;
  min-width: 60%;
}

.team-members-container .team-member ul {
  overflow: hidden;
}

.team-members-container .team-member ul li {
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 4px;
}

.team-members-container .team-member ul li a {
  display: block;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 300px;
  height: 30px;
  width: 30px;
  text-align: center;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  margin: 4px;
}

.team-members-container .team-member ul li a:hover {
  box-shadow: 0px 1px 4px 0px #20b0a8;
}

.team-members-container .team-member ul li i {
  line-height: 30px;
}

.message-box {
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #e6fdf8;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  margin: 0 0 21.73913043px 0;
  padding: 1em 1em 1em 4em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 4em;
  position: relative;
}

.mega-toggle-label-closed,
.mega-toggle-label,
.mega-toggle-label-open {
  display: none !important;
}

.mega-menu-toggle {
  background: none !important;
}

#mega-menu-wrap-header_menu_1 .mega-menu-toggle .mega-toggle-block-1:after {
  color: #3fbda7 !important;
  font-size: 35px;
}

.nt-theme-content .text-white p {
  color: #000 !important;
}

#popupLang {
  display: none;
}

#popupLang .white-box {
  width: 450px;
  padding: 40px 30px;
}

#popupLang .white-box h3 {
  margin-bottom: 30px;
}

#popupLang .white-box .row {
  text-align: right;
}

#popupLang .white-box .row .col {
  margin-bottom: 20px;
}

#popupLang .white-box a img {
  max-width: 45px;
}

#popupLang .white-box a span {
  font-size: 17px;
}

#popupLang .white-box a:hover {
  color: #008C9A;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  background: #f2f5fa;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  border: none;
}

footer .col-lg-1,
footer .col-lg-10,
footer .col-lg-11,
footer .col-lg-12,
footer .col-lg-2,
footer .col-lg-3,
footer .col-lg-4,
footer .col-lg-5,
footer .col-lg-6,
footer .col-lg-7,
footer .col-lg-8,
footer .col-lg-9 {
  float: right;
}

.topDownload img {
  border: 1px solid #0B8EEA;
  filter: drop-shadow(5px 0px 10px rgba(0, 0, 0, 0.1));
  max-height: 400px;
}

.blue {
  color: #109be6;
}

.carousel {
  position: relative;
  padding-bottom: 30px;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0 !important;
  margin-right: 15% !important;
  margin-left: 15% !important;
  list-style: none !important;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px !important;
  margin-left: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  opacity: 1 !important;
  transition: opacity 0.6s ease;
  border-radius: 50%;
  border: 1px solid #FEB516;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  background: #FEB516;
}

.carousel-item span {
  max-width: 80%;
  min-height: 97px;
  display: block;
  margin: 0 auto;
}

.greyBgg:before {
  background: #F7F7F7 !important;
}

.selectLangg .active {
  color: #FEB516;
}

p.wp-block-tag-cloud.tagsCloud a {
  margin: 10px;
}

.post .content-container ul li.flipster__item::before,
.post .content-container ol li.flipster__item::before {
  display: none;
}

.post .content-container ul li.flipster__item,
.post .content-container ol li.flipster__item {
  padding-right: 0;
  padding-left: 0;
}

.dg-wrapper {
  width: 383px;
  height: 516px;
}

@media (max-width: 1440px) {
  .dg-wrapper {
    width: 253px;
    height: 356px;
  }
}

.nt-theme-content .banner-container {
  text-align: center;
}

.nt-theme-content .banner-container h4 {
  font-weight: bold;
}

.nt-theme-content .banner-container h2 {
  font-weight: bold;
  color: #fff !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 40px;
  margin: 0 !important;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .banner-container h2 {
    font-size: 50px;
  }
}

.nt-theme-content .banner-container h1 {
  font-size: 20px;
  line-height: 1;
  padding: 0;
  font-weight: bold;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .banner-container h1 {
    font-size: 30px;
  }
}

.nt-theme-content .banner-container .btn {
  padding: 12px 50px !important;
}

.nt-theme-content .banner-container .flickering-text {
  font-size: 13px;
  color: #252627;
  display: block;
  clear: both;
}

.nt-theme-content .banner-container .flickering-text .green-dot {
  border-radius: 300px;
  background: #86e669;
  overflow: hidden;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 5px;
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}

#generatedNum {
  font-weight: bold;
}

@keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.nt-page .nt-theme-inner-container {
  padding: 0;
}

.nt-page .nt-theme-inner-container>.container {
  width: 100% !important;
  padding: 0 !important;
}

@media only screen and (max-width: 900px) {
  .nt-page .nt-theme-inner-container>.container {
    overflow: hidden;
  }
}

.nt-page .nt-theme-inner-container>.container .nt-page-template-content {
  padding: 0;
}

#popup1 {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 30000000000000000;
}

.shadow-box {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-box {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 40px;
  position: relative;
  margin: 0 5px;
  max-height: 90vh;
  overflow: hidden;
}

.contact-form-selection {
  overflow: hidden;
  display: inline-block;
}

.contact-form-selection li {
  list-style: none;
  margin: 0 0 20px 20px !important;
  background: #f2f5fa;
  border-radius: 4px;
  padding: 0px 20px;
  line-height: 3;
  color: #848484;
  font-weight: 700;
  cursor: pointer;
  display: block;
  font-size: 16px;
  float: right;
}

.contact-form-selection li label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
}

.contact-form-selection li:hover {
  background: #9fdae7;
  color: #2d9fb8;
}

.contact-form-selection li.selected {
  background: #2d9fb8;
  color: #fff;
}

#sendForm {
  width: 100%;
  margin: auto;
}

#sendForm .column_parent {
  float: right;
  width: 47.5%;
  margin-right: 5%;
  text-align: right;
}

#sendForm .column_parent:nth-child(2) {
  margin-right: 0;
}

#sendForm .column_parent.full-width {
  width: 100%;
  margin: auto;
}

#sendForm .column_parent label em {
  display: block;
}

#sendForm .column_parent span {
  display: block;
}

#sendForm .column_parent span input,
#sendForm .column_parent span textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: right;
}

a.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: Arial;
  font-weight: 700;
}

.white-box h3 {
  font-size: 23px !important;
  line-height: 1.3;
}

.white-box h3 strong {
  font-size: 40px !important;
  font-weight: 700;
}

.white-box .about-cta {
  border-radius: 8px !important;
}

.resume-container-white {
  position: relative;
}

.resume-container-white:before {
  content: "";
  position: absolute;
  background-image: url(../images/sections-60.png), linear-gradient(to right top, #2490d9, #00d685) !important;
  width: 100%;
  height: 250px;
  top: calc(50% - 125px);
  z-index: 0;
  left: 0;
}

.resume-container-white img {
  height: calc(100vh - 350px);
  z-index: 1;
  position: relative;
  max-width: unset;
  max-height: 495px;
  margin: 40px auto;
  box-shadow: 0 9px 62px rgba(0, 0, 0, 0.15);
}

/* Social Proff popup*/
.fomo-notification.fomo-notification-animation-fade-in {
  -webkit-animation: fomoFadeIn 1s;
  -o-animation: fomoFadeIn 1s;
  animation: fomoFadeIn 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fomo-notification.fomo-notification-animation-fade-out {
  -webkit-animation: fomoFadeOut 1s;
  -o-animation: fomoFadeOut 1s;
  animation: fomoFadeOut 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fomo-notification.fomo-notification-animation-horizontal,
.fomo-notification.fomo-notification-animation-vertical {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fomoFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fomoFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fomoFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fomoFadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fomoFadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fomoFadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fomoSlideOutHorizontalLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-o-keyframes fomoSlideOutHorizontalLeft {
  to {
    opacity: 0;
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes fomoSlideOutHorizontalLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes fomoSlideInHorizontalRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fomoSlideInHorizontalRight {
  to {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fomoSlideInHorizontalRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fomoSlideOutHorizontalRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-o-keyframes fomoSlideOutHorizontalRight {
  to {
    opacity: 0;
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes fomoSlideOutHorizontalRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-webkit-keyframes fomoSlideOutVerticalBottom {
  to {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@-o-keyframes fomoSlideOutVerticalBottom {
  to {
    opacity: 1;
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes fomoSlideOutVerticalBottom {
  to {
    opacity: 1;
    -webkit-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@-webkit-keyframes fomoSlideOutVerticalBottomCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(200%);
    transform: translateX(-50%) translateY(200%);
  }
}

@-o-keyframes fomoSlideOutVerticalBottomCenter {
  to {
    opacity: 1;
    -o-transform: translateX(-50%) translateY(200%);
    transform: translateX(-50%) translateY(200%);
  }
}

@keyframes fomoSlideOutVerticalBottomCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(200%);
    -o-transform: translateX(-50%) translateY(200%);
    transform: translateX(-50%) translateY(200%);
  }
}

@-webkit-keyframes fomoSlideInVerticalTop {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fomoSlideInVerticalTop {
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fomoSlideInVerticalTop {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fomoSlideOutVerticalTop {
  to {
    opacity: 1;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@-o-keyframes fomoSlideOutVerticalTop {
  to {
    opacity: 1;
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@keyframes fomoSlideOutVerticalTop {
  to {
    opacity: 1;
    -webkit-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@-webkit-keyframes fomoSlideInVerticalTopCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

@-o-keyframes fomoSlideInVerticalTopCenter {
  to {
    opacity: 1;
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes fomoSlideInVerticalTopCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

@-webkit-keyframes fomoSlideOutVerticalTopCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
  }
}

@-o-keyframes fomoSlideOutVerticalTopCenter {
  to {
    opacity: 1;
    -o-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
  }
}

@keyframes fomoSlideOutVerticalTopCenter {
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-200%);
    -o-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
  }
}

.fomo-notification.fomo-notification-position-bottom-left,
.fomo-notification.fomo-notification-position-top-left {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.fomo-notification.fomo-notification-position-bottom-left.fomo-notification-animation-horizontal.fomo-notification-show,
.fomo-notification.fomo-notification-position-top-left.fomo-notification-animation-horizontal.fomo-notification-show {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInHorizontalRight;
  -o-animation-name: fomoSlideInHorizontalRight;
  animation-name: fomoSlideInHorizontalRight;
}

.fomo-notification.fomo-notification-position-bottom-left.fomo-notification-animation-horizontal.fomo-notification-hide,
.fomo-notification.fomo-notification-position-top-left.fomo-notification-animation-horizontal.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutHorizontalLeft;
  -o-animation-name: fomoSlideOutHorizontalLeft;
  animation-name: fomoSlideOutHorizontalLeft;
}

.fomo-notification.fomo-notification-position-bottom-left.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTop;
  -o-animation-name: fomoSlideInVerticalTop;
  animation-name: fomoSlideInVerticalTop;
}

.fomo-notification.fomo-notification-position-bottom-left.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutVerticalBottom;
  -o-animation-name: fomoSlideOutVerticalBottom;
  animation-name: fomoSlideOutVerticalBottom;
}

.fomo-notification.fomo-notification-position-top-left {
  bottom: auto;
  top: 20px;
}

.fomo-notification.fomo-notification-position-top-left.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTop;
  -o-animation-name: fomoSlideInVerticalTop;
  animation-name: fomoSlideInVerticalTop;
}

.fomo-notification.fomo-notification-position-top-left.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutVerticalTop;
  -o-animation-name: fomoSlideOutVerticalTop;
  animation-name: fomoSlideOutVerticalTop;
}

.fomo-notification.fomo-notification-position-bottom-right,
.fomo-notification.fomo-notification-position-top-right {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.fomo-notification.fomo-notification-position-bottom-right.fomo-notification-animation-horizontal.fomo-notification-show,
.fomo-notification.fomo-notification-position-top-right.fomo-notification-animation-horizontal.fomo-notification-show {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInHorizontalRight;
  -o-animation-name: fomoSlideInHorizontalRight;
  animation-name: fomoSlideInHorizontalRight;
}

.fomo-notification.fomo-notification-position-bottom-right.fomo-notification-animation-horizontal.fomo-notification-hide,
.fomo-notification.fomo-notification-position-top-right.fomo-notification-animation-horizontal.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutHorizontalRight;
  -o-animation-name: fomoSlideOutHorizontalRight;
  animation-name: fomoSlideOutHorizontalRight;
}

.fomo-notification.fomo-notification-position-top-right {
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
}

.fomo-notification.fomo-notification-position-top-right.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTop;
  -o-animation-name: fomoSlideInVerticalTop;
  animation-name: fomoSlideInVerticalTop;
}

.fomo-notification.fomo-notification-position-top-right.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutVerticalTop;
  -o-animation-name: fomoSlideOutVerticalTop;
  animation-name: fomoSlideOutVerticalTop;
}

.fomo-notification.fomo-notification-position-bottom-right {
  right: 20px;
  left: auto;
}

.fomo-notification.fomo-notification-position-bottom-right.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTop;
  -o-animation-name: fomoSlideInVerticalTop;
  animation-name: fomoSlideInVerticalTop;
}

.fomo-notification.fomo-notification-position-bottom-right.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-animation-name: fomoSlideOutVerticalBottom;
  -o-animation-name: fomoSlideOutVerticalBottom;
  animation-name: fomoSlideOutVerticalBottom;
}

.fomo-notification.fomo-notification-position-bottom-center {
  left: 50% !important;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.fomo-notification.fomo-notification-position-bottom-center.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateX(-50%) translateY(200%);
  -ms-transform: translateX(-50%) translateY(200%);
  -o-transform: translateX(-50%) translateY(200%);
  transform: translateX(-50%) translateY(200%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTopCenter;
  -o-animation-name: fomoSlideInVerticalTopCenter;
  animation-name: fomoSlideInVerticalTopCenter;
}

.fomo-notification.fomo-notification-position-bottom-center.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-animation-name: fomoSlideOutVerticalBottomCenter;
  -o-animation-name: fomoSlideOutVerticalBottomCenter;
  animation-name: fomoSlideOutVerticalBottomCenter;
}

.fomo-notification.fomo-notification-position-top-center {
  bottom: auto;
  top: 20px;
  left: 50% !important;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.fomo-notification.fomo-notification-position-top-center.fomo-notification-animation-vertical.fomo-notification-show {
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  -o-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  opacity: 0;
  -webkit-animation-name: fomoSlideInVerticalTopCenter;
  -o-animation-name: fomoSlideInVerticalTopCenter;
  animation-name: fomoSlideInVerticalTopCenter;
}

.fomo-notification.fomo-notification-position-top-center.fomo-notification-animation-vertical.fomo-notification-hide {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-animation-name: fomoSlideOutVerticalTopCenter;
  -o-animation-name: fomoSlideOutVerticalTopCenter;
  animation-name: fomoSlideOutVerticalTopCenter;
}

@media only screen and (max-width: 420px) {

  .fomo-notification.fomo-notification-mobile-position-bottom,
  .fomo-notification.fomo-notification-mobile-position-top {
    width: calc(100% - 20px);
    left: 10px !important;
  }
}

@media only screen and (max-width: 420px) {
  .fomo-notification.fomo-notification-mobile-position-bottom {
    bottom: 10px;
    top: auto;
  }

  .fomo-notification.fomo-notification-mobile-position-bottom.fomo-notification-animation-vertical.fomo-notification-show {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
    -webkit-animation-name: fomoSlideInVerticalTop;
    -o-animation-name: fomoSlideInVerticalTop;
    animation-name: fomoSlideInVerticalTop;
  }

  .fomo-notification.fomo-notification-mobile-position-bottom.fomo-notification-animation-vertical.fomo-notification-hide {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-animation-name: fomoSlideOutVerticalBottom;
    -o-animation-name: fomoSlideOutVerticalBottom;
    animation-name: fomoSlideOutVerticalBottom;
  }
}

@media only screen and (max-width: 420px) {
  .fomo-notification.fomo-notification-mobile-position-top {
    top: 10px;
    bottom: auto;
  }

  .fomo-notification.fomo-notification-mobile-position-top.fomo-notification-animation-vertical.fomo-notification-show {
    -webkit-transform: translateX(0) translateY(-200%);
    -ms-transform: translateX(0) translateY(-200%);
    -o-transform: translateX(0) translateY(-200%);
    transform: translateX(0) translateY(-200%);
    opacity: 0;
    -webkit-animation-name: fomoSlideInVerticalTop;
    -o-animation-name: fomoSlideInVerticalTop;
    animation-name: fomoSlideInVerticalTop;
  }

  .fomo-notification.fomo-notification-mobile-position-top.fomo-notification-animation-vertical.fomo-notification-hide {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-animation-name: fomoSlideOutVerticalTop;
    -o-animation-name: fomoSlideOutVerticalTop;
    animation-name: fomoSlideOutVerticalTop;
  }
}

@media only screen and (max-width: 420px) {
  .fomo-notification.fomo-notification-mobile-position-top.fomo-notification-ad {
    top: 20px;
  }
}

.fomo-notification .fomo-animation-count-up {
  display: none;
  font-variant-numeric: tabular-nums;
}

.fomo-notification .fomo-animation-tada {
  -webkit-animation-name: fomo-animation-tada;
  -o-animation-name: fomo-animation-tada;
  animation-name: fomo-animation-tada;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

.fomo-notification .fomo-animation-arrow svg {
  -webkit-animation: fomo-animation-arrow 2s infinite;
  -o-animation: fomo-animation-arrow 2s infinite;
  animation: fomo-animation-arrow 2s infinite;
  display: inline-block;
  height: 9px;
  width: 7px;
  vertical-align: middle;
  margin: 0 5px 1px 2px;
}

.fomo-notification.fomo-notification-font-sm .fomo-animation-arrow svg {
  height: 8px;
  width: 6px;
}

@-webkit-keyframes fomo-animation-tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-o-keyframes fomo-animation-tada {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes fomo-animation-tada {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes fomo-animation-arrow {

  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

@-o-keyframes fomo-animation-arrow {

  0%,
  20%,
  50%,
  80%,
  to {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
}

@keyframes fomo-animation-arrow {

  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }

  60% {
    -webkit-transform: translateX(2px);
    -o-transform: translateX(2px);
    transform: translateX(2px);
  }
}

.fomo-notification.fomo-hover-animation-float,
.fomo-notification.fomo-hover-animation-forward {
  -webkit-transition: margin 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  -o-transition: margin 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: margin 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
}

.fomo-notification {
  display: none;
  width: auto;
  border: 0;
  bottom: 20px;
  left: 20px;
  position: fixed;
  text-align: left;
  z-index: 99999;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 10px 2px hsla(0, 0%, 60%, 0.2);
  box-shadow: 2px 2px 10px 2px hsla(0, 0%, 60%, 0.2);
  background-color: #fff;
}

.fomo-notification:hover #fomo-close {
  opacity: 0.8;
  visibility: visible;
}

.fomo-notification *,
.fomo-notification :after,
.fomo-notification :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fomo-notification .fomo-notification-powered-by {
  margin-top: 3px !important;
  display: block !important;
  font-size: 10px !important;
  color: #474ba5;
  opacity: 0.5;
  position: absolute;
  bottom: 3px;
  right: 6px;
  font-size: 10px;
  vertical-align: bottom;
}

.fomo-notification .fomo-notification-ad-by {
  display: none;
  visibility: hidden;
}

.fomo-notification .fomo-notification-ad-by a,
.fomo-notification .fomo-notification-ad-by a:hover {
  text-decoration: none;
  cursor: pointer;
}

.fomo-notification.fomo-notification-ad {
  z-index: 2147483647;
}

.fomo-notification.fomo-notification-ad .fomo-notification-ad-by {
  margin: 0;
  display: block !important;
  visibility: visible;
  font-size: 12px !important;
  position: absolute;
  top: -24px !important;
  left: 2px;
}

.fomo-notification .fomo-notification-container {
  display: table !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: block !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}

.fomo-notification .fomo-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: table-cell !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
}

.fomo-notification .fomo-notification-content-wrapper .fomo-notification-content {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  line-height: 16px;
  font-size: 16px;
  padding-bottom: 10px !important;
}

.fomo-notification .fomo-notification-content-wrapper .fomo-notification-content-info {
  display: block !important;
}

.fomo-notification .fomo-notification-content-wrapper a {
  color: inherit;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.fomo-notification .fomo-notification-content-wrapper .fomo-notification-powered-by,
.fomo-notification .fomo-notification-content-wrapper small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 10px !important;
  opacity: 0.5;
}

.fomo-notification .fomo-notification-content-wrapper small {
  margin-right: 6px;
  vertical-align: middle;
}

.fomo-notification .fomo-notification-content-wrapper .fomo-notification-powered-by {
  font-size: 10px;
  vertical-align: bottom;
}

html[dir=rtl] .fomo-notification .fomo-notification-image-wrapper {
  text-align: right;
}

.fomo-notification .fomo-notification-image-wrapper img {
  max-width: 100% !important;
  width: auto;
  height: 100%;
}

.fomo-notification .fomo-notification-image-wrapper.fomo-notification-image-is-landscape img {
  position: relative;
  max-width: 100% !important;
  width: auto;
  max-height: 100% !important;
  height: auto;
}

.fomo-notification .fomo-notification-image-wrapper-inside {
  height: 100%;
  width: 90px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fomo-notification.fomo-notification-no-image .fomo-notification-image-wrapper {
  display: none !important;
}

.fomo-notification.fomo-notification-pointer,
.fomo-notification .fomo-notification-pointer {
  cursor: pointer;
}

.fomo-notification #fomo-close {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 420px) {
  .fomo-notification #fomo-close {
    opacity: 0.8;
    visibility: visible;
    top: -10px;
    right: -10px;
    height: 48px;
    width: 48px;
  }
}

.fomo-notification #fomo-close:before {
  width: 12px;
  height: 2px;
}

.fomo-notification #fomo-close:after,
.fomo-notification #fomo-close:before {
  content: "";
  display: block;
  background-color: gray;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fomo-notification #fomo-close:after {
  height: 12px;
  width: 2px;
}

.fomo-notification.fomo-notification-no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fomo-notification-no-image .fomo-notification-content-wrapper {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 6px;
}

.fomo-notification-font-lg.fomo-notification-no-image .fomo-notification-content-wrapper {
  padding-right: 80px;
}

.fomo-notification-font-md .fomo-notification-content-wrapper .fomo-notification-content {
  font-size: 14px;
  line-height: 14px;
}

.fomo-notification-font-sm .fomo-notification-content-wrapper .fomo-notification-content {
  font-size: 12px;
  line-height: 14px;
}

.fomo-notification-font-xs .fomo-notification-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}

.fomo-notification-font-xs .fomo-notification-content-wrapper .fomo-notification-content {
  font-size: 10px;
  line-height: 12px;
}

.fomo-notification-v2-classic .fomo-notification-content-wrapper {
  color: #464646;
  padding: 5px 0 0;
  text-align: center;
}

.fomo-notification-v2-classic #fomo-close:before {
  background-color: #464646;
}

.fomo-notification-v2-classic #fomo-close:after {
  background-color: #464646;
}

.fomo-notification-v2-classic .fomo-notification-image-wrapper {
  padding: 0px;
}

/* We recommend that you also apply !important */
/* Note: This will override Fine Tune settings */
.fomo-main-content-wrapper {
  margin-left: 10px;
}

.fomo-main-content-wrapper .fomo-main-content {
  font-size: 17px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.fomo-main-content-wrapper .fomo-main-content strong {
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.fomo-notification-content {
  line-height: 1.2 !important;
  margin-bottom: 10px;
}

/*   
Theme Name: StylingCV
Description: This is the Arabic and English Theme for StylingCV.com
Author: 
Author URI: styligcv
Version: 1
*/
.home-logo .wp-block-columns {
  justify-content: space-around;
}

.home-logo .wp-block-columns .wp-block-column {
  flex-basis: 50% !important;
  padding-bottom: 20px;
}

@media only screen and (min-width: 900px) {
  .home-logo .wp-block-columns .wp-block-column {
    flex-basis: 16% !important;
    padding-bottom: 0;
  }
}

.home-logo .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
  text-align: center;
}

.home-logo .wp-block-columns .wp-block-column .wp-block-image img {
  filter: grayscale(100%) !important;
  opacity: 0.6 !important;
  max-height: 50px;
  width: auto;
}

.home-logo .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.nt-theme-content .home-footer {
  padding: 50px 0 !important;
}

.nt-theme-content .home-footer h2 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 35px;
  font-weight: bold;
}

.nt-theme-content .home-footer p {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 17px;
}

.nt-theme-content .features-list>.wp-block-group__inner-container {
  padding: 0 5%;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container {
    padding: 0;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container h2 {
  margin: 50px 0 15px 0 !important;
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container h2 {
    font-size: 40px;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 0 !important;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container h4 {
    font-size: 25px;
    font-weight: 400;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>p {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 20px 0 !important;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>p {
    margin: 50px 0 20px 0 !important;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column {
  margin-bottom: 20px;
  text-align: right;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
  margin: auto !important;
  text-align: left;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) {
    text-align: right;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) .wp-block-column {
  flex-basis: 30% !important;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:not(:first-child) .wp-block-column:not(:first-child) {
  flex-basis: 70% !important;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column h5 {
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 0px 0 !important;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column h5 {
    margin: 0 0 20px 0 !important;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column p {
  font-size: 14px;
  line-height: 1.5;
  margin: auto !important;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(1) {
  text-align: right;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(1) {
    text-align: left;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(1) .wp-block-column {
  flex-basis: 70% !important;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(1) .wp-block-column:not(:first-child) {
  flex-basis: 30% !important;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
  display: none;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column:nth-child(2) {
    display: block;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column .feature-item {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column .feature-item {
    flex-direction: row;
  }
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column .feature-item .wp-block-image {
  margin-bottom: auto;
  max-width: 130px;
  text-align: center;
  margin: 0 !important;
  display: block;
}

.nt-theme-content .features-list>.wp-block-group__inner-container>.wp-block-columns>.wp-block-column .feature-item .wp-block-image img {
  max-width: 70px;
}

.nt-theme-content .builder-container {
  padding-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  .nt-theme-content .builder-container {
    overflow: hidden;
  }
}

.nt-theme-content .builder-container>.wp-block-group__inner-container {
  text-align: center;
  padding: 0 5%;
  padding-bottom: 50px;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .builder-container>.wp-block-group__inner-container {
    padding: 0;
  }
}

.nt-theme-content .builder-container>.wp-block-group__inner-container h2 {
  margin: 50px 0 5px 0 !important;
  font-size: 40px;
  font-weight: 700;
}

.nt-theme-content .builder-container .one-image .wp-block-group__inner-container {
  position: relative;
}

.nt-theme-content .builder-container .one-image .wp-block-group__inner-container .wp-block-image {
  position: absolute;
  top: 0;
  width: 100%;
}

.nt-theme-content .builder-container .one-image .wp-block-group__inner-container .wp-block-image:first-child {
  position: relative;
}

.nt-theme-content .resume-examples>.wp-block-group__inner-container {
  padding: 0 5%;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .resume-examples>.wp-block-group__inner-container {
    padding: 0;
  }
}

.nt-theme-content .resume-examples>.wp-block-group__inner-container h3,
.nt-theme-content .resume-examples>.wp-block-group__inner-container p {
  color: #fff;
  margin: 10px auto !important;
}

.nt-theme-content .resume-examples>.wp-block-group__inner-container p {
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 40px !important;
}

.nt-theme-content .resume-examples>.wp-block-group__inner-container .wp-block-columns .wp-block-column:not(first-child) {
  display: none;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .resume-examples>.wp-block-group__inner-container .wp-block-columns .wp-block-column:not(first-child) {
    display: block;
  }
}

.resume-gallery {
  position: relative;
  padding: 50px 0;
}

.resume-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: linear-gradient(171deg, rgb(218, 236, 239) 0%, rgb(255, 255, 255) 100%);
  z-index: 0;
}

@media only screen and (min-width: 900px) {
  .resume-gallery:before {
    width: 300%;
    left: -100%;
  }
}

.resume-gallery .wp-block-group__inner-container {
  position: relative;
  z-index: 0;
  padding: 0 5%;
}

@media only screen and (min-width: 900px) {
  .resume-gallery .wp-block-group__inner-container {
    padding: 0;
  }
}

.resume-gallery .wp-block-columns {
  margin: 0 !important;
}

.resume-gallery .wp-block-columns h2 {
  font-weight: 700;
  font-size: 30px;
}

.banner-container .dg-container .dg-wrapper a.dg-center div {
  color: #fff;
  text-shadow: none;
}

.dg-container {
  width: 100%;
  position: relative;
}

.dg-wrapper {
  margin: 0 auto 0 70px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (max-width: 990px) {
  .dg-wrapper {
    height: 90vw;
    width: 80%;
    /* border: solid; */
  }
}

.dg-wrapper a {
  width: 360px;
  height: 508px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  padding: 2px;
  background: white;
  border: 1px solid #c0c0c0;
}

@media screen and (max-width: 1380px) {
  .dg-wrapper a {
    width: 250px;
    height: 353px;
  }

  body.home .nt-page {
    padding-top: 100px;
  }

  .hntR {
    height: 373px !important;
    width: 507px !important;
  }

  #arabicSite .dg-container nav {
    left: -130px !important;
  }
}

@media screen and (max-width: 990px) {
  .dg-wrapper a {
    width: 100%;
    /* border: solid; */
  }
}

.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
  display: block;
  padding: 0;
  max-width: 100%;
}

.dg-wrapper a div {
  font-style: italic;
  text-align: center;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  bottom: -55px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
}

.dg-wrapper a.dg-center div {
  opacity: 1;
}

.dg-container nav {
  width: 100%;
  position: absolute;
  z-index: 50;
  right: -72px;
  margin-left: 0;
  /* border: solid; */
  top: 35%;
}

.dg-container nav span {
  float: left;
  cursor: pointer;
  width: 48px;
  height: 78px;
  opacity: 1;
  background: #FEB516;
  color: #ffffff;
  font-family: dashicons;
  font-family: dashicons;
  display: inline-block;
  line-height: 78px;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  border-radius: 10px 0 0 10px;
}

span.dg-next:before {
  content: "\f345";
}

span.dg-prev:before {
  content: "\f341";
}

span.dg-prev {
  display: none !important;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
  float: right;
}

a.dg-center {
  opacity: 1 !important;
  filter: drop-shadow(5px 0px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid #feb515;
  height: auto;
}

.hntR {
  position: relative;
  height: 577px;
  margin: 0 auto;
  width: 667px;
  /* border: solid; */
}

@media screen and (max-width: 990px) {
  .hntR {
    height: auto;
    width: 100%;
    /* border: solid; */
  }
}

@media screen and (max-width: 990px) {
  .dg-container nav {
    width: 100%;
    /* border: solid; */
  }
}

.nt-theme-content .inner-banner-container {
  padding: 80px 0 0 0;
  text-align: center;
  position: relative;
}

.nt-theme-content .inner-banner-container .wp-block-group__inner-container {
  position: relative;
  z-index: 0;
  padding: 0 5%;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .inner-banner-container .wp-block-group__inner-container {
    padding: 0;
  }
}

.nt-theme-content .inner-banner-container .wp-block-group__inner-container .wp-block-group__inner-container,
.nt-theme-content .inner-banner-container .wp-block-group__inner-container .center-piece {
  padding: 0 !important;
}

.nt-theme-content .inner-banner-container h1 {
  color: #171717;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .inner-banner-container h1 {
    font-size: 40px;
  }
}

.nt-theme-content .inner-banner-container h2 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin: auto;
  max-width: 900px;
  line-height: 1.5;
}

.nt-theme-content .inner-banner-container #resumeBuilder {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .inner-banner-container #resumeBuilder {
    font-size: 70px;
  }
}

.blog-header {
  padding: 50px 0;
}

.blog-header .breadcrumb-container {
  overflow: hidden;
  display: block;
}

.blog-header .breadcrumb-container ul {
  overflow: hidden;
  display: block;
}

.blog-header .breadcrumb-container ul li {
  float: right;
  list-style-type: none !important;
  list-style-position: inside !important;
}

.blog-header .breadcrumb-container ul li a {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-right: 23px;
  font-size: 14px;
  color: #535353;
}

.blog-header .breadcrumb-container ul li a:after {
  content: "\f345";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: 0;
  position: absolute;
  line-height: inherit;
  color: #FEB516;
}

.blog-header .breadcrumb-container ul li:last-child a:after {
  display: none;
}

.blog-header .header-text {
  justify-content: space-between;
}

.blog-header .header-text .border.bg-white {
  border-color: #109be6 !important;
}

.blog-header .header-text .col h2 {
  font-size: 28px;
  font-weight: 700;
}

.blog-header .header-text .col p {
  text-align: justify;
  font-size: 15px;
  font-display: swap;
}

.blog-header .header-text .col .author-block {
  display: block;
  overflow: hidden;
}

.blog-header .header-text .col .author-block .image-container {
  display: inline-block;
  border-radius: 300px;
  overflow: hidden;
  width: 70px;
  padding: 3px;
  margin-right: 15px;
}

.blog-header .header-text .col .author-block .image-container img {
  border-radius: 300px;
  overflow: hidden;
}

.blog-header .header-text .col .author-block h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px !important;
  margin-bottom: 0;
}

.blog-header .header-text .col .author-block h6 {
  font-size: 14px;
  margin: 0 !important;
}

.blog-header .header-text .col .author-block .meta-doc {
  font-size: 13px;
  font-weight: normal;
  color: #7f7f7f;
}

.nt-theme-content .rtemplates-header h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0 !important;
}

.nt-theme-content .rtemplates-header h2.b-g-text {
  margin: 50px 0 5px 0 !important;
  font-size: 120px;
  font-weight: 700;
  line-height: 0.75;
}

.nt-theme-content .rtemplates-header h3 {
  font-size: 20px;
  line-height: 1;
  margin: 50px 0 20px 0 !important;
}

.nt-theme-content .rt-list .rt-item {
  background: #f3f3f3;
  text-align: center;
  padding: 20px;
  transition: all linear 0.2s !important;
}

.nt-theme-content .rt-list .rt-item:hover .template-image {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.nt-theme-content .rt-list .rt-item .btn {
  padding: 8px 30px !important;
}

.nt-theme-content .rt-list .rt-item:hover .btn {
  color: #ffffff !important;
  background: #008c9a !important;
}

.nt-theme-content .rt-list .rt-item h4 {
  margin: 0 !important;
  font-size: 15px;
}

.nt-theme-content .rt-list .rt-item h3 {
  margin: 0 !important;
  font-size: 22px;
  color: #008c9a;
}

.nt-theme-content .rt-list .rt-item p {
  margin: 20px 0 0 0;
  color: #6e6e6e;
}

.nt-theme-content .rt-list .rt-item .template-image {
  position: relative;
}

.nt-theme-content .rt-list .rt-item .template-image a.btn {
  top: 39%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 220px;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.nt-theme-content .rt-list .rt-item .template-image:hover a.btn {
  transform: translateY(0);
  opacity: 1;
}

[data-main-color=original]:before {
  background: #37c5ef;
}

[data-main-color=bBlue]:before {
  background: #c38e61;
}

[data-main-color=blueIV]:before {
  background: #1b79db;
}

[data-main-color=greenIII]:before {
  background: #6b8a47;
}

[data-main-color=blue]:before {
  background: #286a69;
}

[data-main-color=purpleII]:before {
  background: #e77899;
}

[data-main-color=purpleIV]:before {
  background: #77c8bf;
}

[data-main-color=red]:before {
  background: #942f33;
}

[data-main-color=redI]:before {
  background: #414549;
}

[data-main-color=pink]:before {
  background: #ff007f;
}

[data-main-color=orange]:before {
  background: #ff6e00;
}

[data-main-color=gray]:before {
  background: #7d7d7d;
}

.cz-bg-color span.rounded-circle:before {
  position: absolute;
  width: 20px;
  content: "";
  left: 0px;
  display: block;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
}

.cz-bg-color span.rounded-circle:after {
  position: absolute;
  width: 10px;
  content: "";
  left: 5px;
  display: none;
  background: white;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  top: 7px;
}

.cz-bg-color span.rounded-circle:hover:after {
  display: block;
}

.cz-bg-color {
  width: 100%;
  /* border: solid red; */
  margin-top: 10px;
}

.cz-bg-color span.rounded-circle {
  position: relative;
  width: 24px;
  height: 27px;
  border-radius: 3px !important;
  background: 0 0 !important;
  padding: 2px;
  text-align: center;
  margin-left: 1px;
  cursor: pointer;
}

.inpage-block {
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.inpage-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 300%;
  left: -100%;
  height: 100%;
  background-image: linear-gradient(to right bottom, #20b0a8, #3bc1b5, #63d0aa, #8ddc9e, #b9e793);
  background-image: url(https:///stylingcv.com/wp-content/themes/softing-child/images/triangles.png), linear-gradient(to right top, #2490d9, #00d685);
  z-index: 0;
}

.inpage-block .wp-block-column {
  z-index: 0;
  text-align: right;
}

.inpage-block .wp-block-group__inner-container {
  position: relative;
  z-index: 0;
}

.inpage-block .wp-block-column {
  margin: auto !important;
  color: #fff;
}

.inpage-block .wp-block-column>h2 {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 40px !important;
}

.inpage-block .wp-block-column>h3 {
  color: #fff;
}

.inpage-block .wp-block-column>p {
  color: #fff;
  font-size: 20px;
}

.seperate-block {
  margin: 35px 0;
}

.seperate-block .wp-block-group__inner-container {
  padding: 0 5%;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .seperate-block .wp-block-group__inner-container {
    padding: 0;
    text-align: right;
  }
}

.seperate-block .center-piece {
  text-align: right;
}

.ten-min-r {
  padding-bottom: 0 !important;
}

.ten-min-r .wp-block-columns {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 900px) {
  .ten-min-r .wp-block-columns {
    flex-direction: unset;
  }
}

.ten-min-r .wp-block-column {
  margin-bottom: 0 !important;
}

.ten-min-r .wp-block-column:nth-child(2) {
  padding-bottom: 20px;
}

.ten-min-r .wp-block-column figure {
  margin-bottom: 0;
}

.owl-item {
  position: relative;
}

.owl-item::after {
  content: "Use Template";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(https:///stylingcv.com/ar/wp-content/uploads/2020/07/yellow-btn.png) no-repeat center center rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-size: 90%;
  font-weight: 700;
  text-transform: uppercase;
}

.owl-item:hover::after {
  opacity: 1;
}

.nt-theme-content .social-testemonials {
  margin: 50px auto 0;
}

.nt-theme-content .social-testemonials .wp-block-group__inner-container {
  padding: 0 5%;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .social-testemonials .wp-block-group__inner-container {
    padding: 0;
  }
}

.nt-theme-content .social-testemonials .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: 720px;
  flex-grow: 0;
}

.nt-theme-content .social-testemonials h2.b-g-text {
  margin: 50px 0 5px 0 !important;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 900px) {
  .nt-theme-content .social-testemonials h2.b-g-text {
    font-size: 120px;
  }
}

.nt-theme-content .social-testemonials h2:not(.b-g-text) {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9px;
  margin: 0 !important;
}

.nt-theme-content .social-testemonials .wp-block-group__inner-container>h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
  color: #808080;
}

.nt-theme-content .social-testemonials .testemonial-item {
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.nt-theme-content .social-testemonials .testemonial-item .stars {
  max-width: 200px;
}

.nt-theme-content .social-testemonials .testemonial-item h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.nt-theme-content .social-testemonials .testemonial-item p {
  line-height: 1.5;
}

.nt-theme-content .social-testemonials .testemonial-item .img-container {
  overflow: hidden;
  border-radius: 300px;
  width: 80px;
  height: 80px;
  margin: auto;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: test 2s infinite;
}

.nt-theme-content .social-testemonials .testemonial-item .img-container:hover {
  animation: none;
}

@-webkit-keyframes test {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.nt-theme-content .about-block {
  margin: 30px 0;
}

.nt-theme-content .office-locations {
  text-align: center;
}

.nt-theme-content .office-locations h5 {
  font-weight: 700;
  margin: 0 !important;
  font-size: 20px;
  color: #008C9A;
}

.nt-theme-content .office-locations p {
  font-size: 17px;
}

.nt-theme-content .most-wanted {
  justify-content: space-between;
}

.nt-theme-content .most-wanted a {
  position: relative;
  display: block;
}

.nt-theme-content .most-wanted a strong {
  display: block;
  font-size: 20px;
  color: #008C9A;
}

.nt-theme-content .most-wanted a strong:after {
  content: "\f345";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: 0;
  position: absolute;
  line-height: inherit;
  color: #008C9A;
}

.nt-theme-content .most-wanted a:hover strong {
  color: #feb516 !important;
}

.iconed-header-examples {
  display: flex;
}

.iconed-header-examples i {
  color: #008C9A;
  margin-right: 15px;
  line-height: 1;
  margin-top: 4px;
}

.iconed-header-examples span {
  line-height: 1.2;
}

.iconed-header-examples span em {
  display: block;
  font-size: 20px;
  color: #b2c4c6;
  font-weight: 400;
}

.nt-theme-content .example-list {
  margin-bottom: 0;
}

.nt-theme-content .example-list a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #18b3c2;
  transition: none;
}

.nt-theme-content .example-list a:after {
  content: "\f345";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: 0;
  position: absolute;
  line-height: inherit;
  color: #18b3c2;
}

.nt-theme-content .example-list a:hover {
  color: #feb516 !important;
}

/*   
Theme Name: StylingCV
Description: This is the Arabic and English Theme for StylingCV.com
Author: StylingCV
Author URI: styligcv
Version: 1
*/
.resume-steps img {
  width: 400px;
}

.resume-steps .wp-block-columns {
  margin-bottom: 0 !important;
}

.nt-theme-content .next-level p {
  margin: 0 !important;
}

.nt-theme-content .next-level h2 {
  margin: 0 !important;
}

/*   
Theme Name: StylingCV
Description: This is the Arabic and English Theme for StylingCV.com
Author: StylingCV
Author URI: styligcv
Version: 1
*/
.relatedArt img {
  max-height: 196px;
  width: 100%;
}

.allList .meta-data {
  display: none;
}

.post-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.post-list .post-item {
  flex-grow: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0;
  height: 100%;
}

.post-list .post-item:hover h2 {
  color: #FEB516;
}

.post-list .post-item .img-container {
  margin: 0;
}

.post-list .post-item h2 {
  font-size: 20px;
  margin: 20px 0 0 0 !important;
  color: #109be6;
}

.post-list .post-item .meta-data {
  margin: 10px 0 !important;
}

.post-list .post-item p {
  line-height: 1.5;
}

.post .post-list .post-item h2 {
  font-size: 20px;
  margin: 10px 0 !important;
}

.post .post-list .post-item p {
  line-height: 1.5;
}

/*   
Theme Name: StylingCV
Description: This is the Arabic and English Theme for StylingCV.com
Author: StylingCV
Author URI: styligcv
Version: 1
*/
.post .commentlist li::before {
  display: none !important;
}

.post .with-side-bar a {
  color: #387ff1;
}

.post .content-container p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
  font-display: swap;
}

.post .content-container p a {
  font-display: swap;
  color: #387ff1;
}

.post .content-container h2 {
  font-size: 1.9rem;
  color: #080808;
  margin-top: 50px !important;
  line-height: 1.5;
}

.post .content-container h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.post .content-container h4 {
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.3rem;
  color: #109be6;
}

.post .content-container ul,
.post .content-container ol {
  padding-left: 16px !important;
  font-display: swap;
  list-style-type: none;
}

.post .content-container ul li,
.post .content-container ol li {
  font-size: 1.1rem;
  line-height: 1.7;
  /* display: flex; */
  /* align-items: start !important; */
  margin-bottom: 19px;
  position: relative;
  padding-left: 29px;
}

.post .content-container ul li::before,
.post .content-container ol li::before {
  content: "\f15e";
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  margin-right: 7px;
  font-size: 24px;
  color: #109be6;
  margin-top: 5px;
  position: absolute;
  left: 0;
}

.qoute-block {
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  color: #4f5259;
  background-color: #f2f5fa;
  border-radius: 6px;
  overflow: hidden;
  margin: 40px 0;
  padding: 24px 32px !important;
  position: relative;
}

.qoute-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  bottom: 0;
  background-image: url(../images/sections-60.png), linear-gradient(to right top, #2490d9, #00d685) !important;
  left: 0;
}

.example-block {
  width: 100%;
  border-radius: 6px;
  background-color: #f2f5fa;
  margin: 40px 0;
  color: #4f5259;
  padding: 24px 32px !important;
}

@media (min-width: 1480px) {
  .single-post .center-piece {
    max-width: 1480px !important;
  }
}

.single-post .with-side-bar {
  display: flex;
  justify-content: space-between;
  clear: both;
  width: 100%;
}

.single-post .with-side-bar .new-side-bar .side-bar-widget-area {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: block;
  transition: opacity 0.15s ease;
}

.tags-container {
  margin-bottom: 30px;
}

.tags-container a {
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #109be6;
  border: 1px solid #109be6;
  margin-left: 10px;
  padding: 3px 10px;
  overflow: visible;
  display: inline-block;
  margin-bottom: 10px;
}

.tags-container a:hover {
  background-color: #1aa7aa;
}

.mega-menu li a {
  letter-spacing: 0 !important;
}

.mega-menu-column {
  float: right !important;
  text-align: right !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  text-align: right !important;
}

.mega-menu-item>.mega-sub-menu:after {
  right: auto;
  left: 0;
}

.mega-sub-menu .widget_media_image img {
  box-shadow: none;
}

#mega-menu-item-11657 .mega-sub-menu .mega-menu-column:nth-child(3) .mega-sub-menu {
  display: block !important;
}

#mega-menu-item-11657 .mega-sub-menu:after {
  width: calc((100vw - 1170px) / 2 + 390px);
}

@media only screen and (max-width: 600px) {
  .mega-sub-menu .mega-sub-menu {
    max-width: 100% !important;
  }

  .mega-sub-menu .mega-menu-item-type-widget {
    display: none !important;
  }

  .mega-sub-menu .mega-sub-menu .mega-sub-menu .title {
    display: none !important;
  }

  .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    padding: 0 !important;
  }

  .mega-sub-menu .mega-menu-column:nth-child(3) .mega-sub-menu li:first-child {
    display: none !important;
  }
}

body {
  direction: rtl;
  font-size: 15px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.list-info,
a,
.btn {
  font-family: "DINNextLTArabic-Regular", sans-serif !important;
}

body,
.BodyFont {
  font-family: "29LT Zarid Sans AL", serif !important;
}

.attr-nav {
  float: left;
  margin-left: auto;
  margin-right: 13px;
}

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

.navbar-nav>li {
  float: right;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::before {
  content: "\f107";
  margin-right: 5px;
  margin-top: 2px;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::after {
  content: "";
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    margin-top: 2px;
    font-weight: 900;
  }
}

.list-info i {
  float: right;
  margin-right: auto;
  margin-left: 15px;
}

.owl-carousel .owl-stage-outer {
  direction: ltr;
}

.features-area .item .icon:before {
  left: auto;
  right: 0;
}

.features-area .item .info {
  padding-right: 25px;
  padding-left: 0;
}

.testimonials-area {
  direction: ltr;
}

.nt-footer ul li {
  float: left;
}

.attr-nav>ul>li {
  float: right;
  margin-right: 10px;
  margin-left: auto;
}

.nt-theme-content .example-list a:after,
.nt-theme-content .most-wanted a strong:after {
  content: "\f341";
  right: auto;
  left: 0;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.golden-btn>a.mega-menu-link {
  text-align: center !important;
}

@media only screen and (max-width: 900px) {
  #mega-menu-wrap-header_menu_1 {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #mega-menu-wrap-header_menu_1 .mega-menu-toggle.mega-menu-open+#mega-menu-header_menu_1 {
    right: 0 !important;
    left: auto !important;
  }

  #mega-menu-wrap-header_menu_1 .mega-menu-toggle+#mega-menu-header_menu_1 {
    right: -500px !important;
    left: auto !important;
  }

  .mega-menu-item.widget_custom_html {
    display: block !important;
  }

  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 input,
  #mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 img {
    max-width: 100%;
  }
}

.nt-theme-content .inner-banner-container .topaz-line:before {
  right: auto;
}

.nt-theme-content .banner-container h2 {
  padding-bottom: 15px;
}

#sendForm .column_parent {
  float: right;
  margin-left: 5%;
  margin-right: 0;
  text-align: left;
}

#sendForm .column_parent {
  float: right;
  margin-left: 5%;
  margin-right: 0;
  text-align: right;
}

#sendForm .column_parent:nth-child(2) {
  margin-left: 0;
}

.nt-theme-content .banner-container h1 {
  margin-bottom: 17px !important;
  margin-top: 10px !important;
  line-height: 1.7;
}

.post .content-container ul,
.post .content-container ol {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

body .icon-list li {
  padding-left: auto;
  padding-right: 25px;
}

body .icon-list li i,
body .icon-list li svg {
  left: auto;
  right: 0;
}

.qoute-block:before {
  left: auto;
  right: 0;
}

.nt-theme-content .social-testemonials h2:not(.b-g-text) {
  letter-spacing: 0;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

.language-menu a img {
  margin-left: 10px;
  margin-right: auto;
}

.language-menu a span {
  margin-right: 6px;
  margin-left: auto;
}

.blog-header .breadcrumb-container ul li a:after {
  content: "\f341";
  left: 0;
  right: auto;
  text-align: left;
}

.blog-header .breadcrumb-container ul li a {
  margin-right: 0;
  padding-right: 0;
  margin-left: 10px;
  padding-left: 23px;
}

.post .content-container p,
.post .content-container p a,
.post .content-container ul,
.post .content-container ol,
.post .content-container ul,
.post .content-container ol {
  font-family: "29LT Zarid Sans AL", serif !important;
  font-size: 1.1rem;
}

.blog-header .header-text .col p {
  font-family: "29LT Zarid Sans AL", serif !important;
}

.blog-header .header-text .col .author-block .image-container {
  margin-left: 15px;
  margin-right: 0;
}

.owl-item::after {
  content: "اختر النموذج";
}

@media only screen and (max-width: 900px) {
  #mega-menu-item-media_image-2 img {
    display: none;
  }
}

.attr-nav>ul>li>a {
  padding: 2px 25px 7px 25px !important;
}

.float {
  position: fixed;
  /* width:50px; */
  height: 50px;
  bottom: 40px;
  line-height: 48px;
  right: 40px;
  background-color: #f9b518;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  font-size: 24px;
  font-weight: normal;
}

.float .fa {
  padding: 7px 16px;
}

.float span {
  display: none;
  padding: 0px 1px 0 23px;
  font-size: 19px;
  line-height: 22px;
}

.float:hover span {
  display: inline-block;
}

#scrollUp {
  display: none !important;
}

@media (min-width: 1400px) {

  .container,
  .center-piece,
  .features-list>.wp-block-group__inner-container,
  .builder-container>.wp-block-group__inner-container,
  .resume-examples>.wp-block-group__inner-container,
  .resume-gallery>.wp-block-group__inner-container {
   max-width: 100% !important;
     /* max-width: 1440px !important; */
  }
}

span.dg-prev {
  display: block !important;
}

span.dg-next {
  display: none !important;
}

.dg-container nav {
  right: auto;
  left: -72px;
}

.language_menu .dropdown-menu {
  left: 0;
  direction: ltr;
  text-align: left;
  right: auto;
}

ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  text-align: right !important;
}

.post .content-container ul li,
.post .content-container ol li {
  padding-right: 29px;
  padding-left: 0;
}

.post .content-container ul li::before,
.post .content-container ol li::before {
  left: auto;
  margin-left: 7px;
  margin-right: 0;
  right: 0;
}

.Typewriter__wrapper {
  color: #109be6;
}

.tmmpImage.mt-2 .btn {
  left: calc(50% - 93px);
}

.tmmpImage.mt-2 a.d-block {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #navbar-menu .navbar-right {
    margin-left: 0;
    margin-right: 60px;
  }
}

.pr-1 {
  padding-right: 0 !important;
  padding-left: 0.25 !important;
}

.pr-2 {
  padding-right: 0 !important;
  padding-left: 0.5 !important;
}

.pr-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

.pr-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}

.pl-1 {
  padding-left: 0 !important;
  padding-right: 0.25 !important;
}

.pl-2 {
  padding-left: 0 !important;
  padding-right: 0.5 !important;
}

.pl-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}

.pl-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}

.pl-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}

.videoWrapper .wp-block-embed__wrapper {
  max-width: 100% !important;
}

.ticss-934471d1 {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 2px;
  max-width: 718px !important;
}

.postTempl p {
  line-height: 1.9rem;
}

.postTempl p,
.postTempl ul,
.postTempl ol {
  font-family: "29LT Zarid Sans AL", serif !important;
}

.postTempl .row {
  border-bottom: solid white 51px;
}

.postTempl p a {
  font-display: swap;
  color: #387ff1;
}

#accordions-17467 .accordions-head-title {
  color: #209cb9 !important;
}

#accordions-17467 .accordions-head {
  border: none;
}

.accordion-content p {
  text-align: right;
}

.accordion-content {
  background: #f3f3f3 !important;
}

.vReview .carousel-item span {
  max-width: 620px;
}

.mega-sub-menu .mega-sub-menu .mega-sub-menu .custom-html-widget a.mobile-menu-btn.mobile-menu-btn-2 {
  margin-left: 0;
  margin-right: 14px !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  text-align: right;
  padding-left: 37px !important;
}

.dg-wrapper {
  margin: 0 70px 0 auto !important;
}

.container.temmpContainer p {
  display: block;
  position: absolute;
  top: 70px;
  z-index: -1;
  font-size: 13px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a[data-autolink-id] {
  color: #2395f2 !important;
}

a[data-autolink-id]:hover {
  border-bottom: solid 1px;
}

.nt-theme-content .rt-list .rt-item:before {
  content: "عربي او  انجليزي";
  width: 220px;
  height: 40px;
  background: #e1e1e1;
  display: inline-block;
  position: absolute;
  left: -56px;
  top: 22px;
  transform: rotate(-41deg);
  line-height: 2.2;
  -webkit-box-shadow: 33px 39px 34px -32px rgba(0, 0, 0, 0.54);
}

.nt-theme-content .rt-list .rt-item {
  position: relative;
  OVERFLOW: hidden;
}

.nt-theme-content .rt-list .rt-item {
  transition: all linear 0.2s;
}

.nt-theme-content .rt-list .rt-item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 900px) {
  .nt-page .nt-theme-inner-container>.container {
    overflow: hidden;
  }
}

@media (max-width: 1200px) {

  .nt-page .nt-theme-inner-container>.container,
  .resume-gallery>.wp-block-group__inner-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1440px) {

  .center-piece,
  .features-list>.wp-block-group__inner-container,
  .builder-container>.wp-block-group__inner-container,
  .resume-examples>.wp-block-group__inner-container,
  .resume-gallery>.wp-block-group__inner-container,
  .nt-theme-content .rt-list {
    margin: auto 20px;
  }
}

@media (max-width: 900px) {

  .center-piece,
  .features-list>.wp-block-group__inner-container,
  .builder-container>.wp-block-group__inner-container,
  .resume-examples>.wp-block-group__inner-container,
  .resume-gallery>.wp-block-group__inner-container,
  .nt-theme-content .rt-list {
    margin: auto;
  }

  .nt-page .nt-theme-inner-container>.container,
  .resume-gallery>.wp-block-group__inner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .resume-gallery .wp-block-group__inner-container {
    margin: auto 20px !important;
  }

  .inpage-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-padding {
    padding: 0 20px;
  }
}

.nt-theme-content .rtemplates-header h2.b-g-text {
  line-height: 1;
}

.owl-ite::after {
  background: url(https://stylingcv.com/ar/wp-content/uploads/2020/07/yellow-btn.png) no-repeat center center rgba(0, 0, 0, 0.5);
}

.post .content-container .special-block-templates h2 {
  margin-top: 0 !important;
}

.videoWrapper .wp-block-embed__wrapper {
  text-align: center;
  margin: auto;
  max-width: 50%;
  max-height: 400px;
}

.wp-block-embed iframe {
  max-height: 400px;
}

.nt-theme-content .rtemplates-header h2.b-g-text {
  line-height: 1 !important;
}

@media (min-width: 1440px) {
  .special-block-templates {
    margin: auto -125px;
  }
}

.accordions-head {
  border-width: 0;
  border-top: solid 1px #ededed;
}

.ui-accordion {
  direction: rtl;
  text-align: right;
}

.collapse:not(.show) {
  display: inherit !important;
}

.accordions-head-title {
  font-family: "DINNextLTArabic-Regular", sans-serif !important;
  float: right;
  font-size: 20px !important;
}

.wrongg:before {
  background: url(/wp-content/themes/softing-child/images/sections-60.png), linear-gradient(to right top, #d02d2d, #d02d2d) !important;
}

#mega-menu-wrap-header_menu_1 #mega-menu-header_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0 !important;
}

.container.temmpContainer.d-none {
  display: block !important;
}

.kjhUYI .hNote {
  position: absolute;
  right: -101px;
  top: -38px;
  background-image: url(https://cdn.stylingcv.com/ar/wp-content/uploads/2023/03/goldNote.png);
  width: 210px;
  height: 120px;
  /* border: solid; */
  background-size: 100%;
  background-repeat: no-repeat;
}

.kjhUYI.gray-block {
  border: solid #eccf8b 1px;
  background: #fff0d3;
  position: relative;
  padding-right: 80px !important;
  border-radius: 10px;
}

.kjhUYI.gray-block:before {
  display: none;
}

.owl-item::after {
  content: "حمل النموذج" !important;
  top: 22px !important;
  height: 86% !important;
}

.tmmpImage.mt-2 a {
  z-index: 3;
}

.tmmpImage.mt-2 a.btn {
  z-index: 5;
}

.container.temmpContainer p {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
}

.noText {
  z-index: -1;
  position: absolute;
  height: 1px;
}

.owl-carousel .owl-item img {
  border: solid 1px #cfcfcf;
  box-shadow: 0 1px 8px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 22px;
}

.wpsm_panel-collapse.collapse:not(.show) {
  display: none !important;
}

.wpsm_panel-collapse.collapse[aria-expanded=true] {
  display: block !important;
}

.country-selector.weglot-dropdown.weglot-default.weglot-invert {
  display: none;
}

body .list-info,
body a,
body .btn {
  font-family: "29LT Zarid Sans AL", serif !important;
}

html body .btn {
  font-weight: 500 !important;
}

body .attr-nav>ul>li>a {
  padding: 5px 25px 7px 25px !important;
  font-weight: normal;
}

body li.mega-menu-item a {
  font-family: "DINNextLTArabic-Regular", sans-serif !important;
}

.page-container .temmpDesc a {
  color: #0096ff !important;
}

body {
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body p {
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.breadcrumb-area {
  background: rgb(29, 156, 185) !important;
  background: linear-gradient(52deg, rgb(29, 156, 185) 0%, rgb(52, 172, 143) 100%) !important;
}

.shadow-dark:after {
  background: none !important;
}

@media only screen and (min-width: 900px) {
  .yellowBG:before {
    width: 220%;
    left: -25%;
    margin: auto;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: #fbdd23;
  }
}

.yellowBG:before {
  background: #fff4af !important;
}

@media only screen and (min-width: 900px) {
  body .gray4-block:before {
    background: #e4e4e4 !important;
    z-index: 0;
  }

  body .gray4-block p.text-center {
    z-index: 9;
    position: relative;
  }
}

.temmpDesc .ratting {
  color: #090909;
  font-family: verdana;
  font-weight: normal;
}

h3.hid-h3 {
  font-size: 10px;
  position: absolute;
  top: 3px;
  color: white;
}

.truncate-overflow {
  position: relative;
  max-height: 4.8rem;
  overflow: hidden;
}

.truncate-overflow::before {
  position: absolute;
  content: "...";
  bottom: 0;
  left: 0;
}

.truncate-overflow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}

.tmmpImage .border {
  border: 2px solid #f1f1f1 !important;
  border-radius: 6px !important;
}

.tmmpImage.shadow {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
}

.temmpDesc a.btn-sm:hover {
  color: #feb516 !important;
}

.dashicons.blue.dashicons-arrow-down-alt {
  font-size: 16px !important;
}

.site-logo img,
header img[src*=logo] {
  width: 171px;
  height: 36px !important;
  object-fit: contain;
  min-height: 36px !important;
  background: none !important;
}

img:not([width]):not([height]) {
  background: transparent;
  min-height: inherit !important;
}