/* Google fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/

/* Basic css */
:root {
    --theme-color: #1A8FE3;
    --blue: #1A8FE3;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #FAFDFF;
    font-size: 16px;
    line-height: calc(24 /16);
    color: #525658;
    font-weight: 400;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
}

/* froom bootstrap */
*,
*::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;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

figure {
  margin: 0;
}

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;
  text-align: -webkit-match-parent;
}

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

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: .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;
}


.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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

.d-lg-none {}

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

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

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

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

.text-left {
    text-align: left !important;
  }
  
.text-right {
text-align: right !important;
}

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

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

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

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

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

.mt_15 {
    margin-top: 15px;
}

.mt_30 {
    margin-top: 30px;
}

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

.w-33 {
    width: 33.33333% !important;
}

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

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

/* button */
.button {
    display: inline-block;
    border-radius: 7px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--theme-color);
    padding: 13px 40px;
    text-align: center;
}

.button:hover {
    background-color: #126daf;
    color: #fff;
    text-decoration: none;
}

/* input-group */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  
  .input-group > .form-control + .form-control,
  .input-group > .form-control + .custom-select,
  .input-group > .form-control + .custom-file,
  .input-group > .form-control-plaintext + .form-control,
  .input-group > .form-control-plaintext + .custom-select,
  .input-group > .form-control-plaintext + .custom-file,
  .input-group > .custom-select + .form-control,
  .input-group > .custom-select + .custom-select,
  .input-group > .custom-select + .custom-file,
  .input-group > .custom-file + .form-control,
  .input-group > .custom-file + .custom-select,
  .input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
  }
  
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .input-group > .custom-file:not(:last-child) .custom-file-label,
  .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

/* form-control */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }  

/* modal */
.modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

.fade {
transition: opacity 0.15s linear;
}

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  
  a.close.disabled {
    pointer-events: none;
  }

/*Hamburger-menu START CSS*/
.hamburger-menu {
    cursor: pointer;
    display: none;
    z-index: 999;
    margin-left: auto;
    width: 20px;
}

.hamburger-menu span {
    background: #525658;
    width: 17px;
    height: 1.5px;
    display: block;
    margin: 3.5px 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateY(196%) rotate(135deg);
    -ms-transform: translateY(196%) rotate(135deg);
    transform: translateY(196%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateY(-394%) rotate(-135deg);
    -ms-transform: translateY(-394%) rotate(-135deg);
    transform: translateY(-394%) rotate(-135deg);
    margin-top: -1.5px;
}

header {
    padding: 16px 0;
}

/*sticky START CSS*/
header.sticky {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

/* social_icon */
.social_icon {
    text-align: right;
    margin-top: 24px;
}

.social_icon a {
    background: #F6FBFE;
    color: var(--theme-color);
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
}

.social_icon a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.social_icon a:not(:last-child) {
    margin-right: 11px;
}

.social_icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 992px) { 

    .social_icon {
        margin-bottom: 30px;
    }

}

/* for tools colors */
.v_1 {
    background-color: #FCE9ED;
    color: #E54F6D;
}

.v_2 {
    background-color: #EEE9FC;
    color: #764FE5;
}

.v_3 {
    background-color: #FFE5EA;
    color: #FF3D62;
}

.v_4 {
    background-color: #FDEFE7;
    color: #F0874C;
}

.v_5 {
    background-color: #EBE7FD;
    color: #7961F2;
}

.v_6 {
    background-color: #F6FCE9;
    color: #93CA1C;
}

.v_7 {
    background-color: #FCF4E9;
    color: #E54F6D;
}

.v_8 {
    background-color: #FCF4E9;
    color: #E8AA54;
}

.v_9 {
    background-color: #F3FCE9;
    color: #6ECA1C;
}

.v_10 {
    background-color: #1A8FE3;
}

.v_11 {
    background-color: #764FE5;
}

.v_12 {
    background-color: #E54F6D;
}

.v_13 {
    background-color: #6ECA1C;
}

.v_14 {
    background-color: #F0874C;
}

.v_15 {
    background-color: #1A8FE3;
}

.b-b {
    border-bottom: 1px solid #E3E3E4;
}

.color-green {
    color: #3FA796;
}

.color-violet {
    color: #6F56EC;
}

.icon_arrow.v1 {
    color: #E24841;
    background: transparent;
}

.icon_arrow.v2 {
    color: #E2C740;
    background: transparent;
}

.icon_arrow.v3 {
    color: #FF7919;
    background: transparent;
}

.icon_arrow.v4 {
    color: #10D0D5;
    background: transparent;
}

.icon_arrow.v5 {
    color: #624BD8;
    background: transparent;
}

.icon_arrow.v6 {
    color: #3D99F5;
    background: transparent;
}

.icon_arrow.v7 {
    color: #79DC47;
    background: transparent;
}

.icon_arrow.v8 {
    color: #FF5975;
    background: transparent;
}

.icon_arrow.v9 {
    color: #E54F6D;
    background: transparent;
}

.icon_arrow.v10 {
    color: #764FE5;
    background: transparent;
}

.icon_arrow.v11 {
    color: #F0874C;
    background: transparent;
}

.icon_arrow.v21,
.icon_arrow.v20,
.icon_arrow.v22 {
    color: #FFF;
}

/* .button-switch-mode */
.button-switch-mode {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    color: #525658;
}

.button-switch-mode:hover {
    color: #828586;
}

.switch-mode-icon,
.switch-mode svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.switch-mode-icon_sun {
    display: none;
}

.switch-mode-icon_moon {
    display: block;
}

.menu2~.sticky-top-group .button-switch-mode {
    display: none;
}

header a .img-fluid.logo-dark {
    display: none;
}

footer a .img-fluid.logo-dark {
    display: none;
}


/* .header-tools */

.header-tools {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 12px;
    border-right: 1px solid #E3E3E4;
}

.header-tools .button {
    border-radius: 50%;
    border: 1px solid #E3E3E4;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.header-tools .button img {
    width: 20px;
    height: 20px;
}

.header-tools .button:hover {
    color: #828586;
    background: none;
}

.header-tools .button svg {
    width: 100%;
    height: 100%;
}

/* btn-support */
.btn-support {
    color: var( --theme-color);
    margin-left: -32px;
    display: inline-block;
    border-radius: 10px;
    border: 1.2px solid var( --theme-color);
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    padding: 11px 21px;
    text-align: center;
    line-height: 1.42;
    margin-left: 0;
}

.btn-support:hover {
    color: var( --theme-color);
}

@media (max-width: 1248px) {
    .btn-support {
        margin-left: -60px;
    }
}

.button.button-sign-in {
    padding: 9px 36px;
    border: 1.2px solid var( --theme-color);
    font-weight: 600;
    font-size: 14px;
}

.nav-link[aria-expanded='true'] {
    color: var( --theme-color) !important;
}

.nav-link[aria-expanded='true']:after {
    top: 6px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

.menu2 li a {
    font-size: 16px;
    color: #181D20;
    font-weight: 500;
    color: #525658;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.menu2>li {
    padding: 4px 6px;
    border-radius: 8px;
    transition: 0.3s;
    margin-left: 15px;
    margin-right: 15px;
}

.menu2 {
    margin-left: -15px;
    margin-right: -15px;
}

.drop_menu.is-opened>a::after {
    transform: rotate(225deg);
    margin-top: 8px;
}

.drop_menu.is-opened {
    background-color: #E3F1FB;
    transition: 0.3s;
}

.logo-icon {
    margin-right: 8px;
}

.category-tools {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 24px;
}

.menu2 li .main-item {
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 320px;
}

.menu2 li .category-tools__item {
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
}

.menu2 li .category-tools__item:hover {
    background-color: #F6F6F6;
}

.expand_menu-tools--text li .category-tools__item {
    padding: 5px 0;
    margin: 0;
}

.expand_menu-tools--text li .category-tools__item:hover {
    background-color: #ffffff;
}

.icon_box {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    flex-shrink: 0;
}

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

.icon_box.v1,
.v1 {
    background: #FBE6E5;
}

.icon_box.v2,
.v2 {
    background: #FEF9E2;
}

.icon_box.v3,
.v3 {
    background: #FFEDE0;
}

.icon_box.v4,
.v4 {
    background: #E3FCFD;
}

.icon_box.v5,
.v5 {
    background: #E9E6F9;
}

.icon_box.v6,
.v6 {
    background: #E2F0FE;
}

.icon_box.v7,
.v7 {
    background: #ECFAE5;
}

.icon_box.v8,
.v8 {
    background: #FFE0E6;
}

.icon_box.v9,
.v9 {
    background: #FFE6E0;
}

.icon_box.v10,
.v10 {
    background: #E2F6FD;
}

.icon_box.v11,
.v11 {
    background: #E7E3FD;
}

.icon_box.v12,
.v12 {
    background: #FBE5FB;
}

.icon_box.v13,
.v13 {
    background: #FBE5E4;
}

.icon_box.v14,
.v14 {
    background: #E2F0FD;
}

.icon_box.v15,
.v15 {
    background: #FFF5E0;
}

.icon_box.v16,
.v16 {
    background: #E2E3FE;
}

.icon_box.v17,
.v17 {
    background: #E2FEE6;
}

.icon_box.v18,
.v18 {
    background: #FAE2FE;
}

.icon_box.v19,
.v19 {
    background: #FEF8E2;
}

.icon_box.v20,
.v20 {
    background: #FEEBE2;
}

.icon_box.v21,
.v21 {
    background: #E2EDFE;
}

.icon_box.v22,
.v22 {
    background: #E1FDE5;
}

.icon_box.v23,
.v23 {
    background: #E2FEFC;
}

.icon_box.v24,
.v24 {
    background: #FEE2E2;
}

.icon_box.v1 {
    color: #E24841;
}

.icon_box.v2 {
    color: #E2C740;
}

.icon_box.v3 {
    color: #FF7919;
}

.icon_box.v4 {
    color: #10D0D5;
}

.icon_box.v5 {
    color: #624BD8;
}

.icon_box.v6 {
    color: #3D99F5;
}

.icon_box.v7 {
    color: #79DC47;
}

.icon_box.v8 {
    color: #FF5975;
}

.icon_box.v21,
.icon_box.v20,
.icon_box.v22 {
    color: #FFF;
}

.small_gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.small_gutter>div {
    padding-right: 10px;
    padding-left: 10px;
}

.ai-tools__catalog {
    margin-top: 8px;
}

.ai-tools {
    width: 295px;
    padding-top: 16px;
    padding-bottom: 26px;
    border-right: 1px solid #E3E3E4;
    flex-shrink: 0;
}

.ai-all {
    padding: 16px 0 16px 20px;
    width: 100%;
}

.ai-all__item .main-item {
    position: relative;
    overflow: hidden;
}

.ai-featured .d-flex {
    align-items: flex-start;
}

.menu2 li a .ai-all__image {
    width: 295px;
    height: 222px;
    object-fit: cover;
    border-radius: 8px;
    transform: rotate(-10deg);
    position: absolute;
    top: 18px;
    right: -34px;
    margin-right: 0;
}

.menu2 li a:hover .ai-all__image {
    filter: none;
}

.menu2 .ai-tools h4,
.menu2 .ai-all h4 {
    margin-left: 0;
    padding-left: 0;
}

.ai-featured__box {
    margin-top: 8px;
    padding-bottom: 16px;
}

.ai-featured__box>div {
    margin-left: -10px;
    margin-right: -10px;
}

.ai-featured__content {
    margin-top: 16px;
    display: flex;
    align-items: center;
    width: 100%;
}

.ai-other {
    padding-top: 16px;
}

.ai-all__item,
.ai-all__item .mega_menu {
    margin-top: 0 !important;
}

.ai-other>div {
    margin-left: -10px;
}

.image-box-arrow {
    margin-left: auto;
}

.menu2 .ai-all__item .main-item {
    height: 160px;
    margin: 0;
}

.menu2 .expand_menu--image .category-tools__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.menu2 .expand_menu--image .category-tools__item:hover {
    background-color: #ffffff;
}

.menu2 .expand_menu--image .category-tools__item--big.is-active:hover {
    background-color: #f6f6f6;
}

.nav-link[aria-expanded='true']:after .menu2 .expand_menu--image .ai-all__item {
    padding-left: 10px;
    padding-right: 10px;
    display: block !important;
    flex-shrink: 0;
}

.category-tools__item--big {
    padding-bottom: 16px !important;
    padding-right: 42px !important;
}

@media (max-width: 992px) {

    .menu2 li a .ai-all__image {
        width: 156px;
        height: 118px;
        top: 10px;
        right: -14px;
    }
}

/*footer area*/
footer {
    font-size: 14px;
    line-height: 140%;
    color: #828586;
    background-color: #fff;
    padding-top: 40px;
}

footer ul li {
    padding-top: 14px;
}

footer a {
    color: inherit;
}

footer a:hover,
footer a.active {
    color: var(--blue);
}

footer .logo {
  margin-bottom: 15px;
  display: inline-block;
}

footer h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #525658;
}

.footer_bottom {
    font-weight: 500;
    margin-top: 56px;
}

.footer_bottom .container {
  border-top: 1px solid #E3E3E4;
  padding-top: 24px;
  padding-bottom: 24px;
}

.copy_right {
    color: #707375;
}

.footer_bottom p span {
    color: var(--blue);
}

.footer_bottom p img {
    max-width: 114px;
    margin-right: 24px;
}

/* back-to-top */
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 50%;
    background: var(--blue);
    z-index: 1000;
}

.back-to-top i {
    color: #fff;
}

.menu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu2>li {
    padding: 0 11px;
}

.menu2 li a {
    font-size: 14px;
    line-height: 140%;
    color: #525658;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 0;
}

.menu2 li a:hover {
    color: var(--blue);
}

.menu2 li a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.menu2 li a:hover img {
    -webkit-filter: invert(48%) sepia(99%) saturate(5326%) hue-rotate(200deg) brightness(103%) contrast(107%);
    filter: invert(48%) sepia(99%) saturate(5326%) hue-rotate(200deg) brightness(103%) contrast(107%);
}

.drop_menu {
    position: relative;
}

.menu2>li>ul {
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    padding: 8px 0px 8px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu2>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menu2>li>ul>li {
    padding: 8px 16px;
}

.drop_menu>a::after {
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-top: 4px;
    font-size: 115%;
    font-weight: 400;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

@media (min-width: 1025px) {
    .menu2>li {
        display: flex;
        align-items: center;
    }
}

/*****new*****/
.mobile_menu .menu2 {
    margin-left: 0;
}

.sticky-top-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sticky-top-group .button {
    font-size: 12px;
    padding: 5px 16px;
    vertical-align: middle;
}

.header-tools+.hamburger-menu {
    margin-left: 10px;
}

/* logo */
.logo {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1A8FE3;
    white-space: nowrap;
}

.logo span {
    color: #181D20;
}

/* header-user */
.header-user {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-user:hover .header-user_menu {
    display: block;
}

.header-user_avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9747FF;
}

.header-user_menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 224px;
    padding-top: 17px;
    margin-left: 5px;
    text-align: left;
    display: none;
}

.header-user_menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.header-user_menu-box {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    background: #FFF;
    padding: 16px;
}

.header-user_menu-list {
    margin-top: 16px;
}

.header-user_menu-list li {
    border-bottom: 1px solid #E3E3E4;
    display: flex;
    justify-content: space-between;
}

.header-user_menu-list li:first-child {
    border-top: 1px solid #E3E3E4;
}

.header-user_menu-list a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #525658;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
}

.header-user_menu .switch-mode-tool {
    display: inline-flex;
    padding: 0;
    margin-top: 0;
    border: none;
}

.header-user_menu .switch-mode-tool .form-check-input {
    width: 48px;
}

.header-user_menu .switch-mode-tool .form-check-input::after {
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.header-user_menu-actions {
    margin-top: 16px;
}

.header-user_menu-actions .btn {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
}

.header-user_menu-actions .btn-support {}

.header-user_menu-actions .btn-logout {
    border: 1px solid #E2464C;
    color: #E2464C;
    margin-top: 8px;
}

@media (min-width: 992px) {
    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }
}

@media (max-width: 1199px) {
    .header-tools {
        margin-right: 6px;
        margin-left: 6px;
        padding-left: 6px;
        padding-right: 6px;
        min-width: 96px;
    }
    .header-tools .button {
        width: 22px;
        height: 22px;
    }
    .btn-support {
        margin-left: -55px;
    }
    .btn-support {
        font-size: 12px;
    }
    .button-sign-in {
        font-size: 12px;
        padding: 5px 18px 4px;
    }
    .menu2 li a {
        padding-top: 7px;
    }
}

@media (max-width: 992px) {
    .sticky-top-group .button {
        font-size: 12px;
        padding: 5px 16px;
        vertical-align: middle;
    }
    .menu2 .sticky-top-group .button-switch-mode {
        display: none;
    }
    .sticky-top-group .button-switch-mode {
        margin: 0 0 0 20px;
    }  
    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }
}

@media (max-width: 375px) {
    .sticky-top-group .button-switch-mode {
        margin-left: 12px;
    }
    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }
}

/* icon_box */
.icon_box.v16 {
    background: #E24841;
}

.icon_box.v17 {
    background: #F8D32B;
}

.icon_box.v18 {
    background: #79DC47;
}

.icon_box.v19 {
    background: #624BD8;
}

.icon_box.v20 {
    background: #3295F1;
}

.icon_box.v21 {
    background: #FF7919;
}

.icon_box.v22 {
    background: #FF244E;
}

/* user-bar */
.user-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-bar_info {
    display: flex;
    align-items: center;
}

.user-bar_avatar {
    background-color: #FB5F7F;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.user-bar_avatar-default {
    background-color: #EFEFEF;
    color: #828586;
}

.user-bar_avatar svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.user-bar_avatar-default svg {
    display: block;
}

.user-bar_avatar img {
    position: relative;
    z-index: 1;
}

.user-bar_text {
    margin-left: 10px;
    flex-shrink: 1;
}

.user-bar_text .user-bar_name,
.user-bar_text .user-bar_plan {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: inherit;
    max-width: 135px;
    white-space: nowrap;
}

.user-bar_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #181D20;
    display: block;
}

.user-bar_plan {
    font-size: 12px;
    line-height: 18px;
    color: #828586;
}

.user-bar .button {
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 5px;
}

.user-bar .button-upgrade {
    background-color: #F65E55;
}

.user-bar .button-info {
    background: none;
    color: #1A8FE3;
    border: 1px solid #1A8FE3;
}

/* .mobile_menu .button-logout */
.mobile_menu .button-logout {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #D0726C;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 24px 15px;
    text-align: left;
    margin-left: -15px;
    z-index: 2;
}

.mobile_menu .button-logout svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -4px;
}

/* modal-sign-in */
.modal-sign-in {}

.modal-sign-in .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
}

.modal-sign-in .modal-header {
    border: none;
    padding-top: 24px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
}

.modal-sign-in .modal-header_image {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.modal-sign-in .modal-title {
    font-weight: 700;
    color: #181D20;
    font-size: 20px;
}

.modal-sign-in .modal-body {
    padding: 10px 24px 24px;
}

.modal-sign-in .form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 10px;
}

.modal-sign-in label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #525658;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.modal-sign-in .modal-body .button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    box-shadow: 0 20px 20px rgb(26 143 227 / 20%);
}

.modal-sign-in .is-invalid label {
    color: #D0726C;
}

.modal-sign-in .is-invalid .form-control {
    border-color: #D0726C;
}

.modal-sign-in .is-invalid .invalid-feedback {
    color: #D0726C;
    display: block;
}

.modal-sign-in .input-group .form-control,
.modal-sign-in .input-group .form-control:not(:last-child) {
    border-radius: 10px;
    padding-right: 48px;
}

.modal-sign-in .input-group .form-control.is-invalid+.btn-form-control {
    right: 24px;
}

.modal-sign-in .btn-form-control {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 10px;
    box-sizing: content-box;
    border: none;
    background: no-repeat;
    color: #A7A9AA;
    z-index: 5;
}

.modal-sign-in .btn-form-control:focus {
    outline: none;
    box-shadow: none;
}

.modal-sign-in .btn-form-control svg {
    width: 100%;
    height: 100%;
}

.modal-sign-in .form-check-input {
    border-color: #828586;
}

.modal-sign-in .form-check-label {
    color: #828586;
    font-weight: 400;
    font-size: 10px;
}

.modal-sign-in .btn-link {
    color: #1A8FE3;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    padding: 0;
}

.modal-sign-in .form-note {
    color: #707375;
    font-size: 12px;
}

.modal-sign-in .form-note .btn-link {
    font-size: 12px;
}

@media (min-width: 768px) {
    .modal-sign-in .modal-dialog {
        max-width: 464px;
    }
    .modal-sign-in .modal-header {
        padding: 24px 24px 0;
    }
    .modal-sign-in .modal-header_image {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
    .modal-sign-in .modal-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
    }
    .modal-sign-in .modal-dialog {
        width: 100%;
        box-shadow: none;
    }
    .modal-sign-in .modal-dialog-centered {
        align-items: center;
    }
    .modal-sign-in .modal-content {
        border-radius: 14px;
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    }
    .modal-sign-in .form-control {
        height: 48px;
        font-size: 14px;
    }
    .modal-sign-in .modal-body .button {
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 16px;
    }
    .modal-sign-in .btn-form-control {
        width: 20px;
        height: 20px;
        padding: 11px;
    }
    .modal-sign-in .btn-form-control:hover {
        color: #525658;
    }
    .modal-sign-in .form-check-label {
        font-size: 12px;
    }
    .modal-sign-in .btn-link {
        font-size: 12px;
    }
    .modal-sign-in .form-note {
        font-size: 14px;
    }
    .modal-sign-in .form-note .btn-link {
        font-size: 14px;
    }
}

/* .expand_menu */
.expand_menu-box {
  padding-top: 24px;
  padding-bottom: 20px;
  background: #FFF;
  box-shadow: inset 3px 15px 40px rgba(24, 29, 32, 0.05), 3px 15px 40px rgba(24, 29, 32, 0.05);
  border-radius: 0px 0px 10px 10px;
}

.expand_menu-tools {
  margin-bottom: 16px;
}

.expand_menu .tools_box {
  flex-basis: calc(100% / 5);
  flex-shrink: 0;
  margin: 10px 16px;
  border: 1px solid #E3E3E4;
  border-radius: 5px;
  padding: 8px;
}

.expand_menu .tools_box .icon_box {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px;
}

.expand_menu .tools_box h4 {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 0;
  margin-top: 9px;
  margin-bottom: 0;
}

.expand_menu_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #181D20;
  min-height: 22px;
  margin-left: 16px;
  margin-right: 16px;
}

.expand_menu .mega_menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  margin-bottom: 8px;
}

.expand_menu .mega_menu-colums {
  display: flex;
  flex-wrap: wrap;
}

.expand_menu .mega_menu-colums li {
  width: 50%;
}

.expand_menu .mega_menu li {
  padding-top: 1px;
  padding-bottom: 1px;
}

.expand_menu .mega_menu img {
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(433%) hue-rotate(160deg) brightness(110%) contrast(99%);
  filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(433%) hue-rotate(160deg) brightness(110%) contrast(99%);
}

.expand_menu .mega_menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .expand_menu {
    top: 46px;
  }
}

@media (min-width: 1023px) {
  .expand_menu {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    padding-top: 24px;
    display: none;
    z-index: 1;
  }

  .expand_menu .mega_menu {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu2>li:hover .expand_menu {
    display: block;
  }

  .expand_menu-tools {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 16px;
  }

  .expand_menu .tools_box {
    flex-grow: 1;
    margin: 10px;
  }

  .expand_menu_title {
    color: #181D20;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
  }

  .expand_menu .mega_menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* .expand_menu */
.expand_menu.position-absolute {
    top: 100%;
    padding-top: 12px;
}

.expand_menu {
    left: 0;
    top: 76px;
    padding: 0;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05)
}

.expand_menu-box .category-tools__item h4,
.expand_menu-box .category-tools__item a {
    margin-left: 0;
}

.expand_menu-box {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 0;
}

.expand_menu-tools--text {
    padding-bottom: 8px;
    border-bottom: 1px solid #E3E3E4;
}

.expand_menu--text .expand_menu-box h4,
.expand_menu--text .expand_menu-box a {
    margin-left: 0;
}

.expand_menu--text .category-tools {
    padding-right: 0;
}

.expand_menu--text .expand_menu-box .col-6 {
    width: 225px;
}

.category-tools__other {
    margin-top: 16px;
}

.menu2 a.category-tools__item--small {
    display: flex;
}

.category-tools__item--small .icon_box {
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.menu2 .category-tools__item--small h4 {
    font-weight: 500;
    font-size: 14px;
}

.expand_menu-tools--text .category-tools__item {
    width: 295px;
    margin: 2px 10px;
}

.expand_menu .mega_menu li a {
    font-weight: 500;
    line-height: 1.5;
    color: #181D20;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}

.expand_menu .mega_menu li .expand_menu__link-all {
    color: #1A8FE3;
}

.category-menu>.row>.col-6 {
    padding-left: 8px;
}

.expand_menu--text .expand_menu-more-text {
    padding-left: 0;
}

.expand_menu-more-text .row .col-12 {
    margin-left: 40px;
    margin-right: 20px;
    padding: 0;
}

.expand_menu-tools--text.col-12 {
    padding: 0 0 8px;
    margin-left: 20px;
}

.expand_menu--image:before,
.expand_menu--text:before {
    content: '';
    background: transparent;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 100%;
    display: block;
}

.expand_menu--pdf {
    width: 581px;
}

.expand_menu--tools {
    width: 676px;
}

.menu2 li .expand_menu--tools .category-tools__item {
    width: 322px;
    margin-top: 0;
}

.expand_menu-tools {
    margin-right: 0;
    margin-bottom: 0;
}

.category-tools__content {
    margin-left: 10px;
}

.category-menu {
    border-left: 1px solid #E3E3E4;
    padding-right: 16px;
}

.expand_menu-box .category-tools,
.expand_menu-box .category-menu {
    padding-top: 16px;
    padding-bottom: 16px;
}

.expand_menu-box h4,
.expand_menu-box a {
    margin-left: 8px;
}

.expand_menu-box .category-menu .row {
    margin: 0;
}

.expand_menu-name-categiry {
    font-weight: 600;
    font-size: 12px;
    color: #828586;
    padding-left: 8px;
    margin-bottom: 8px;
}

.category-tools__descr {
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
    color: #707375;
}

.main-item .category-tools__descr {
    color: #fff;
}

.category-tools__other li a {
    width: 295px;
}

.main-item h4 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 0;
}

.category-tools__item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #181D20;
    white-space: nowrap;
}

.expand_menu--tools .category-tools {
    padding: 16px 8px;
}

.expand_menu--text .expand_menu-name-categiry {
    padding-left: 0;
}

.main-item--arrow {
    position: relative;
}

.main-item--arrow svg {
    position: absolute;
    right: 16px;
    bottom: 30px;
}

.tools__item {
    box-shadow: 20px 20px 72px rgb(24 29 32 / 10%);
}

.tools__item.color-violet .tools__content {
    background-color: #6F56EC;
    color: #ffffff;
}

.tools__item.color-violet .tools__footer>div {
    background-color: #EFEDFD;
}

.tools__item.color-violet .tools__circle,
.tools__item.color-violet .tools__tag {
    background-color: #9d8cf2;
}

.color-orange {
    color: #F66213;
}

.tools__item.color-orange .tools__content {
    background-color: #F66213;
    color: #ffffff;
}

.tools__item.color-orange .tools__footer>div {
    background-color: #FEF2EB;
}

.tools__item.color-orange .tools__circle,
.tools__item.color-orange .tools__tag {
    background-color: #f8935f;
}

.color-purple {
    color: #D61C4E;
}

.tools__item.color-purple .tools__content {
    background-color: #D61C4E;
    color: #ffffff;
}

.tools__item.color-purple .tools__footer>div {
    background-color: #FDEDF1;
}

.tools__item.color-purple .tools__circle,
.tools__item.color-purple .tools__tag {
    background-color: #e36587;
}

.color-blue {
    color: #1C67CA;
}

.tools__item.color-blue .tools__content {
    background-color: #1C67CA;
    color: #ffffff;
}

.tools__item.color-blue .tools__footer>div {
    background-color: #EDF4FD;
}

.tools__item.color-blue .tools__circle,
.tools__item.color-blue .tools__tag {
    background-color: #6598db;
}

.color-green {
    color: #247881;
}

.tools__item.color-green .tools__content {
    background-color: #247881;
    color: #ffffff;
}

.tools__item.color-green .tools__footer>div {
    background-color: #EFF9FB;
}

.tools__item.color-green .tools__circle,
.tools__item.color-green .tools__tag {
    background-color: #6aa3aa;
}

@media (max-width: 992px) {
  .expand_menu-name-categiry {
    padding-left: 0;
  }
}

/* breakcome */
.breakcome {
    margin-top: 48px;
    margin-bottom: 40px;
}
.breakcome_text p {
    color: #707375;
    font-size: 16px;
    font-weight: 500;
}
.breakcome_text a {
    display: inline-block;
    color: #181D20;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.breakcome_text a:hover {
    text-decoration: underline;
}

.breakcome_text a:after {
    position: absolute;
    right: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    content: '';
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

@media (max-width: 992px) {
    .breakcome {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* recent-blog */
.recent-blog {
  margin-top: 40px;
  margin-bottom: 140px;
}

.recent-blog_group {
    display: flex;
    align-items: flex-start;
}

.most-recent {
  flex-grow: 1;
  margin-right: 30px;
}

.blog-thumb {
  overflow: hidden;
  border-radius: 12px;
}

.blog-thumb > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.blog-thumb img {
    width: 100%;
}

.popular-post-content {
  margin-top: 24px;
}

.popular-post-content > span {
  text-transform: uppercase;
  color: #1A8FE3;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.popular-post-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #181D20;
  margin-top: 10px;
  margin-bottom: 12px;
}

.infobottom {
  margin-top: 20px;
}

.author-text {  
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #828586;
}

.recent-blog_sidebar {
  width: 393px;
  flex-shrink: 0;
}

.post-preview {
  margin-top: 34px;
}

.post-preview:first-child {
  margin-top: 0;
}

.recent-thumb {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}

.recent-thumb > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.recent-thumb img {
    width: 100%;
}

.recent-txt {}

.tag-title span {
  text-transform: uppercase;
  color: #1A8FE3;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.recent-txt h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #181D20;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
    .recent-blog {
        margin-bottom: 80px;
    }

    .recent-blog_group {
      display: block;
    }

    .most-recent {
      margin-right: 0;
      margin-bottom: 20px;
    }

    .blog-thumb {
        height: 400px;
    }

    .recent-blog_sidebar {
        width: 100%;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }

    .recent-blog_sidebar .post-preview {
        width: calc(50% - 5px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .post-preview:first-child {
      margin-top: 34px;
    }

    .popular-post-content {
        margin-top: 16px;
    }

    .popular-post-content > span,
    .tag-title span {
        font-size: 12px;
        line-height: 18px;
    }

    .popular-post-content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .infobottom {
        margin-top: 16px;
    }

    .author-text {
        font-size: 12px;
        line-height: 18px;
    }

    .recent-thumb {
        margin-bottom: 10px;
    }

    .recent-txt h5 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .post-preview .infobottom {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {

    .blog-thumb {
        height: 190px;
    }
}

/* new-posts */
.new-posts {
  margin-bottom: 150px;
}

.new-posts_group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 18px;
}

.new-posts .post-preview {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 400px;
  flex-grow: 1;
  flex-shrink: 0;
}

.new-posts .recent-thumb {
    height: 220px;
}

@media (max-width: 992px) {
    .new-posts_group {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .new-posts .post-preview {
        margin-left: 0;
        margin-right: 0;
        max-width: inherit;
    }
}

@media (max-width: 767px) {

    .new-posts {
        margin-bottom: 100px;
    }

    .new-posts .recent-thumb {
        height: 180px;
    }

}

/* .area-title */
.area-title {}

.area-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #181D20;
}

.area-title span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707375;
  margin-top: 10px;
}

/* .support-area */
.support-area {
  background: linear-gradient(87.56deg, #1A8FE3 1.79%, rgba(26, 143, 227, 0) 383.1%);
}

.support-area__content .title {
  color: #FFFFFF;
  width: 588px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
}

.support-area__content .descr {
  color: #EFEFEF;
  max-width: 459px;
  margin-top: 24px;
  font-size: 16px;
}

.support-area__actions {
  margin-top: 40px;
}

.support-area__actions .button {
  color: #1A8FE3;
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .support-area__image-box img {
      width: 645px;
  }
}

@media (max-width: 992px) {
  .support-area {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .support-area__content .title {
      width: 100%;
  }
}

@media (max-width: 767px) {
    .support-area__content .title {
        line-height: 1.38;
        font-size: 32px;
    }

    .support-area__content .descr {
        font-size: 12px;
        line-height: 18px;
    }
}

/* site-main */
.site-main {
    margin-top: 70px;
    margin-bottom: 150px;
}

@media (max-width: 767px) {
    .site-main {
        margin-top: 20px;
        margin-bottom: 80px;
    }
}

/* post */
.post {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* page-header */
.page-header {
    text-align: center;
    margin-bottom: 80px;
}

.page-header h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #181D20;
    margin-top: 10px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {

    .page-header {
        margin-bottom: 140px;
    }

    .page-header .tag-title span {
        font-size: 14px;
    }

    .page-header h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

/* entry-meta */
.entry-meta {
    margin-top: 24px;
}

.entry-meta time {
    color: #828586;
    font-size: 14px;
    line-height: 20px;  
}

@media (max-width: 767px) {
    .entry-meta {
        margin-top: 16px;
    }
    
    .entry-meta time {
        font-size: 12px;
        line-height: 18px;
    }
}

/* wp-content */
.wp-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707375;
}

.wp-content > * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.wp-content p {}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
    color: #181D20;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
}

.wp-content h1 {
    font-size: 22px;
}

.wp-content h2 {
    font-size: 20px;
}

.wp-content h3,
.wp-content h4 {
    font-size: 18px;
}

.wp-content h5,
.wp-content h6 {
    font-size: 16px;
}

.wp-content h1 span,
.wp-content h2 span,
.wp-content h3 span,
.wp-content h4 span,
.wp-content h5 span,
.wp-content h6 span {
    color: #1A8FE3;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    flex-grow: 0;
    margin-right: 14px;
}

.wp-content b,
.wp-content strong,
.wp-content em {
    font-weight: 600;
}

.wp-content i,
.wp-content em {
    font-style: italic;
}

.wp-content hr {
    border-width: 0;
    height: 2px;
    background-color: #E3E3E4;
}

.wp-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.wp-content a {
    color: #1A8FE3;
    text-decoration: none;
}

.wp-content a:hover {
    text-decoration: underline;
}

.wp-content ul,
.wp-content ol {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-content ul {
    list-style-type: none;
}

.wp-content li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.wp-content li p {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-content ul li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1A8FE3;
    margin-right: 10px;
    margin-top: -4px;
}

.wp-content ol {
    list-style-position: inside;
}

.wp-content figure {
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;
}

.wp-content figure img {
    display: block;
    max-width: 100%;
}

.wp-content .figcaption {
    font-size: 12;
    font-style: italic;
    text-align: center;
}

.wp-content table {
    width: 100%;
    border-collapse: collapse;
}

.wp-content table th {
    font-family: 600;
    text-align: left;
    padding: 10px;
}

.wp-content table td {
    padding: 10px;
}

.wp-content > *:first-child {
    margin-top: 0;
}

.wp-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .wp-content {
        font-size: 12px;
        line-height: 18px;
    }
    
    .wp-content > * {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .wp-content h1 {
        font-size: 20px;
    }
    
    .wp-content h2 {
        font-size: 16px;
    }
    
    .wp-content h3,
    .wp-content h4 {
        font-size: 14px;
    }
    
    .wp-content h5,
    .wp-content h6 {
        font-size: 12px;
    }

    .wp-content h1 span,
    .wp-content h2 span,
    .wp-content h3 span,
    .wp-content h4 span,
    .wp-content h5 span,
    .wp-content h6 span {
        font-size: 16px;
    }

    .wp-content figure {
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .wp-content ul, 
    .wp-content ol {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
