@charset "UTF-8";
/*
Theme Name: Lawnella
Theme URI: http://steelthemes.com/lawnella
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Lawnella WordPress Theme
Version: 3.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawnella
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
:root {
  --color-set-one-1: #209e2e;
  --color-set-one-2: #252525;
  --heading-color-dark:#252525;
  --content-color:#808080;
  --background-dark:#2a2a2a;
  --background-light:#f4f4f4;
  --border-color-one:#e6e6e6;
  --color-white:#fff;
  --background-white:#fff;
  --color-set-one-bor-white:#fff;
  --font-family-main:"Nunito", sans-serif;
  --font-family-text:"Poppins", sans-serif;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  font-optical-sizing: auto;
}

body {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  font-family: var(--font-family-text);
  color: var(--content-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  font-optical-sizing: auto;
}

body .page_wapper {
  position: relative;
  overflow: hidden;
}

body.sbar_color_two {
  overflow-x: hidden;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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 {
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  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 {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
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;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

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.5rem;
}

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

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.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::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.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;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  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-append,
.input-group-prepend {
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1199px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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);
  }
  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: 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) {
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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: 0s 0.6s opacity;
}

@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: flex;
  align-items: 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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

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

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

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

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !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 embed,
.embed-responsive iframe,
.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.857143%;
}

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

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

.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;
  }
}
.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:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

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

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

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

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

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

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

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

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

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

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

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

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

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

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !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-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-toggler {
  border: none;
  width: 32px;
  height: 24px;
  padding: 0;
  position: relative;
  border-radius: 0;
  background: unset !important;
  cursor: pointer;
}

.navbar-toggler .navbar-toggler-icon {
  top: 10px;
}

.mobile-toggler {
  position: absolute;
  z-index: 100;
  top: 12px;
  left: 18px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
  background-color: var(--color-set-one-1);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  border-radius: 100px;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
  content: "";
  display: block;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: 20px;
}

.navbar-toggler .navbar-toggler-icon::after {
  bottom: -10px;
}

.navbar-toggler.toggler-spin .navbar-toggler-icon {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.toggler-spin .navbar-toggler-icon::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.navbar-toggler.toggler-spin .navbar-toggler-icon::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.toggler-spin.active .navbar-toggler-icon {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-toggler.toggler-spin.active .navbar-toggler-icon::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.navbar-toggler.toggler-spin.active .navbar-toggler-icon::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-toggler.toggler-elastic .navbar-toggler-icon {
  top: 0;
  transition-duration: 275ms;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar-toggler.toggler-elastic .navbar-toggler-icon::before {
  top: 10px;
  transition: opacity 125ms 275ms ease;
}

.navbar-toggler.toggler-elastic .navbar-toggler-icon::after {
  top: 20px;
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar-toggler.toggler-elastic.active .navbar-toggler-icon {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon {
  top: 0;
  transition: background-color 0s 0.13s linear;
}

.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
  transition-delay: 0.22s;
  background-color: var(--color-set-one-1);
}

.navbar-toggler.active,
.navbar-toggler.active.btn,
.navbar-toggler.active.focus.btn,
.navbar-toggler.btn:active,
.navbar-toggler.btn:active:focus,
.navbar-toggler.btn:active:hover,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover,
.navbar-toggler.btn:not(:disabled):not(.disabled).active,
.navbar-toggler.btn:not(:disabled):not(.disabled):active,
.navbar-toggler.focus.btn,
.navbar-toggler:active,
.navbar-toggler:active:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-togglerbutton.active,
.navbar-togglerbutton.active.focus,
.navbar-togglerbutton.focus,
.navbar-togglerbutton:active,
.navbar-togglerbutton:active:focus,
.navbar-togglerbutton:active:hover,
.navbar-togglerbutton:focus,
.navbar-togglerbutton:hover,
.navbar-togglerbutton:not(:disabled):not(.disabled).active,
.navbar-togglerbutton:not(:disabled):not(.disabled):active {
  background: 0 0 !important;
  border: transparent !important;
}

.menu-item.dropdown .dropdown-menu {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 120%;
  left: 0;
  width: 300px;
  transform: scaleX(0);
  background-color: var(--color-set-one-2);
  margin-top: 0px;
}

.menu-item.dropdown .dropdown-menu {
  margin-top: 9px !important;
}

.menu-item.dropdown .dropdown-menu:before {
  content: "";
  width: 100%;
  height: 35px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: -35px;
}

.menu-item.dropdown .dropdown-menu {
  display: block;
}

.menu-item.dropdown .dropdown-menu {
  flex-direction: column;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  position: relative;
  padding: 12px 15px 12px 35px !important;
  text-align: left;
  display: block !important;
  color: #fff !important;
  line-height: normal;
  margin: 10px;
  border: 1px dashed #6a6a6a;
  transition: all 0.6s ease-in-out;
  border-radius: 5px;
  width: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
}

.navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .dropdown-item::after {
  font-family: "icomoon";
  content: "\e900";
  left: 12px;
  position: absolute;
  top: 15px;
  font-size: 15px;
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item .dropdown-item::before {
  display: none;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item:hover .dropdown-item::after {
  color: var(--color-set-one-1) !important;
}

.navbar_left .menu-item.dropdown .dropdown-menu .dropdown-menu {
  left: -300px;
  top: -7px;
}

.navbar_left .menu-item.dropdown .dropdown-menu .dropdown-menu .dropdown-menu {
  left: 300px;
  top: -7px;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item .dropdown-menu .nav-item:hover .nav-item a {
  background: transparent !important;
}

.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .menu-item-has-children::before {
  content: "\f107";
  font-family: "FontAwesome";
  right: 28px;
  position: absolute;
  top: 12px;
  display: inline-block;
  font-size: 15px;
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.menu-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}

.bsnav {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 50;
}

.bsnav-transparent {
  background: 0 0;
  left: 0;
  right: 0;
  position: absolute;
}

.navbar-nav .nav-item {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
  color: #fff;
  padding: 26px 22px;
  display: block;
  position: relative;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
  color: var(--color-set-one-1);
}

.nav-item .caret {
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-top: -2.5px;
  border: none;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  border-top: solid 5px #444;
  vertical-align: middle;
  display: inline-block;
}

.nav-item.active .caret,
.nav-item:hover .caret {
  border-top-color: #64DD17;
}

.bsnav-sticky {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  top: 0;
}

.bsnav-sticky.bsnav-sticky-slide {
  position: relative;
}

.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked {
  position: fixed;
  transform: translate3d(0, -100%, 0);
}

.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  transition: transform 0.4s 0.2s;
  transform: translate3d(0, 0, 0);
}

.bsnav-sticky.bsnav-sticky-fade {
  position: absolute;
}

.bsnav-sticky.bsnav-sticky-fade.sticked {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

.bsnav-sticky.bsnav-sticky-fade.sticked.in {
  transition: opacity 0.3s 0.2s;
  opacity: 1;
  visibility: visible;
}

.bsnav-sticky[data-navbar-toggle] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.bsnav-mobile {
  bottom: 0;
  z-index: 999;
  pointer-events: none;
}

.bsnav-mobile .bsnav-mobile-overlay {
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s ease-in-out;
}

.bsnav-mobile .navbar {
  background: rgb(28, 28, 28);
  box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, 0.05);
  width: 400px;
  padding: 50px 20px 15px;
  flex-flow: column;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  transition: 0.4s ease-in-out;
  transform: translate3d(400px, 0, 0);
  overflow: auto;
  z-index: 10000;
}

@media (max-width: 768px) {
  .bsnav-mobile .navbar {
    width: 100%;
    transform: translate3d(100%, 0, 0);
  }
}
.navbar-toggler .fa.fa-close {
  color: var(--color-set-one-1);
}

.bsnav-mobile .navbar-nav {
  width: 100%;
  padding: 0px;
  flex-direction: column;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
  max-width: 100%;
  padding: 15px 30px;
  display: block;
}

ul.dropdown-menu .menu-item-has-children {
  position: relative;
}

ul.dropdown-menu .menu-item-has-children:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 12px;
  color: #888888 !important;
  font-size: 16px;
  top: 10px;
  display: block !important;
  transform: rotate(-90deg) !important;
}

ul.dropdown-menu .menu-item-has-children.in:before {
  transform: rotate(0deg) !important;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .nav-link:before {
  transform: rotate(0deg);
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:hover:before {
  color: var(--color-set-one-1);
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link {
  color: #fff !important;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:hover {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-page-active .nav-link:before {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-page-active .nav-link {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .nav-link {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item .dropdown-item {
  color: #fff !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-page-active .dropdown-item {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .nav-link {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .dropdown-menu .nav-item .dropdown-item {
  color: #fff !important;
}

.bsnav-mobile .navbar-nav .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-menu-ancestor .dropdown-menu .nav-item.current-page-active .dropdown-item {
  color: var(--color-set-one-1) !important;
}

.bsnav-mobile .dropdown-menu {
  border: 0px solid transparent;
  background: transparent;
  padding: 0px 10px 0px 30px;
}

/*
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .dropdown-menu .nav-item .dropdown-item {


    color: #fff;


}

*/
.bsnav-mobile .dropdown-menu .nav-item .dropdown-item:before {
  display: none;
}

.bsnav-mobile .dropdown-menu .nav-item .dropdown-item {
  padding: 10px 15px;
  font-size: 16px !important;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link > .title {
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
  display: none;
  box-sizing: content-box;
}

.bsnav-mobile .navbar-nav .nav-item.active .navbar-nav {
  display: block;
}

.bsnav-mobile,
.bsnav-sticky.navbar-fade,
.bsnav-sticky.navbar-slide {
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children > .nav-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.bsnav-mobile .navbar-nav.navbar_left .nav-item .nav-link {
  font-size: 20px;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children > .navbar-nav {
  padding-top: 0;
  padding-bottom: 30px;
}

.bsnav-mobile .navbar-nav.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.bsnav-mobile.in {
  pointer-events: initial;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0, 0, 0);
}

.bsnav-mobile.in .bsnav-mobile-overlay {
  visibility: visible;
  pointer-events: initial;
  right: 0;
}


@media (min-width: 1199px) {
  .custom-mobile-toggle {
    display: none !important;
  }
}
.custom-mobile-toggle {
  display: flex;
  box-shadow: unset !important;
  border: unset !important;
}
.custom-mobile-toggle i {
  font-size: 26px;
  display: flex;
}

body.mobile-menu-open {
  overflow: hidden;
}

.custom-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.custom-mobile-menu.active {
  transform: translateX(0);
}
.custom-mobile-menu .custom-mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.custom-mobile-menu .custom-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 85vw;
  height: 100%;
  background: var(--color-set-one-2);
  z-index: 2;
  overflow-y: auto;
  font-family: var(--font-family-main);
}
.custom-mobile-menu .custom-mobile-panel .mobile-header {
  padding: 10px 20px;
  text-align: right;
}
.custom-mobile-menu .custom-mobile-panel .mobile-header .mobile-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-white);
  cursor: pointer;
  padding: 8px 0;
}
.custom-mobile-menu .custom-mobile-panel .mobile-header .mobile-close-btn:hover {
  opacity: 0.8;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.dropdown a.nav-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  color: var(--color-set-one-1);
  transition: transform 0.2s ease;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item a.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item a.nav-link:hover {
  background: rgba(32, 158, 46, 0.1);
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.menu-item-has-children .dropdown-menu {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  float: none;
  min-width: auto;
  padding: 0;
  margin: 0 !important;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  list-style: none;
  border: none;
  border-radius: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.menu-item-has-children .dropdown-menu li.menu-item a.nav-link {
  padding: 15px 35px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.menu-item-has-children .dropdown-menu li.menu-item a.nav-link::after {
  display: none;
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.menu-item-has-children .dropdown-menu li.menu-item a.nav-link:hover {
  background: var(--color-set-one-1);
  color: var(--color-white);
}
.custom-mobile-menu .custom-mobile-panel .mobile-navigation .mobile-nav-menu li.menu-item.menu-item-has-children.active .dropdown-menu {
  display: block;
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info {
  padding: 25px;
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item {
  margin-bottom: 20px;
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item div.title_mob {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  font-family: var(--font-family-main);
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  font-family: var(--font-family-text);
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item a {
  color: var(--color-white);
  text-decoration: none;
}
.custom-mobile-menu .custom-mobile-panel .mobile-contact-info .contact-item a:hover {
  color: var(--color-set-one-1);
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media div.title_mob {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  font-family: var(--font-family-main);
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media .social-links {
  display: flex;
  gap: 15px;
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media .social-links a:hover {
  background: var(--color-set-one-1);
  transform: translateY(-2px);
}
.custom-mobile-menu .custom-mobile-panel .mobile-social-media .social-links a i, .custom-mobile-menu .custom-mobile-panel .mobile-social-media .social-links a svg {
  font-size: 18px;
  width: unset;
  height: unset;
}

@media (max-width: 768px) {
  .custom-mobile-menu .custom-mobile-panel {
    width: 100%;
    max-width: 90vw;
  }
}
.single-header, .single-header.elementor-editor-active, .single-classeablocks, .single-classeablocks.elementor-editor-active,
.single-classeasliders, .single-classeasliders.elementor-editor-active {
  background: #ccc !important;
}
.single-header .elementor-add-section, .single-header.elementor-editor-active .elementor-add-section, .single-classeablocks .elementor-add-section, .single-classeablocks.elementor-editor-active .elementor-add-section,
.single-classeasliders .elementor-add-section, .single-classeasliders.elementor-editor-active .elementor-add-section {
  padding-top: 350px;
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .elementor .elementor-hidden-laptop {
    display: none;
  }
}
@media (min-width: 1367px) and (max-width: 2399px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: 2400px) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
.common_arrow {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: center;
  pointer-events: none;
  align-items: center;
}
.common_arrow.post_default {
  padding: 20px 0px;
}
.common_arrow.post_default_left {
  padding: 20px 0px;
  justify-content: flex-start;
}
.common_arrow.post_default_right {
  padding: 20px 0px;
  justify-content: flex-end;
}
.common_arrow .next, .common_arrow .prev {
  position: relative;
  pointer-events: fill;
  width: 50px;
  height: 50px;
  line-height: 50px;
  min-height: 50px;
  background: var(--background-white);
  border: 1px solid var(--border-color-one);
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: var(--heading-color-one);
  cursor: pointer;
}
.common_arrow .next i, .common_arrow .prev i {
  font-size: 20px;
}
.common_arrow .next:hover, .common_arrow .prev:hover {
  background: var(--color-set-one-2);
  border-color: var(--color-set-one-2);
  color: var(--color-white);
}
.common_arrow.post_default .arrow-divider, .common_arrow.post_default_left .arrow-divider, .common_arrow.post_default_right .arrow-divider, .common_arrow.post_three .arrow-divider, .common_arrow.post_four .arrow-divider {
  width: 120px;
  height: 1px;
  background: var(--border-color-one);
}
.common_arrow.post_five .arrow-divider, .common_arrow.post_six .arrow-divider {
  height: 120px;
  width: 1px;
  background: var(--border-color-one);
}
.common_arrow.post_five .coreit-left-arrow-right, .common_arrow.post_six .coreit-left-arrow-right {
  transform: rotate(209deg);
}
.common_arrow.post_five .coreit-right-arrow, .common_arrow.post_six .coreit-right-arrow {
  transform: rotate(30deg);
  left: 3px;
  top: 3px;
}

.common_arrow .coreit-right-arrow {
  position: relative;
  left: 2px;
}

.coreit-left-arrow-right {
  transform: rotate(-180deg);
  position: relative;
  right: 2px;
}

@media (min-width: 1024px) {
  .common_arrow.post_default, .common_arrow.post_default_left, .common_arrow.post_default_right {
    padding: 30px 0px 20px;
  }
}
.dot_enabled .post_two {
  top: -66px !important;
}

.common-dots {
  padding: 1.5rem 0 0;
  position: relative;
}
.common-dots .swiper-pagination-bullet {
  width: 21px !important;
  height: 21px;
  border-radius: 20px;
  opacity: 1;
  background: transparent;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  position: relative;
}
.common-dots .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: var(--border-color-one);
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  bottom: 0;
}
.common-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .common-dots .swiper-pagination-bullet:hover {
  background: transparent;
  border-color: var(--color-set-one-1);
}
.common-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .common-dots .swiper-pagination-bullet:hover::before {
  background: var(--color-set-one-1);
  width: 5px;
  height: 5px;
}

.dtype_two .common-dots .swiper-pagination-bullet {
  height: 4px;
  width: 12px;
  background: var(--color-set-one-1);
  border: unset;
  opacity: 0.4;
}
.dtype_two .common-dots .swiper-pagination-bullet::before {
  display: none;
}
.dtype_two .common-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .dtype_two .common-dots .swiper-pagination-bullet:hover {
  width: 24px;
  opacity: 1;
}
.dtype_two.dpost_three .common-dots .swiper-pagination-bullet, .dtype_two.dpost_four .common-dots .swiper-pagination-bullet {
  height: 12px;
  width: 4px !important;
}
.dtype_two.dpost_three .common-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .dtype_two.dpost_three .common-dots .swiper-pagination-bullet:hover, .dtype_two.dpost_four .common-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .dtype_two.dpost_four .common-dots .swiper-pagination-bullet:hover {
  height: 24px !important;
  width: 4px !important;
}

.common-fraction {
  font-size: 18px;
  position: relative;
  color: var(--content-color-one);
  font-family: var(--font-fmaily-main);
  font-weight: 600;
}
.common-fraction .swiper-pagination-current {
  font-size: 30px;
  color: var(--heading-color-one);
}

.swiper-pagination-lock {
  display: block !important;
}

.common-progress {
  position: relative !important;
  top: unset !important;
  height: 6px !important;
  border-radius: 10px;
  overflow: hidden;
  background: var(--border-color-one) !important;
  margin: 0px 0px 20px;
}
.common-progress .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: var(--color-set-one-1) !important;
}

.befaft-pagination.common-progress {
  width: 97%;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .common_arrow.post_two {
    justify-content: space-between;
    position: absolute;
    z-index: 89;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 20px;
    height: 50px;
  }
  .common_arrow.post_three {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 89;
  }
  .common_arrow.post_four {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 89;
  }
  .common_arrow.post_five, .common_arrow.post_six {
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 89;
  }
  .common_arrow.post_five {
    right: 16%;
  }
  .common_arrow.post_six {
    left: 16%;
  }
}
.common_progress {
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  right: 0;
  z-index: 9;
}
.common_progress .probottom {
  bottom: 0;
}
.common_progress .protop {
  top: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.dpost_two .common_dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 89;
}

.dpost_three .common_dots, .dpost_four .common_dots {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 0;
  top: 0;
  z-index: 89;
}
.dpost_three .common_dots .common-dots, .dpost_four .common_dots .common-dots {
  flex-direction: column;
  display: flex;
  gap: 1rem;
  margin: 0 !important;
  padding: 0;
}

.dpost_four .common_dots {
  right: unset;
  left: 0;
}

body .slider2_paginumber {
  position: absolute;
  top: 0;
  right: 50px !important;
  width: 40px;
  left: unset !important;
  bottom: 0 !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.swiper-pagination.swiper-pagination-number .swiper-pagination-bullet {
  height: 40px;
  width: 40px;
  margin: 5px 0px 5px 0px;
  border: 1px solid var(--heading-color-one);
  border-radius: 50%;
  background-color: var(--background-white);
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.swiper-pagination.swiper-pagination-number .swiper-pagination-bullet-active {
  background-color: var(--background-light);
}

@media (max-width: 880px) {
  html body .common_dots {
    position: relative !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    bottom: unset;
    margin: auto !important;
  }
  html body .common_dots .common-dots {
    flex-direction: row !important;
    justify-content: center;
    top: unset !important;
    right: auto !important;
    bottom: unset !important;
    left: auto !important;
  }
}
@media (max-width: 1200px) {
  .common_arrow {
    padding-top: 1.5rem;
  }
  .arrow-divider {
    display: none;
  }
  .common_arrow .coreit-right-arrow {
    transform: unset !important;
    top: 1px !important;
  }
  .sldier_custom .common_arrow {
    left: 0 !important;
  }
  .common_arrow .coreit-left-arrow-right {
    transform: rotate(180deg) !important;
  }
  .arrow::before {
    display: none;
  }
  .arrow {
    flex-direction: row !important;
    gap: 1rem;
    padding-right: unset !important;
  }
  .slider_builder_arrow {
    padding-top: unset !important;
    bottom: 30px;
  }
  html body .elementor .sldier_custom .common_dots, html body .elementor .elementor-element .sldier_custom .common_dots {
    position: absolute !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 20px;
    margin: auto !important;
  }
  html body .elementor .sldier_custom .common_dots .common-dots, html body .elementor .elementor-element .sldier_custom .common_dots .common-dots {
    flex-direction: row !important;
    justify-content: center;
    top: unset !important;
    right: auto !important;
    bottom: 20px !important;
    left: auto !important;
  }
}
.di_post_seven {
  padding-top: 1rem;
}
.di_post_seven .next, .di_post_seven .prev {
  position: relative;
  pointer-events: fill;
  display: flex;
  color: var(--heading-color-one);
  cursor: pointer;
}
.di_post_seven .next i, .di_post_seven .prev i {
  font-size: 30px;
  display: flex;
}
.di_post_seven .next:hover, .di_post_seven .prev:hover {
  color: var(--color-set-one-1);
}
.di_post_seven .common_dots {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  gap: 1rem;
}
.di_post_seven .common_dots .common-dots {
  padding: unset;
  top: unset;
  bottom: unset;
  display: flex;
  align-items: center;
}

.dpost_default .di_post_seven, .dpost_two .di_post_seven {
  display: flex;
  justify-content: center;
}
.dpost_default .di_post_seven .common_dots, .dpost_two .di_post_seven .common_dots {
  justify-content: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  cursor: no-drop;
  pointer-events: none;
  opacity: 0.4;
}

.slick-vertical .slick-slide {
  height: auto;
}

.slide-arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 55px;
  height: 55px;
  background: var(--background-white);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 50px;
  border: unset;
  color: var(--heading-color-one);
}

.slick-dots {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  padding-left: 0 !important;
  gap: 1.5rem;
}
.slick-dots li {
  list-style: none;
  position: relative;
  margin-bottom: unset;
  cursor: pointer;
}
.slick-dots li::before {
  position: relative;
  width: 8px;
  display: flex;
  height: 8px;
  border-radius: 50px;
  background: var(--background-white);
  content: "";
}
.slick-dots li::after {
  position: absolute;
  width: 26px;
  top: -9px;
  bottom: 0;
  right: 0;
  left: -9px;
  display: flex;
  height: 26px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid var(--color-set-one-bor-white);
  content: "";
  opacity: 0;
}
.slick-dots li.slick-active::after {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}

.slide-arrow {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  opacity: 0;
  z-index: 99;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.next-arrow.slide-arrow {
  right: -100px;
}

.prev-arrow.slide-arrow {
  left: -100px;
}

.vertical-carousel .next-arrow.slide-arrow {
  right: 0;
  bottom: unset;
  top: 40px;
  left: 0;
  transform: rotate(-90deg);
}
.vertical-carousel .prev-arrow.slide-arrow {
  right: 0;
  bottom: 0px;
  top: unset;
  left: 0;
  transform: rotate(-90deg);
}

.data_slick:hover .slide-arrow {
  opacity: 1;
}

/* List View CSS */
.lawnellar-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lawnellar-list-items.layout-vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.lawnellar-list-items.layout-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lawnellar-list-item {
  display: flex;
  align-items: center;
  color: var(--heading-color-one);
  text-decoration: none;
  transition: all 0.3s ease;
}

.lawnellar-list-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.lawnellar-list-item-icon i {
  line-height: 1;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.lawnellar-list-item-icon svg {
  display: block;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.lawnellar-list-item-text {
  flex-grow: 1;
  line-height: 1.5;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

/* Simple Popup Styles */
.elementor-search-wrapper .enableluxsearch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Popup Overlay */
.elementor-search-wrapper .search_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Show Popup When Active */
.elementor-search-wrapper .search_sidebar.active {
  display: flex !important;
}

.elementor-search-wrapper .search_sidebar_inner {
  background: var(--background-white);
  padding: 30px;
  border-radius: 5px;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.elementor-search-wrapper .search_sidebar_inner .lawnella_search-results {
  position: relative;
}

.elementor-search-wrapper .close-btn {
  position: absolute;
  padding: 10px;
  border-radius: 30px;
  background: var(--color-set-one-1);
  color: var(--color-white);
  top: -19px;
  right: -17px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
}

.elementor-search-wrapper .menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.elementor-search-wrapper .search {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-size: 16px;
}

.elementor-search-wrapper .search:focus {
  outline: none;
  border-color: var(--color-set-one-1);
}

.elementor-search-wrapper .search-wrapper {
  position: relative;
}

.elementor-search-wrapper .searchloader {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--border-color);
  border-top: 2px solid var(--color-set-one-1);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.elementor-search-wrapper .search.loading + .searchloader {
  display: block;
}

.elementor-search-wrapper .lawnella_search-results {
  background: var(--background-light);
  border-radius: 5px;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 1rem;
  position: absolute;
  z-index: 999;
}

.elementor-search-wrapper .lawnella_search-results.active {
  display: block;
}

.elementor-search-wrapper .lawnella_search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-search-wrapper .lawnella_search-results li {
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}

.elementor-search-wrapper .lawnella_search-results li:last-child {
  border-bottom: none;
}

.elementor-search-wrapper .lawnella_search-results .cardNews {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.elementor-search-wrapper .lawnella_search-results .image-box {
  flex-shrink: 0;
  width: 40%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.elementor-search-wrapper .lawnella_search-results .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.elementor-search-wrapper .lawnella_search-results .cardInfo {
  flex: 1;
}
.elementor-search-wrapper .lawnella_search-results .cardInfo .theme_btn {
  margin-top: 1rem;
  border-radius: 10px;
  padding: 11px 15px 9px;
  width: unset;
  height: unset;
  line-height: normal;
}

.elementor-search-wrapper .lawnella_search-results .cardInfo h6 {
  margin: 0 0 5px 0;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--heading-color-dark);
  margin-bottom: 8px;
  display: block;
}

.elementor-search-wrapper .lawnella_search-results .cardInfo h6 a {
  color: var(--heading-color-dark);
  text-decoration: none;
}

.elementor-search-wrapper .lawnella_search-results .cardInfo h6 a:hover {
  color: var(--color-set-one-1);
}

.elementor-search-wrapper .lawnella_search-results .des_cription {
  color: var(--content-color);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.elementor-search-wrapper .no_result {
  padding: 20px;
  text-align: center;
  color: var(--content-color);
}

@media (max-width: 768px) {
  .elementor-search-wrapper .search_sidebar_inner {
    width: 95%;
    padding: 20px;
  }
  .elementor-search-wrapper .lawnella_search-results .cardNews {
    gap: 10px;
  }
  .elementor-search-wrapper .lawnella_search-results .image-box {
    width: 60px;
    height: 45px;
  }
}
/* Keyframe animation for continuous scrolling */
@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Base Carousel Styles */
.image_carousel_box {
  position: relative;
  overflow: hidden;
}

.Moving_testimonial_widgets_box {
  position: relative;
  overflow: hidden;
}

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

.carousel-inner {
  will-change: transform;
  position: relative;
}

.carousel-slide {
  position: relative;
  box-sizing: border-box;
}

/* Horizontal Carousel Specific Styles */
.image_carousel_box.horizontal-carousel,
.Moving_testimonial_widgets_box.horizontal-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.image_carousel_box.horizontal-carousel .carousel-wrapper,
.Moving_testimonial_widgets_box.horizontal-carousel .carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.image_carousel_box.horizontal-carousel .carousel-inner,
.Moving_testimonial_widgets_box.horizontal-carousel .carousel-inner {
  display: flex !important;
  flex-direction: row !important;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.image_carousel_box.horizontal-carousel .carousel-slide,
.Moving_testimonial_widgets_box.horizontal-carousel .carousel-slide {
  flex-shrink: 0 !important;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  box-sizing: border-box;
  /* Width will be set by JavaScript based on slides per view */
}

/* Ensure content maintains proper structure in horizontal layout */
.image_carousel_box.horizontal-carousel .testimonial-item-one,
.image_carousel_box.horizontal-carousel .carousel-box-widget,
.image_carousel_box.horizontal-carousel .carousel-box-widget-two,
.Moving_testimonial_widgets_box.horizontal-carousel .testimonial-item-one {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Vertical Carousel Specific Styles */
.image_carousel_box.vertical-carousel,
.Moving_testimonial_widgets_box.vertical-carousel {
  height: var(--carousel-height, 500px);
  overflow: hidden;
  position: relative;
}

.image_carousel_box.vertical-carousel .carousel-wrapper,
.Moving_testimonial_widgets_box.vertical-carousel .carousel-wrapper {
  height: 100%;
  overflow: hidden;
}

.image_carousel_box.vertical-carousel .carousel-inner,
.Moving_testimonial_widgets_box.vertical-carousel .carousel-inner {
  display: block;
  height: auto;
  will-change: transform;
}

.image_carousel_box.vertical-carousel .carousel-slide,
.Moving_testimonial_widgets_box.vertical-carousel .carousel-slide {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* Fade Edges for Vertical Carousel */
.image_carousel_box.vertical-carousel.fade-edges::before,
.image_carousel_box.vertical-carousel.fade-edges::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  height: var(--fade-edge-height, 50px);
}

.image_carousel_box.vertical-carousel.fade-edges::before {
  top: 0;
  background: linear-gradient(to bottom, var(--fade-edge-color, #ffffff) 20%, rgba(255, 255, 255, 0) 100%);
}

.image_carousel_box.vertical-carousel.fade-edges::after {
  bottom: 0;
  background: linear-gradient(to top, var(--fade-edge-color, #ffffff) 20%, rgba(255, 255, 255, 0) 100%);
}

/* Fade Edges for Horizontal Carousel */
.image_carousel_box.horizontal-carousel.fade-edges::before,
.image_carousel_box.horizontal-carousel.fade-edges::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  width: var(--fade-edge-width, 50px);
}

.image_carousel_box.horizontal-carousel.fade-edges::before {
  left: 0;
  background: linear-gradient(to right, var(--fade-edge-color, #ffffff) 20%, rgba(255, 255, 255, 0) 100%);
}

.image_carousel_box.horizontal-carousel.fade-edges::after {
  right: 0;
  background: linear-gradient(to left, var(--fade-edge-color, #ffffff) 20%, rgba(255, 255, 255, 0) 100%);
}

.carousel-box-widget {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  /* Smooth transition when leaving hover */
}
.carousel-box-widget .image img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel-box-widget .content {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  padding: 15px 0 0 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  transition: opacity 0.3s ease-in-out; /* Added smooth transition for content opacity */
}
.carousel-box-widget .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color-set-one-2) 100%);
  transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  opacity: 0; /* Start with 0 opacity */
  z-index: 2;
}
.carousel-box-widget .content i {
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--background-white);
  color: var(--heading-color-one);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform 0.3s ease; /* Added smooth transition for icon */
}
.carousel-box-widget .content .content_in {
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
.carousel-box-widget .content .content_in .title_text_stroke {
  font-family: var(--font-family-main);
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  white-space: nowrap;
  display: inline-block;
  transform: translateX(0); /* Start at normal position */
  transition: transform 0.3s ease; /* Smooth transition for transform */
  animation-play-state: paused; /* Start with animation paused */
  bottom: -100%;
  position: relative;
}
.carousel-box-widget .content .content_in .text-18 {
  padding: 0px 20px;
  text-align: center;
  color: var(--color-white);
  transition: opacity 0.3s ease; /* Added smooth transition for text */
}
.carousel-box-widget:hover .content {
  opacity: 1;
}
.carousel-box-widget:hover .content::before {
  opacity: 0.5;
}
.carousel-box-widget:hover .content .content_in .title_text_stroke {
  bottom: 0;
  animation: scroll-text 3s linear infinite;
  animation-play-state: running; /* Resume animation on hover */
}
.carousel-box-widget:not(:hover) .content .content_in .title_text_stroke {
  animation-play-state: paused; /* Pause animation */
  transform: translateX(0); /* Return to normal position smoothly */
}

.carousel-box-widget-two {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
}
.carousel-box-widget-two.d_flex {
  display: block !important;
}
.carousel-box-widget-two .image {
  display: block !important;
}
.carousel-box-widget-two .image img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel-box-widget-two .content {
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out; /* Added smooth transition for content opacity */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.carousel-box-widget-two .content .font-20 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  padding: 5px 15px;
  background: var(--background-white);
  border-radius: 30px;
  color: var(--heading-color-one);
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease; /* Added smooth transition for text */
  display: flex;
  gap: 10px;
  align-items: center;
}
.carousel-box-widget-two .content .font-20 span {
  font-size: 20px;
  display: flex;
}
.carousel-box-widget-two .content .text-16 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  padding: 5px 15px;
  background: var(--background-white);
  border-radius: 30px;
  color: var(--heading-color-one);
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease; /* Added smooth transition for text */
}

.moving-title-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.moving-title-wrapper {
  position: relative;
  white-space: nowrap;
  animation: moveTitle 25s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  display: flex;
}

.moving-title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 3rem;
}

.title-word {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  flex-shrink: 0;
}

.moving-title-text {
  font-size: 200px;
  font-family: var(--font-family-main);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  line-height: 260px;
  position: relative;
}

/* Default filled text style */
.title-word.filled .moving-title-text {
  color: var(--heading-color-one);
  -webkit-text-stroke: none;
  text-stroke: none;
}

/* Default outline text style */
.title-word.outline .moving-title-text {
  color: transparent;
  -webkit-text-stroke: 2px var(--heading-color-one);
  text-stroke: 2px var(--heading-color-one);
}

/* Hover effects */
.title-word.filled:hover .moving-title-text {
  color: transparent !important;
  -webkit-text-stroke: 2px var(--color-set-one-1) !important;
  text-stroke: 2px var(--color-set-one-1) !important;
}

.title-word.outline:hover .moving-title-text {
  -webkit-text-stroke-color: var(--heading-color-one) !important;
  text-stroke-color: var(--heading-color-one) !important;
  color: var(--heading-color-one) !important;
}

/* Fixed Center Image Position */
.hover-image {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

/* Show image on hover - Always centered */
.title-word:hover .hover-image {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.05);
}

.title-word:hover .hover-image img {
  transform: scale(1.05);
}

.title-word:hover {
  transform: scale(1.05);
}

/* Fixed Animation - Seamless continuous scroll */
@keyframes moveTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Animation pause */
.moving-title-container.animation-paused .moving-title-wrapper {
  animation-play-state: paused;
}

/* Responsive - Fixed center positions */
@media (max-width: 1024px) {
  .moving-title-text {
    font-size: 80px;
  }
  .hover-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .moving-title-text {
    font-size: 60px;
  }
  .hover-image {
    width: 100px;
    height: 100px;
  }
  .title-word {
    margin: 0 0.5rem;
  }
}
@media (max-width: 480px) {
  .moving-title-text {
    font-size: 40px;
  }
  .hover-image {
    width: 80px;
    height: 80px;
  }
  .title-word {
    margin: 0 0.3rem;
  }
  .moving-title-container {
    height: 120px;
  }
}
/* Demo styles */
.demo-section {
  margin-bottom: 40px;
}

.demo-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.footer-blog-title a {
  font-family: var(--font-family-main);
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color-dark);
  line-height: normal;
}

.footer-blog-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer-blog-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 8px;
}
.footer-blog-meta span, .footer-blog-meta a {
  font-size: 15px;
  color: var(--content-color-one);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 20px;
}

.footer-blog-posts-widget .footer-blog-item.has_images {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.footer-blog-posts-widget .footer-blog-item .image-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-width: 70px;
}
.footer-blog-posts-widget .footer-blog-item .image-inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-blog-posts-widget .footer-blog-item .image-inner .overlay span {
  font-size: 20px;
  color: var(--color-white);
}
.footer-blog-posts-widget .footer-blog-item:hover .image-inner .overlay {
  opacity: 0.9;
}

.mailchimp-widget-container.style-1 .mc4wp-form-fields::before {
  position: absolute;
  content: "\e91b";
  font-family: "icomoon" !important;
  font-size: 18px;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: none;
  background: transparent;
  line-height: 60px;
  color: var(--color-set-one-1);
  z-index: 100;
  text-align: center;
}
.mailchimp-widget-container.style-1 .mc4wp-form-fields input[type=submit] {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: transparent !important;
  z-index: 101;
}
.mailchimp-widget-container.style-2 form input {
  position: relative;
  background: var(--background-white);
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 52px;
  padding: 20px;
  width: 100%;
  color: var(--content-color-one);
  font-size: 15px;
  margin: 15px 0px 10px;
}
.mailchimp-widget-container.style-2 .mc4wp-form-fields input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0px 10px;
  background: var(--color-set-one-1);
  display: block;
  width: 100%;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  position: relative;
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  width: 100%;
  height: 52px;
  line-height: 15px;
  margin: 0px 0px 15px;
}
.mailchimp-widget-container.style-3 form input[type=email] {
  position: relative;
  background: #fff;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
  padding: 10px 157px 10px 13px;
  width: 100%;
  color: var(--content-color-one);
  font-size: 15px;
}
.mailchimp-widget-container.style-3 form input::-moz-placeholder {
  color: var(--content-color-one);
}
.mailchimp-widget-container.style-3 form input::placeholder {
  color: var(--content-color-one);
}
.mailchimp-widget-container.style-3 form input[type=submit] {
  position: absolute;
  background: transparent;
  padding-left: 31px;
  color: var(--color-white);
  text-transform: uppercase;
  width: 150px;
  height: 61px;
  line-height: 5px;
  padding: 0px;
  z-index: 12;
  text-align: center;
  font-size: 14px;
}
.mailchimp-widget-container.style-3 form .mc4wp-form-fields::before {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  height: 60px;
  width: 150px;
  top: 0;
  z-index: 10;
  right: 0;
}
.mailchimp-widget-container.style-3 form .mc4wp-form-fields::after {
  position: absolute;
  content: "";
  background: var(--color-set-one-2);
  height: 40px;
  width: 120px;
  top: 11px;
  right: 15px;
  z-index: 11;
  border-radius: 30px;
}

.footer_widgets_navigation {
  position: relative;
}
.footer_widgets_navigation .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_widgets_navigation .menu li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
.footer_widgets_navigation .menu li a {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  color: var(--content-color-one);
  transition: all 0.6s ease-in-out;
}
.footer_widgets_navigation .menu li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--border-color-one);
  left: 0;
  top: 8px;
  transition: all 0.6s ease-in-out;
}
.footer_widgets_navigation .menu li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-set-one-1);
  border-radius: 50px;
  left: 3px;
  top: 11px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.footer_widgets_navigation .menu li:hover::before {
  border-color: var(--color-set-one-1);
}
.footer_widgets_navigation .menu li:hover::after {
  opacity: 1;
}

.text-14 {
  font-size: 14px;
  line-height: 22px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

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

.text-13 {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

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

.font-12, .font-14, .font-15, .font-16, .font-18, .font-20, .font-22, .font-24, .font-24, .font-26, .font-28, .font-30,
.font-32, .font-34, .font-36, .font-38, .font-40, .font-42, .font-44, .font-46, .font-48, .font-50, .font-52, .font-54,
.font-64, .font-17 {
  font-family: var(--font-family-main);
  font-weight: 700;
  color: var(--heading-color-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt_5 {
  margin-top: 5px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.font-22 {
  font-size: 22px;
  line-height: 28px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-28 {
  font-size: 28px;
  line-height: 34px;
}

.font-20 {
  font-size: 20px;
  line-height: 26px;
}

.font-54 {
  font-size: 54px;
  line-height: 60px;
}

/* Ensure normal word spacing */
.new_title_all_box .text-16 {
  color: var(--content-color);
  line-height: 28px;
}

.ts-line {
  display: inline-block;
  white-space: pre-wrap; /* Preserve spaces between words */
}

.animated-title {
  word-spacing: normal; /* Optional: Adjust word spacing */
}
.animated-title span {
  line-height: unset;
}
.animated-title div {
  color: unset;
  font-family: unset;
  font-weight: unset;
  line-height: unset;
}

.new_title_all_box {
  flex-direction: column;
}
.new_title_all_box .sub_title {
  margin-bottom: 10px;
}
.new_title_all_box .font-54 {
  margin-bottom: 10px;
}
.new_title_all_box.white_color .font-54, .new_title_all_box.white_color .font-16, .new_title_all_box.white_color p {
  color: var(--color-white);
}
.new_title_all_box .decor {
  display: flex;
  padding: 8px 0px 20px;
}
.new_title_all_box.style_one .sub_title .d_inline_flex {
  background: var(--background-light);
  padding: 4px 20px;
  align-items: center;
  border-radius: 30px;
  gap: 0.4rem;
  color: var(--heading-color-dark);
  text-transform: capitalize;
  font-weight: 600;
}
.new_title_all_box.style_one .sub_title .d_inline_flex .icon {
  display: flex;
}
.new_title_all_box.style_three .sub_title {
  padding-left: 65px;
  position: relative;
}
.new_title_all_box.style_three .sub_title::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 2px;
  background: var(--color-set-one-1);
  top: 13px;
  left: 0;
}
.new_title_all_box.style_three .font-48 {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-color-dark);
  color: transparent;
}
.new_title_all_box.style_four .font-48 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-color-dark);
  color: transparent;
}

.d_flex {
  display: flex;
}

.header_contact {
  gap: 0.7rem;
  position: relative;
}
.header_contact .icons i, .header_contact .icons span {
  font-size: 20px;
  color: var(--color-set-one-2);
}
.header_contact .icons img {
  width: 20px;
  height: auto;
}
.header_contact .icons svg {
  width: 20px;
  height: auto;
}
.header_contact .icons svg path {
  color: var(--color-set-one-2);
}
.header_contact.type_one .icons {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-light);
  border: 1px solid var(--background-light);
  border-radius: 0px;
}
.header_contact.type_one .icons i, .header_contact.type_one .icons span {
  font-size: 28px;
}
.header_contact.type_one .icons img {
  width: 28px;
}
.header_contact.type_one .icons svg {
  width: 28px;
}
.header_contact .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.header_contact .content a {
  display: block;
  color: var(--content-color);
  font-family: var(--font-family-text);
  word-break: break-all;
}
.header_contact .content p {
  margin: 0;
}
.header_contact.type_two .icons {
  display: flex;
}
.header_contact.type_two .font-18 {
  font-weight: normal;
}

.iconbx .icon {
  display: flex;
}

.testimonial-item-one {
  padding: 40px;
  border-radius: 32px;
  background: var(--background-light);
}
.testimonial-item-one svg {
  position: absolute;
  top: 51px;
  right: 40px;
  width: 40px;
  height: 39px;
}
.testimonial-item-one .testimonial-title {
  margin-bottom: 0.5rem;
}
.testimonial-item-one .rating {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-item-one .rating i {
  color: var(--color-set-one-1);
  font-size: 16px;
  display: flex;
  gap: 5px;
}
.testimonial-item-one .rating .rating-text {
  font-size: 14px;
  color: var(--heading-color-dark);
  padding: 5px 10px;
  border-radius: 50px;
  line-height: normal;
  font-weight: 500;
  background: #E5C95C;
}
.testimonial-item-one .testimonial-content {
  margin-bottom: 1.2rem;
  line-height: 28px;
  color: var(--content-color);
}
.testimonial-item-one .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-item-one .testimonial-author .mt_10 {
  margin-top: 6px !important;
}
.testimonial-item-one .testimonial-author .font-18 {
  font-weight: 500;
}
.testimonial-item-one .testimonial-author .author-position {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: var(--content-color);
}
.testimonial-item-one .testimonial-author .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item-one .testimonial-author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lawnellatestimonial2 .testimonial-content {
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.lawnellatestimonial2 svg {
  margin-bottom: 1rem;
}
.lawnellatestimonial2 .rating {
  margin-bottom: 5px;
}
.lawnellatestimonial2 .rating i {
  color: var(--color-set-one-1);
  font-size: 16px;
}
.lawnellatestimonial2 .author-name {
  color: var(--heading-color-dark);
}
.lawnellatestimonial2 .lawnellatestimonial2-pagination {
  display: flex;
  margin-top: 1.7rem;
  justify-content: center;
  align-items: center;
}
.lawnellatestimonial2 .lawnellatestimonial2-pagination span.swiper-pagination-bullet {
  width: 92px;
  margin: unset;
  height: 92px;
  background: transparent;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--color-set-one-bor-white);
}
.lawnellatestimonial2 .lawnellatestimonial2-pagination span.swiper-pagination-bullet span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lawnellatestimonial2 .lawnellatestimonial2-pagination span.swiper-pagination-bullet-active {
  border-color: var(--color-set-one-1);
}

.lawnella_tab .s_tabs_content .s_tab, .lawnella_tab .s_tabs_content .team_tab, .lawnella_tab .team_tabs_content .s_tab, .lawnella_tab .team_tabs_content .team_tab, .classea_team_tab .s_tabs_content .s_tab, .classea_team_tab .s_tabs_content .team_tab, .classea_team_tab .team_tabs_content .s_tab, .classea_team_tab .team_tabs_content .team_tab {
  position: relative;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transform: translateX(100%);
  display: none;
  opacity: 0;
  visibility: hidden;
}
.lawnella_tab .s_tabs_content .s_tab.active-tab, .lawnella_tab .s_tabs_content .team_tab.active-tab, .lawnella_tab .team_tabs_content .s_tab.active-tab, .lawnella_tab .team_tabs_content .team_tab.active-tab, .classea_team_tab .s_tabs_content .s_tab.active-tab, .classea_team_tab .s_tabs_content .team_tab.active-tab, .classea_team_tab .team_tabs_content .s_tab.active-tab, .classea_team_tab .team_tabs_content .team_tab.active-tab {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  display: block;
}
.lawnella_tab .s_tabs_content .s_tab.active-tab.show, .lawnella_tab .s_tabs_content .team_tab.active-tab.show, .lawnella_tab .team_tabs_content .s_tab.active-tab.show, .lawnella_tab .team_tabs_content .team_tab.active-tab.show, .classea_team_tab .s_tabs_content .s_tab.active-tab.show, .classea_team_tab .s_tabs_content .team_tab.active-tab.show, .classea_team_tab .team_tabs_content .s_tab.active-tab.show, .classea_team_tab .team_tabs_content .team_tab.active-tab.show {
  animation: fadeIn ease 0.9s;
  -webkit-animation: fadeIn ease 0.9s;
  -moz-animation: fadeIn ease 0.9s;
  -o-animation: fadeIn ease 0.9s;
  -ms-animation: fadeIn ease 0.9s;
  transform: translateY(0px);
}

.price_tab {
  gap: 0 !important;
}

@media (max-width: 767px) {
  .price_tab_box .showcase_tabs_btns {
    justify-content: center;
  }
  .price_tab_box .showcase_tabs_btns .percentage {
    top: 0;
    margin-top: 10px !important;
  }
  .price_tab_box .showcase_tabs_btns .nav-item.last .nav-link small {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: initial !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    width: 100px;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
  }
  .price_tab_box .showcase_tabs_btns .nav-item:first-child {
    text-align: right;
  }
  .price_tab_box .showcase_tabs_btns .nav-item.last {
    text-align: left;
  }
}
.price_tab_box .showcase_tabs_btns {
  position: relative;
  margin: 0px 0 40px;
  display: inline-flex;
  align-items: center;
}
.price_tab_box .showcase_tabs_btns .percentage {
  padding: 5px 15px;
  border-radius: 32px;
  background: var(--background-light);
  color: var(--heading-color-dark);
  font-size: 15px;
  line-height: 18px;
  display: block;
  top: 5px;
  position: relative;
}
.price_tab_box .showcase_tabs_btns span {
  position: absolute;
  right: -72px;
  height: 27px;
  top: -5px;
  bottom: 0px;
  color: var(--color-set-one-1);
  background-color: var(--background-light);
  border-color: transparent;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  padding: 1px 10px;
  margin: auto;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price_tab_box .showcase_tabs_btns .nav-item {
  display: inline-block;
  position: relative;
  margin: 0px;
}
.price_tab_box .showcase_tabs_btns .nav-item .nav-link {
  padding: 8px 18px 0 18px;
}
.price_tab_box .showcase_tabs_btns .nav-item .nav-link.active {
  transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.price_tab_box .showcase_tabs_btns .nav-item .nav-link.active .font-20 {
  color: var(--color-set-one-1);
}
.price_tab_box .showcase_tabs_btns .nav-item:first-child {
  padding-left: 0px;
}
.price_tab_box .showcase_tabs_btns .nav-item:first-child .nav-link {
  margin-right: 30px;
  cursor: pointer;
}
.price_tab_box .showcase_tabs_btns .nav-item:first-child .nav-link .dot {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price_tab_box .showcase_tabs_btns .nav-item:first-child .nav-link:before {
  position: absolute;
  content: "";
  height: 2rem;
  width: 4rem;
  border-radius: 50px;
  background: var(--background-light);
  border: 1px solid var(--border-color-one);
  right: -35px;
  top: 6px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price_tab_box .showcase_tabs_btns .nav-item:first-child .nav-link.active::after {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 12px;
  right: 2px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price_tab_box .showcase_tabs_btns .nav-item.last {
  padding-right: 0px;
}
.price_tab_box .showcase_tabs_btns .nav-item.last .nav-link {
  cursor: pointer;
  margin-left: 30px;
}
.price_tab_box .showcase_tabs_btns .nav-item.last .nav-link .dot {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.price_tab_box .showcase_tabs_btns .nav-item.last .nav-link.active::after {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 12px;
  left: 6px;
}

.showcase_tabs_btns {
  padding: 0 !important;
  display: flex;
  gap: 1rem;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.showcase_tabs_btns .s_tab_btn {
  list-style: none;
  cursor: pointer;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.price-box-wrapper {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border-color-one);
  background: var(--background-white);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price-box-wrapper .price-box-pricing {
  padding: 42px 30px 30px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price-box-wrapper .price-box-content {
  padding: 30px 30px 30px;
}
.price-box-wrapper .price-box-top {
  padding: 25px 30px 30px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.price-box-wrapper .price-box-top p {
  margin-bottom: 0;
}
.price-box-wrapper .price-box-button {
  width: 100%;
  border-radius: 12px;
  background: var(--background-white);
  color: var(--color-set-one-1);
  border: 1px solid var(--border-color-one);
}
.price-box-wrapper .price-box-button:hover {
  background: var(--color-set-one-1);
  border-color: var(--color-set-one-1);
  color: var(--color-white);
}
.price-box-wrapper .price-box-features {
  margin-bottom: 25px;
}
.price-box-wrapper .price-box-features.custom {
  padding-left: 0 !important;
}
.price-box-wrapper .price-box-features.custom li {
  list-style: none;
}
.price-box-wrapper .price-box-features li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--heading-color-dark);
}
.price-box-wrapper .price-box-pricing, .price-box-wrapper .price-box-top {
  border-bottom: 1px solid var(--border-color-one);
}
.price-box-wrapper .price-box-price {
  font-size: 36px;
  font-weight: 800;
  color: var(--heading-color-dark);
  font-family: var(--font-family-main);
}
.price-box-wrapper .price-box-title {
  font-weight: 700;
  font-family: var(--font-family-main);
}
.price-box-wrapper .price-box-period {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--heading-color-dark);
}
.price-box-wrapper:hover {
  box-shadow: 0px -5px 26px 0px rgba(0, 0, 0, 0.05);
}
.price-box-wrapper:hover .price-box-pricing {
  background: var(--background-light);
  border-bottom-color: var(--background-light);
}

.post_archive_title {
  font-family: var(--font-family-main);
}

.post_archive_title {
  margin-bottom: 10px;
}
.post_archive_title.one {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color-dark);
}
.post_archive_title.two {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color-dark);
}

.col-lg-8 .post_archive_title.one {
  font-size: 40px;
  line-height: 50px;
}

.link_text {
  display: flex;
  align-items: center;
  font-family: var(--font-family-main);
  font-weight: 400;
  gap: 0.7rem;
  color: var(--heading-color-dark);
}
.link_text i {
  font-size: 10px;
}

.meta_author_two {
  gap: 0.6rem;
}
.meta_author_two img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 45px;
}
.meta_author_two .font-18 {
  font-size: 14px;
  line-height: normal;
  color: var(--heading-color-dark);
  font-family: var(--font-family-main);
}
.meta_author_two .athcon {
  padding-top: 4px;
}
.meta_author_two .athcon a {
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  color: var(--content-color);
  font-family: var(--font-family-text);
}

.lawnella_two_like-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
  gap: 0.3rem;
  align-items: center;
  font-family: var(--font-family-main);
}

.post-views {
  gap: 0.5rem;
}
.post-views .count {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  font-family: var(--font-family-main);
}
.post-views .count i {
  font-size: 20px;
}

time, .meta_comments, .post-views, .lawnella_two_like-button {
  gap: 0.4rem;
  align-items: center;
  display: flex;
  font-family: var(--font-family-text);
  font-size: 14px;
}
time i, .meta_comments i, .post-views i, .lawnella_two_like-button i {
  color: var(--color-set-one-2);
  font-size: 16px;
}
time a, .meta_comments a, .post-views a, .lawnella_two_like-button a {
  color: var(--content-color);
  font-family: var(--font-family-text);
}

.lawnella_two_like-button.liked i {
  color: var(--color-set-one-1);
}
.lawnella_two_like-button.liked span.lawnellalike-count {
  color: var(--color-set-one-1) !important;
}

.mt_10 {
  margin-top: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mt_25 {
  margin-top: 25px;
}

.category_btn {
  font-family: var(--font-family-text);
  font-weight: 600;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  background: var(--background-white);
  color: var(--heading-color-dark) !important;
  border-radius: 12px;
}

.meta {
  flex-wrap: wrap;
}

article.post.type-post {
  margin-bottom: 30px;
}

.cardNews {
  position: relative;
  flex-direction: column;
  background: var(--background-white);
  border-radius: 12px;
  overflow: hidden;
}
.cardNews .image_box {
  position: relative;
  overflow: hidden;
}
.cardNews .image_box img {
  transition: 0.4s;
  background-size: cover;
  width: 100%;
  min-height: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardNews .image_box img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.cardNews .image_box img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardNews:hover .image_box img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.cardNews:hover .image_box img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.cardNews.style_one {
  border-radius: 12px;
  background: var(--background-light);
  padding: 20px;
}
.cardNews.style_one .common_arrow {
  right: 35px;
}
.cardNews.style_one .image_box.has_image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}
.cardNews.style_one .image_box.has_image img {
  height: 350px;
  min-height: 350px;
  transition: all 0.5s ease;
}
.cardNews.style_one .image_box.has_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
}
.cardNews.style_one .image_box.has_image .play_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cardNews.style_one .meta {
  gap: 1rem;
  margin-bottom: 1.3rem;
  padding-bottom: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color-one);
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cardNews.style_one .meta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: var(--color-set-one-2);
  transition: left 0.6s ease-in-out;
}
.cardNews.style_one .meta .left_side, .cardNews.style_one .meta .right_side {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cardNews.style_one .meta .category_btn {
  text-transform: uppercase;
}
.cardNews.style_one .cardInfo .des_cription {
  margin-bottom: 0px;
}
.cardNews.style_one .cardInfo .bottom_box {
  justify-content: space-between;
  gap: 0.6rem;
  padding-top: 1.2rem;
  align-items: center;
  margin-top: 1.2rem;
  border-top: 1px solid var(--border-color-one);
}
.cardNews.style_one .cardInfo .bottom_box .post-views .text {
  display: none;
}
.cardNews.style_one:hover .imgbx img {
  transform: scale(1.1);
}
.cardNews.style_one:hover .imgbx::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.cardNews.style_one:hover .meta::after {
  left: 100%;
  opacity: 1;
  animation: movingBorder 2s linear infinite;
}
.cardNews.style_two {
  flex-direction: row;
}
.cardNews.style_two .category_btn {
  background: var(--background-light);
}
.cardNews.style_two.no_row {
  flex-direction: column;
}
.cardNews.style_two .image_box.has_image {
  min-width: 40%;
  max-width: 40%;
  height: 100%;
}
.cardNews.style_two .image_box.has_image img {
  height: 350px;
  min-height: 350px;
}
.cardNews.style_two .cardInfo.has_image {
  min-width: 60%;
  max-width: 60%;
}
.cardNews.style_three .image_box.has_image, .cardNews.no_row .image_box.has_image {
  min-width: 100%;
  max-width: 100%;
}
.cardNews.style_three .cardInfo.has_image, .cardNews.no_row .cardInfo.has_image {
  min-width: 100%;
  max-width: 100%;
}
.cardNews.style_two, .cardNews.style_three {
  padding: 20px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}
.cardNews.style_two .image_box, .cardNews.style_three .image_box {
  border-radius: 10px;
}
.cardNews.style_two .cardInfo, .cardNews.style_three .cardInfo {
  padding: 20px 0 0px !important;
}
.cardNews.style_two .cardInfo .meta, .cardNews.style_three .cardInfo .meta {
  width: 100%;
  min-width: 100%;
  gap: 10px;
  align-items: center;
}
.cardNews.style_two .cardInfo .meta .category_btn, .cardNews.style_two .cardInfo .meta .meta_date, .cardNews.style_two .cardInfo .meta .post-views .text, .cardNews.style_two .cardInfo .meta .lawnella_two_like-button .lawnellalike-count, .cardNews.style_three .cardInfo .meta .category_btn, .cardNews.style_three .cardInfo .meta .meta_date, .cardNews.style_three .cardInfo .meta .post-views .text, .cardNews.style_three .cardInfo .meta .lawnella_two_like-button .lawnellalike-count {
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: var(--content-color);
}
.cardNews.style_two .cardInfo .lin_button_1, .cardNews.style_three .cardInfo .lin_button_1 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: var(--heading-color-dark);
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}
.cardNews.style_two .cardInfo .lin_button_1 i, .cardNews.style_three .cardInfo .lin_button_1 i {
  display: flex;
}
.cardNews.style_three .meta {
  margin-bottom: 0px !important;
}

.col-lg-12 .cardNews.style_one .image_box img {
  min-height: 500px;
  height: 500px;
}
.col-lg-12 .cardNews.style_three .image_box img {
  min-height: 500px;
  height: 500px;
}

article:not(.col-lg-12) .post_archive_title.two {
  font-size: 22px;
  line-height: 28px;
}
article:not(.col-lg-12) .cardNews.style_two .cardInfo, article:not(.col-lg-12) .cardNews.style_three .cardInfo {
  padding: 22px;
}

@media (max-width: 992px) {
  .cardNews.style_two, .cardNews.style_three {
    flex-direction: column;
  }
  .cardNews.style_two .image_box.has_image, .cardNews.style_two .cardInfo.has_image, .cardNews.style_three .image_box.has_image, .cardNews.style_three .cardInfo.has_image {
    min-width: 100%;
    max-width: 100%;
  }
  .cardNews.style_two .cardInfo, .cardNews.style_three .cardInfo {
    padding: 20px;
  }
  article:not(.col-lg-12) .post_archive_title.two {
    font-size: 20px;
    line-height: 26px;
  }
}
.pagination-area, .pagination_blog {
  position: relative;
  padding-top: 15px;
}

.ajax_posts_enabled .yes_jax_pagi .page-numbers, .ajax_fleets_enabled .yes_jax_pagi .page-numbers, .ajax_services_enabled .yes_jax_pagi .page-numbers, .ajax_teams_enabled .yes_jax_pagi .page-numbers {
  display: none;
}

.ajax_posts_enabled .yes_jax_pagi .page-numbers.next, .ajax_fleets_enabled .yes_jax_pagi .page-numbers.next, .ajax_services_enabled .yes_jax_pagi .page-numbers.next, .ajax_teams_enabled .yes_jax_pagi .page-numbers.next {
  display: block;
}

/* Loader */
.loader {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center;
}
.loader .loader-inner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid var(--color-set-one-2);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s ease infinite;
}

.ajax_posts_enabled .pagination .page-numbers, .ajax_fleets_enabled .pagination .page-numbers, .ajax_teams_enabled .pagination .page-numbers {
  display: none;
}
.ajax_posts_enabled .pagination .page-numbers.next, .ajax_fleets_enabled .pagination .page-numbers.next, .ajax_teams_enabled .pagination .page-numbers.next {
  display: block;
}

.yes_jax_pagi {
  display: flex !important;
  border: unset !important;
}
.yes_jax_pagi .theme_btn {
  padding: 7px 21px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 30px;
}

.location-card {
  position: relative;
}
.location-card .location-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.location-card .location-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease-in-out;
}
.location-card .location-title a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.location-card .location-title a span {
  font-size: 35px;
  color: var(--color-set-one-1);
}
.location-card .service-categories {
  position: absolute;
  top: 10px;
  right: 10px;
}
.location-card .service-categories .service-category {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  padding: 5px 15px;
  background: var(--background-white);
  border-radius: 32px;
  color: var(--heading-color-dark);
}
.location-card.style_one {
  text-align: center;
}
.location-card.style_one .location-info {
  padding: 25px 0 0 0;
}
.location-card.style_two {
  text-align: center;
}
.location-card.style_two .location-image {
  position: relative;
}
.location-card.style_two .location-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(30, 33, 39, 0) 0%, var(--color-set-one-2) 100%);
  opacity: 0.5;
  z-index: 1;
}
.location-card.style_two .location-image img {
  height: 400px;
}
.location-card.style_two .location-info {
  position: absolute;
  padding: 20px;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  bottom: 0;
  top: 0;
  text-align: left;
  left: 0;
}
.location-card.style_two .location-info .service-categories {
  position: relative;
  top: unset;
  right: unset;
}
.location-card.style_two .location-info .location-title a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.location-card.style_two .location-info .location-title a span {
  font-size: 32px;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-set-one-1);
  color: var(--color-white);
  border-radius: 50px;
}
.location-card.style_two .location-info .location-title a, .location-card.style_two .location-info .location-content {
  color: var(--color-white);
  margin-bottom: 0;
}
.location-card.style_three {
  text-align: left;
}
.location-card.style_three .location-image {
  position: relative;
}
.location-card.style_three .location-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(30, 33, 39, 0) 0%, var(--color-set-one-2) 100%);
  opacity: 0.5;
  z-index: 1;
}
.location-card.style_three .location-image img {
  height: 400px;
}
.location-card.style_three .location-info {
  position: absolute;
  padding: 20px;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.location-card.style_three .location-info .location-title {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  padding: 8px 15px;
  background: var(--background-white);
  border-radius: 32px;
  color: var(--heading-color-one);
}
.location-card.style_three .location-info .location-title, .location-card.style_three .location-info .location-content {
  margin-bottom: 0;
}
.location-card.style_three .location-info .location-content {
  color: var(--color-white);
}
.location-card.style_three .location-info .location-content {
  margin-top: 5px;
}
.location-card:hover .location-image img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.pagination_blog .themebtn {
  margin-top: unset !important;
}

.single-header .elementor-editor-active #elementor-add-new-section, .single-footer .elementor-editor-active #elementor-add-new-section {
  margin: 260px auto 60px;
}

.mt_0 {
  margin-top: 0 !important;
}

.cart_box {
  position: relative;
  cursor: pointer;
}
.cart_box .woocommerce-mini-cart__empty-message {
  padding-top: 0 !important;
}
.cart_box .overlay_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-set-one-2);
  opacity: 0.5;
  visibility: hidden;
  z-index: 0;
}
.cart_box .overlay_box.active {
  z-index: 99;
  visibility: visible;
}
.cart_box .mini-cart-icon {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.3rem;
  font-size: 22px;
}
.cart_box .mini-cart-icon .pro-count {
  padding: 2px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  background: var(--color-set-one-1);
  color: var(--color-white);
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.cart_box .widget_shopping_carts {
  position: absolute;
  left: -100px;
  top: 100%;
  z-index: 999;
  transform: scale(1, 0);
  transform-origin: 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease;
  -webkit-transition: opacity 200ms ease, visibility 200ms ease, -webkit-transform 400ms ease;
  -moz-transition: opacity 200ms ease, visibility 200ms ease, -moz-transform 400ms ease;
  -o-transition: opacity 200ms ease, visibility 200ms ease, -o-transform 400ms ease;
}
.cart_box .widget_shopping_carts .widget_shopping_cart_content {
  padding: 20px 0px 0 0px;
  max-width: 300px;
  border-radius: 10px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  background-color: var(--color-set-one-2);
  justify-content: space-between;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
}
.cart_box .widget_shopping_carts .widget_shopping_cart_content .cart_list {
  padding: 0px 20px;
}
.cart_box .widget_shopping_carts.not_empty_cart {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cart_box .widget_shopping_carts.not_empty_cart .cart_list {
  height: 400px;
  overflow-y: auto;
}
.cart_box .widget_shopping_carts.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.cart_box .woocommerce-mini-cart__empty-message {
  padding: 20px;
}
.cart_box .bottom_content {
  padding: 20px 20px;
  border-top: 1px solid var(--color-set-one-bor-1);
}
.cart_box .bottom_content .woocommerce-mini-cart__buttons {
  display: flex;
}
.cart_box .bottom_content .woocommerce-mini-cart__buttons a {
  width: 50%;
  min-width: 50%;
  background: var(--color-set-one-1);
  padding: 10px 10px;
  display: block;
  text-align: center;
  color: var(--color-white);
}
.cart_box .bottom_content .woocommerce-mini-cart__buttons a:last-child {
  background: var(--color-set-one-2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cart_box .bottom_content .woocommerce-mini-cart__buttons a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cart_box .woocommerce-mini-cart {
  padding: 0px 20px 20px;
}
.cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  gap: 1rem;
  background: var(--background-bg-3);
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}
.cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .image {
  min-width: 80px;
  width: 80px;
}
.cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content {
  padding-right: 50px;
}
.cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content .remove_from_cart_button {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid var(--color-set-one-bor-1);
  color: var(--color-set-one-1);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cart_box .woocommerce-mini-cart .woocommerce-mini-cart-item .content a {
  display: block;
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-bottom: 5px !important;
  margin-top: 1rem !important;
  padding: 0px 20px;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  color: var(--color-white);
  font-weight: 400 !important;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  padding: 0px 20px 20px;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  display: inline-block;
  padding: 8px 15px;
  background: var(--color-set-one-1);
  color: var(--color-white);
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item {
  padding: 10px !important;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .image_box {
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .image_box img {
  width: 90px;
  min-width: 90px;
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .content_right_car_box_items h2 a {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color-dark);
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item {
  background: var(--background-white);
  border: 0px;
  margin-top: 10px;
  position: relative;
  border-radius: 10px;
}
.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item::before {
  display: none;
  content: unset !important;
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  margin: auto;
  font-size: 12px;
  line-height: normal;
  border-radius: 10px;
  padding: 8px;
  background: var(--color-set-one-1);
  color: var(--color-white) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  padding: 0px;
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a {
  font-weight: 500;
  display: block;
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.cart_box .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  min-width: 48%;
}

.elementor-widget-lawnella-menu-v1 .navbar-nav .nav-item.dropdown .nav-link::after {
  position: relative;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  transition: all 0.6s ease-in-out;
}

.elementor-widget-lawnella-menu-v1 .navbar-nav .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .cart_box .widget_shopping_carts .widget_shopping_cart_content {
    max-width: 100%;
    min-width: 100%;
  }
  .cart_box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .content_right_car_box_items h2 a {
    font-size: 16px;
    line-height: normal;
  }
}
/*** 
====================================================================
Reset
====================================================================
***/
* {
  box-sizing: border-box;
}

/*** 
====================================================================
Global Settings
====================================================================
***/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--color-set-one-2);
  font-family: "Nunito", sans-serif;
  transition: all 0.6s ease-in-out;
}

h2.title {
  font-size: 40px;
  line-height: 48px;
  color: var(--color-set-one-2);
  font-weight: 600;
}

p, .description, label_info, .label_info, .function_info {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

em {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  /* color: #000; */
  font-style: initial;
}

ul li {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
  margin: 0;
  list-style: none;
  transition: all 0.6s ease-in-out;
}

ol li {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
  margin: 0;
  list-style: none;
  transition: all 0.6s ease-in-out;
}

table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

blockquote code {
  color: var(--color-white);
}

thead {
  background-color: var(--color-white);
  color: #888;
}

tr {
  border-bottom: 1px solid #e6e6e6;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 10px;
}

input {
  border: 0px;
  background: var(--background-light);
  padding: 5px 20px;
  width: auto;
}

input[type=submit] {
  background: var(--color-set-one-2);
  color: var(--color-white);
}

a {
  text-decoration: none;
  color: var(--color-set-one-1);
}

a:hover {
  text-decoration: none;
}

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

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.vc_row {
  position: relative;
}

.theme_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-set-one-1);
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  padding: 0px;
}

.page-template-template-fullwidth .container-fluid {
  padding: 0px 0px 0px 0px !important;
}

.woocommerce #respond input#submit,
.woocommerce a.checkout-button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px !important;
  text-transform: uppercase;
  color: var(--color-white) !important;
  background: var(--color-set-one-1) !important;
  display: inline-block;
  min-width: 170px;
  height: 50px;
  line-height: 50px !important;
  font-weight: 500 !important;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  padding: 0px 15px !important;
}

.theme_btn:hover {
  background: var(--color-set-one-2);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.03);
  color: var(--color-white);
}

@media (max-width: 992px) {
  .custom_button .theme_btn.quote_btn {
    margin: 0px;
  }
}
.custom_button.style-1 .themebtn {
  transition: all 0.6s ease-in-out;
}

@media (max-width: 992px) {
  .custom_button.style-1 {
    margin-bottom: 30px;
    float: none !important;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .custom_button.style-1 .themebtn {
    margin: 0px !important;
  }
}
.custom_button.style-1 .themebtn:hover {
  background: var(--color-set-one-2) !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  color: var(--color-white) !important;
  border-color: var(--color-set-one-2) !important;
}

.padding_zero {
  padding: 0px;
}

@media (max-width: 992px) {
  .padding_zero {
    padding: 0px 15px;
  }
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

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

.owl-carousel .owl-item img {
  width: auto !important;
}

.add_menu_item a {
  padding: 10px;
  color: var(--color-set-one-1);
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: transparent !important;
}

#scroll {
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: var(--color-set-one-1);
  display: none;
  border-radius: 60px;
  z-index: 99;
  transition: all 0.6s ease-in-out;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  #scroll {
    right: 15px;
    bottom: 15px;
  }
}
#scroll span {
  transform: rotate(-90deg);
  font-size: 18px;
  display: block;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

#scroll i {
  position: absolute;
  color: var(--color-set-one-1);
  font-size: 18px;
  top: -6px;
  right: -11px;
  transition: all 0.6s ease-in-out;
}

#scroll:hover {
  background-color: var(--color-white) !important;
  opacity: 1;
}

#scroll:hover i {
  color: var(--color-set-one-1);
}

#scroll:hover span {
  color: var(--color-set-one-1);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.logged-in.admin-bar.header_sticky .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  top: 32px !important;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}

.bsnav-mobile .navbar_right {
  display: none;
}

.bsnav-mobile .search_link {
  display: none;
}

.image {
  position: relative;
}

.link {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

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

.page-template-template-homepage .site-content {
  padding: 0px 0px 0px;
}

.page-template-template-homepage .site-content {
  padding: 0px 0px 0px;
}

.search-no-results .site-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/404.jpg);
  height: 100vh;
  align-items: center !important;
  display: flex !important;
}

.error404 .site-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/404.jpg);
  height: 100vh;
  align-items: center !important;
  display: flex !important;
}

.side_bar .mc4wp-form-fields {
  position: relative;
}

.side_bar .mc4wp-form-fields input[type=email] {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 10px;
}

.side_bar .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #808080;
}

.side_bar .mc4wp-form-fields input[type=email]::placeholder {
  color: #808080;
}

.side_bar .mc4wp-form-fields input[type=submit] {
  position: relative;
  border-radius: 30px;
  height: 50px;
  width: 100%;
}

.footer .subscribe.for_sidebar {
  display: none;
}

.footer .subscribe_footer {
  display: block;
}

.page-template-template-homepage-php .col-lg-12.full_width {
  padding: 0px 0px;
}

.wpcf7-list-item {
  position: relative;
}

span.wpcf7-list-item {
  margin: 0px !important;
}

.page-template-template-fullwidth.page-template-template-fullwidth-php .site-content {
  padding: 0px 0px;
}

.lazyload,
.lazyloading {
  opacity: 1 !important;
}

textarea {
  resize: none;
}

.wp-block-embed.is-type-rich iframe,
.wp-block-embed.is-type-rich .twitter-tweet {
  width: 100% !important;
  max-width: inherit !important;
}

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

========================Preloader===========================

--------------------------------------------------------*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(assets/img/preloader.gif);
}

/**

 * 3.2 - WordPress Elements

 */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
}

/*---themeunittest------*/
.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-cover.has-background-dim.alignleft .wp-block-cover-text {
  text-align: center;
  color: var(--color-white);
}

.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter .wp-block-cover-text {
  text-align: left;
  color: var(--color-white);
}

.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull {
  margin-bottom: 5px;
}

.wp-block-cover.has-background-dim-20.has-background-dim.has-parallax.alignfull .wp-block-cover-text {
  color: var(--color-white);
}

.wp-block-cover.has-background-dim.alignwide .wp-block-cover-text {
  color: var(--color-white);
}

.wp-block-cover.has-background-dim.aligncenter .wp-block-cover-text {
  color: var(--color-white);
}

.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/*---------------------logo------------*/
.logo__sticky {
  display: none;
}

.logo_default {
  display: block;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo_default {
  display: none;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .logo__sticky {
  display: block;
}

.site-description {
  position: relative;
  text-indent: -9999px;
  height: 0;
  line-height: 0;
}

.entry-header {
  position: relative;
}

.entry-header h1 {
  padding: 0px 15px;
}

.entry-header h1 a {
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.entry-footer .edit-link {
  padding: 0px 15px;
}

.entry-footer {
  position: relative;
}

.entry-footer .post-edit-link {
  font-size: 14px;
  line-height: 26px;
  color: var(--color-set-one-1);
  font-weight: 400;
  margin-right: 10px;
}

.entry-footer .vc_inline-link {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  font-weight: 500;
}

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

========================top-bar===========================

--------------------------------------------------------*/
.topbar {
  padding: 10px 0px;
  background: #1c1c1c;
}

.topbar p {
  font-size: 15px;
  color: #828282;
  line-height: 26px;
}

.topbar p span {
  font-size: 16px;
  color: var(--color-set-one-1);
  line-height: 26px;
  margin-right: 5px;
}

.topbar p a {
  font-size: 15px;
  color: var(--color-white);
  line-height: 26px;
  transition: all 0.6s ease-in-out;
}

.topbar p a:hover {
  color: var(--color-set-one-1);
}

.topbar .topbar-two .top_bar_widgets_inner {
  position: relative;
  text-align: right;
}

.topbar ul li {
  display: inline-block;
  font-size: 15px;
  color: #828282;
  line-height: 26px;
  margin-right: 20px;
  line-height: 30px;
}

.topbar ul li:hover a {
  color: var(--color-set-one-1);
}

.topbar ul li:last-child {
  margin: 0px;
}

.topbar ul li a {
  color: #828282;
  transition: all 0.6s ease-in-out;
}

.topbar ul li a.loca_pin {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #242424;
  border-radius: 5px;
  color: var(--color-white);
  text-align: center;
  border: 2px solid #2b2b2b;
  padding: 0px 9px;
}

.topbar ul li a.loca_pin span,
.topbar ul li a.loca_pin i {
  font-size: 14px;
  color: var(--color-set-one-1);
  line-height: 26px;
  margin-right: 5px;
}

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

========================mid_bar===========================

--------------------------------------------------------*/
.mid_bar {
  position: relative;
  padding: 25px 0px 20px;
}

.mid_bar ul li {
  list-style: none;
}

.mid_bar .mid_bar_content {
  position: relative;
  margin-left: 86px;
}

.mid_bar.mid_type_two .mid_bar_content {
  position: relative;
  margin-left: 0px;
  float: left;
}

.mid_bar.mid_type_two .mid_bar_content {
  margin-left: 50px;
}

.mid_bar.mid_type_two .mid_bar_content:last-child {
  margin-right: 0px;
}

.mid_bar .mid_bar_content li {
  display: inline-block;
  position: relative;
  overflow: auto;
}

.mid_bar .mid_bar_content p.dark {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-set-one-2);
}

.mid_bar .mid_bar_content p.light {
  font-size: 15px;
  color: #828282;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.mid_wapper {
  position: relative;
}

.mid_wapper .icon {
  float: left;
  font-size: 34px;
  color: var(--color-set-one-1);
  line-height: 50px;
  margin-right: 10px;
}

.content_mid {
  position: relative;
  margin-left: 50px;
}

.content_mid span {
  display: block;
}

.mid_bar .theme_btn {
  border-radius: 30px;
}

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

========================navbar===========================

--------------------------------------------------------*/
.navbar {
  padding: 0px;
}

.header-style-v1 .navbar-collapse {
  margin-left: 40px;
  position: relative;
}

.site-logo {
  position: relative;
}

@media (max-width: 600px) {
  .site-logo img {
    width: 150px !important;
    margin-top: 11px;
  }
}
.header .Contact_box_emergency {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-self: center !important;
}

.header .Contact_box_emergency span {
  font-size: 32px;
  color: var(--color-set-one-1);
  width: 50px;
  line-height: 50px;
  height: 50px;
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.06);
  text-align: center;
}

.header .Contact_box_emergency .text_number {
  position: relative;
  margin-left: 15px;
}

.header .Contact_box_emergency .text_number h2 a {
  font-size: 24px;
  display: block;
  color: var(--color-set-one-2);
  font-weight: 900;
}

.header .Contact_box_emergency .text_number p a {
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: var(--color-set-one-1);
  font-weight: 500;
  text-decoration: underline;
}

.header-style-v1 {
  position: relative;
}

.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo img {
  margin-top: -4px;
}

.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.05);
}

.header-style-v1 .site-logo img {
  position: relative;
  margin-top: -78px;
}

.header-style-v1 .navbar-collapse:before {
  position: absolute;
  content: "";
  background: #1c1c1c;
  width: 100%;
  height: 100%;
  left: 0;
  transform: skew(-30deg);
  z-index: -10;
  top: 0;
}

.header-style-v1 .navbar-collapse:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 161%;
  height: 90%;
  border: 1px dashed #4f4f4f;
  transform: skew(-30deg);
  z-index: -10;
  left: 6px;
  top: 4px;
}

.header-style-v1 .navbar_right::before {
  position: absolute;
  content: "";
  background: #1c1c1c;
  width: 53%;
  height: 100%;
  right: -50%;
  transform: skew(-25deg);
  z-index: -10;
  top: 0;
}

@media (max-width: 3000px) and (min-width: 1920px) {
  .header-style-v1 .navbar-collapse::after {
    width: 200%;
  }
  .header-style-v1 .navbar_right::before {
    width: 110%;
    right: -98%;
  }
}
@media (max-width: 1199px) {
  .topbar .wd_100 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.header-style-v1 .navbar-expand-lg .navbar_left {
  margin-left: 25px;
}

.header-style-v1 .navbar_right li {
  margin-right: 12px;
}

.header-style-v1 .navbar_right li:last-child {
  margin: 0px;
}

.header-style-v1 .navbar_right li a {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px dotted #4f4f4f;
  color: #828282;
  transition: all 0.6s ease-in-out;
  margin-top: 6px;
}

.header-style-v1 .navbar_right li a:hover {
  border: 2px dashed var(--color-set-one-1);
  color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
  color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link::before {
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 10px;
  height: 10px;
  background: var(--color-set-one-1);
  left: -5px;
  top: 34px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link::before {
  left: 3px;
  opacity: 1;
}

.header-style-v1 .navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link::before {
  display: none;
}

.navbar .search_link {
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  line-height: 37px;
}

.navbar-expand-lg .navbar-nav .nav-item.search_link {
  margin-right: 50px;
}

.header.header-style-v2 .navbar-expand-lg .navbar-nav .nav-item.search_link {
  margin: inherit;
}

.header-style-v1 .menu-item.dropdown .dropdown-menu {
  margin-top: 0px !important;
}

.search_link .dropdown-menu {
  left: -202px !important;
  width: 300px !important;
  background: var(--color-set-one-2) !important;
  padding: 0px;
  margin: 0px;
}

.search_link .dropdown-menu input {
  position: relative;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-radius: 3px;
  height: 60px;
  padding: 20px;
  width: 100%;
  color: var(--color-white);
  border: 1px dashed #6a6a6a;
  font-size: 15px;
}

.header-style-v1 .navbar_right li.search_link a {
  width: inherit;
  height: inherit;
  border-radius: 0px;
  line-height: inherit;
  text-align: inherit;
  display: block;
  border: 0px dotted transparent;
  color: inherit;
  padding: 0px;
}

.search_link .dropdown-menu input::-moz-placeholder {
  color: #808080;
}

.search_link .dropdown-menu input::placeholder {
  color: #808080;
}

.search_link .dropdown-menu form {
  position: relative;
  padding: 5px;
}

.search_link .dropdown-menu .sch_btn {
  width: 50px;
  height: 54px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 8px;
  top: 8px;
  box-shadow: 0px 0px 0px 0px transparent;
  border: 0px;
  text-indent: -9999px;
  /* border-top-right-radius: 5px; */
  border-radius: 5px;
  background: var(--color-set-one-1);
}

.header-style-v1 .search_link.menu-item.dropdown .dropdown-menu {
  margin-top: 20px !important;
}

.search_link .dropdown-menu .search_box:before {
  content: "\e905";
  font-family: "icomoon" !important;
  position: absolute;
  right: 22px;
  z-index: 10;
  top: 22px;
  color: var(--color-white);
  font-size: 14px;
  cursor: pointer;
}

.header-style-v2 .search_link .dropdown-menu .search_box:before {
  content: "\e905";
  font-family: "icomoon" !important;
  position: absolute;
  right: 22px;
  z-index: 10;
  top: 22px;
  color: var(--color-white);
  font-size: 14px;
}

/*--
@media (max-width: 3000px) and (min-width: 1200px) {
    .header-style-v2 .site-logo {
        position: relative;
        width: 400px;
        text-align: center;
        background: #fff;
        padding: 20.5px 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}
@media(max-width:3000px) and (min-width:1200px) {
    .header-style-v2 .site-logo {
        position: relative;
        width: 400px;
        text-align: center;
        background: #fff;
        padding: 17px 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

}

----*/
.header-style-v2 .bsnav {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 52px;
  background: transparent;
}

@media (max-width: 1199px) {
  .header-style-v2 .bsnav {
    position: relative;
    z-index: 999;
    width: 100%;
    left: inherit !important;
    top: inherit !important;
    background: transparent;
  }
}
.header-style-v3 .search_link .dropdown-menu .search_box:before {
  content: "\e905";
  font-family: "icomoon" !important;
  position: absolute;
  right: 26px;
  z-index: 10;
  top: 26px;
  color: var(--color-white);
  font-size: 14px;
}

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

========================slider-css===========================

--------------------------------------------------------*/
.ban_lay_one {
  position: relative;
  margin-bottom: 10px;
}

.ban_lay_one span {
  float: left;
  color: var(--color-white);
}

.ban_lay_one p {
  font-weight: 600;
  color: var(--color-white);
}

.rev_slider_wrapper .border {
  border: 0.5px solid rgba(255, 255, 255, 0.1) !important;
}

.rev_slider_wrapper .titel-1 {
  color: var(--color-white);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.rev_slider_wrapper .titel-2 {
  font-family: "Poppins", sans-serif;
  color: var(--color-white);
  font-weight: 400;
}

.rev-btn ul li {
  display: inline-block;
  margin-right: 40px;
  text-align: center !important;
}

.rev-btn ul li:last-child {
  margin: 0px;
}

.rev-btn .theme_btn {
  border-radius: 50px;
  width: 190px;
  height: 60px;
  line-height: 60px !important;
  border: 2px solid var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.rev-btn .theme_btn:hover {
  background: #fff;
  color: var(--color-set-one-1);
  border: 2px solid #fff;
}

.rev-btn .theme_btn.light {
  border: 2px solid #fff;
  background: transparent;
  transition: all 0.6s ease-in-out;
}

.rev-btn .theme_btn.light:hover {
  border: 2px solid var(--color-set-one-1);
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

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

========================heading-css===========================

--------------------------------------------------------*/
.heading {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .heading {
    padding: 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .heading {
    padding: 0px 0px !important;
    margin-bottom: 30px;
  }
}
.heading .title_main {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-set-one-2);
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.heading .title_sub {
  font-size: 35px;
  font-weight: 800;
  color: var(--color-set-one-1);
  line-height: 42px;
  margin-bottom: 8px;
}

.heading .title_sub.style-2 {
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .heading .title_sub {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .heading .title_sub {
    font-size: 28px;
    line-height: 36px;
  }
}
.heading .title_sub span {
  color: var(--color-set-one-1);
}

.heading .broder_style_left::before {
  position: absolute;
  content: "";
  background: #aeaeae;
  width: 4px;
  height: 12px;
  top: 7px;
  left: 5px;
}

.heading .broder_style_left::after {
  position: absolute;
  content: "";
  background: #aeaeae;
  width: 2px;
  height: 12px;
  top: 7px;
  left: 0px;
}

.heading .broder_style_right::before {
  position: absolute;
  content: "";
  background: #aeaeae;
  right: -20px;
  width: 4px;
  height: 12px;
  top: 7px;
}

.heading .broder_style_right::after {
  position: absolute;
  content: "";
  background: #aeaeae;
  width: 2px;
  height: 12px;
  right: -24px;
  top: 7px;
}

.head_type_two {
  text-align: inherit;
  z-index: 0;
}

.head_type_two span {
  position: absolute;
  font-size: 120px;
  color: #dedede;
  top: -10px;
  right: 0;
  z-index: -1;
}

.head_type_two h1 {
  padding: 0px;
}

.section-title .title.right_content {
  position: relative;
  padding-top: 37px;
  padding-bottom: 20px;
}

.section-title .title.right_content::before {
  position: absolute;
  width: 70px;
  height: 3px;
  background: var(--color-set-one-1);
  top: 8px;
  left: 0;
  content: "";
}

.section-title .title.right_content p {
  font-size: 18px;
  color: #aaaaaa;
  line-height: 26px;
}

.heading_inner {
  position: relative;
  z-index: 0;
}

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

========================welcome_type_one-css===========================

--------------------------------------------------------*/
.welcome_type_one {
  position: relative;
}

.welcome_type_one .welcomr_inner_hme_one {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.welcome_type_one .welcomr_inner_hme_one .image {
  display: block;
}

.welcome_type_one .welcomr_inner_hme_one .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.welcome_type_one .welcomr_inner_hme_one:hover .overlay {
  bottom: 0;
  height: 100%;
}

.welcome_type_one .welcomr_inner_hme_one .image p {
  color: #d6d6d6;
  font-size: 15px;
  position: absolute;
  top: -300px;
  left: 0%;
  font-weight: 400;
  padding: 0px 25px;
  transition: all 0.6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover .image p {
  top: 20px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner {
  position: relative;
  padding: 20px 25px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner .icon {
  float: right;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: var(--color-white);
  text-align: center;
  background: var(--color-set-one-1);
  position: absolute;
  z-index: 10;
  top: -21px;
  right: 25px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner .icon::after {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 10px solid #116d1b;
  border-top: 16px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #116d1b;
  z-index: 0;
  left: -15px;
  top: 0px;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  z-index: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2 a,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser a {
  color: var(--color-set-one-2);
}

.welcome_type_one .welcomr_inner_hme_one .content_inner h2:hover,
.welcome_type_one .welcomr_inner_hme_one .content_inner .title_ser:hover {
  color: var(--color-set-one-1);
}

.welcome_type_one .welcomr_inner_hme_one .content_inner a.r_more {
  font-size: 14px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
}

.welcome_type_one .welcomr_inner_hme_one:hover .content_inner a.r_more {
  color: var(--color-set-one-1);
}

@media (max-width: 768px) {
  .welcome_type_one .welcomr_inner_hme_one img {
    width: 100%;
  }
}
/*--------------------------------------------------------

========================about_type_one-css===========================

--------------------------------------------------------*/
.about_type_one {
  position: relative;
  background: #f4f4f4;
  padding: 100px 0px 90px;
}

.about_type_one .heading {
  text-align: left;
  margin-bottom: 20px;
}

.about_type_one .heading h1 {
  padding: 0px;
}

.grid_image_box_one {
  position: relative;
}

.grid_image_box_one .images {
  position: relative;
  border: 5px solid #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1000px) {
  .grid_image_box_one .main_image {
    width: 100%;
  }
  .grid_image_box_one .images {
    margin-bottom: 40px;
  }
}
.grid_image_box_one .content_image {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.grid_image_box_one .content_image .images_extra {
  position: relative;
  width: 150px;
  height: auto;
  margin-left: auto;
}

.grid_image_box_one .content_image .images_extra img {
  width: 100%;
}

.grid_image_box_one h2,
.grid_image_box_one .image_title_b {
  position: absolute;
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: normal;
  font-weight: 700;
  background: #fff;
  width: 250px;
  text-align: center;
  min-height: 48px;
  right: 183px;
  bottom: 0px;
  word-break: break-word;
  padding: 6px 22px;
}

.grid_image_box_one .content_image img {
  float: right;
  margin-right: 33px;
}

@media (max-width: 1199px) {
  .grid_image_box_one .content_image img {
    display: none;
  }
  .grid_image_box_one h2,
  .grid_image_box_one .image_title_b {
    position: absolute;
    font-size: 18px;
    width: 220px;
    right: 14px;
    bottom: 10px;
  }
  .grid_image_box_one .content_image {
    bottom: 0;
  }
}
#counter {
  position: relative;
}

#counter .counter_inner {
  position: relative;
  display: inline-block;
}

#counter .counter_inner span.icon {
  float: left;
  font-size: 60px;
  line-height: 60px;
  color: var(--color-set-one-1);
}

#counter .counter_inner .text {
  margin-left: 70px;
}

#counter .counter_inner .text span, #counter .counter_inner .text .common_values {
  font-size: 30px;
  color: var(--color-set-one-2);
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#counter .counter_inner .text h5, #counter .counter_inner .text .counter-text {
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: 28px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.authourname {
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-left: 60px;
  position: relative;
}

.authourname::before {
  position: absolute;
  content: "";
  background: #d4d4d4;
  width: 50px;
  height: 1px;
  left: 0;
  top: 11px;
}

.authourname strong {
  font-size: 20px;
  color: var(--color-set-one-2);
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

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

========================nav-tems-css===========================

--------------------------------------------------------*/
.nav-tabs {
  border: 0px;
  display: block;
  text-align: center;
}

.nav-tabs .nav-item {
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  display: inline-block;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-radius: 0px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: inherit;
  background-color: transparent;
  border: 0px;
}

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

========================service_type_one-css===========================

--------------------------------------------------------*/
.service_type_one {
  position: relative;
}

.service_type_one .heading {
  margin-bottom: 30px;
}

.service_type_one .nav-tabs {
  position: relative;
  margin-bottom: 40px;
}

.service_type_one .nav-tabs .nav-item:first-child::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 20px;
  border-radius: 30px;
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  right: -28px;
  top: 11px;
}

.service_type_one .nav-tabs .nav-item:first-child .nav-link.active::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 14px;
  right: 4px;
}

.service_type_one .nav-tabs .nav-item:last-child .nav-link.active::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 14px;
  left: 4px;
}

.service_type_one .nav-tabs .nav-item {
  position: relative;
}

.service_type_one .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aeaeae;
  line-height: 26px;
}

.service_type_one .nav-tabs .nav-item:first-child .nav-link {
  margin-right: 22px;
}

.service_type_one .nav-tabs .nav-item:last-child .nav-link {
  margin-left: 22px;
}

.service_type_one .nav-tabs .nav-item .nav-link.active {
  color: var(--color-set-one-1);
}

.service_type_one .service_inner {
  position: relative;
  margin: 0px 0px 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.service_type_one .owl-carousel .service_inner {
  margin: 0px 15px 30px;
}

.service_inner .image img {
  width: 100% !important;
}

.service_type_one .service_inner .content_inner {
  position: relative;
  padding: 30px 25px 30px;
  z-index: 11;
}

.service_type_one .service_inner .content_inner h2,
.service_type_one .service_inner .content_inner .title_ser {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.service_type_one .service_inner .content_inner h2:hover a,
.service_type_one .service_inner .content_inner .title_ser:hover a {
  color: var(--color-set-one-1);
}

.service_type_one .service_inner .content_inner p {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e2e2e2;
}

.service_type_one .service_inner .content_inner a.r_more {
  font-size: 14px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
}

.service_type_one .service_inner .content_inner a.r_more span {
  margin-right: 10px;
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.service_type_one .service_inner .content_inner a.r_more:hover {
  color: var(--color-set-one-1);
}

.service_type_one .service_inner .content_inner a.r_more:hover span {
  color: var(--color-set-one-1);
}

.service_type_one .service_inner .image {
  display: block;
  position: relative;
}

.service_type_one .service_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.service_type_one .service_inner:hover .overlay {
  bottom: 0;
  height: 100%;
}

.service_type_one .service_inner .image span.icon {
  text-align: center;
  margin: auto;
}

.service_type_one .service_inner .image span.icon::before {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50px;
  border: 1px dashed var(--color-set-one-1);
  background: none;
  transition: all 0.6s ease-in-out;
  line-height: 95px;
  top: 0;
  left: 0;
  color: var(--color-set-one-1);
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  bottom: 0;
  right: 0;
  margin: auto;
}

.service_type_one .owl-carousel .owl-nav,
.service_type_one .owl-carousel .owl-nav.disabled {
  display: block;
}

.service_type_one .owl-carousel .owl-dots {
  display: none !important;
}

.service_type_one .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: auto;
  text-align: center;
}

.service_type_one .owl-carousel .owl-nav .owl-prev,
.service_type_one .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
}

.service_type_one .owl-carousel .owl-nav .owl-next .icon-next {
  transform: rotate(360deg);
  display: block;
  line-height: 60px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-prev:hover,
.service_type_one .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
  border: 1px solid var(--color-set-one-1);
}

.service_all .owl-dots.disabled,
.service_all .owl-dots {
  display: block !important;
}

.service_all .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.service_all .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_all .owl-dots .owl-dot:hover,
.service_all .owl-dots .owl-dot.active {
  border: 2px solid var(--color-set-one-1);
}

.service_all .owl-carousel.lawthreeitem .owl-dots.disabled {
  display: block !important;
}

.service_all .lawthreeitem .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.service_all .lawthreeitem .owl-dots .owl-dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 1.9px dashed #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_all .lawthreeitem .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 3px;
  opacity: 0;
  right: 3px;
}

.service_all .lawthreeitem .owl-dots .owl-dot.active,
.service_all .lawthreeitem .owl-dots .owl-dot:hover {
  border: 1.9px dashed var(--color-set-one-1);
}

.service_all .lawthreeitem .owl-dots .owl-dot.active::before,
.service_all .lawthreeitem .owl-dots .owl-dot.active:hover::before {
  opacity: 1;
}

.service_all .owl-carousel .owl-nav,
.service_all .owl-carousel .owl-nav.disabled {
  display: block;
}

.service_all .lawthreeitem.owl-carousel .owl-nav,
.service_all .lawthreeitem.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.service_all .lawthreeitem .owl-carousel .owl-nav,
.service_all .lawthreeitem .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.service_all .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: auto;
  text-align: center;
}

.service_all .owl-carousel .owl-nav .owl-prev,
.service_all .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
}

.service_all .owl-carousel .owl-nav .owl-next .icon-next {
  transform: rotate(360deg);
  display: block;
  line-height: 60px;
}

.service_all .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

.service_all .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.service_all .owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
}

.service_all .owl-carousel .owl-nav .owl-prev:hover,
.service_all .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
  border: 1px solid var(--color-set-one-1);
}

.service_all_grid .service_inner {
  margin: 0px 0px 30px !important;
}

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

========================project_type_one-css===========================

--------------------------------------------------------*/
.project_type_one {
  position: relative;
}

.project_type_one .container {
  padding: 0;
}

.project_type_one .container .padding_num {
  padding: 0px 15px;
  margin-bottom: 20px;
}

.project_type_one .heading {
  text-align: left;
  margin-bottom: 20px;
}

.project_type_one .heading h1 {
  padding: 0px;
  color: var(--color-white);
}

.project_type_one .project_inner {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.project_type_one .project_inner img {
  width: 100%;
}

.project_type_one .project_inner:hover {
  border: 2px solid var(--color-set-one-1);
}

.project_type_one .project_inner .image {
  display: block;
  position: relative;
}

.project_type_one .project_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(32, 158, 46, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  top: 0;
}

.project_type_one .project_inner:hover .overlay {
  bottom: 0;
  height: 100%;
}

.project_type_one .project_inner .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.project_type_one .project_inner .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -21px;
}

.project_type_one .project_inner .content_inner {
  position: absolute;
  width: 100%;
  text-align: center;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #1c1c1c;
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.6s ease-in-out;
}

.project_type_one .project_inner .content_inner h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.project_type_one .project_inner .content_inner h2 a {
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.project_type_one .project_inner .content_inner h2:hover a {
  color: var(--color-set-one-1);
}

.project_type_one .project_inner:hover .content_inner {
  opacity: 1;
  transform: translateY(0px);
}

.project_type_one.style-2 .fliter_group ul {
  display: inline-block;
  text-align: center;
  border: 1px dashed #3b3b3b;
  border-radius: 3px;
  margin-top: 15px;
  padding: 0px 50px;
}

.project_type_one.style-2 .fliter_group ul li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
  color: #8d8d8d;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.project_type_one.style-2 .fliter_group ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #3b3b3b;
  width: 1px;
  height: 25px;
}

.project_type_one.style-2 .fliter_group ul li:last-child::before {
  display: none;
}

.project_type_one.style-2 .fliter_group ul li.active,
.project_type_one.style-2 .fliter_group ul li:hover {
  color: var(--color-set-one-1);
}

/*

@media(max-width:3000px) and (min-width:1200px) {

.project_type_one.style-1 .fliter_group {

position: relative;

margin-top: -115px;

text-align: right;

}

}*/
.project_all .fliter_group .law_project_filter.light {
  display: inline-block;
  text-align: center;
  border: 1px dashed #3b3b3b;
  border-radius: 3px;
  margin-bottom: 35px;
  padding: 0px 50px;
}

@media (max-width: 1199px) {
  .project_all {
    margin: 0px 0px 0px 0px !important;
  }
  .project_all .fliter_group {
    text-align: center !important;
  }
  .project_all .fliter_group .law_project_filter.light {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .project_type_one.style-1 .fliter_group ul {
    padding: 0px 10px;
  }
}
.project_all .fliter_group .law_project_filter.light li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
  color: #8d8d8d;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.project_all .fliter_group .law_project_filter.light li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #3b3b3b;
  width: 1px;
  height: 25px;
}

.project_all .fliter_group .law_project_filter.light li:last-child::before {
  display: none;
}

.project_all .fliter_group .law_project_filter.light li.current,
.project_all .fliter_group .law_project_filter.light li:hover {
  color: var(--color-set-one-1);
}

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

========================features_type_one-css===========================

--------------------------------------------------------*/
.features_type_one {
  position: relative;
}

.features_type_one .features_inner {
  position: relative;
  background: #fff;
  padding: 39px 21px;
  text-align: center;
  cursor: pointer;
  z-index: 0;
  margin-bottom: 30px;
}

.features_type_one .features_inner .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-set-one-1);
  top: -100%;
  opacity: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
  z-index: -10;
}

.features_type_one .features_inner:hover .overlay {
  opacity: 1;
  top: 0;
}

.features_type_one .features_inner span {
  font-size: 60px;
  line-height: 60px;
  color: var(--color-set-one-1);
  margin-bottom: 25px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.6s ease-in-out;
}

.features_type_one .features_inner:hover span {
  color: var(--color-white) !important;
  background: var(--color-set-one-2);
}

.features_type_one .features_inner h2 a, .features_type_one .features_inner .ft-text a {
  color: var(--color-set-one-2);
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.6s ease-in-out;
}

.features_type_one .features_inner:hover h2 a,
.features_type_one .features_inner:hover .ft-text a {
  color: var(--color-white);
}

.features_type_one .features_inner:hover p {
  color: var(--color-white);
}

.features_type_one .owl-dots.disabled,
.features_type_one .owl-dots {
  display: block !important;
}

.features_type_one .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.features_type_one .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.features_type_one .owl-nav {
  display: none !important;
}

.features_type_one .owl-dots .owl-dot:hover,
.features_type_one .owl-dots .owl-dot.active {
  border: 2px solid var(--color-set-one-1);
}

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

========================testimonial_type_one-css===========================

--------------------------------------------------------*/
.testimonial_type_one {
  position: relative;
}

.testimonial_type_one .heading {
  text-align: left;
  margin-bottom: 20px;
}

.testimonial_type_one .heading h1 {
  padding: 0px;
}

.testimonial_type_one .testimonial_inner {
  position: relative;
  margin: 10px 15px 10px 49px !important;
  border-left: 3px solid var(--color-set-one-1);
  background: #fff;
  cursor: pointer;
  padding: 40px 30px 40px 0px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
}

.testimonial_type_one .testimonial_inner .image {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -45px;
  z-index: 9;
}

.testimonial_type_one .testimonial_inner .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonial_type_one .testimonial_inner .image::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: -5px;
  top: -5px;
  border: 1px dashed #bebebe;
  border-radius: 50px;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .image::before {
  border-color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .content_inner {
  margin-left: 85px;
}

.testimonial_type_one .testimonial_inner .auhtour_name {
  position: relative;
  overflow: auto;
  margin-bottom: 20px;
}

.testimonial_type_one .testimonial_inner .auhtour_name span {
  float: left;
  font-size: 52px;
  line-height: 60px;
  color: #e8e8e8;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .auhtour_name span {
  color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .name_authr {
  position: relative;
  margin-top: 5px;
  margin-left: 75px;
}

.testimonial_type_one .testimonial_inner .name_authr h2,
.testimonial_type_one .testimonial_inner .name_authr .title_testi {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  color: var(--color-set-one-2);
}

.testimonial_type_one .testimonial_inner .name_authr p {
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.testimonial_type_one .testimonial_inner:hover .name_authr p {
  color: #808080;
}

.testimonial_type_one .testimonial_inner .content_inner p.description {
  margin-bottom: 20px;
}

.testimonial_type_one .testimonial_inner .content_inner ul li {
  display: inline-block;
}

.testimonial_type_one .testimonial_inner .content_inner ul li span {
  font-size: 20px;
  line-height: 20px;
  color: var(--color-set-one-1);
}

.testimonial_type_one .testimonial_inner .content_inner ul li:last-child {
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #aeadad;
  text-transform: uppercase;
}

.testimonial_type_one .owl-carousel .owl-nav,
.testimonial_type_one .owl-carousel .owl-nav.disabled {
  display: block;
}

.testimonial_type_one .owl-carousel .owl-dots {
  display: none;
}

.testimonial_type_one .owl-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: auto;
  text-align: center;
  top: -103px;
  right: 0;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev,
.testimonial_type_one .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-next .icon-next {
  transform: rotate(360deg);
  display: block;
  line-height: 60px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.service_type_one .owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
}

.testimonial_type_one .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_one .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
  border: 1px solid var(--color-set-one-1);
}

@media (max-width: 768px) {
  .testimonial_type_one .testimonial_inner {
    margin: 60px 10px 10px !important;
  }
  .testimonial_type_one .testimonial_inner .image {
    float: none;
    margin: -90px auto 0px !important;
    position: relative;
    width: 110px;
  }
  .testimonial_type_one .testimonial_inner .image img {
    margin: 0 auto;
  }
  .testimonial_type_one .testimonial_inner .image::before {
    left: 5px;
  }
  .testimonial_type_one .testimonial_inner .content_inner {
    margin-left: 30px;
    margin-top: 30px;
  }
  .testimonial_type_one .testimonial_inner .auhtour_name {
    overflow: inherit;
  }
}
@media (max-width: 450px) {
  .testimonial_type_one .testimonial_inner .auhtour_name span {
    float: none;
    position: absolute;
    right: 0;
    opacity: 0.5;
  }
  .testimonial_type_one .testimonial_inner .name_authr {
    margin-left: 0px;
    margin-top: 10px;
  }
}
/*--------------------------------------------------------

========================quote_client_type_one-css===========================

--------------------------------------------------------*/
.quote_client_type_one {
  position: relative;
}

.gtqote_clientlgo_hme_ome .owl-nav,
.gtqote_clientlgo_hme_ome .owl-dots {
  display: none !important;
}

.gtqote_clientlgo_hme_ome .owl-carousel .owl-item img {
  text-align: center;
  margin: 0 auto;
}

.gt_qute_inner {
  position: relative;
  text-align: center;
}

.gt_qute_inner h1 {
  font-size: 52px;
  color: var(--color-white);
  padding: 0px 150px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .gt_qute_inner h1 {
    padding: 0px 0px;
  }
}
@media (max-width: 768px) {
  .gt_qute_inner h1 {
    padding: 0px 0px;
    font-size: 40px;
    line-height: 52px;
  }
}
.gt_qute_inner a.theme_btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 190px;
  height: 60px;
  line-height: 58px;
}

.quote_client_type_one .gt_qute_inner a.theme_btn:hover {
  background: #fff;
  color: var(--color-set-one-1);
}

.gtqote_clientlgo_hme_ome .images {
  position: relative;
  text-align: center;
  padding: 50px 0px 0px;
}

.gtqote_clientlgo_hme_ome .images.style-2 img {
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
}

.gtqote_clientlgo_hme_ome .images.style-2:hover img {
  opacity: 1;
  cursor: pointer;
  filter: inherit;
}

.gtqote_clientlgo_hme_ome .images .tool_tip_outer {
  position: absolute;
  width: 100%;
  text-align: center;
}

.gtqote_clientlgo_hme_ome .images .tool_tip {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  top: -37px;
  left: 0;
}

.gtqote_clientlgo_hme_ome .images .tool_tip .tool_tip_inner {
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px dashed #e2e2e2;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
  opacity: 1;
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip .tool_tip_inner {
  border: 1px dashed #fff;
  color: var(--color-white);
}

.gtqote_clientlgo_hme_ome .images:hover .tool_tip {
  background: var(--color-set-one-1);
}

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

========================news_type_one-css===========================

--------------------------------------------------------*/
.site-content {
  position: relative;
  padding: 100px 0px 70px;
}

@media (max-width: 768px) {
  .site-content {
    padding: 70px 0px 40px;
  }
}
.classic-layout .blog_post_types {
  position: relative;
}

.classic-layout.tag-sticky-2 {
  position: relative;
}

.classic-layout.tag-sticky-2::before {
  position: absolute;
  top: 10px;
  right: 25px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--color-set-one-1);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.classic-layout .blog_post_types .padding_btm {
  margin-bottom: 20px;
}

.classic-layout .blog_post_types .heading {
  text-align: left;
  margin-bottom: 20px;
}

.classic-layout .blog_post_types .heading h1 {
  padding: 0px;
}

.classic-layout .blog_post_types .more_news_btn {
  position: relative;
  text-align: right;
}

.classic-layout .blog_post_types .entry-footer a.theme_btn {
  border-radius: 50px;
}

.classic-layout .blog_post_types .entry-footer li::before {
  display: none !important;
}

.classic-layout .blog_post_types .entry-footer li a.theme_btn {
  border-radius: 50px;
}

.classic-layout .blog_post_types .entry-footer li.share_options {
  float: right;
}

.classic-layout .blog_post_types .entry-footer .dropdown {
  display: inline-block;
}

.classic-layout .blog_post_types .entry-footer .dropdown-menu {
  top: -36px !important;
  left: -175px !important;
  border: 0px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.classic-layout .blog_post_types .entry-footer .dropdown-menu a {
  font-size: 16px;
  color: var(--color-set-one-1);
  padding: 10px;
}

.classic-layout .blog_post_types .entry-footer a.share i {
  font-size: 16px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
}

.classic-layout .blog_post_types {
  position: relative;
  margin: 0px 0px 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.classic-layout .blog_post_types .content_inner {
  position: relative;
  padding: 40px;
  z-index: 11;
}

.classic-layout .blog_post_types .category {
  position: relative;
  margin-bottom: 20px;
}

.classic-layout .blog_post_types .category a {
  border: 1px dashed var(--color-set-one-1);
  padding: 6px 15px;
  color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .category a {
  color: var(--color-set-one-1);
  margin-right: 10px;
  line-height: 26px;
}

.classic-layout .blog_post_types .content_inner h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.classic-layout .blog_post_types .content_inner h2:hover a,
.classic-layout .blog_post_types .content_inner .blo-entry-title:hover a {
  color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .content_inner h2 a,
.classic-layout .blog_post_types .content_inner .blo-entry-title a {
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.classic-layout .blog_post_types .entry-content {
  margin-bottom: 25px;
}

.classic-layout .blog_post_types .content_inner a.r_more {
  font-size: 14px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e2e2e2;
  display: block;
}

.classic-layout .blog_post_types .content_inner a.r_more span {
  margin-right: 10px;
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.classic-layout .blog_post_types .content_inner a.r_more:hover {
  color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .content_inner a.r_more:hover span {
  color: var(--color-set-one-1);
}

.classic-layout .blog_post_types .image {
  display: block;
  position: relative;
}

.classic-layout .blog_post_types .image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.classic-layout .blog_post_types .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.classic-layout .blog_post_types:hover .overlay {
  bottom: 0;
  height: 100%;
}

.classic-layout .blog_post_types .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.classic-layout .blog_post_types .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -18px;
}

.classic-layout .blog_post_types ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #808080;
  position: relative;
}

.classic-layout .blog_post_types ul.entry-meta {
  position: relative;
  margin-bottom: 15px;
}

.classic-layout .blog_post_types ul.entry-meta li a {
  text-transform: uppercase;
  color: #808080;
  position: relative;
  display: inline-block;
}

.classic-layout .blog_post_types ul.entry-meta li {
  margin-right: 26px;
}

.classic-layout .blog_post_types ul.entry-meta li::before {
  position: absolute;
  height: 15px;
  border: 0.5px dashed #bcbcbc;
  content: "";
  right: -13px;
  top: 4px;
}

.classic-layout .blog_post_types ul.entry-meta li:last-child {
  margin-right: 0px;
}

.classic-layout .blog_post_types ul.entry-meta li:last-child::before {
  display: none;
}

.classic-layout .blog_post_types ul li span {
  color: var(--color-set-one-1);
  margin-right: 5px;
}

.classic-layout .blog_post_types .entry-footer ul li:before {
  display: none;
}

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

========================news_type_one-css===========================

--------------------------------------------------------*/
.grid-view .heading {
  text-align: left;
  margin-bottom: 20px;
}

.grid-view .heading h1 {
  padding: 0px;
}

.grid-view .more_news_btn {
  position: relative;
  text-align: right;
}

.grid-view .more_news_btn a.theme_btn {
  border-radius: 50px;
  margin-top: 25px;
}

.grid-view .blog_post_types {
  position: relative;
  margin: 0px 0px 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.grid-view .blog_post_types .content_inner {
  position: relative;
  padding: 30px;
  z-index: 11;
}

.grid-view .blog_post_types .category {
  position: relative;
}

.grid-view .blog_post_types .category a {
  border: 1px dashed var(--color-set-one-1);
  padding: 6px 15px;
  color: var(--color-set-one-1);
}

.grid-view .blog_post_types .category a span {
  color: var(--color-set-one-1);
  margin-right: 10px;
  line-height: 26px;
}

.grid-view .blog_post_types .content_inner h2:hover a,
.grid-view .blog_post_types .content_inner .blo-entry-title:hover a {
  color: var(--color-set-one-1);
}

.grid-view .blog_post_types .content_inner h2 a,
.grid-view .blog_post_types .content_inner .blo-entry-title a {
  font-size: 24px;
  display: block;
  line-height: 32px;
  font-weight: 700;
  margin-top: 18px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.grid-view .blog_post_types .content_inner p {
  margin-bottom: 17px;
}

.grid-view .blog_post_types .content_inner a.r_more {
  margin-top: 10px;
  font-size: 14px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
  display: block;
}

.grid-view .blog_post_types .content_inner a.r_more span {
  margin-right: 10px;
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.grid-view .blog_post_types .content_inner a.r_more:hover {
  color: var(--color-set-one-1);
}

.grid-view .blog_post_types .content_inner a.r_more:hover span {
  color: var(--color-set-one-1);
}

.grid-view .blog_post_types .image {
  display: block;
  position: relative;
}

.grid-view .blog_post_types .image img {
  width: 100%;
}

.full_column.col-lg-12.col-md-12.col-sm-12.col-xs-12 .blog_post_types .image img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-view .blog_post_types .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.grid-view .blog_post_types:hover .overlay {
  bottom: 0;
  height: 100%;
}

.grid-view .blog_post_types .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.grid-view .blog_post_types .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -18px;
}

.grid-view .blog_post_types ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #808080;
  position: relative;
}

.grid-view .entry-footer ul.entry-meta {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px dashed #e2e2e2;
  border-top: 1px dashed #e2e2e2;
  margin: 14px 0px;
}

.grid-view .entry-footer ul.entry-meta li a {
  text-transform: uppercase;
  color: #808080;
  position: relative;
  display: inline-block;
}

.grid-view .entry-footer ul.entry-meta li {
  margin-right: 26px;
}

.grid-view .entry-footer ul.entry-meta li::before {
  position: absolute;
  height: 15px;
  border: 0.5px dashed #bcbcbc;
  content: "";
  right: -13px;
  top: 4px;
  content: "";
}

.grid-view .entry-footer ul.entry-meta li:last-child {
  margin-right: 0px;
}

.grid-view .entry-footer ul.entry-meta li:last-child::before {
  display: none;
}

.grid-view .entry-footer ul li span {
  color: var(--color-set-one-1);
  margin-right: 5px;
}

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

========================news_type_one-css===========================

--------------------------------------------------------*/
.list-view .blog_post_types {
  position: relative;
  margin-bottom: 40px;
}

.list-view .blog_post_types .entry-thumbnail.image {
  position: relative;
  float: left;
  width: 40%;
  margin-right: 20px;
}

.list-view .blog_post_types .entry-thumbnail.image a {
  margin-bottom: 6px;
}

.list-view .blog_post_types .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.list-view .blog_post_types:hover .overlay {
  bottom: 0;
  height: 100%;
}

.list-view .blog_post_types .category {
  position: relative;
}

.list-view .blog_post_types .category a {
  border: 1px dashed var(--color-set-one-1);
  padding: 6px 15px;
  color: var(--color-set-one-1);
}

.list-view .blog_post_types .category li {
  position: relative;
  line-height: 40px;
}

.list-view .blog_post_types .category a span {
  color: var(--color-set-one-1);
  margin-right: 10px;
  line-height: 26px;
}

.list-view .blog_post_types .content_inner {
  position: relative;
}

.list-view .blog_post_types .content_inner h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 18px;
}

.list-view .blog_post_types .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.list-view .blog_post_types .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -18px;
}

.list-view .blog_post_types .content_inner h2 a {
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.list-view .blog_post_types .content_inner h2:hover a {
  color: var(--color-set-one-1);
}

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

========================map-section-css===========================

--------------------------------------------------------*/
.addres_outer {
  position: relative;
}

.addres_outer .addres_inner {
  position: absolute;
  background: #fff;
  padding: 30px;
  top: -390px;
  right: 0;
  border-left: 3px solid var(--color-set-one-1);
}

.addres_outer .addres_inner h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-set-one-1);
  margin-bottom: 10px;
}

.addres_outer .addres_inner p {
  margin-bottom: 8px;
}

.addres_outer .addres_inner p span {
  color: var(--color-set-one-2);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-right: 5px;
}

.law-map-shortcode .container {
  padding: 0px;
}

@media (max-width: 500px) {
  .addres_outer .addres_inner {
    position: relative;
    background: #fff;
    padding: 30px;
    top: inherit;
    right: inherit;
    border-left: 3px solid var(--color-set-one-1);
  }
}
/*--------------------------------------------------------

========================footer-css===========================

--------------------------------------------------------*/
.footer {
  position: relative;
  padding: 100px 0px 70px;
  background: #111111;
}

@media (max-width: 768px) {
  .footer {
    padding: 100px 0px 30px !important;
  }
  .footer.version_v1 {
    padding: 100px 0px 50px !important;
  }
  .footer.version_v1 {
    padding: 100px 0px 70px !important;
  }
}
.footer.version_v4 {
  position: relative;
  padding: 100px 0px 60px;
  background: #1c1c1c;
}

.footer.version_v1 .logo_title {
  margin-bottom: 25px;
  width: 200px;
}

.footer .site_logo_foo {
  margin-bottom: 20px;
}

.footer .footer_widgets {
  position: relative;
  margin-bottom: 30px;
}

.footer .footer_widgets h3 {
  font-size: 16px;
  line-height: 30px;
  margin: 5px 0px 15px;
  color: var(--color-white);
}

.footer.version_v1 .footer_widgets.one {
  padding-right: 20px;
}

.footer.version_v1 .footer_widgets.three {
  margin-top: 84px;
}

@media (max-width: 768px) {
  .footer.version_v1 .footer_widgets.three {
    margin-top: 0px;
  }
  .footer .footer_widgets {
    margin-bottom: 50px;
  }
}
.footer.version_v1 .footer_widgets.one p span {
  color: var(--color-set-one-1);
}

.footer.version_v1 .footer_widgets p.about_para {
  margin-bottom: 27px;
}

.footer.version_v1 .footer_widgets .subscribe form {
  position: relative;
}

.footer.version_v1 .footer_widgets .subscribe p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 15px;
}

.footer.version_v1 .footer_widgets_outer {
  position: relative;
}

.footer.version_v1 .footer_widgets_outer .footer_widgets .widget-title {
  border-color: transparent !important;
}

.footer.version_v1 .footer_widgets_outer::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
  top: 58px;
  left: 0;
}

.footer.version_v1 .footer_widgets .blog_in {
  position: relative;
  margin-bottom: 15px !important;
  padding: 0px 0px 0px 0px !important;
  border-bottom: 0px !important;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .image {
  float: left;
  margin-top: 4px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in:hover .image .overlay {
  opacity: 0.9;
}

.footer.version_v1 .footer_widgets .post_inner .image .overlay span {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in img {
  float: left;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p {
  text-transform: uppercase;
  font-size: 14px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner p span {
  color: var(--color-set-one-1);
  margin-right: 10px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner {
  margin-left: 80px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.footer.version_v1 .footer_widgets .post_inner .blog_in .content_inner h2 a {
  color: var(--color-white);
}

.footer.version_v1 .footer_widgets .widget-title {
  font-size: 24px;
  margin-bottom: 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-weight: 700;
}

.mc4wp-form-fields {
  position: relative;
}

.widget_mc4wp_form_widget .widget-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer .widget_mc4wp_form_widget .widget-title {
  color: var(--color-white) !important;
  border-bottom: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px;
}

.footer_widgets .widget_mc4wp_form_widget h4.widget-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--color-white) !important;
  margin-bottom: 15px !important;
}

.mc4wp-form-fields input {
  position: relative;
  background: #202020;
  border: 0px;
  box-shadow: none;
  border-radius: 3px;
  height: 60px;
  padding: 20px;
  width: 100%;
  color: var(--color-white);
  font-size: 15px;
}

.mc4wp-form-fields input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0px 10px;
  background: var(--color-set-one-1);
  display: inline-block;
  width: 130px;
  height: 60px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  position: absolute;
  right: 0;
}

.footer.version_v1 .mc4wp-form-fields::before {
  position: absolute;
  content: "\e91b";
  font-family: "icomoon" !important;
  font-size: 18px;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: none;
  background: transparent;
  line-height: 60px;
  color: var(--color-set-one-1);
  z-index: 100;
  text-align: center;
}

.footer.version_v1 .mc4wp-form-fields input[type=submit] {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: transparent !important;
  z-index: 101;
}

.footer .footer_widgets h2.title {
  font-size: 24px;
  margin-bottom: 26px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  font-weight: 600;
  margin-top: 18px;
}

.footer.version_v1 .footer_widgets ul li {
  position: relative;
}

.footer .widget_recent_comments ul li a::before {
  display: none;
}

.footer .widget_rss ul li {
  margin-bottom: 10px;
}

.footer .widget_rss ul li a::before {
  display: none;
}

.footer .widget_rss ul li a {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.footer .widget_recent_comments .recentcomments {
  margin-bottom: 10px;
}

.footer .widget_rss ul li cite {
  color: var(--color-set-one-1);
}

.footer thead {
  background: transparent;
}

.footer tr {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer .footer_widgets select {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  width: 100% !important;
  height: 54px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 10px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fafafa !important;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer .screen-reader-text::before {
  text-indent: inherit;
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 16px;
  color: #888888;
  font-size: 16px;
  top: 85px;
  z-index: 0;
}

.footer .footer_widgets.widget_categories .screen-reader-text::before {
  top: 88px;
}

.footer th,
.footer td {
  color: #fafafa;
  border: 1px solid #2d2c2c !important;
}

.footer .wp-calendar-table a {
  color: var(--color-set-one-1);
}

.footer caption {
  color: #fafafa;
}

.footer .tagcloud a {
  color: #fafafa;
}

.footer .footer_widgets.widget_text p {
  margin-bottom: 10px;
}

.footer .footer_widgets.widget_text p img {
  margin: 10px 0px;
}

.footer .search_box {
  position: relative;
  margin-bottom: 30px;
}

.footer .search_box input {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 54px !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 20px 30px;
  line-height: 54px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  border-radius: 50px;
  font-weight: 400;
  margin: 0px !important;
}

.footer .search_box .sch_btn {
  width: 130px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 44px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  border: 0px;
  color: var(--color-white);
  box-shadow: inherit;
}

.footer.version_v1 .footer_widgets ul li a::before {
  position: absolute;
  content: "\e900";
  margin-left: -20px;
  color: #656363;
  font-family: "icomoon";
  transition: all 0.6s ease-in-out;
}

.footer.version_v1 .footer_widgets .widget-title a {
  color: var(--color-white);
}

.footer .widget_categories ul.children li:first-child {
  padding: 0px !important;
}

.footer.version_v1 .footer_widgets ul li a {
  color: #8d8d8d;
  margin-bottom: 12px;
  padding-left: 20px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
}

.footer.version_v1 .footer_widgets ul li a:hover {
  color: var(--color-white);
}

.footer.version_v1 .footer_widgets ul li a:hover::before {
  color: var(--color-set-one-1);
}

.footer_last_type_one {
  background: #111111;
  padding: 12px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_last_type_one ul {
  text-align: right;
}

.footer_last_type_one p {
  margin-top: 10px;
  color: #fafafa;
}

.footer_last_type_one ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.footer_last_type_one ul li a {
  color: #fafafa;
}

.footer_last_type_one ul li {
  margin-right: 10px;
}

.footer_last_type_one ul li:last-child {
  margin-right: 0px;
}

@media (max-width: 992px) {
  .footer_last_type_one .footer-copyright {
    position: relative;
    text-align: center;
  }
  .footer_last_type_one ul {
    text-align: center;
    margin-top: 20px;
  }
}
/*-----media-queries-------*/
@media (max-width: 1199px) {
  .mid_bar {
    display: none;
  }
  .header-style-v1 .site-logo img {
    margin: 0;
  }
  .header-style-v1 .bsnav {
    padding: 20px 0px;
  }
  .topbar .topbar-two .top_bar_widgets_inner {
    display: none;
  }
  .topbar-one {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .quote_client_type_one .gt_qute_inner h1 {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .rev-btn .theme_btn {
    border-radius: 50px;
    width: 140px;
    height: 40px;
    line-height: 40px !important;
  }
  .service_type_one .image img {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .news_type_one .more_news_btn {
    text-align: left;
    margin-bottom: 30px;
  }
  .testimonial_type_one .owl-carousel .owl-nav {
    position: relative;
    top: inherit;
    bottom: -20px;
    margin-bottom: 30px;
  }
  .bsnav-mobile .navbar_right::before {
    display: none;
  }
  .bsnav-mobile .navbar_right {
    display: none;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------

====================================================================index_2===================================================================

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

====================topbar.version_v2=======================

--------------------------------------------------------*/
.topbar.version_v2 {
  position: relative;
  background: #1c1c1c;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .topbar.version_v2 {
    height: 100px;
  }
}
.topbar.version_v2 li,
.topbar.version_v2 li a {
  color: var(--color-white);
  line-height: 33px;
}

.topbar.version_v2 li:hover a {
  color: var(--color-white);
}

.topbar.version_v2 li a:hover {
  color: var(--color-set-one-1);
}

.topbar.version_v2 .btn_v2 {
  font-size: 14px;
  line-height: 28px;
  width: 116px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px dashed var(--color-set-one-1);
  display: block;
  text-align: center;
  color: var(--color-set-one-1);
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.topbar.version_v2 .social_media {
  margin-top: -1px;
}

.topbar.version_v2 .social_media li {
  margin: 0px;
}

.topbar.version_v2 .left_side_elements li i,
.topbar.version_v2 .left_side_elements li span {
  font-size: 16px;
  color: var(--color-set-one-1);
  margin-right: 8px;
}

.topbar.version_v2 .left_side_elements li span {
  color: var(--color-set-one-1);
}

.topbar.version_v2 .social_media li a {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 1px dashed transparent;
  transition: all 0.6s ease-in-out;
}

.topbar.version_v2 .social_media li a:hover {
  color: var(--color-set-one-1);
  border: 1px dashed var(--color-set-one-1);
}

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

====================header-style-v2=======================

--------------------------------------------------------*/
@media (min-width: 1200px) {
  .header-style-v2 .container {
    max-width: 1290px;
    background: #fff;
    border-radius: 5px;
  }
}
.navbar-expand-lg .navbar-nav .nav-item.search_link .search_btn {
  position: relative;
  background: transparent !important;
  line-height: 51px;
}

.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  top: 0 !important;
  background: #fff;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.05);
}

.header-style-v2 .search_link i {
  color: var(--color-set-one-2);
  font-size: 16px;
}

@media (max-width: 1199px) {
  .header-style-v2 {
    padding: 20px 0px;
  }
  .header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: #fff;
    padding: 10px 0px;
    top: 0;
  }
}
.bsnav-mobile .m-auto {
  margin: inherit !important;
}

.header-style-v2 .bsnav {
  background: transparent;
}

.header-style-v2 .theme_btn {
  border-radius: 30px;
  margin-left: 20px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-link {
  padding: 34px 20px !important;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.navbar-nav.navbar_left .nav-item {
  cursor: pointer;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown.nav-item .nav-link:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  right: 6px;
  transition: all 0.6s ease-in-out;
  top: 32px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.active:before,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .menu-item:hover:before {
  color: var(--color-set-one-1);
}

.header-style-v2 .navbar-nav .dropdown-menu .nav-item .nav-link {
  background: transparent !important;
}

.header-style-v2 .menu-item.dropdown .dropdown-menu {
  margin-top: 0px !important;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .nav-link,
.header-style-v2 .navbar-nav.navbar_right .nav-link {
  padding: 0px 16px;
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
  padding: 0px !important;
}

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

====================custome_rating_awards=======================

--------------------------------------------------------*/
.custome_rating_awards {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  margin-top: -116px;
}

.awards_image img {
  height: 226px;
  border-radius: 5px;
}

.customer_rating_inner {
  position: relative;
  z-index: 10;
  padding: 40px 40px 32px;
  border-radius: 5px;
  background-position: center !important;
  background-repeat: repeat !important;
  background-size: cover !important;
}

.customer_rating_inner .content_inner {
  position: relative;
}

.customer_rating_inner .content_inner .icon_lf {
  float: left;
}

.customer_rating_inner .content_inner span {
  font-size: 50px;
  color: var(--color-set-one-1);
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 0;
  display: block;
  width: 80px;
}

.customer_rating_inner .content_inner span::after {
  position: absolute;
  content: "";
  background: #eaf721;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  left: 0;
  z-index: -10;
}

.customer_rating_inner .content_inner .text {
  margin-left: 110px;
  padding-bottom: 25px;
  border-bottom: 1px solid #198625;
}

.customer_rating_inner .content_inner .text h2,
.customer_rating_inner .content_inner .text .title_rate {
  font-size: 30px;
  line-height: 36px;
  color: var(--color-white);
  margin-bottom: 8px;
  font-weight: 700;
}

.customer_rating_inner .content_inner .text p {
  color: var(--color-white);
}

.customer_rating_inner .desc {
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
}

@media (max-width: 992px) {
  .dp_none {
    display: none;
  }
  .custome_rating_awards {
    padding: 60px 0px;
    position: relative;
    background: url(../img/resource/hm-2-customer-rating.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    margin: 0;
  }
  .customer_rating_inner {
    background: transparent;
  }
  .vc_empty_space {
    padding-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  .vc_empty_space {
    height: 0px !important;
  }
}
@media (max-width: 768px) {
  .customer_rating_inner .content_inner .icon_lf {
    float: none;
  }
  .customer_rating_inner .content_inner .text {
    margin-left: 0px;
    margin-top: 40px;
  }
}
/*-------------------------------------------------------

====================service_type_two=======================

--------------------------------------------------------*/
.service_type_two {
  position: relative;
}

.service_type_two .owl-carousel .owl-nav,
.service_type_two .owl-carousel .owl-nav.disabled,
.service_type_two .owl-carousel .owl-dots.disabled,
.service_type_two .owl-carousel .owl-dots {
  display: none !important;
}

.service_type_two .heading h2 {
  color: var(--color-set-one-1);
}

.service_type_two .heading h1 {
  color: var(--color-white);
}

.service_type_two .head_type_two .broder_style_left::before {
  background: var(--color-set-one-1);
}

.service_type_two .head_type_two span {
  color: #272727;
}

.service_type_two .head_type_two .broder_style_left::after {
  background: var(--color-set-one-1);
}

.service_type_two .service_inner {
  position: relative;
  min-height: 446px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 14px;
  transition: all 0.6s ease-in-out;
  text-align: center;
  border: 2px solid #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.service_type_two.extra_class .service_inner {
  position: relative;
  min-height: 446px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 20px;
  transition: all 0.6s ease-in-out;
  text-align: center;
  border: 2px solid transparent;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.service_type_two .owl-carousel .service_inner {
  margin: 10px 10px;
}

.service_type_two .service_inner:hover {
  background: #1c1c1c;
  border: 2px solid var(--color-set-one-1);
}

.service_type_two .service_inner .icon_in span {
  font-size: 60px;
  line-height: 140px;
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in span {
  color: var(--color-white) !important;
}

.service_type_two .service_inner .icon_in {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  border: 2px dotted var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in {
  border: 2px solid var(--color-set-one-1);
  background: var(--color-set-one-1);
}

.service_type_two .service_inner .icon_in::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 8px;
  border-radius: 50%;
  left: 8px;
  background: transparent;
  border: 2px dotted #fff;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.service_type_two .service_inner:hover .icon_in::before {
  opacity: 1;
}

.service_type_two .service_inner .content_inner {
  position: relative;
  margin-top: 30px;
}

.service_type_two .service_inner .content_inner h2 a,
.service_type_two .service_inner .content_inner .title_ser a {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  line-height: 30px;
  display: block;
}

.service_type_two .service_inner:hover .content_inner h2 a,
.service_type_two .service_inner:hover .content_inner .title_ser a {
  color: var(--color-white);
}

.service_type_two .service_inner .content_inner p {
  margin-bottom: 30px;
}

.service_type_two .service_inner .rd_more {
  position: relative;
  width: 56px;
  height: 56px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background: var(--color-set-one-1);
  line-height: 26px;
  text-align: center;
  border-radius: 50px;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.service_type_two .service_inner .rd_more i {
  font-size: 14px;
  line-height: 56px;
  transition: all 0.6s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 22px;
}

.service_type_two .service_inner .rd_more span {
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6 ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  line-height: 56px;
}

.service_type_two .service_inner:hover .rd_more {
  width: 170px;
}

.service_type_two .service_inner:hover .rd_more span {
  transform: translateX(0px);
  display: inline-block;
  margin-right: 10px;
}

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

====================about_type_two=======================

--------------------------------------------------------*/
.about_type_two {
  position: relative;
}

.about_type_two .about_inner {
  position: relative;
}

.about_type_two .about_inner .images_extra {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0;
  left: -185px;
}

.about_type_two .about_inner img.experience {
  display: block;
  width: 100%;
}

.about_type_two .heading {
  margin-bottom: 30px;
}

.icon_box_outer {
  position: relative;
}

.icon_box_outer span {
  float: left;
  font-size: 60px;
  color: var(--color-set-one-1);
}

@media (max-width: 992px) {
  .icon_box_outer .icon_box {
    margin-bottom: 20px;
  }
}
.icon_box_outer .text {
  margin-left: 70px;
  padding: 1px 0px 0px;
}

.icon_box_outer .icon_box.style-3 .text {
  margin-left: 0px;
}

.about_type_two .first_desc {
  margin-bottom: 15px;
}

.icon_box_outer .text h5,
.icon_box_outer .text .title_icon_box {
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: 30px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}

.icon_box_outer.tp_two {
  border: 0px;
}

.icon_box_outer.tp_two .text.one::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 41px;
  right: 28px;
  top: 6px;
  background: #e6e6e6;
}

.icon_box_outer.tp_two .text.one {
  margin-left: 0px;
}

.icon_box_outer.tp_two span {
  font-size: 25px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: block;
  background: var(--color-set-one-1);
  color: var(--color-white) !important;
  border-radius: 50px;
}

.about_type_two .about_content {
  position: relative;
  padding: 60px 0px 70px;
}

@media (max-width: 992px) {
  .icon_box_outer.tp_two .text.one::before {
    display: none;
  }
}
/*-------------------------------------------------------

====================features_type_two=======================

--------------------------------------------------------*/
.features_type_two {
  position: relative;
}

.features_type_two .owl-nav {
  display: none;
}

.features_type_two .heading {
  border-bottom: 1px solid #e1e1e1;
}

.features_type_two .heading h1 {
  margin-bottom: 25px;
}

.features_type_two .features_inner {
  position: relative;
}

.features_type_two .features_inner::before {
  position: absolute;
  content: "";
  background: #e1e1e1;
  width: 1px;
  height: 90%;
  right: -21px;
  top: 10px;
}

@media (max-width: 600px) {
  .features_type_two .features_inner::before {
    display: none;
  }
}
.features_type_two .features_inner .icon_in {
  position: relative;
  margin-bottom: 15px;
}

.features_type_two .features_inner .icon_in span {
  font-size: 54px;
  color: var(--color-set-one-1);
  line-height: 54px;
}

.features_type_two .features_inner .icon_in p {
  position: absolute;
  right: 10px;
  top: 4px;
  color: #d8d8d8;
  font-size: 36px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.features_type_two .features_inner h2 a,
.features_type_two .features_inner .ft-text a {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
  color: var(--color-set-one-2);
  font-weight: 700;
  transition: all 0.6s ease-in-out;
}

.features_type_two .features_inner:hover h2 a,
.features_type_two .features_inner:hover .ft-text a {
  color: var(--color-set-one-1);
}

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

====================features_type_three=======================

--------------------------------------------------------*/
.features_type_one.type_three .features_inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #f4faf4;
  padding: 40px 25px;
  overflow: hidden;
  margin: 0px 8px 15px;
}

.features_type_one .features_inner span {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 35px;
  text-align: center;
  margin: 0px auto 20px;
  background: #f4faf4;
  border-radius: 50px;
}

.features_type_one.type_three .features_inner:hover span {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
}

.opinion_type_one {
  position: relative;
  border-radius: 5px;
  background: var(--color-set-one-1);
}

.opinion_type_one .inner_content .left_side {
  position: relative;
}

.opinion_type_one .left_side h2,
.opinion_type_one .left_side .better_option {
  padding: 30px 25px 30px 25px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white);
  text-align: left;
  line-height: 32px;
}

@media (max-width: 1199px) {
  .opinion_type_one .left_side h2,
  .opinion_type_one .left_side .better_option {
    text-align: center;
  }
}
.opinion_type_one .right_side {
  position: relative;
  text-align: center;
  z-index: 0;
  padding: 25px 0px 25px 0px;
}

.opinion_type_one .right_side a {
  width: 230px;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .opinion_type_one .right_side a {
    width: auto;
    padding: 0px 20px;
  }
}
.opinion_type_one .left_side .icon {
  color: var(--color-white);
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  display: block;
  z-index: 0;
  position: relative;
}

@media (max-width: 768px) {
  .opinion_type_one .left_side .icon {
    line-height: 60px;
    padding-top: 30px;
  }
}
.opinion_type_one .left_side .icon:after {
  position: absolute;
  z-index: -100;
  content: "";
  background: #1a8e27;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.opinion_type_one .right_side::before {
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -10;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .opinion_type_one .left_side {
    float: left;
    width: 790px;
  }
  .opinion_type_one.elementor_opinion .left_side {
    width: 69.5%;
  }
  .opinion_type_one .right_side {
    width: 340px;
    float: right;
  }
  .opinion_type_one.elementor_opinion .right_side {
    width: 29.5%;
  }
  .opinion_type_one .left_side .icon {
    float: left;
    width: 100px;
    height: 100px;
  }
  .opinion_type_one .left_side .icon:after {
    width: 100px;
    height: 100px;
  }
  .opinion_type_one .right_side::before {
    width: 100%;
    height: 100px;
  }
  .opinion_type_one .left_side h2,
  .opinion_type_one .left_side .better_option {
    padding: 34px 25px 0px 130px;
  }
  .opinion_type_one .right_side {
    padding: 25px 0px 0px 0px;
  }
  .opinion_type_one .inner_content .left_side::before {
    border: 1px dashed #fff;
    width: 99%;
    height: 89%;
    position: absolute;
    content: "";
    top: 5px;
    z-index: 20;
    left: 9px;
    border-radius: 5px;
  }
  .opinion_type_one .inner_content .right_side::after {
    border: 1px dashed #fff;
    width: 95%;
    height: 119%;
    position: absolute;
    content: "";
    top: 5px;
    z-index: -1;
    left: 9px;
    border-radius: 5px;
  }
}
@media (max-width: 1199px) {
  .opinion_type_one .inner_content::before {
    display: none;
  }
  .opinion_type_one .left_side .icon:after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
  }
  .opinion_type_one .right_side::before {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
/*-------------------------------------------------------

====================contact_type_one=======================

--------------------------------------------------------*/
.contact_type_one {
  position: relative;
  background: url(../img/resource/hm-2-emergency-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_type_one .bg_appointment {
  background: #1c1c1c;
  position: relative;
  z-index: 0;
}

.contact_type_one .bg_appointment::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  left: -50%;
  top: 0;
  z-index: -10;
}

.contact_type_one .bg_appointment::after {
  position: absolute;
  content: "";
  z-index: -10;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  right: -50%;
  top: 0;
  display: block;
}

.contact_type_one .form_appointment {
  position: relative;
  z-index: 0;
  padding: 0px 0px 0px 0px;
}

.contact_type_one .form_appointment::before {
  position: absolute;
  content: url(../img/resource/hm-2-appointment-1.jpg);
  z-index: -10;
  bottom: -9px;
  left: -386px;
}

.form_appointment .form-group {
  margin-bottom: 20px;
  position: relative;
}

.form_appointment .form-group.mg_top {
  margin-top: 10px;
}

.form_appointment .form-group.mg_top.check_box {
  margin-top: 24px;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  line-height: 28px;
  color: #666;
}

.form_appointment input[type=text],
.form_appointment input[type=email],
.form_appointment input[type=tel],
.form_appointment input[type=email],
.form_appointment .ui-selectmenu-button,
.form_appointment textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #383838 !important;
  padding: 20px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.form_appointment input ::-moz-placeholder {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form_appointment input ::placeholder {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: inherit;
  color: inherit;
}

.form_appointment .ui-selectmenu-button {
  line-height: 23px !important;
}

.form_appointment textarea {
  height: 120px !important;
  line-height: inherit !important;
}

.form_appointment .ui-selectmenu-text {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.form_appointment .form-group.apbtn {
  text-align: right;
}

.form_appointment .theme_btn {
  border: 0px;
  box-shadow: 0px;
  border-radius: 30px;
  height: 60px;
  width: 190px;
  background: var(--color-set-one-1);
}

.form_appointment [type=checkbox]:checked,
.form_appointment [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form_appointment [type=checkbox]:checked + .wpcf7-list-item-label,
.form_appointment [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}

.form_appointment [type=checkbox]:checked + .wpcf7-list-item-label:before,
.form_appointment [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #383838;
  background: transparent;
}

.form_appointment [type=checkbox]:checked + .wpcf7-list-item-label:after,
.form_appointment [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-set-one-1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease;
}

.form_appointment [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}

.form_appointment [type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}

.emergency_outer {
  position: relative;
}

.emergency_inner {
  position: relative;
  padding: 40px 40px 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
}

.emergency_inner p {
  margin-bottom: 30px;
}

.emergency_inner .icbox_text_up {
  position: relative;
  margin-bottom: 30px;
}

.emergency_inner .icbox_text_up span {
  float: left;
  font-size: 60px;
  line-height: 70px;
}

.emergency_inner .icbox_text_up h2, .emergency_inner .icbox_text_up .emergency_title {
  margin-left: 80px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: var(--color-set-one-2);
}

.emergency_inner .icbox_text_down span {
  float: left;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  display: block;
  line-height: 60px;
  text-align: center;
  color: var(--color-white);
}

.emergency_inner .icbox_text_down h2,
.emergency_inner .icbox_text_down .icbox_text_down_tt {
  margin-left: 80px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  padding-top: 12px;
  color: var(--color-set-one-2);
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .contact_type_one {
    background-position: right;
  }
  .contact_type_one .bg_appointment::before {
    left: -50%;
  }
  .contact_type_one .bg_appointment::after {
    display: none;
  }
  .contact_type_one .form_appointment {
    padding: 0px 50px 0px 0px;
  }
}
@media (max-width: 3000px) and (min-width: 1610px) {
  .emergency_inner {
    position: relative;
    padding: 40px 40px 50px;
    border-radius: 5px;
    background: #fff;
    width: 500px;
  }
}
@media (max-width: 1609px) and (min-width: 1390px) {
  .emergency_inner {
    position: relative;
    padding: 40px 40px 50px;
    border-radius: 5px;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 1389px) and (min-width: 1200px) {
  .emergency_inner {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .contact_type_one .bg_appointment {
    flex: 100%;
    max-width: 100%;
  }
  .contact_type_one .bg_emergency {
    flex: 100%;
    max-width: 100%;
  }
  .emergency_inner {
    margin: 0px auto;
  }
}
@media (max-width: 800px) {
  .emergency_inner {
    width: auto;
    margin: 0px auto;
  }
  .emergency_inner .icbox_text_up span {
    display: none;
  }
  .emergency_inner .icbox_text_up h2, .emergency_inner .icbox_text_up .emergency_title {
    margin: 0px;
  }
  .emergency_inner .icbox_text_down span {
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 40px;
  }
  .emergency_inner .icbox_text_down h2,
  .emergency_inner .icbox_text_down .icbox_text_down_tt {
    margin-left: 35px;
    font-size: 18px;
    padding: 7px;
    line-height: 26px;
  }
}
/*-------------------------------------------------------

====================contact_type_one=======================

--------------------------------------------------------*/
.pro_gallery_type_two {
  position: relative;
}

.project_all .fliter_group {
  text-align: center;
  margin-bottom: 30px;
}

.project_all .fliter_group ul {
  display: inline-block;
  text-align: center;
  border: 1px dashed #d2d2d2;
  border-radius: 3px;
  padding: 0px 60px;
}

.project_all .fliter_group ul li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.project_all .fliter_group ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #d2d2d2;
  width: 1px;
  height: 25px;
}

.project_all .fliter_group ul li:last-child::before {
  display: none;
}

.project_all .fliter_group ul li.current,
.project_all .fliter_group ul li:hover {
  color: var(--color-set-one-1);
}

@media (max-width: 768px) {
  .project_all .fliter_group ul {
    padding: 0px 20px;
  }
  .project_all .fliter_group ul li::before {
    display: none;
  }
}
.pro_gallery_type_two .heading {
  border-bottom: 1px solid #e1e1e1;
}

.pro_gallery_type_two .heading h1 {
  margin-bottom: 25px;
}

.pro_gallery_type_two .projet_inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  z-index: 10;
  cursor: pointer;
}

.pro_gallery_type_two .projet_inner img {
  width: 100%;
}

.pro_gallery_type_two .projet_inner:hover {
  /* IE 9 */
  /* Safari prior 9.0 */
  transform: scale(1.2, 1.2);
  /* Standard syntax */
  z-index: 11;
  position: relative;
  border-radius: 5px;
}

.pro_gallery_type_two .projet_inner .image {
  position: relative;
  border-radius: 5px;
}

.pro_gallery_type_two .projet_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  border-radius: 5px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.pro_gallery_type_two .projet_inner:hover .overlay {
  bottom: 0;
  height: 100%;
}

.pro_gallery_type_two .projet_inner .image span {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pro_gallery_type_two .projet_inner .image span::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -21px;
}

.pro_gallery_type_two .projet_inner .content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 99;
  background: var(--color-set-one-1);
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.6s ease-in-out;
}

.pro_gallery_type_two .projet_inner:hover .content {
  bottom: 0;
}

.pro_gallery_type_two .projet_inner .content h2 a,
.pro_gallery_type_two .projet_inner .content .entry-title a {
  font-size: 22px;
  line-height: 30px;
  color: var(--color-white);
  font-weight: 700;
  display: block;
  padding: 20px;
}

/*----=========pro_gallery_type_two style_two_2==========------*/
.pro_gallery_type_two.style_two_2 .projet_inner {
  position: relative;
}

.pro_gallery_type_two.style_two_2 .projet_inner .content {
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  bottom: 0;
}

.pro_gallery_type_two.style_two_2 .projet_inner .content h2 a {
  color: var(--color-white);
}

.pro_gallery_type_two.style_two_2 .projet_inner:hover .content {
  bottom: 0;
}

.pro_gallery_type_two.style_two_2 .projet_inner:hover {
  transform: inherit;
}

.pro_gallery_type_two.style_two_2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.pro_gallery_type_two.style_two_2 .projet_inner:hover .image img {
  opacity: 0.8;
}

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

====================counter_type_two=======================

--------------------------------------------------------*/
.counter_type_two {
  position: relative;
}

.counter_type_two .counter_inner .value {
  position: relative;
  margin-bottom: 10px;
}

.counter_type_two .counter_inner .value span {
  float: left;
  font-size: 60px;
  line-height: 60px;
  color: var(--color-set-one-1);
}

.counter_type_two .counter_inner .value h5,
.counter_type_two .counter_inner .value .common_values {
  font-size: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-left: 75px;
  padding-top: 7px;
}

.counter_type_two .counter_inner h2,
.counter_type_two .counter_inner .counter-text {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-white);
  font-weight: 600;
}

@media (max-width: 768px) {
  .counter_type_two .counter_inner .value span {
    float: none;
  }
  .counter_type_two .counter_inner .value h5,
  .counter_type_two .counter_inner .value .common_values {
    margin-left: 0px;
  }
  .counter_type_two .counter_inner {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*-------------------------------------------------------

====================counter_type_two=======================

--------------------------------------------------------*/
.testimonial_type_two {
  position: relative;
}

.testimonial_type_two .testimonial_inner {
  position: relative;
  border-radius: 8px;
  background: var(--color-set-one-1);
  padding: 40px;
  margin: 0px 12px 23px;
}

.testimonial_type_two .testimonial_inner::before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 43px solid transparent;
  border-top: 43px solid var(--color-set-one-1);
  border-left: 6px solid var(--color-set-one-1);
  border-bottom: 7px solid transparent;
  z-index: 0;
  left: 42px;
  bottom: -50px;
}

.testimonial_type_two .testimonial_inner p {
  color: var(--color-white);
  margin-bottom: 30px;
}

.testimonial_type_two .testimonial_inner .icon_inner ul li span {
  color: var(--color-white);
  font-size: 18px;
  transform: inherit;
  line-height: 24px;
  padding-right: 5px;
  position: relative;
  top: inherit;
}

.testimonial_type_two .testimonial_inner .icon_inner ul {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.testimonial_type_two .testimonial_inner .icon_inner {
  position: relative;
}

.testimonial_type_two .testimonial_inner .icon_inner span {
  position: absolute;
  transform: rotate(-180deg);
  right: 0;
  font-size: 54px;
  color: #1e912b;
  line-height: 64px;
  top: -22px;
}

.testimonial_type_two .authour_det {
  position: relative;
  margin-left: 70px;
}

.testimonial_type_two .authour_det img {
  float: left;
  border-radius: 50%;
  width: 90px !important;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial_type_two .authour_name {
  position: relative;
  padding-top: 18px;
  margin-left: 100px;
}

.testimonial_type_two .authour_name h2,
.testimonial_type_two .authour_name .title_testi {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
  color: var(--color-set-one-2);
}

.testimonial_type_two .authour_name p {
  color: var(--color-set-one-1);
}

.testimonial_type_two .owl-carousel .owl-nav.disabled,
.testimonial_type_two .owl-carousel .owl-nav {
  display: block;
}

.testimonial_type_two .owl-carousel .owl-dots {
  display: none;
}

.testimonial_type_two .owl-carousel .owl-nav {
  position: relative;
  width: 100%;
  margin-top: 40px;
  height: auto;
  text-align: center;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev,
.testimonial_type_two .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-next .icon-next {
  transform: rotate(360deg);
  display: block;
  line-height: 60px;
}

.owl-carousel .owl-nav .owl-next .clearfix:before,
.owl-carousel .owl-nav .owl-next .clearfix:after {
  display: inherit !important;
}

.owl-carousel .owl-nav .owl-prev .clearfix:before,
.owl-carousel .owl-nav .owl-prev .clearfix:after {
  display: inherit !important;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
}

.testimonial_type_two .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_type_two .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
  border: 1px solid var(--color-set-one-1);
}

@media (max-width: 450px) {
  .testimonial_type_two .testimonial_inner::before {
    display: none;
  }
  .testimonial_type_two .authour_det {
    margin-left: 0px;
  }
  .testimonial_type_two .testimonial_inner {
    margin: 0px 0px 20px;
  }
}
/*-------------------------------------------------------

====================team_type_one=======================

--------------------------------------------------------*/
.team_outer.team_all {
  position: relative;
  border-radius: 10px;
  padding-bottom: 80px;
  z-index: 0;
  margin: 0px 8px;
}

.our_team_all.style-1 .owl-carousel .owl-nav,
.our_team_all.style-1 .owl-carousel .owl-dot,
.our_team_all.style-1 .owl-carousel .owl-dots.disabled,
.our_team_all.style-1 .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.our_team_all.style-2 .owl-carousel .owl-dot,
.our_team_all.style-2 .owl-carousel .owl-dots.disabled {
  display: none !important;
}

.our_team_all.style-2 .owl-carousel .owl-nav,
.our_team_all.style-2 .owl-carousel .owl-nav.disabled {
  display: block !important;
  text-align: center;
  position: absolute;
  top: -83px;
  right: 7px;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 20px;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next .next {
  color: #cacaca;
  padding: 5px;
  transition: all 0.6s ease-in-out;
}

.our_team_all.style-2 .owl-carousel .owl-nav .owl-prev:hover .prev,
.our_team_all.style-2 .owl-carousel .owl-nav .owl-next:hover .next {
  color: var(--color-set-one-1);
}

.team_outer.team_all .image img {
  width: 100% !important;
}

.team_outer.team_all .team_inner {
  position: relative;
  padding: 25px 25px 35px;
  border-radius: 10px;
  background: #fff;
}

.team_outer.team_all .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team_outer.team_all .image img {
  border-radius: 10px;
}

.team_outer.team_all .image .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--color-set-one-1) 8%, rgba(32, 138, 46, 0) 98%, rgba(32, 138, 46, 0) 80%);
  left: 0;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  border-radius: 10px;
}

.team_outer.team_all:hover .image .overlay {
  opacity: 1;
}

.team_outer.team_all .image .overlay ul {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}

.team_outer.team_all .image .overlay ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team_outer.team_all .image .overlay ul li a {
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  border: 1px dashed #fff;
  height: 45px;
  border-radius: 50px;
  background: transparent;
  color: var(--color-set-one-1);
}

.team_outer.team_all .image .overlay ul li:nth-child(1) {
  transform: translateY(150px);
  transition: all 0.3s ease-in-out;
}

.team_outer.team_all .image .overlay ul li:nth-child(2) {
  transform: translateY(200px);
  transition: all 0.6s ease-in-out;
}

.team_outer.team_all .image .overlay ul li:nth-child(3) {
  transform: translateY(250px);
  transition: all 0.9s ease-in-out;
}

.team_outer.team_all .image .overlay ul li a {
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.team_outer.team_all:hover .image .overlay ul li {
  transform: translateY(0px);
}

.team_outer.team_all .image .overlay ul li a:hover {
  background: #fff;
  border-style: solid;
}

.team_outer.team_all .image .overlay ul li:hover a {
  color: var(--color-set-one-1);
}

.team_outer.team_all .authour_det {
  position: relative;
  text-align: center;
}

.team_outer.team_all .authour_det .authour_name {
  position: relative;
  width: 199px;
  padding: 12px 10px;
  margin: 0 auto;
  display: block;
  background: var(--color-set-one-1);
  border-radius: 10px;
  margin-top: -48px;
  transition: all 0.6s ease-in-out;
}

.team_outer.team_all:hover .authour_det .authour_name {
  background: #fff !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
}

.team_outer.team_all .authour_det .authour_name h2,
.team_outer.team_all .authour_det .authour_name .title_team {
  font-size: 22px;
  line-height: 38px;
  color: var(--color-white);
  font-weight: 700;
}

.team_outer.team_all:hover .authour_det .authour_name h2 {
  color: var(--color-set-one-2);
}

.team_outer.team_all .authour_det .authour_name p {
  color: var(--color-white);
}

.team_outer.team_all:hover .authour_det .authour_name p {
  color: var(--color-set-one-1);
}

.team_outer.team_all .authour_det p.des {
  margin: 30px 10px;
}

.team_outer.team_all .authour_det .icon_in {
  position: relative;
}

.team_outer.team_all .authour_det .icon_in::before {
  position: absolute;
  content: "";
  left: 0;
  top: 22px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}

.team_outer.team_all .authour_det .icon_in span::before {
  width: 45px;
  position: relative;
  display: block;
  line-height: 45px;
  text-align: center;
  border: 1px dashed #d2d2d2;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  transform: rotate(0);
  margin: 0 auto;
  z-index: 10;
  transition: all 0.6s ease-in-out;
  color: var(--color-set-one-1);
}

.team_outer.team_all:hover .authour_det .icon_in span::before {
  transform: rotate(360deg);
}

.team_outer.team_all .authour_det .icon_in span:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  z-index: 0;
  margin-left: -32px;
  margin-top: -55px;
}

.team_outer.team_all .authour_det .phone_number {
  position: relative;
  text-align: center;
  display: block;
}

.team_outer.team_all .authour_det .phone_number a::before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-set-one-1);
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: -10;
  top: -21px;
  /* margin-left: 34px; */
  width: 20px;
  margin: auto;
  left: 0;
  right: 0;
}

.team_outer.team_all .authour_det .phone_number a {
  position: absolute;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -10;
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  color: var(--color-white);
  font-family: "Poppins", sans-serif;
}

.team_outer.team_all:hover .authour_det .phone_number a {
  transform: translateY(56px);
}

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

========================quote_client_type_one-css===========================

--------------------------------------------------------*/
.quote_client_type_two {
  position: relative;
  padding: 96px 0px 108px;
  background: url(../img/resource/get-a-quote-home-1-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.quote_client_type_two .gt_qute_inner {
  position: relative;
  text-align: center;
}

.quote_client_type_two .gt_qute_inner h1 {
  font-size: 48px;
  color: var(--color-white);
  padding: 0px 200px;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 20px;
}

.quote_client_type_two .gt_qute_inner a.theme_btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 190px;
  height: 60px;
  line-height: 58px;
}

.quote_client_type_two .gt_qute_inner a.theme_btn:hover {
  background: #fff;
  color: var(--color-set-one-1);
}

@media (max-width: 1199px) {
  .quote_client_type_two .gt_qute_inner h1 {
    padding: 0px;
  }
}
/*--------------------------------------------------------

========================news_type_two===========================

--------------------------------------------------------*/
.blog_post_types.style-3 {
  position: relative;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}

.blog_post_types.style-3 .image {
  display: block;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog_post_types.style-3 .image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.blog_post_types.style-3 .image .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s ease;
}

.blog_post_types.style-3:hover .overlay {
  top: 0;
  height: 100%;
}

.blog_post_types.style-3 .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.blog_post_types.style-3 .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -18px;
}

.blog_post_types.style-3 .content_inner {
  position: relative;
  padding: 40px 30px 25px;
}

.blog_post_types.style-3 .content_inner .tag_and_date {
  position: relative;
  padding: 19px 0 10px;
  margin-top: -58px;
  border-bottom: 1px dashed #cccccc;
}

.blog_post_types.style-3 .content_inner .tag_and_date:before {
  position: absolute;
  width: 110%;
  left: -14px;
  content: "";
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  top: 3px;
  z-index: -1;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li {
  display: inline-block;
  color: #808080;
  font-size: 13px;
  position: relative;
  line-height: 28px;
  text-transform: uppercase;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:last-child {
  margin-right: 0px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li span {
  margin-right: 5px;
  color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li a {
  color: #808080;
  font-size: 13px;
  display: block;
  line-height: 18px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child {
  margin-right: 20px;
}

.blog_post_types.style-3 .content_inner .tag_and_date ul li:first-child::before {
  background: #bcbcbc;
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: -11px;
}

.blog_post_types.style-3 .content_inner h2 a,
.blog_post_types.style-3 .content_inner .blo-entry-title a {
  font-size: 22px;
  line-height: 30px;
  display: block;
  transition: all 0.6s ease-in-out;
  position: relative;
  font-weight: 700;
  color: var(--color-set-one-2);
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog_post_types.style-3 .content_inner h2,
.blog_post_types.style-3 .content_inner .blo-entry-title {
  margin-top: 0px;
}

.blog_post_types.style-3 .content_inner h2:hover a,
.blog_post_types.style-3 .content_inner .blo-entry-title:hover a {
  color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt {
  position: relative;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li {
  display: inline-block;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dashed transparent;
  display: inline-block;
  margin-top: 0px;
}

.blog_post_types.style-3:hover .content_inner ul.rd_m_cmt li a {
  color: var(--color-set-one-1);
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li a span {
  margin-right: 5px;
  font-size: 12px;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child {
  float: right;
  font-size: 14px;
  border-radius: 5px;
  color: #888888;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  width: 62px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}

.blog_post_types.style-3 .content_inner ul.rd_m_cmt li:last-child span {
  line-height: 25px;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

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

========================news_type_two===========================

--------------------------------------------------------*/
.client_logo_type_two {
  position: relative;
  padding: 65px 0px;
  background: #f4f4f4;
  height: 190px;
}

.client_logo_type_two .c_image img {
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
}

.client_logo_type_two .c_image img:hover {
  opacity: 1;
  cursor: pointer;
  filter: inherit;
}

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

========================footer_type_two  footer_last===========================

--------------------------------------------------------*/
.footer.version_v2 {
  position: relative;
  padding: 100px 0px 70px;
  background: #02265f;
}

.footer.version_v2 .footer_last {
  background: #02265f;
}

.footer.version_v2 p {
  margin-bottom: 10px;
}

.footer.version_v2 h4.widget-title {
  font-size: 24px;
  margin-bottom: 26px;
  position: relative;
  padding-bottom: 12px;
  color: var(--color-white);
  font-weight: 600;
  border-bottom: 0px;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

.footer.version_v2 .blog_in {
  position: relative;
}

.footer.version_v2 .blog_in .image {
  display: none;
}

.footer.version_v2 .blog_in .content_inner {
  position: relative;
}

.footer.version_v2 .blog_in .content_inner h2 a {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--color-white);
  margin-bottom: 5px;
  margin-top: 0px;
  display: block;
}

.footer.version_v2 .media_contact h2 {
  font-family: "Roboto", sans-serif;
}

.footer.version_v2 .blog_in .image .overlay {
  display: none;
}

.footer.version_v2 .blog_in .icon-calendar:before {
  content: "\f017";
  font-family: "FontAwesome";
}

.footer.version_v2 .blog_in {
  position: relative;
  border-bottom: 1px solid #113772;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.footer.version_v2 .blog_in .icon-calendar {
  margin-right: 5px;
  color: #fd5e16;
}

.footer.version_v2 .blog_in:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer.version_v2 .blog_in .post-date {
  margin-bottom: 5px;
}

.footer.version_v2 .blog_in .post-date {
  font-size: 14px;
  text-transform: uppercase;
}

.footer.version_v2 .about_para {
  margin-bottom: 30px;
}

.footer_widgets .office_location h3 {
  font-size: 18px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

.footer.version_v2 .about_para span {
  color: #fd5e16;
}

.footer.version_v2 .widget ul li a,
.footer.version_v2 .footer_widgets ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer.version_v2 .footer_widgets ul li a:hover {
  color: #fd5e16;
}

.footer_widgets .office_location p {
  margin-bottom: 13px;
}

.footer_widgets .office_location a i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 20px;
  color: var(--color-white);
}

.footer.version_v2 .social_media {
  position: relative;
}

.footer.version_v2 .social_media li {
  display: inline-block;
  margin-right: 10px;
}

.footer.version_v2 .social_media li:last-child {
  margin-left: -5px;
}

.contact_widget {
  position: relative;
}

.contact_widget .text_box {
  position: relative;
  margin-bottom: 15px;
}

.contact_widget .text_box span {
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #fd5e16;
}

.contact_widget .text_box p {
  margin-left: 22px;
}

.contact_widget .text_box p a {
  color: var(--color-white);
}

.footer.version_v2 .social_media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #fd5e16;
}

.footer_widgets .office_location a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
}

.footer_widgets .timing ul li {
  display: inline-block;
  color: #808080;
  font-size: 16px;
}

.footer_widgets .timing ul li.closed {
  color: var(--color-set-one-1);
}

.footer_widgets .timing ul.first {
  padding-bottom: 15px;
}

.footer_widgets .timing ul.mid {
  padding: 15px 0px;
  border-bottom: 1px solid #313131;
  border-top: 1px solid #313131;
}

.footer_widgets .timing ul.last {
  padding-top: 15px;
}

.footer_widgets .timing ul li:last-child {
  float: right;
}

.footer .about_para span {
  color: var(--color-set-one-1);
}

.footer .follow_us li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-right: 15px;
  color: var(--color-white);
}

.footer .follow_us li i {
  font-size: 18px;
  color: #aaaaaa;
}

.footer .follow_us li:hover i {
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.footer_last_type_two {
  background: #02265f;
  padding: 12px 0px;
}

.footer_last_type_two .container {
  position: relative;
}

.footer_last_type_two .border_tp {
  border-top: 1px solid #0b2f68;
  position: absolute;
  width: 100%;
  top: -12px;
}

.footer_last_type_two ul {
  text-align: right;
}

.footer_last_type_two p {
  margin-top: 10px;
  color: var(--color-white);
}

.footer_last_type_two ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 50px;
  line-height: 45px;
  margin-right: 20px;
}

.footer_last_type_two ul li a {
  color: var(--color-white);
}

.footer_last_type_two ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #313131;
  right: -12px;
  top: 15px;
}

.footer_last_type_two ul li:last-child {
  margin-right: 0px;
}

.footer_last_type_two ul li:last-child::before {
  display: none;
}

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

====================================================================index_3===================================================================

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

========================topbar version_v3===========================

--------------------------------------------------------*/
.topbar.version_v3 {
  position: relative;
  padding: 8px 0px;
}

.topbar.version_v3 p {
  line-height: 34px;
}

.topbar.version_v3 p span {
  vertical-align: middle;
}

.topbar.version_v3 .left_side_elements .desc_tp {
  line-height: 34px;
}

.topbar.version_v3 .left_side_elements .desc_tp i {
  color: var(--color-set-one-1);
  margin-right: 10px;
}

.topbar.version_v3 .right_side_elements .desc_tp {
  float: left;
  line-height: 34px;
}

.topbar.version_v3 .right_side_elements .desc_tp i {
  color: var(--color-set-one-1);
  margin-right: 10px;
}

.topbar.version_v3 .social_media li i {
  width: 34px;
  height: 34px;
  background: #333333;
  line-height: 34px;
  transition: all 0.6s ease-in-out;
}

.topbar.version_v3 .social_media li {
  margin-right: 10px;
  transition: all 0.6s ease-in-out;
  text-align: center;
}

.topbar.version_v3 .social_media li:hover i {
  color: var(--color-white);
  background: var(--color-set-one-1);
}

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

======================== mid_type_two===========================

--------------------------------------------------------*/
.mid_type_two {
  padding: 25px 0px 50px;
}

.mid_type_two .logo_site_mid {
  position: relative;
  float: left;
}

.mid_type_two .logo_site_mid img {
  width: 200px;
}

.mid_type_two .mid_bar_right_content {
  float: right;
  position: relative;
}

.mid_type_two .mid_wapper {
  margin-right: 0px;
}

.mid_type_two .mid_wapper .textwidget {
  display: flex;
  display: -ms-flexbox;
  position: relative;
}

.mid_type_two .mid_wapper .icon {
  font-size: 40px;
  float: none;
  vertical-align: middle;
  margin-right: 0px;
}

.mid_type_two .mid_bar_content span.dark {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.mid_type_two .mid_bar_content span.light {
  font-size: 16px;
  font-weight: 400;
}

.mid_type_two .content_mid {
  margin-left: 10px;
}

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

======================== header-style-v3===========================

--------------------------------------------------------*/
@media (max-width: 3000px) and (min-width: 1199px) {
  .header-style-v3 .site-logo {
    display: none;
  }
}
.header-style-v3 .collapse.navbar-collapse {
  background: var(--color-set-one-1);
  padding: 0px 30px 0px 10px;
  border-radius: 5px;
}

.header-style-v3 .schedule-box .theme_btn {
  background: #fff !important;
  margin-left: 20px;
  color: var(--color-set-one-2);
  border-radius: 30px;
}

.header-style-v3 .schedule-box {
  position: relative;
  line-height: 81px;
}

.header-style-v3 .navbar-nav .search_link.menu-item:first-child a {
  padding-left: 0px;
  padding-right: 0px;
}

.header-style-v3 .bsnav {
  background: transparent;
}

.header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: var(--color-set-one-1);
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    background: #fff;
    padding: 20px 0px;
  }
}
@media (max-width: 3000px) and (min-width: 1199px) {
  .header-style-v3 {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    margin-top: -39px;
    background: transparent;
  }
}
@media (max-width: 1199px) {
  .header-style-v3 {
    padding: 20px 0px;
  }
}
.header-style-v3 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v3 .navbar-nav .nav-link {
  padding: 26px 20px;
  font-size: 16px;
}

.header-style-v3 .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link,
.header-style-v3 .navbar-nav .nav-item.dropdown .nav-link {
  padding: 26px 24px;
}

.header-style-v3 .search_link a span {
  font-size: 24px;
  line-height: 48px;
}

.header-style-v3 .search_link {
  margin-right: 0px !important;
}

.header-style-v3 .search_link .nav-link {
  padding: 15px 22px !important;
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
  color: var(--color-set-one-2);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.dropdown .nav-link::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 11px;
  color: var(--color-white);
  font-size: 16px;
  top: 26px;
  transition: all 0.4s ease-in-out;
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover::before {
  color: var(--color-set-one-2);
}

.header-style-v3 .menu-item.dropdown .dropdown-menu {
  margin-top: 0px !important;
}

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

==========================service_type_three================

-------------------------------------------------------*/
.service_type_three {
  position: relative;
  z-index: 10;
}

.service_type_three .service_outer {
  position: relative;
}

.service_type_three .service_left {
  float: left;
  width: 190px;
}

.service_type_three .service_left .service_up {
  position: relative;
  background: var(--color-set-one-1);
  height: 190px;
  padding: 32px 20px 20px;
  margin-bottom: 10px;
  z-index: 0;
}

.service_type_three .service_left .service_up::before {
  position: absolute;
  content: url(assets/img/hm-3-service-pattern.png);
  top: 20px;
  right: 6px;
  z-index: -10;
}

.service_type_three .service_left .service_up span {
  font-size: 60px;
  line-height: 62px;
  color: var(--color-white);
  display: block;
  margin-bottom: 15px;
}

.service_type_three .service_left .service_up h2 a,
.service_type_three .service_left .service_up .title_ser a {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-white);
  display: block;
}

.service_type_three .service_left .service_down a {
  position: relative;
  display: block;
  background: #f4f4f4 !important;
  width: 100%;
  color: var(--color-set-one-2);
}

.service_type_three .service_left .service_down a span {
  font-size: 14px;
  line-height: 24px;
  margin-right: 5px;
  color: var(--color-set-one-1);
}

@media (max-width: 600px) {
  .service_type_three .service_left .service_up::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .service_type_three {
    margin-bottom: 30px;
  }
}
.service_right {
  position: relative;
  margin-left: 200px;
}

.service_right img {
  min-height: 250px;
}

.service_right .image {
  display: block;
  position: relative;
}

.service_right .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  height: 100%;
  transition: 0.5s ease;
}

.service_outer:hover .service_right .overlay {
  opacity: 1;
}

.service_outer .service_right .overlay ul {
  padding: 35px 40px 40px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.service_outer .service_right .overlay li {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-white);
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.service_outer .service_right .overlay li::before {
  position: absolute;
  left: 0;
  line-height: 26px;
  font-size: 18px;
  color: var(--color-set-one-1);
  content: "\e922";
  font-family: "icomoon" !important;
}

.service_type_three.for_elementor .service_outer .service_right .overlay li::before {
  display: none;
}

.service_type_three.for_elementor .service_outer .service_right .overlay li small {
  line-height: 26px;
  font-size: 18px;
  position: absolute;
  left: 0;
  color: var(--color-set-one-1);
  line-height: 26px;
}

.service_outer .service_right .overlay li:nth-child(1) {
  transform: translateX(-150px);
  transition: all 0.2s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(2) {
  transform: translateX(-250px);
  transition: all 0.4s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(3) {
  transform: translateX(-350px);
  transition: all 0.6s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(4) {
  transform: translateX(-450px);
  transition: all 0.8s ease-in-out;
}

.service_outer .service_right .overlay li:nth-child(5) {
  transform: translateX(-550px);
  transition: all 0.9s ease-in-out;
}

.service_outer:hover .service_right .overlay li {
  transform: translateX(0px);
}

@media (max-width: 992px) {
  .service_right img {
    height: inherit;
    width: 100%;
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .service_right img {
    height: inherit;
    width: 100%;
  }
}
@media (max-width: 570px) {
  .service_right img {
    height: 100%;
    width: 100%;
  }
  .service_right {
    margin-left: 0px;
  }
  .service_type_three .service_left {
    float: none;
    width: 100%;
  }
  .service_type_three .service_left .service_down a {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_type_three .service_left .service_up {
    height: auto;
  }
  .service_type_three .service_left .service_up::before {
    top: 0;
  }
}
@media (max-width: 400px) {
  .service_right .image .overlay ul {
    display: none;
  }
}
/*-------------------------------------------------------

==========================about_type_three================

-------------------------------------------------------*/
.about_type_three {
  position: relative;
  padding: 70px 0px 70px;
}

.about_type_three .heading {
  margin-bottom: 25px;
}

.video_box_outer .about_inner {
  position: relative;
  margin-bottom: 175px;
  margin-top: 6px;
}

.about_type_three .first_desc {
  margin-bottom: 15px;
}

.video_box_outer .about_inner .image_one {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 380px;
  height: 400px;
}

.video_box_outer .about_inner .image_one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about_type_three .icon_box_outer {
  border: 0px;
  margin-bottom: 5px;
}

.grid_image_box_two {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center !important;
}

.grid_image_box_two .image {
  position: relative;
}

.grid_image_box_two.style-5 .image {
  border-radius: 5px;
  width: 90px;
  height: auto;
}

.grid_image_box_two.style-5 .image img {
  border-radius: 5px;
  width: 100%;
}

.grid_image_box_two .content_inner {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.grid_image_box_two .content_inner h2,
.grid_image_box_two .content_inner .image_title_b {
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about_type_three .theme_btn {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}

.video_box_outer {
  position: relative;
  display: inline-block;
  min-width: 550px;
}

.video_box_outer .about_inner .image_two {
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 1;
  width: 370px;
  height: 400px;
}

.video_box_outer .about_inner .image_two img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_box_outer .about_inner .image_two .video-holder {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px;
}

@media (max-width: 320px) {
  .video_box_outer .about_inner .image_two .video-holder {
    bottom: 0px;
  }
}
.video_box_outer .about_inner .image_two .video-holder .icon {
  position: relative;
  width: 100px;
  float: left;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  border: 1px dashed #fff;
  text-align: center;
}

.video_box_outer .about_inner .image_two .video-holder .html5lightbox {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video_box_outer .about_inner .image_two .video-holder span {
  font-size: 30px;
  color: var(--color-set-one-1);
  left: 0;
  right: 0;
  top: 0;
  line-height: 40px;
  bottom: 0;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 40px;
}

.video_box_outer .about_inner .image_two .video-holder p {
  text-align: left;
  margin-left: 120px;
  padding-top: 20px;
  color: var(--color-white);
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

.video_box_outer .about_inner .image_two .ext_icon {
  position: absolute;
  bottom: -17px;
  left: -173px;
  display: block;
  font-size: 179px;
  color: #f3f3f3;
  line-height: 179px;
  transform: rotate(180deg);
  z-index: -10;
}

.video_box_outer .about_inner .image_one span {
  position: absolute;
  font-size: 60px;
  color: var(--color-white);
  width: 100px;
  line-height: 100px;
  text-align: center;
  height: 100px;
  border-radius: 50%;
  background: var(--color-set-one-1);
  z-index: 10;
  right: -39px;
  top: 96px;
}

@media (max-width: 600px) {
  .video_box_outer .about_inner .image_one span {
    display: none;
  }
}
.video_box_outer .about_inner .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  background: #f4f4f4;
  right: 0;
  display: block;
}

@media (max-width: 992px) {
  .video_box_outer .about_inner .circle {
    display: none;
  }
  .video_box_outer .about_inner {
    margin-top: 50px;
  }
}
/*-------------------------------------------------------

==========================counter_type_three================

-------------------------------------------------------*/
.counter_type_three {
  position: relative;
}

.counter_type_three .counter_inner {
  position: relative;
}

@media (max-width: 992px) {
  .counter_type_three .counter_inner {
    margin-bottom: 40px;
  }
}
.counter_type_three .counter_inner p {
  font-size: 18px;
  color: var(--color-white);
  padding-top: 15px;
  border-top: 1px solid #333333;
}

.counter_type_three .counter_inner .value span {
  float: left;
  font-size: 95px;
  color: var(--color-set-one-1);
  line-height: 108px;
}

.counter_type_three .value_text {
  position: relative;
  margin-bottom: 15px;
  margin-left: 110px;
}

.counter_type_three .value_text h2, .counter_type_three .value_text .counter-text {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 30px;
  margin-bottom: 10px;
}

.counter_type_three .value_text .symbol,
.counter_type_three .value_text .symbolwithout {
  font-size: 60px;
  line-height: 72px;
  color: var(--color-white);
  font-weight: 800;
}

@media (max-width: 768px) {
  .counter_type_three .counter_inner .value span {
    float: none;
  }
  .counter_type_three .value_text {
    margin-left: 0px;
  }
  .counter_type_three .counter_inner {
    text-align: center;
  }
}
/*-------------------------------------------------------

==========================service_type_four================

-------------------------------------------------------*/
.service_type_four {
  position: relative;
}

.service_type_four .service_inner {
  margin: 10px 15px 30px;
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.9s ease-in-out;
}

.service_type_four .service_inner:hover {
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.06);
}

.service_type_four .content {
  position: relative;
  padding: 35px 25px 25px;
}

.service_type_four .content .icon_heading span {
  height: 70px;
  width: 70px;
  font-size: 29px;
  transition: all 0.9s ease-in-out;
  line-height: 74px;
  background: var(--color-set-one-2);
  color: var(--color-white);
  text-align: center;
  position: absolute;
  left: 27px;
  top: -50px;
}

.service_type_four .content .icon_heading span:after {
  height: 64px;
  position: absolute;
  content: "";
  width: 64px;
  top: 3px;
  left: 3px;
  border: 1px dashed #6a6a6a;
  transition: all 0.9s ease-in-out;
}

.service_type_four .content .icon_heading h2 a,
.service_type_four .content .icon_heading .title_ser a {
  font-size: 22px;
  display: block;
  transition: all 0.9s ease-in-out;
  line-height: 28px;
  color: var(--color-set-one-2);
  font-weight: 700;
}

.service_type_four .content .icon_heading h2:hover a,
.service_type_four .content .icon_heading .title_ser:hover a {
  color: var(--color-set-one-1);
}

.service_type_four .owl-carousel .owl-item img {
  width: 100% !important;
}

.service_type_four .content p {
  margin-bottom: 20px;
  margin-top: 5px;
}

.service_type_four .content a.rd_more {
  display: block;
  font-size: 14px;
  transition: all 0.9s ease-in-out;
  line-height: 26px;
  color: var(--color-set-one-2);
  font-weight: 600;
  padding-left: 22px;
  position: relative;
  z-index: 10;
}

.service_type_four .content a.rd_more::before {
  content: "\e982";
  font-size: 16px;
  line-height: 26px;
  margin-right: 5px;
  color: var(--color-set-one-1);
  position: absolute;
  left: 0;
  font-family: "icomoon" !important;
}

.service_type_four .content a.rd_more::after {
  position: absolute;
  width: 180px;
  transition: all 0.9s ease-in-out;
  content: "";
  height: 1px;
  right: 0;
  background: #e6e6e6;
  z-index: -1;
  top: 12px;
}

@media (max-width: 420px) {
  .service_type_four .content a.rd_more::after {
    width: 100px;
  }
}
.service_type_four .service_inner:hover a.rd_more {
  color: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content a.rd_more::after {
  background: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content .icon_heading span {
  background: var(--color-set-one-1);
}

.service_type_four .service_inner:hover .content .icon_heading span:after {
  border: 1px dashed #fff;
}

.service_type_four .owl-carousel .owl-dots.disabled {
  display: block !important;
}

.service_type_four .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

.service_type_four .owl-dots .owl-dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 1.9px dashed #cacaca;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service_type_four .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  top: 3px;
  opacity: 0;
  right: 3px;
}

.service_type_four .owl-dots .owl-dot.active,
.service_type_four .owl-dots .owl-dot:hover {
  border: 1.9px dashed var(--color-set-one-1);
}

.service_type_four .owl-dots .owl-dot.active::before,
.service_type_four .owl-dots .owl-dot.active:hover::before {
  opacity: 1;
}

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

==========================pro_gallery_type_three================

-------------------------------------------------------*/
.pro_gallery_type_three {
  position: relative;
}

.pro_gallery_type_three .heading {
  text-align: left;
}

.pro_gallery_type_three .heading h1 {
  padding: 0px;
  color: var(--color-white);
}

a.view_more i {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-set-one-1);
}

a.view_more {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.pro_gallery_type_three .projet_inner {
  position: relative;
  margin: 5px 5px 30px;
  background: #fff;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.pro_gallery_type_three .projet_inner .image {
  position: relative;
}

.pro_gallery_type_three .projet_inner .image img {
  transition: all 0.6s ease-in-out;
}

.pro_gallery_type_three .projet_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.6s ease-in-out;
}

.pro_gallery_type_three .projet_inner:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}

.pro_gallery_type_three .projet_inner:hover .image .overlay {
  border-bottom-right-radius: 250px;
  opacity: 0.8;
}

.pro_gallery_type_three .projet_inner:hover .image img {
  border-bottom-right-radius: 250px;
}

.pro_gallery_type_three .projet_inner .image img {
  width: 100% !important;
}

.pro_gallery_type_three .projet_inner:hover .overlay {
  bottom: 0;
  height: 100%;
}

.pro_gallery_type_three .projet_inner .content {
  position: absolute;
  bottom: 0;
  padding: 25px 20px 25px 30px;
  width: 100%;
}

.pro_gallery_type_three .projet_inner .content h2,
.pro_gallery_type_three .projet_inner .content .entry-title {
  float: left;
  width: 250px;
  transform: translateX(-300px);
  transition: all 0.8s ease-in-out;
  line-height: 22px;
}

.pro_gallery_type_three .projet_inner .content h2 a,
.pro_gallery_type_three .projet_inner .content .entry-title a {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-white);
  font-weight: 600;
}

.pro_gallery_type_three .projet_inner .content .extra_item {
  float: right;
  padding-top: 15px;
  overflow: hidden;
}

.pro_gallery_type_three .projet_inner .content .extra_item a {
  transform: translateX(-300px);
  transition: all 0.8s ease-in-out;
  opacity: 0;
  display: block;
}

.pro_gallery_type_three .projet_inner:hover .content h2,
.pro_gallery_type_three .projet_inner:hover .content .entry-title {
  transform: translateX(0px);
}

.pro_gallery_type_three .projet_inner .content .extra_item a i {
  font-size: 21px;
  color: #808080;
}

.pro_gallery_type_three .projet_inner:hover .content .extra_item a {
  transform: translateX(0px);
  opacity: 1;
}

.pro_gallery_type_three .projet_inner .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pro_gallery_type_three .projet_inner .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -18px;
}

.pro_gallery_type_three .better_opinion {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

@media (max-width: 992px) {
  .pro_gallery_type_three .better_opinion {
    position: relative;
  }
}
.pro_gallery_type_three .better_opinion .opinion_type_one {
  margin-top: 79px;
}

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

==========================pricing_type_one================

-------------------------------------------------------*/
.pricing_type_one {
  position: relative;
}

.pricing_type_one .price_inner {
  position: relative;
  border: 1px solid #e2e2e2;
  transition: all 0.9s ease-in-out;
  margin-bottom: 40px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner.active {
    transform: translate(0px, -46px);
  }
}
@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner {
    margin-top: 90px;
  }
}
.pricing_type_one .price_inner .upper_content {
  padding: 30px 30px 20px;
  position: relative;
  background: #f4f4f4;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner.active .upper_content {
    background: #1c1c1c;
  }
}
.pricing_type_one .price_inner:hover .upper_content {
  background: #1c1c1c;
}

.pricing_type_one .price_inner .upper_content h5,
.pricing_type_one .price_inner .upper_content .pricetitles {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing_type_one .price_inner:hover .upper_content h5,
.pricing_type_one .price_inner:hover .upper_content .pricetitles {
  color: var(--color-white);
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner.active .upper_content h5,
  .pricing_type_one .price_inner.active .upper_content .pricetitles {
    color: var(--color-white);
  }
}
.pricing_type_one .price_inner .upper_content .amount {
  position: relative;
  margin-top: 24px;
  transition: all 0.6s ease-in-out;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner.active .upper_content .amount {
    border-top: 1px solid #333333;
  }
}
.pricing_type_one .price_inner:hover .upper_content .amount {
  border-top: 1px solid #333333;
}

.pricing_type_one .price_inner .upper_content .amount h6,
.pricing_type_one .price_inner .upper_content .amount .amountin {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #808080;
  font-weight: 600;
}

.pricing_type_one .price_inner:hover .upper_content .amount h6,
.pricing_type_one .price_inner:hover .upper_content .amount .amountin {
  color: var(--color-white);
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner.active .upper_content .amount h6,
  .pricing_type_one .price_inner.active .upper_content .amount .amountin {
    color: var(--color-white);
  }
}
.pricing_type_one .price_inner .upper_content .amount h6 span,
.pricing_type_one .price_inner .upper_content .amount .amountin span {
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
  color: var(--color-set-one-1);
}

.pricing_type_one .price_inner .upper_content .amount h6 sup,
.pricing_type_one .price_inner .upper_content .amount .amountin sup {
  font-size: 24px;
  color: var(--color-set-one-1);
  top: -0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.pricing_type_one .price_inner .lower_content {
  position: relative;
  background: #fff;
  transition: all 0.9s ease-in-out;
  padding: 30px;
  overflow: hidden;
}

.pricing_type_one .price_inner .lower_content ul li {
  font-size: 16px;
  color: #808080;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
  line-height: 26px;
}

.pricing_type_one .price_inner .lower_content ul li:last-child {
  border-color: var(--color-white);
}

.pricing_type_one .price_inner .lower_content ul li::before {
  content: "\f00c";
  color: var(--color-set-one-1);
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}

.pricing_type_one .popular_tag {
  position: absolute;
  top: -28px;
  background: var(--color-set-one-1);
  right: -1px;
  padding: 0px 9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing_type_one .price_inner .lower_content .get_start {
  position: relative;
  transition: all 0.9s ease-in-out;
}

.pricing_type_one .price_inner .lower_content .theme_btn {
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
  transition: all 0.9s ease-in-out;
  left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_one .price_inner:hover .lower_content .get_start {
    height: 90px;
    line-height: 90px;
  }
  .pricing_type_one .price_inner.active .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_one .price_inner:hover {
    transform: translate(0px, -46px);
  }
  .pricing_type_one .price_inner:hover .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_one .price_inner.active .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_one .price_inner.active .lower_content .get_start {
    height: 90px;
    line-height: 90px;
  }
  .pricing_type_one .price_inner .lower_content .theme_btn {
    transform: translateY(150px);
    position: absolute;
  }
  .pricing_type_one .price_inner .lower_content .get_start {
    height: 0px;
  }
}
/*-------------------------------------------------------

==========================awards_type_one================

-------------------------------------------------------*/
.awards_type_one {
  position: relative;
}

.awards_type_one .awards_inner {
  position: relative;
  padding: 40px 0px;
  border: 1px solid #282828;
  text-align: center;
  margin-bottom: 30px;
}

.awards_type_one .awards_inner .icon span {
  color: var(--color-white);
  font-size: 125px;
  line-height: 125px;
  margin-bottom: 25px;
  display: block;
}

.awards_type_one .awards_inner .year {
  position: relative;
  margin-bottom: 20px;
}

.awards_type_one .awards_inner .year h5,
.awards_type_one .awards_inner .year .year_h5 {
  font-size: 30px;
  color: var(--color-set-one-1);
  line-height: 38px;
  padding: 1px 15px;
  font-weight: 600;
  background: #000;
  display: inline-block;
  border: 1px solid #282828;
  z-index: 10;
  position: relative;
}

.awards_type_one .awards_inner .year::before {
  position: absolute;
  content: "";
  background: #282828;
  width: 100%;
  height: 1px;
  top: 22px;
  left: 0px;
}

.awards_type_one .awards_inner h2,
.awards_type_one .awards_inner .title_icon_box {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-white);
  padding: 0px 40px;
}

.awards_type_one .awards_inner_mid {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.awards_type_one .awards_inner_mid .icon {
  color: var(--color-set-one-1);
  font-size: 100px;
  line-height: 125px;
  margin-bottom: 0px;
  display: block;
}

.awards_type_one .awards_inner_mid p {
  font-size: 16px;
  color: var(--color-set-one-1);
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.awards_type_one .awards_inner_mid h2,
.awards_type_one .awards_inner_mid .title_icon_box {
  font-size: 30px;
  color: var(--color-white);
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.awards_type_one .awards_inner_mid .view_all {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
}

.awards_type_one .awards_inner_mid .view_all span {
  font-size: 14px;
  color: var(--color-set-one-1);
  margin-right: 5px;
}

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

======================testimonial_type_three========================

--------------------------------------------------------------------*/
.testimonial_type_three {
  position: relative;
}

.testimonial_type_three .testimonial_outer {
  position: relative;
  margin: 40px 15px 30px;
  text-align: center;
  cursor: pointer;
}

.testimonial_type_three .owl-carousel .owl-nav {
  display: none;
}

.testimonial_type_three .upper_content {
  position: relative;
  background: #fff;
  padding: 60px 30px 50px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content {
  background: var(--color-set-one-1);
}

.testimonial_type_three .testimonial_outer:hover .upper_content p {
  color: var(--color-white);
}

.testimonial_type_three .testimonial_outer .upper_content .icon {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}

.testimonial_type_three .testimonial_outer .upper_content .icon span {
  display: block;
  position: relative;
  font-size: 20px;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-set-one-1);
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  line-height: 66px;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content .icon span {
  color: var(--color-set-one-1);
  background: var(--color-set-one-2) !important;
}

.testimonial_type_three .testimonial_outer .upper_content .icon span::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border: 1px dashed var(--color-set-one-1);
  border-radius: 50px;
  left: -5px;
  top: -5px;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_three .testimonial_outer:hover .upper_content .icon span::after {
  border: 1px dashed var(--color-set-one-2);
}

.testimonial_type_three .testimonial_outer .upper_content .rating {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -18px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 140px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul:before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 13px solid transparent;
  border-top: 13px solid #fff;
  border-left: 13px solid transparent;
  border-bottom: 13px solid transparent;
  /* z-index: -10; */
  bottom: -26px;
  margin-left: -15px;
}

.testimonial_type_three .testimonial_outer .upper_content .rating ul li span {
  font-size: 16px;
  line-height: 40px;
  color: var(--color-set-one-1);
}

.testimonial_type_three .testimonial_outer .lower_content .authour_name {
  position: relative;
  margin-top: 5px;
}

.testimonial_type_three .testimonial_outer .lower_content .authour_name h2,
.testimonial_type_three .testimonial_outer .lower_content .authour_name .title_testi {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
  color: var(--color-set-one-2);
}

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

======================news_type_three========================

--------------------------------------------------------------------*/
.news_type_three {
  padding: 100px 0px 70px;
  position: relative;
}

.news_type_three .heading h1 {
  padding: 0px;
}

.news_type_three .heading {
  text-align: left;
}

.news_type_three .more_news {
  float: right;
  border-radius: 30px;
  height: 60px;
  width: 190px;
  margin-top: 23px;
  line-height: 60px;
}

.news_type_three .news_inner {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 30px 26px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.news_type_three .news_inner .image_inner {
  float: left;
}

.news_type_three .news_inner .image_inner .date {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--color-set-one-1);
  line-height: 22px;
  text-align: center;
  color: var(--color-white);
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
}

.news_type_three .news_inner .image_inner .image {
  position: relative;
  z-index: 9;
  margin-left: 20px;
  transform: translateY(-38px);
}

.news_type_three .news_inner .content_inner {
  position: relative;
  margin-left: 153px;
}

.news_type_three .news_inner h2 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.6s ease-in-out;
  display: block;
  margin-bottom: 15px;
  color: var(--color-set-one-2);
}

.news_type_three .news_inner h2:hover a {
  color: var(--color-set-one-1);
}

.news_type_three .news_inner .content_inner p a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #808080;
}

.news_type_three .news_inner .content_inner p a span {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.news_type_three .news_inner .content_inner a.rd_more {
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  line-height: 20px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  font-weight: 600;
}

.news_type_three .news_inner .content_inner a.rd_more::before {
  position: absolute;
  background: #e2e2e2;
  width: 200px;
  content: "";
  height: 1px;
  left: 102px;
  top: 10px;
}

.news_type_three .news_inner .content_inner a.rd_more span {
  font-size: 14px;
  color: var(--color-set-one-1);
  margin-right: 5px;
  line-height: 20px;
}

.news_type_three .news_inner:hover .content_inner a.rd_more {
  color: var(--color-set-one-1);
}

.news_type_three .news_inner .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.news_type_three .news_inner:hover .overlay {
  opacity: 1;
}

.news_type_three .news_inner .image span {
  color: var(--color-white);
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

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

======================news_type_four========================

--------------------------------------------------------------------*/
.news_type_four {
  position: relative;
}

.news_type_four .news_inner {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 30px 26px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.news_type_four .news_inner .image {
  float: left;
  margin-top: 9px;
}

.news_type_four .news_inner .image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.news_type_four .news_inner .image .date {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--color-set-one-1);
  line-height: 22px;
  display: block;
  text-align: center;
  color: var(--color-white);
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  top: 20px;
  left: 20px;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.news_type_four .news_inner:hover .image .date {
  opacity: 0;
  transform: translateY(20px);
}

.news_type_four .news_inner .image {
  position: relative;
}

.news_type_four .news_inner .content_inner {
  position: relative;
  margin-left: 125px;
}

@media (max-width: 768px) {
  .news_type_four .news_inner .content_inner {
    margin-left: 0;
    margin-top: 20px;
  }
  .news_type_four .news_inner .image {
    float: none;
    display: inline-block;
    margin-top: 0px;
  }
}
.news_type_four .news_inner h2 a,
.news_type_four .news_inner .blo-entry-title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  transition: all 0.6s ease-in-out;
  display: block;
  margin-bottom: 10px;
  color: var(--color-set-one-2);
}

.news_type_four .news_inner h2:hover a,
.news_type_four .news_inner .blo-entry-title:hover a {
  color: var(--color-set-one-1);
}

.news_type_four .news_inner .content_inner p a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #808080;
}

.news_type_four .news_inner .content_inner p a span {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.news_type_four .news_inner .content_inner a.rd_more {
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  line-height: 20px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  font-weight: 600;
}

.news_type_four .news_inner .content_inner a.rd_more::before {
  position: absolute;
  background: #e2e2e2;
  width: 36%;
  content: "";
  height: 1px;
  left: 106px;
  top: 10.5px;
}

@media (max-width: 992px) {
  .news_type_four .news_inner .content_inner a.rd_more::before {
    display: none;
  }
}
.news_type_four .news_inner .content_inner a.rd_more span {
  font-size: 14px;
  color: var(--color-set-one-1);
  margin-right: 5px;
  line-height: 20px;
}

.news_type_four .news_inner:hover .content_inner a.rd_more {
  color: var(--color-set-one-1);
}

.news_type_four .news_inner .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.news_type_four .news_inner:hover .overlay {
  opacity: 0.8;
}

.news_type_four .news_inner .image span {
  color: var(--color-white);
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

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

===========================client_logo_type_three==================

-----------------------------------------------------------------*/
.client_logo_type_three {
  position: relative;
  position: relative;
  padding: 65px 0px;
  background: var(--color-set-one-1);
}

.client_logo_type_three .c_image img {
  display: block;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
}

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

===========================contact_type_two==================

-----------------------------------------------------------------*/
.contact_type_two {
  position: relative;
}

.contact_type_two .offers_inner {
  padding: 45px 40px;
  text-align: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  margin-bottom: 20px;
}

.contact_type_two .offers_inner h2,
.contact_type_two .offers_inner .title_icon_box {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.contact_type_two .offers_inner img {
  margin-bottom: 15px;
}

.contact_type_two .offers_inner p {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 15px;
}

.contact_type_two .offers_inner a.theme_btn {
  width: 100%;
  border-radius: 30px;
  background: #1c8828;
  height: 56px;
  line-height: 56px;
}

.contact_type_two .form_inner {
  padding: 40px 40px 20px;
  background: #fff;
  margin-bottom: 20px;
}

.contact_type_two input[type=text],
.contact_type_two input[type=email],
.contact_type_two input[type=tel],
.contact_type_two .ui-selectmenu-button,
.contact_type_two textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

.contact_type_two input ::-moz-placeholder {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact_type_two input ::placeholder {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact_type_two .ui-selectmenu-button {
  line-height: 23px !important;
}

.contact_type_two textarea {
  height: 120px !important;
  line-height: inherit !important;
}

.contact_type_two .ui-selectmenu-text {
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.contact_type_two .theme_btn {
  border: 0px;
  box-shadow: 0px;
  border-radius: 30px;
  height: 56px;
  line-height: 56px;
  width: 100%;
}

.contact_type_two.choose_us {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.contact_type_two.choose_us .product_info {
  background: #fff;
  padding: 23px 20px 20px;
  text-align: center;
}

.product_info.mid {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.contact_type_two.choose_us .product_info h2,
.contact_type_two.choose_us .product_info .title_icon_box {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #808080;
}

.contact_type_two.choose_us .product_info span {
  font-size: 40px;
  color: var(--color-set-one-1);
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 20px;
}

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

===========================address_type_one==================

-----------------------------------------------------------------*/
.address_type_one {
  position: relative;
}

.address_type_one .address_inner {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 35px 30px;
  cursor: pointer;
}

.address_type_one .address_inner .heading_add {
  position: relative;
  margin-bottom: 20px;
}

.address_type_one .address_inner .heading_add span {
  float: left;
  font-size: 50px;
  color: #b8b8b8;
  transition: all 0.6s ease-in-out;
  line-height: 50px;
}

.address_type_one .address_inner:hover .heading_add span {
  color: var(--color-set-one-1);
}

.address_type_one .address_inner .heading_add h2,
.address_type_one .address_inner .heading_add .addtonetitle {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-left: 70px;
  padding-top: 2px;
  line-height: 28px;
  transition: all 0.6s ease-in-out;
  color: var(--color-set-one-2);
}

.address_type_one .address_inner .heading_add h2::before,
.address_type_one .address_inner .heading_add .addtonetitle:before {
  position: absolute;
  content: "";
  background: #e6e6e6;
  width: 60px;
  transition: all 0.6s ease-in-out;
  height: 2px;
  bottom: -15px;
  left: 0;
}

.address_type_one .address_inner:hover .heading_add h2::before,
.address_type_one .address_inner:hover .heading_add .addtonetitle:before {
  background: var(--color-set-one-1);
}

.address_type_one .address_inner span.bg_icon {
  position: absolute;
  font-size: 128px;
  line-height: 128px;
  color: #f4f4f4;
  transition: all 0.6s ease-in-out;
  right: 17px;
  bottom: 14px;
  z-index: -10;
  opacity: 0;
}

.address_type_one .address_inner:hover span.bg_icon {
  opacity: 1;
}

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

===========================footer_type_three==================

-----------------------------------------------------------------*/
.footer.version_v2 {
  position: relative;
  background: #02265f;
  padding: 100px 0px 70px;
}

.footer.version_v3 .footer_widgets {
  position: relative;
  margin-bottom: 30px;
}

.footer.version_v3 .footer_widgets .site_logo img {
  width: 200px;
}

.footer.version_v3 .widget-title::before {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  width: 4px;
  height: 12px;
  top: 7px;
  left: 0px;
}

.footer.version_v3 .widget-title::after {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  width: 2px;
  height: 12px;
  top: 7px;
  left: 5px;
}

.footer.version_v3 .footer_widgets h4.widget-title {
  margin-left: 24px;
  border-bottom: 0px;
  margin-bottom: 15px;
  margin-top: 0;
  color: var(--color-white);
  font-weight: 600;
}

.footer_widgets .review_custm {
  position: relative;
  margin-top: 30px;
}

.footer_widgets .review_custm span.use_icon {
  float: left;
  color: var(--color-white);
  position: relative;
  font-size: 30px;
  z-index: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.footer_widgets .review_custm span.use_icon::after {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  z-index: -10;
  left: 0;
  top: 0;
}

.footer_widgets .right_side {
  margin-left: 80px;
  position: relative;
}

.footer_widgets .right_side h2 {
  font-size: 22px;
  line-height: 26px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 5px;
}

.footer_widgets .right_side p span {
  font-size: 20px;
  line-height: 20px;
  color: var(--color-set-one-1);
}

.gallery_foot {
  position: relative;
  margin-top: 23px;
}

.gallery_foot ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
}

.gallery_foot ul li .image {
  position: relative;
  width: 80px;
  overflow: hidden;
}

.gallery_foot ul li a {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 70px;
  height: 70px;
  background: rgb(32, 158, 46);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.gallery_foot ul li:hover a {
  opacity: 0.9;
}

.gallery_foot ul li a span {
  font-size: 20px;
  color: var(--color-white);
  line-height: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
}

.gallery_foot ul li img {
  position: relative;
}

.footer.version_v3 form {
  margin: 20px 0px 25px;
}

.footer.version_v3 .social_media li i {
  width: 34px;
  height: 34px;
  background: #333333;
  line-height: 34px;
  transition: all 0.6s ease-in-out;
}

.footer.version_v3 .social_media li {
  margin-right: 10px;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  text-align: center;
}

.footer.version_v3 .social_media li a {
  color: var(--color-white);
}

.footer.version_v3 .social_media li:hover i {
  color: var(--color-white);
  background: var(--color-set-one-1);
}

.footer.version_v3 .social_media li h6 {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 700;
  margin-right: 10px;
}

.footer.version_v3 .footer_widgets form input[type=email] {
  position: relative;
  background: #fff;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 60px;
  padding: 10px 157px 10px 13px;
  width: 100%;
  color: #808080;
  font-size: 15px;
}

.footer.version_v3 .footer_widgets form input::-moz-placeholder {
  color: #808080;
}

.footer.version_v3 .footer_widgets form input::placeholder {
  color: #808080;
}

.footer.version_v3 .footer_widgets form input[type=submit] {
  position: absolute;
  background: transparent;
  padding-left: 31px;
  color: var(--color-white);
  text-transform: uppercase;
  width: 150px;
  height: 61px;
  line-height: 5px;
  padding: 0px;
  z-index: 12;
  text-align: center;
  font-size: 14px;
}

.footer.version_v3 .footer_widgets form .mc4wp-form-fields::before {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  height: 60px;
  width: 150px;
  top: 0;
  z-index: 10;
  right: 0;
}

.footer.version_v3 .footer_widgets form .mc4wp-form-fields::after {
  position: absolute;
  content: "";
  background: var(--color-set-one-2);
  height: 40px;
  width: 120px;
  top: 11px;
  right: 15px;
  z-index: 11;
  border-radius: 30px;
}

.footer_last_type_three {
  background: var(--color-set-one-1);
  padding: 12px 0px;
}

.footer_last_type_three ul {
  text-align: right;
}

.footer_last_type_three p {
  margin-top: 10px;
  color: var(--color-white);
}

.footer_last_type_three ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 50px;
  line-height: 45px;
  margin-right: 20px;
}

.footer_last_type_three ul li a {
  color: var(--color-white);
}

.footer_last_type_three ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  right: -12px;
  top: 15px;
}

.footer_last_type_three ul li:last-child {
  margin-right: 0px;
}

.footer_last_type_three ul li:last-child::before {
  display: none;
}

@media (max-width: 992px) {
  .footer_last_type_three p {
    text-align: center;
    font-size: 14px;
  }
  .footer_last_type_three ul {
    text-align: center;
  }
  .footer_last_type_three ul li a {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------

======================================================================inner-pages=========================================================================

--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page-header {
  position: relative;
  position: relative;
  background-image: url("assets/img/page-header-image.png");
  height: 351px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.page-header .header-title {
  position: relative;
}

@media (max-width: 3000px) and (min-width: 768px) {
  .page-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-content: stretch;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .page-header .header-title {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .page-header .header-title .page-title {
    text-align: center;
  }
}
.page-header .header-title .page-title {
  font-size: 56px;
  color: var(--color-white);
  line-height: 66px;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-header .breadcrumb_area {
  width: 100%;
  z-index: 99;
  bottom: 40px;
  left: 0;
  position: absolute;
  padding: 0px 15px;
  text-align: left;
}

@media (max-width: 768px) {
  .page-header .breadcrumb_area {
    position: relative;
    text-align: center;
    bottom: inherit;
    left: inherit;
  }
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb {
  text-align: right;
}

.page-header .breadcrumb_area .breadcrumbs .post-categories {
  width: 100%;
  position: relative;
  display: inline-block;
}

.page-header .breadcrumb_area .breadcrumbs .post-categories li {
  display: inline-block;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 26px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
  margin-right: 30px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
  margin-right: 0px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child:before {
  display: none;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:before {
  position: absolute;
  content: "";
  height: 0px;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  bottom: 7px;
  right: -21px;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child::before {
  display: none;
}

.page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 768px) {
  .page-header .header-title .page-title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }
  .page-header {
    padding: 70px 0px;
  }
  .page-header .header-title {
    height: auto;
    padding: 0px 0px 30px;
  }
  .page-header .breadcrumb_area .breadcrumbs .bread-crumb {
    position: relative;
    text-align: center;
    bottom: inherit;
    padding: 0px;
  }
  .page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
    color: var(--color-white);
    font-size: 15px;
  }
  .page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
    color: var(--color-white);
    font-size: 15px;
  }
  .page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
    float: none;
    display: inline-block;
    margin-right: 25px;
    margin-left: 0px;
  }
  .page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
    margin-right: 0px;
  }
  .page-header {
    position: relative;
    height: auto;
  }
}
/*-------------------------------------------------------------------------------------------------------------

===========================about us page======================================================================

---------------------------------------------------------------------------------------------------------------*/
.awards_type_two {
  position: relative;
}

.awards_type_two .awards_inner {
  position: relative;
  margin-bottom: 30px;
}

.award_highlight_txt {
  width: 408.5px;
  height: 70px;
  text-align: center;
  background: #fff;
  border-right: 5px solid var(--color-set-one-1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  transform: rotate(-90deg);
  top: 170px;
  left: -170px;
}

@media (max-width: 1199px) {
  .award_highlight_txt {
    position: absolute !important;
    width: 100% !important;
    height: auto !important;
    top: inherit !important;
    left: 0px !important;
    bottom: 0 !important;
    transform: inherit !important;
  }
}
.award_highlight_txt h6,
.award_highlight_txt .awh6 {
  line-height: 70px;
  font-size: 22px;
  color: var(--color-set-one-1);
  font-weight: 700;
}

@media (max-width: 600px) {
  .award_highlight_txt h6,
  .award_highlight_txt .awh6 {
    line-height: 30px;
    padding: 10px 10px;
    font-size-adjust: 16px;
  }
}
.award_highlight_txt h6 span,
.award_highlight_txt .awh6 span {
  font-size: 14px;
  color: var(--color-set-one-1);
  list-style: 20px;
  margin-left: 0px;
  margin-right: 20px;
}

@media (max-width: 600px) {
  .award_highlight_txt h6 span,
  .award_highlight_txt .awh6 span {
    display: none;
  }
}
.award_highlight_txt h6 span.second,
.award_highlight_txt .awh6 span.second {
  margin-left: 20px;
  margin-right: 0px;
}

.awards_type_two .awards_inner img {
  width: 100%;
}

.awards_type_two .awards_inner .video-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.awards_type_two .awards_inner .video-holder .icon {
  position: relative;
  width: 100px;
  float: left;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  border: 1px dashed #fff;
  text-align: center;
}

.awards_type_two .awards_inner .video-holder a.html5lightbox {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.awards_type_two .awards_inner .video-holder span {
  font-size: 30px;
  color: var(--color-set-one-1);
  left: 0;
  right: 0;
  top: 0;
  line-height: 40px;
  bottom: 0;
  text-align: center;
  margin: auto;
  position: absolute;
  width: 40px;
  height: 40px;
}

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

===========================about_our_comapny==================

-----------------------------------------------------------------*/
.about_our_comapny {
  position: relative;
  padding-bottom: 70px;
}

.about_our_comapny .about_company_inner {
  position: relative;
  margin-bottom: 30px;
}

.about_our_comapny .about_company_inner p.des_one,
.about_our_comapny .about_company_inner p.des_two {
  margin-bottom: 20px;
}

.authour_quotes {
  position: relative;
  padding-top: 15px;
  display: flex;
  align-items: center !important;
}

.authour_quotes .ath_img {
  float: left;
  position: relative;
  border-radius: 50%;
  min-width: 90px;
  height: 90px;
}

.authour_quotes .ath_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}

.authour_quotes .ath_img span {
  background: #fff;
  position: absolute;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  height: 40px;
  left: -14px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  line-height: 40px;
  color: var(--color-set-one-1);
  z-index: 1;
}

.authour_quotes .quotes_in {
  position: relative;
  margin-left: 25px;
}

@media (max-width: 768px) {
  .authour_quotes .quotes_in {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .authour_quotes .ath_img {
    float: none;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
  }
  .authour_quotes {
    display: block;
  }
}
.authour_quotes .quotes_in h2,
.authour_quotes .quotes_in .image_title_b {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #808080;
  line-height: 26px;
}

.authour_quotes .quotes_in h6,
.authour_quotes .quotes_in .quo_h6 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-set-one-2);
  line-height: 28px;
}

.authour_quotes .quotes_in h6 strong,
.authour_quotes .quotes_in .image_title_b strong {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--color-set-one-1);
  font-size: 16px;
}

.about_company_right {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.about_company_right #tabs-nav {
  position: relative;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 14px 13px -10px rgba(0, 0, 0, 0.09);
}

.about_company_right #tabs-nav .navitem {
  position: relative;
  display: inline-block;
}

.about_company_right #tabs-nav .navitem .navlink {
  position: relative;
  height: 139px;
  padding: 0px;
  background: #fff;
  width: 180px;
  display: block;
  text-align: center;
}

@media (max-width: 1199px) {
  .about_company_right #tabs-nav .navitem .navlink {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .about_company_right #tabs-nav .navitem .navlink {
    width: 100%;
  }
  .about_company_right #tabs-nav .navitem {
    display: block;
  }
}
.about_company_right #tabs-nav .navitem .navlink .mission {
  position: relative;
  padding: 25px 10px 10px;
  height: 139px;
}

.about_company_right #tabs-nav .navitem.active .navlink span {
  color: var(--color-set-one-1);
}

.about_company_right #tabs-nav .navitem.active .navlink .mission h2,
.about_company_right #tabs-nav .navitem.active .navlink .mission .tabt {
  color: var(--color-set-one-1);
}

.about_company_right #tabs-nav .navitem {
  border-right: 1px solid #e6e6e6;
}

.about_company_right #tabs-nav .navitem:last-child {
  border-right: 0px;
}

.about_company_right #tabs-nav .navitem .navlink span {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  display: block;
  color: #a8a8a8;
}

.about_company_right #tabs-nav .navitem .navlink h2,
.about_company_right #tabs-nav .navitem .navlink .tabt {
  font-size: 20px;
  color: #808080;
  font-weight: 600;
  line-height: 26px;
}

.about_company_right .tab-content {
  padding: 28px 30px;
  position: relative;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.about_company_right .tab-content {
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  font-weight: 400;
}

.about_company_right .tab-content p:first-child {
  margin-bottom: 15px;
}

.about_company_right .tab-content p:last-child {
  margin-bottom: 0px !important;
}

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

==========================team-type-two=================

-----------------------------------------------------*/
.team_type_two {
  position: relative;
}

.team_type_two .heading {
  text-align: left;
}

.team_type_two .heading h1 {
  padding: 0px;
}

.team_type_two .team_outer {
  position: relative;
  margin: 5px 10px 30px;
  transition: all 0.6s ease-in-out;
}

.team_type_two .owl-carousel .owl-dots {
  display: none !important;
}

.team_type_two .owl-carousel .owl-nav {
  display: block !important;
}

.team_type_two .team_outer .image img {
  width: 100% !important;
}

.team_type_two .team_outer .image {
  position: relative;
  overflow: hidden;
  height: 290px;
  overflow: hidden;
}

.team_type_two .team_outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team_type_two .team_outer .image .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.team_type_two .team_outer .image .overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease-in-out;
  background: rgb(32, 158, 46);
  opacity: 0;
}

.team_type_two .team_outer:hover .image .overlay {
  opacity: 1;
}

.team_type_two .team_outer:hover .image .overlay:before {
  opacity: 0.8;
}

.team_type_two .team_outer .image .overlay p {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  padding: 30px;
  color: var(--color-white);
}

.team_type_two .team_outer .image .overlay p::before {
  position: absolute;
  content: "";
  width: 84%;
  height: 1px;
  background: #fff;
  left: 30px;
  bottom: 14px;
  opacity: 0.2;
}

.team_type_two .team_outer .image .overlay ul {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.team_type_two .team_outer .image .overlay ul li {
  display: inline-block;
  margin: 0px 5px;
}

.team_type_two .team_outer .image .overlay ul li a {
  width: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  border: 1px dashed #fff;
  height: 45px;
  border-radius: 50px;
  background: transparent;
  color: var(--color-set-one-1);
}

.team_type_two .team_outer .image .overlay ul li:nth-child(1) {
  transform: translateY(150px);
  transition: all 0.3s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(2) {
  transform: translateY(200px);
  transition: all 0.5s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(3) {
  transform: translateY(250px);
  transition: all 0.7s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li:nth-child(4) {
  transform: translateY(300px);
  transition: all 0.9s ease-in-out;
}

.team_type_two .team_outer .image .overlay ul li a {
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.team_type_two .team_outer:hover .image .overlay ul li {
  transform: translateY(0px);
}

.team_type_two .team_outer .image .overlay ul li a:hover {
  background: #fff;
  border-style: solid;
}

.team_type_two .team_outer .image .overlay ul li:hover a {
  color: var(--color-set-one-1);
}

.team_type_two .content_inner {
  position: relative;
  margin: 25px 20px 0px;
  background: #fff;
  text-align: center;
}

.team_type_two .content_inner::before {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  width: 100%;
  left: 0;
  opacity: 1;
  height: 10px;
  transition: all 0.6s ease-in-out;
  top: -30px;
}

.team_type_two .content_inner h2 a,
.team_type_two .content_inner .title_team a {
  color: var(--color-set-one-2);
  font-size: 22px;
  display: block;
  line-height: 28px;
  font-weight: 700;
}

.team_type_two .content_inner p {
  color: var(--color-set-one-1);
  padding-bottom: 20px;
}

.team_type_two .team_outer:hover {
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.05);
}

.team_type_two .team_outer:hover .content_inner::before {
  opacity: 0;
  transform: translateY(-10px);
}

.team_type_two .owl-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: auto;
  text-align: center;
  top: -110px;
  right: 10px;
}

@media (max-width: 600px) {
  .team_type_two .owl-carousel .owl-nav {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 80px;
  }
}
.team_type_two .owl-carousel .owl-nav .owl-prev,
.team_type_two .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
}

.team_type_two .owl-carousel .owl-nav .owl-next .icon-next {
  transform: rotate(360deg);
  display: block;
  line-height: 60px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.team_type_two .owl-carousel .owl-nav .owl-prev:hover,
.team_type_two .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
  border: 1px solid var(--color-set-one-1);
}

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

==========================process_type_one=================

-----------------------------------------------------*/
.process_type_one {
  position: relative;
}

.process_type_one .heading h1 {
  color: var(--color-white);
}

.process_type_one .owl-carousel .owl-nav.disabled,
.process_type_one .owl-carousel .owl-nav {
  display: none;
}

.process_type_one .owl-carousel .owl-dots.disabled {
  display: block !important;
}

.process_type_one .owl-dots {
  position: relative;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

.process_type_one .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.process_type_one .owl-dots .owl-dot:hover,
.process_type_one .owl-dots .owl-dot.active {
  border: 2px solid var(--color-set-one-2);
}

.process_type_one .porcess_outer {
  position: relative;
  padding: 8px;
  background: #fff;
  margin: 60px 8px 5px;
}

.process_type_one .arrow {
  position: relative;
}

.process_type_one .arrow::before {
  position: absolute;
  content: url(assets/img/arrow.png);
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: -22px;
}

@media (max-width: 768px) {
  .process_type_one .arrow {
    display: none;
  }
}
.process_type_one .porcess_outer .process_inner {
  padding: 65px 35px 35px;
  text-align: center;
  position: relative;
  border: 1px dashed #e6e6e6;
  transition: all 0.6s ease-in-out;
}

.process_type_one .porcess_outer .process_inner .image {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}

.process_type_one .porcess_outer:hover .process_inner .image img {
  border: 1px dashed transparent;
}

.process_type_one .porcess_outer:hover .process_inner {
  border: 1px dashed var(--color-set-one-1);
}

.process_type_one .process_inner .image_in {
  display: inline-block;
  margin-bottom: 20px;
  width: 110px;
  height: 110px;
  padding: 8px;
  position: relative;
  margin: 0 auto;
  border: 1px dashed #e6e6e6;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
}

.process_type_one .porcess_outer .process_inner .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.process_type_one .process_inner .image_in .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.process_type_one .process_inner .image_in .overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease-in-out;
  background: rgb(32, 158, 46);
  border-radius: 50%;
}

.process_type_one .porcess_outer:hover .process_inner .image_in .overlay:before {
  opacity: 0.8;
}

.process_type_one .porcess_outer:hover .process_inner .image_in .overlay {
  opacity: 1;
}

.process_type_one .porcess_outer .process_inner .image_in h6,
.process_type_one .porcess_outer .process_inner .image_in .h6_div {
  position: absolute;
  top: 0;
  color: var(--color-white);
  left: 0;
  font-size: 20px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.process_type_one .porcess_outer .process_inner .image::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 50px;
  background-color: var(--color-white);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  bottom: 15px;
  margin-left: 0px;
}

.process_type_one .porcess_outer .process_inner .content_inner {
  position: relative;
}

.process_type_one .porcess_outer .process_inner .content_inner h2 a,
.process_type_one .porcess_outer .process_inner .content_inner .pprotone_titl a {
  font-size: 22px;
  color: var(--color-set-one-2);
  font-weight: 700;
  transition: all 0.6s ease-in-out;
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
}

.process_type_one .porcess_outer:hover .process_inner .content_inner h2 a,
.process_type_one .porcess_outer:hover .process_inner .content_inner .pprotone_titl a {
  color: var(--color-set-one-1);
}

.quote_client_type_one.about {
  padding-top: 235px;
}

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

=====================================404 page=======================================

----------------------------------------------------------------------------------*/
.error-404.not-found {
  text-align: center;
  position: relative;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 200px;
  color: var(--color-white);
  font-weight: 600;
}

.error-404.not-found h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 20px;
}

.error-404.not-found p {
  color: var(--color-white);
  padding-bottom: 30px;
  font-size: 18px;
}

.error-404.not-found .theme_btn {
  background: #fff;
  color: var(--color-set-one-2);
  width: 290px;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
}

@media (max-width: 992px) {
  .error-404.not-found .dp_none {
    display: none;
  }
}
/*------------------------------------------------------------------

==============================faqs page==============================

------------------------------------------------------------------*/
.faq_type_one {
  position: relative;
  padding: 100px 0px 70px;
}

ul .inner.faq_inner {
  display: none;
}

.accordion.faqs_accordion {
  position: relative;
}

.accordion.faqs_accordion .article-title {
  padding: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  margin: 0px;
  position: relative;
}

.accordion.faqs_accordion .article-title {
  padding: 14px 50px 14px 30px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-set-one-2);
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.accordion.faqs_accordion .article-title.active {
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.accordion.faqs_accordion .article-title.active {
  margin-bottom: 0px;
}

.accordion.faqs_accordion .article-title::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0px;
  font-size: 16px;
  top: 0px;
  height: 100%;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  color: #888888 !important;
}

.accordion.faqs_accordion .accordion-content.hide {
  display: none;
}

.accordion.faqs_accordion .article-title.active::before {
  border-left: 1px solid #198926;
  color: var(--color-white) !important;
}

.accordion.faqs_accordion {
  border-radius: 0px;
  border: 0px solid #e6e6e6 !important;
  margin-bottom: 20px;
  overflow: inherit;
}

.faq_type_one .btn-link.collapsed {
  background: #fff !important;
  border-radius: 0px;
  color: var(--color-set-one-2) !important;
  border: 1px solid #e6e6e6 !important;
}

.faq_type_one .btn-link.collapsed::before {
  border-left: 1px solid #e6e6e6;
  color: #888888 !important;
}

.faq_type_one .btn-link {
  background: var(--color-set-one-1) !important;
  border-radius: 0px;
  color: var(--color-white) !important;
  border: 1px solid #198926 !important;
}

.faq_type_one .btn-link::before {
  border-left: 1px solid #198926;
  color: var(--color-white) !important;
}

.accordion.faqs_accordion .article-title::after {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #fff;
  bottom: -1px;
  left: 33px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.accordion.faqs_accordion .article-title.active::after {
  opacity: 1;
}

.faq_type_one .btn-link.collapsed::after {
  display: none;
}

.accordion.faqs_accordion .accordion-content {
  padding: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid var(--color-set-one-1);
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .accordion.faqs_accordion .article-title {
    font-size: 16px;
    padding: 14px 65px 14px 15px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .accordion.faqs_accordion {
    margin-bottom: 50px;
  }
}
.any_questions {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.any_questions h2 {
  padding: 14px 30px;
  color: var(--color-white);
  background: var(--color-set-one-1);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.any_questions .form_inner {
  position: relative;
  padding: 25px 30px;
}

.any_questions .form_inner label {
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 26px;
}

.any_questions .form_inner .theme_btn {
  border: 0px;
  box-shadow: none;
  width: 100%;
  border-radius: 50px;
  margin-top: 10px;
}

.any_questions input[type=text],
.any_questions input[type=email],
.any_questions textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 400;
}

.any_questions textarea {
  height: 150px !important;
}

.any_questions input::-moz-placeholder, .any_questions textarea::-moz-placeholder {
  color: #808080;
}

.any_questions input::placeholder,
.any_questions textarea::placeholder {
  color: #808080;
}

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

=============================== .pricing_type_two==============================

-----------------------------------------------------------------------------*/
.pricing_type_two {
  position: relative;
}

.pricing_type_two .price_inner {
  padding: 8px;
  position: relative;
  transition: all 0.9s ease-in-out;
  margin-bottom: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.pricing_type_two .price_inner .price_innner_in {
  position: relative;
  border: 1px dashed transparent;
  transition: all 0.9s ease-in-out;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_two .price_inner.active {
    transform: translate(0px, -46px);
  }
}
@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_two .price_inner {
    margin-top: 90px;
  }
}
.pricing_type_two .price_inner:hover .price_innner_in {
  border: 1px dashed var(--color-set-one-1);
}

.pricing_type_two .price_inner.active .price_innner_in {
  border: 1px dashed var(--color-set-one-1);
}

.pricing_type_two .price_inner .upper_content {
  padding: 30px 30px 20px;
  position: relative;
  background: #fff;
  transition: all 0.6s ease-in-out;
}

.pricing_type_two .price_inner .upper_content h5,
.pricing_type_two .price_inner .upper_content .pricetitles {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color-set-one-2);
}

.pricing_type_two .price_inner .upper_content .amount {
  position: relative;
  margin-top: 24px;
  transition: all 0.6s ease-in-out;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}

.pricing_type_two .price_inner .upper_content .amount h6,
.pricing_type_two .price_inner .upper_content .amount .amountin {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  color: #808080;
  font-weight: 700;
}

.pricing_type_two .price_inner .upper_content .amount h6 span,
.pricing_type_two .price_inner .upper_content .amount .amountin span {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: var(--color-set-one-1);
}

.pricing_type_two .price_inner .upper_content .amount h6 sup,
.pricing_type_two .price_inner .upper_content .amount .amountin sup {
  font-size: 24px;
  color: var(--color-set-one-1);
  top: -0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.pricing_type_two .price_inner .lower_content {
  position: relative;
  background: #fff;
  transition: all 0.9s ease-in-out;
  padding: 0px 30px 30px;
  overflow: hidden;
}

.pricing_type_two .price_inner .lower_content ul li {
  font-size: 16px;
  color: #808080;
  position: relative;
  padding: 10px 0px 10px 25px;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
  line-height: 26px;
}

.pricing_type_two .price_inner .lower_content ul li:last-child {
  border-color: var(--color-white);
}

.pricing_type_two .price_inner .lower_content ul li::before {
  content: "\f00c";
  color: var(--color-set-one-1);
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}

.pricing_type_two .popular_tag {
  position: absolute;
  top: -37px;
  background: var(--color-set-one-1);
  right: -1px;
  padding: 0px 9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing_type_two .price_inner .lower_content .get_start {
  position: relative;
  transition: all 0.9s ease-in-out;
}

.pricing_type_two .price_inner .lower_content .theme_btn {
  border-radius: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
  transition: all 0.9s ease-in-out;
  left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .pricing_type_two .price_inner:hover .lower_content .get_start {
    height: 90px;
    line-height: 90px;
  }
  .pricing_type_two .price_inner.active .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_two .price_inner:hover {
    transform: translate(0px, -46px);
  }
  .pricing_type_two .price_inner:hover .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_two .price_inner.active .lower_content .theme_btn {
    transform: translateY(0px);
  }
  .pricing_type_two .price_inner.active .lower_content .get_start {
    height: 90px;
    line-height: 90px;
  }
  .pricing_type_two .price_inner .lower_content .theme_btn {
    transform: translateY(150px);
    position: absolute;
  }
  .pricing_type_two .price_inner .lower_content .get_start {
    height: 0px;
  }
}
/*-----------===================pricing_type_two style_three===================--------------*/
.pricing_type_two.style_three .price_inner .lower_content .theme_btn {
  transform: translateY(0px);
  position: relative;
  margin-bottom: 0px;
}

.pricing_type_two.style_three .price_inner .lower_content .get_start {
  height: auto;
  line-height: inherit;
}

.pricing_type_two.style_three .price_inner {
  margin-top: 0px;
  background: #fff;
  border-radius: 10px;
}

.pricing_type_two.style_three .price_inner.active {
  transform: inherit;
  background: #f4faf4;
  box-shadow: unset;
}

.pricing_type_two.style_three .price_inner .price_innner_in {
  background: transparent;
}

.pricing_type_two.style_three .price_inner:hover {
  transform: inherit;
  background: #f4faf4;
  box-shadow: unset;
}

.pricing_type_two.style_three .price_inner .price_innner_in {
  border: 0px !important;
}

.pricing_type_two.style_three .price_inner.active .lower_content .get_start {
  height: inherit;
  line-height: inherit;
}

.pricing_type_two.style_three .price_inner:hover .lower_content .get_start {
  height: inherit;
  line-height: inherit;
}

.pricing_type_two.style_three .price_inner .lower_content ul li {
  border: 0px;
}

.pricing_type_two.style_three .popular_tag {
  position: absolute;
  top: 0;
  background: var(--color-set-one-1);
  right: 0;
  padding: 0px 9px;
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 5px;
}

.pricing_type_two.style_three .price_inner .upper_content .amount h6,
.pricing_type_two.style_three .price_inner .upper_content .amount .amountin {
  font-size: 16px;
  font-weight: 400;
}

.pricing_type_two.style_three .price_inner .upper_content .amount {
  border: 0px;
  padding-top: 20px;
  margin-top: 0px;
}

.pricing_type_two.style_three .price_inner .lower_content {
  background: transparent;
}

.pricing_type_two.style_three .price_inner .upper_content {
  padding: 30px 30px 9px;
  text-align: center;
  background: transparent;
}

.pricing_type_two.style_three .price_inner .lower_content ul li::before {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #f4faf4;
  text-align: center;
  font-size: 10px;
  border-radius: 30px;
  color: #808080;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pricing_type_two.style_three .price_inner .upper_content h5,
.pricing_type_two.style_three .price_inner .upper_content .pricetitles {
  font-weight: 700;
}

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

===============================.testimonial_all==============================

-----------------------------------------------------------------------------*/
.testimonial_all {
  position: relative;
}

.testimonial_all .testimonial_outer {
  position: relative;
  margin-bottom: 30px;
}

.testimonial_all.grid .testimonial_outer {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.testimonial_all.grid .testimonial_outer .image img {
  border-radius: 50%;
}

.testimonial_all .testimonial_outer ul {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 10px;
}

.testimonial_all .testimonial_outer ul li span {
  font-size: 18px;
  line-height: 40px;
  color: var(--color-set-one-1);
}

.testimonial_all .testimonial_outer .content_inner {
  position: relative;
  padding: 20px 20px 0px;
}

.testimonial_all .testimonial_outer .content_inner p {
  margin-bottom: 10px;
}

.testimonial_all .testimonial_outer .content_inner h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-set-one-2);
}

.testimonial_all .testimonial_outer .authour_name p {
  color: var(--color-set-one-1);
}

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

===============================.two_column_grid==============================

-----------------------------------------------------------------------------*/
.two_columns_masonry .project_inner {
  margin-bottom: 30px;
  position: relative;
}

.two_columns_masonry .project_inner .image {
  position: relative;
}

.two_columns_masonry .project_inner .image img {
  width: 100%;
}

.two_columns_masonry .project_inner .image::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.6s ease-in-out;
}

.two_columns_masonry .project_inner:hover .image::before {
  height: 100%;
  bottom: 0;
}

.two_columns_masonry .project_inner .content_inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 20px;
}

.two_columns_masonry .project_inner .content_inner .overlay_content {
  position: relative;
  display: inline-block;
}

.two_columns_masonry .project_inner .content_inner h2,
.two_columns_masonry .project_inner .content_inner .entry-title {
  background: #fff;
  position: relative;
  z-index: 11;
  display: inline-block;
  padding: 15px 15px;
}

.two_columns_masonry .project_inner .content_inner h2 a,
.two_columns_masonry .project_inner .content_inner .entry-title a {
  font-size: 22px;
  line-height: 28px;
  color: var(--color-set-one-2);
  font-weight: 700;
  display: block;
  transition: all 0.6s ease-in-out;
}

@media (max-width: 768px) {
  .two_columns_masonry .project_inner .content_inner h2 a,
  .two_columns_masonry .project_inner .content_inner .entry-title a {
    font-size: 18px;
  }
}
.two_columns_masonry .project_inner .content_inner h2:hover a,
.two_columns_masonry .project_inner .content_inner .entry-title:hover a {
  color: var(--color-set-one-1);
}

.two_columns_masonry .project_inner .content_inner .gallery_image {
  position: absolute;
  width: 60px;
  height: 100%;
  background: var(--color-set-one-1);
  top: 0;
  right: -5px;
  transition: all 0.6s ease-in-out;
}

.two_columns_masonry .project_inner .content_inner .gallery_image span {
  color: var(--color-white);
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.two_columns_masonry .project_inner:hover .content_inner .gallery_image {
  right: -60px;
}

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

===============================.three_column_grid==============================

-----------------------------------------------------------------------------*/
.three_columns_masonry .project_inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.three_columns_masonry {
  width: 25%;
  padding: 0px 12px 10px;
}

.three_columns_masonry:nth-child(3) {
  width: 50%;
}

.three_columns_masonry:nth-child(7) {
  width: 50%;
}

@media (max-width: 768px) {
  .three_columns_masonry {
    width: 100%;
  }
  .three_columns_masonry:nth-child(3) {
    width: 100%;
  }
  .three_columns_masonry:nth-child(7) {
    width: 100%;
  }
}
.three-columns-masonry .site-main {
  padding: 0px 15px 0px 0px;
}

.three_columns_masonry .project_inner .image img {
  width: 100%;
}

.three_columns_masonry .project_inner .image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.three_columns_masonry .project_inner:hover .image:before {
  opacity: 0.9;
}

.three_columns_masonry .project_inner h2 a,
.three_columns_masonry .project_inner .entry-title a {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: -100%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  font-weight: 600;
}

.three_columns_masonry .project_inner:hover h2 a,
.three_columns_masonry .project_inner:hover .entry-title a {
  opacity: 1;
  top: 48%;
}

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

===============================.project_type_two==============================

--------------------------------------------------------------------------



.three-columns-grid .container.auto_container {

padding: 0px;

}

---*/
.three-columns-grid .fliter_group {
  text-align: center;
  margin-bottom: 50px;
}

.three-columns-grid .fliter_group ul {
  display: inline-block;
  text-align: center;
  border: 1px dashed #d2d2d2;
  border-radius: 3px;
  padding: 0px 60px;
}

.three-columns-grid .fliter_group ul li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.three-columns-grid .fliter_group ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #d2d2d2;
  width: 1px;
  height: 25px;
}

.three-columns-grid .fliter_group ul li.current,
.three-columns-grid .fliter_group ul li:hover {
  color: var(--color-set-one-1);
}

.three-columns-grid .fliter_group ul li:last-child::before {
  display: none;
}

.fliter_group.project_posts {
  text-align: center;
  margin-bottom: 60px;
}

.fliter_group.project_posts ul {
  display: inline-block;
  text-align: center;
  border: 1px dashed #d2d2d2;
  border-radius: 3px;
  padding: 0px 60px;
}

.fliter_group.project_posts ul li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.fliter_group.project_posts ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #d2d2d2;
  width: 1px;
  height: 25px;
}

.fliter_group.project_posts ul li.current,
.fliter_group.project_posts ul li:hover {
  color: var(--color-set-one-1);
}

.fliter_group.project_posts ul li:last-child::before {
  display: none;
}

.three_column_filter_grid .project_inner {
  position: relative;
  margin-bottom: 30px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.three_column_filter_grid .project_inner:hover {
  border: 2px solid var(--color-set-one-1);
}

.three_column_filter_grid .project_inner .image {
  display: block;
  position: relative;
}

.three_column_filter_grid .project_inner .image img {
  width: 100%;
}

.three_column_filter_grid .project_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.three_column_filter_grid .project_inner:hover .overlay {
  bottom: 0;
  opacity: 0.9;
  height: 100%;
}

.three_column_filter_grid .project_inner .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.three_column_filter_grid .project_inner .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -21px;
}

.three_column_filter_grid .project_inner .content_inner {
  position: absolute;
  width: 100%;
  text-align: center;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 15px 20px 12px;
  background: #fff;
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner h2 a,
.three_column_filter_grid .project_inner .content_inner .entry-title a {
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .three_column_filter_grid .project_inner .content_inner h2 a,
  .three_column_filter_grid .project_inner .content_inner .entry-title a {
    font-size: 18px;
  }
}
.three_column_filter_grid .project_inner .content_inner h2:hover a,
.three_column_filter_grid .project_inner .content_inner .entry-title:hover a {
  color: var(--color-set-one-1);
}

.three_column_filter_grid .project_inner:hover .content_inner {
  opacity: 1;
  transform: translateY(0px);
}

.three_column_filter_grid .project_inner .content_inner p a {
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner a {
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.three_column_filter_grid .project_inner .content_inner p:hover a {
  color: var(--color-set-one-1);
}

.three_column_filter_grid .project_inner .content_inner a:hover {
  color: var(--color-set-one-1);
}

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

===============================.project_type_three==============================

-----------------------------------------------------------------------------*/
.two-columns-grid .container.auto_container {
  padding: 0px;
}

.two-columns-grid .fliter_group {
  text-align: center;
  margin-bottom: 50px;
}

.two-columns-grid .fliter_group ul {
  display: inline-block;
  text-align: center;
  border: 1px dashed #d2d2d2;
  border-radius: 3px;
  padding: 0px 60px;
}

.two-columns-grid .fliter_group ul li {
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-set-one-2);
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.two-columns-grid .fliter_group ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 15px;
  border: 0.5px dashed #d2d2d2;
  width: 1px;
  height: 25px;
}

.two-columns-grid .fliter_group ul li.current,
.two-columns-grid .fliter_group ul li:hover {
  color: var(--color-set-one-1);
}

.two-columns-grid .fliter_group ul li:last-child::before {
  display: none;
}

.two_column_filter_grid .project_inner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.two_column_filter_grid .project_inner .image {
  display: block;
  position: relative;
}

.two_column_filter_grid .project_inner .image img {
  width: 100%;
}

.two_column_filter_grid .project_inner .image .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.two_column_filter_grid .project_inner:hover .overlay {
  bottom: 0;
  height: 100%;
}

.two_column_filter_grid .project_inner .image .overlay::before {
  position: absolute;
  content: "";
  background: var(--color-set-one-1);
  width: 60px;
  height: 0%;
  right: 0;
  top: 100%;
  transition: all 0.6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .image .overlay::before {
  height: 100%;
  top: 0;
}

.two_column_filter_grid .project_inner .image span.icon {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 43%;
  left: 42%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.two_column_filter_grid .project_inner .image span.icon::after {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px dashed #fff;
  background: none;
  transition: all 0.6s ease-in-out;
  left: -19px;
  top: -21px;
}

.two_column_filter_grid .project_inner .content_inner h2,
.two_column_filter_grid .project_inner .content_inner .entry-title {
  position: absolute;
  width: 100%;
  left: -150px;
  bottom: 0;
  background: var(--color-set-one-1);
  padding: 16px 65px 16px 25px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.two_column_filter_grid .project_inner .content_inner h2 a,
.two_column_filter_grid .project_inner .content_inner .entry-title a {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 600;
  display: block;
}

@media (max-width: 768px) {
  .two_column_filter_grid .project_inner .content_inner h2 a,
  .two_column_filter_grid .project_inner .content_inner .entry-title a {
    font-size: 18px;
  }
}
.two_column_filter_grid .project_inner .content_inner h2 span,
.two_column_filter_grid .project_inner .content_inner .entry-title span {
  font-size: 13px;
  float: right;
  color: var(--color-white);
  line-height: 28px;
}

.two_column_filter_grid .project_inner .content_inner .meta_value a {
  color: var(--color-white);
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .content_inner h2,
.two_column_filter_grid .project_inner:hover .content_inner .entry-title {
  left: 0;
  opacity: 1;
}

.two_column_filter_grid .project_inner .content_inner .meta_value {
  position: absolute;
  transform: rotate(90deg) scaleX(1);
  transform-origin: top right;
  top: 104px;
  right: 16px;
  transition: all 0.6s ease-in-out;
}

.two_column_filter_grid .project_inner:hover .content_inner .meta_value {
  top: 185px;
}

.two_column_filter_grid .project_inner:hover .content_inner .meta_value a {
  opacity: 1;
  transform: scaleX(-1);
}

.two_column_filter_grid .project_inner .content_inner .meta_value a::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 0.5px;
  background: #fff;
  margin-left: -65px;
  top: 13px;
}

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

===========================================product-details==============================================

-------------------------------------------------------------------------------------------------------*/
.project_details {
  position: relative;
}

.project_details .sub_title {
  font-size: 36px;
  line-height: 42px;
  color: var(--color-set-one-2);
  margin-bottom: 20px;
  font-weight: 700;
}

.project_details .project_description,
.project_details .project_scope {
  position: relative;
  margin-bottom: 50px;
}

.project_details .project_scope ul {
  position: relative;
  margin-top: 20px;
}

.project_details .project_scope ul li {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding-left: 30px;
}

.project_details .project_scope ul li::before {
  content: "\e93b";
  position: absolute;
  font-size: 20px;
  color: var(--color-set-one-1);
  font-family: "icomoon";
  left: 0;
}

.project_details .project_details_image {
  position: relative;
  margin-bottom: 30px;
}

.project_details .project_details_image .image {
  position: relative;
  margin-bottom: 10px;
}

.project_details .project_details_image .image img {
  position: relative;
  float: left;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  padding-bottom: 12px;
  padding-right: 10px;
}

.project_details .project_details_image .image img:first-child {
  width: 100%;
  height: 440px;
}

.project_details .project_details_image .image img:nth-child(2) {
  height: 470px;
}

.project_details .project_details_image .image img:nth-child(3) {
  height: 235px;
}

.project_details .project_details_image .image img:nth-child(4) {
  height: 235px;
}

@media (max-width: 768px) {
  .project_details .project_details_image .image img {
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px;
  }
  .project_details .project_details_image {
    margin-bottom: 50px;
  }
}
.project_details .project_details_image_caro {
  display: none;
  margin-bottom: 50px;
}

.project_details .project_details_image {
  display: block;
}

.project_details .project_details_image_caro img {
  width: 100% !important;
}

.project_information {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}

.project_information h2 {
  padding: 14px 30px;
  color: var(--color-white);
  background: var(--color-set-one-1);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.project_information .information_inner {
  padding: 15px 30px 15px;
  position: relative;
}

.project_information .information_inner .content {
  position: relative;
  padding: 15px 0px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}

.project_information .information_inner .content:last-child {
  border-bottom: 0px;
}

.project_information .information_inner .content span {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 2px dotted #c0c0c0;
  text-align: center;
  font-size: 20px;
  transition: all 0.6s ease-in-out;
  color: #aeaeae;
}

.project_information .information_inner .content:hover span {
  color: var(--color-set-one-1);
  border-color: var(--color-set-one-1);
}

.project_information .information_inner .content .text_box {
  margin-left: 80px;
}

.project_information .information_inner .content .text_box h3 {
  font-size: 22px;
  color: var(--color-set-one-2);
  font-weight: 700;
  line-height: 26px;
  transition: all 0.6s ease-in-out;
}

.project_information .information_inner .content .text_box p a {
  color: #808080;
}

.project_information .information_inner .content:hover .text_box h3 {
  color: var(--color-set-one-1);
}

.project_details .estimations {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.project_details .estimations h2 {
  padding: 14px 30px;
  color: var(--color-white);
  background: var(--color-set-one-1);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.project_details .estimations .form_inner {
  position: relative;
  padding: 25px 30px;
}

.project_details .estimations .form_inner label {
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  margin-bottom: 20px;
}

.project_details .estimations .form_inner .theme_btn {
  border: 0px;
  box-shadow: none;
  width: 100%;
  border-radius: 50px;
  margin-top: 10px;
}

.project_details input[type=text],
.project_details input[type=email],
.project_details textarea,
.project_details .ui-selectmenu-button {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.project_details input::-moz-placeholder {
  color: #808080;
}

.project_details input::placeholder {
  color: #808080;
}

.project_details textarea::-moz-placeholder {
  color: #808080;
}

.project_details textarea::placeholder {
  color: #808080;
}

.single-project .ui-selectmenu-open {
  display: inline-block;
  width: auto !important;
}

.project_details .ui-selectmenu-button .ui-icon::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0px;
  color: #888888;
  font-size: 16px;
  top: 0px;
}

.project_details textarea {
  height: 150px;
}

.project_details .ui-selectmenu-button {
  line-height: 21px;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.ui-selectmenu-button .ui-icon::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0px;
  color: #888888;
  font-size: 16px;
  top: 0px;
}

.ui-selectmenu-button .ui-icon {
  text-indent: inherit;
}

.ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 20px !important;
  background: #fff !important;
  color: #808080;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--color-set-one-1) !important;
  color: var(--color-white);
}

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

============================================inner_pg_serice_one=================================

----------------------------------------------------------------------------------------------*/
.inner_pg_serice_one {
  position: relative;
  padding: 100px 0px 70px;
}

.inner_pg_serice_one .owl-nav {
  display: none !important;
}

.inner_pg_serice_one .inner_heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.inner_pg_serice_one .inner_heading h1 {
  font-size: 40px;
  line-height: 46px;
  color: var(--color-set-one-2);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .inner_pg_serice_one .inner_heading p {
    padding: 0px 280px;
  }
}
/*----------------------------------------------------------------------------------------------

============================================service_type_five=================================

----------------------------------------------------------------------------------------------*/
.inner_pg_serice_two {
  position: relative;
  padding: 0px 0px 70px;
}

.inner_pg_serice_two .owl-nav,
.inner_pg_serice_two .owl-dots {
  display: none !important;
}

.inner_heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px !important;
}

.inner_heading h1 {
  font-size: 40px;
  line-height: 46px;
  color: var(--color-set-one-2);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .inner_heading p {
    padding: 0px 280px;
  }
}
.service_type_five .service_inner {
  position: relative;
  margin: 0px 0px 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}

.service_all.service_type_five .owl-carousel .owl-nav,
.service_all.service_type_five .owl-carousel .owl-dots {
  display: none !important;
}

.service_type_five .owl-carousel .service_inner {
  margin: 0px 15px 40px;
}

.service_type_five .service_inner .image {
  display: block;
  position: relative;
}

.service_type_five .service_inner .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
}

.service_type_five .service_inner:hover .image .overlay {
  opacity: 1;
}

.service_type_five .service_inner span {
  position: absolute;
  font-size: 30px;
  color: var(--color-white);
  width: 60px;
  height: 60px;
  line-height: 74px;
  text-align: center;
  background: var(--color-set-one-1);
  z-index: 0;
  top: 0px;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.service_type_five .service_inner span::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 27px;
  background: var(--color-set-one-1);
  bottom: -17px;
  left: -4px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 5px;
  transform: rotate(-17deg);
  z-index: -1;
}

.service_type_five .service_inner .content_inner {
  padding: 30px 28px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease-in-out;
}

.service_type_five .service_inner:hover .content_inner {
  background: #fff;
  transform: translateY(-40px);
}

.service_type_five .service_inner .content_inner h2,
.service_type_five .service_inner .content_inner .title_ser {
  transition: all 0.6s ease-in-out;
}

.service_type_five .service_inner .content_inner h2 a,
.service_type_five .service_inner .content_inner .title_ser a {
  color: var(--color-set-one-2);
  font-weight: 700;
  font-size: 22px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 7px;
  transition: all 0.6s ease-in-out;
}

.service_type_five .service_inner .content_inner h2:hover a,
.service_type_five .service_inner .content_inner .title_ser:hover a {
  color: var(--color-set-one-1);
}

.service_type_five .service_inner .content_inner p {
  padding-bottom: 15px;
  transition: all 0.6s ease-in-out;
  border-bottom: 1px dashed transparent;
}

.service_type_five .service_inner:hover .content_inner p {
  border-bottom: 1px dashed #e6e6e6;
}

.service_type_five .service_inner .content_inner a.r_more {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-set-one-2);
  transform: translateY(83px);
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.service_type_five .service_inner:hover .content_inner a.r_more {
  transform: translateY(0px);
}

.service_type_five .service_inner .content_inner a.r_more:hover {
  color: var(--color-set-one-1);
}

.dots_none .owl-carousel .owl-dots {
  display: none !important;
}

.nav_none .owl-carousel .owl-nav {
  display: none !important;
}

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

================================service_type_six================================

------------------------------------------------------------------------------*/
.service_type_six {
  position: relative;
}

.service_type_six .container {
  padding: 0px;
}

.service_second_page {
  position: relative;
  margin-bottom: 40px;
}

.service_second_page h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-set-one-2);
  line-height: 50px;
}

.service_second_page p {
  margin-bottom: 20px;
}

.service_second_page a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-set-one-2);
  text-transform: uppercase;
}

.service_second_page a i {
  font-size: 13px;
  margin-right: 10px;
  color: var(--color-set-one-1);
}

.service_type_six .service_inner {
  position: relative;
  transition: all 0.6s ease-in-out;
  z-index: 0;
  background: transparent;
  cursor: pointer;
  padding: 25px 10px 25px 0px;
}

.service_all.service_type_six .owl-carousel .service_inner {
  padding: 25px 25px 25px 25px;
  margin: 13px 0px;
}

.service_all.service_type_six .owl-carousel .service_inner::before {
  width: 100%;
}

.service_all.service_type_six .owl-carousel .service_inner:hover::before {
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
}

.service_type_six .service_inner::before {
  position: absolute;
  transition: all 0.6s ease-in-out;
  z-index: -1;
  background: #fff;
  content: "";
  cursor: pointer;
  width: 106%;
  height: 100%;
  left: -20px;
  top: 0px;
  opacity: 0;
}

.service_all .service_type_six .service_inner::before {
  display: none;
}

.service_all .service_type_six .service_inner {
  padding-right: 30px;
}

.service_type_six .service_inner:hover::before {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.service_type_six .service_inner span {
  font-size: 60px;
  line-height: 60px;
  color: var(--color-set-one-1);
  margin-bottom: 13px;
  transition: all 0.6s ease-in-out;
  display: block;
}

.service_type_six .service_inner h2 a,
.service_type_six .service_inner .title_ser a {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-set-one-2);
  display: block;
  margin-bottom: 10px;
  line-height: 28px;
  transition: all 0.6s ease-in-out;
}

.service_type_six .service_inner:hover h2 a,
.service_type_six .service_inner:hover .title_ser a {
  color: var(--color-set-one-1);
}

.contact_type_three {
  position: relative;
}

.contact_type_three .project_consultation {
  position: relative;
  padding: 120px 0px 40px;
}

h2.offer_box_heading_two {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 20px;
}

.contact_type_three .pro_box {
  position: relative;
  padding: 40px;
  background: var(--color-set-one-1);
  border: 1px dashed #12761d;
  margin-bottom: 40px;
}

.contact_type_three .pro_box h3,
.contact_type_three .pro_box .offertitles {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 30px;
  margin-bottom: 10px;
}

.contact_type_three .pro_box h6 strong,
.contact_type_three .pro_box .ctyh6 strong {
  font-size: 40px;
  line-height: 54px;
  color: var(--color-white);
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}

.contact_type_three .pro_box h6,
.contact_type_three .pro_box .ctyh6 {
  font-size: 16px;
  color: var(--color-white);
}

.contact_type_three .pro_box a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  border-radius: 50px;
  background: #1c8828 !important;
  margin-top: 30px;
}

.contact_type_three .pro_box a.theme_btn:hover {
  background: var(--color-set-one-2) !important;
  color: var(--color-white);
}

.contact_type_three .form_appointment {
  padding: 100px 0px 70px 100px;
}

@media (max-width: 992px) {
  .contact_type_three .form_appointment {
    padding: 0px 0px 70px 0px;
  }
  .contact_type_three {
    background-position: 61% 0px;
  }
}
.service_type_seven {
  position: relative;
}

.service_type_seven .service_outer {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 80px 80px 80px 80px;
}

.service_type_seven .service_outer .overlay {
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  height: 100%;
  content: "";
  z-index: -2;
  transition: all 0.6s ease-in-out;
}

.service_type_seven .service_outer .overlay:before {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  content: "";
  z-index: -1;
  transition: all 0.6s ease-in-out;
}

.service_type_seven .service_outer:hover .overlay:before {
  opacity: 1;
}

.service_type_seven .service_outer h2 a,
.service_type_seven .service_outer .title_ser a {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  transition: all 0.6s ease-in-out;
}

.service_type_seven .service_outer span {
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 30px;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.service_type_seven .service_outer:hover span {
  color: var(--color-set-one-1);
}

.service_type_seven .service_outer:hover h2 a,
.service_type_seven .service_outer:hover .title_ser a {
  color: var(--color-set-one-2);
}

.service_type_seven .service_outer p {
  color: var(--color-white);
  margin-bottom: 15px;
}

.service_type_seven .service_outer:hover p {
  color: #808080;
}

.service_type_seven .service_outer .more_details {
  position: relative;
  font-size: 16px;
  color: var(--color-white);
  font: 600;
  line-height: 26px;
  transition: all 0.6s ease-in-out;
}

.service_type_seven .service_outer:hover .more_details {
  color: var(--color-set-one-1);
}

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

========================testimonial_type_five============================

------------------------------------------------------------------------*/
.testimonial_type_five {
  position: relative;
}

.testimonial_type_five .owl-dots {
  display: none;
}

.testimonial_type_five .heading_inner {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial_type_five .heading_inner h1 {
  font-size: 40px;
  line-height: 48px;
  color: var(--color-set-one-2);
  font-weight: 600;
}

.testimonial_type_five .testimonial_outer {
  position: relative;
  margin-top: 36px;
  overflow: hidden;
  padding: 40px 60px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
  margin: 15px 15px 30px;
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_five .testimonial_outer:hover {
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.06);
}

.testimonial_all.testimonial_type_five .owl-item {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .testimonial_type_five .owl-carousel .owl-nav {
    display: none !important;
  }
}
.testimonial_type_five .testimonial_outer .authour_image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  width: 90px;
  height: 90px;
}

.testimonial_type_five .testimonial_outer .authour_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial_type_five .testimonial_outer ul {
  position: relative;
  margin-top: 15px;
  box-shadow: none;
}

.testimonial_type_five .testimonial_outer ul li span {
  font-size: 18px;
  color: var(--color-set-one-1);
}

.testimonial_type_five .testimonial_outer p.desc {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.testimonial_type_five .testimonial_outer h2,
.testimonial_type_five .testimonial_outer .title_testi {
  font-size: 22px;
  color: var(--color-set-one-2);
  font-weight: 700;
  line-height: 28px;
}

.testimonial_type_five .testimonial_outer h2 span,
.testimonial_type_five .testimonial_outer .title_testi span {
  font-size: 16px;
  color: var(--color-set-one-1);
}

.testimonial_type_five .testimonial_outer span.icon {
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  opacity: 0.05;
  top: 60px;
  left: 69px;
  transition: all 0.6s ease-in-out;
}

.testimonial_type_five .testimonial_outer:hover span.icon {
  color: var(--color-set-one-1);
  opacity: 1;
}

.testimonial_type_five .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: center;
}

.testimonial_type_five .owl-carousel .owl-nav .owl-prev,
.testimonial_type_five .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #a8a8a8;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
  transition: all 0.6s ease-in-out;
  position: relative;
  margin: 0px 10px;
}

.testimonial_type_five .owl-carousel .owl-nav .owl-prev .prev {
  transform: rotate(180deg);
  display: block;
  line-height: 60px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .testimonial_type_five .owl-carousel .owl-nav .owl-prev,
  .testimonial_type_five .owl-carousel .owl-nav .owl-next {
    position: absolute;
  }
  .testimonial_type_five .owl-carousel .owl-nav .owl-next {
    top: 45%;
    right: -90px;
  }
  .testimonial_type_five .owl-carousel .owl-nav .owl-prev {
    top: 45%;
    left: -90px;
  }
}
@media (max-width: 992px) {
  .testimonial_type_five .owl-carousel .owl-nav {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .testimonial_type_five .testimonial_outer {
    padding: 30px 20px;
  }
  .testimonial_type_five .testimonial_outer span.icon {
    font-size: 40px;
    line-height: 40px;
    left: 40px;
  }
}
/*------------------------------------------------------------------------

========================service_details============================

------------------------------------------------------------------------*/
.service_details {
  position: relative;
  padding: 100px 0px 70px;
}

.service_siderbar {
  position: relative;
  padding-right: 30px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .service_siderbar {
    padding: 0px;
  }
}
.service_single_links {
  position: relative;
  overflow: auto;
}

.service_single_links ul li {
  padding: 13px 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.service_single_links ul li:last-child {
  border-bottom: 0px;
}

.service_single_links ul li a {
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  line-height: 30px;
}

.service_single_links ul li:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  top: 11px;
  left: 0;
  text-align: center;
  color: #808280;
  transition: all 0.6s ease-in-out;
}

.service_single_links ul.service-category li {
  padding-left: 25px !important;
}

.service_single_links ul.service-category li:first-child {
  padding-top: 0px;
}

.service_single_links ul.service-category li:last-child {
  padding-bottom: 0px;
}

.service_single_links ul.service-category li:first-child:before {
  top: 2px;
}

.service_single_links ul.service-category li:last-child:before {
  top: 12px;
}

.service_single_links ul.service-category li:hover:before {
  color: var(--color-set-one-1);
}

.service_siderbar .menu-service-links-container {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
  margin-bottom: 40px;
}

.service_siderbar .widget_nav_menu ul li {
  padding: 13px 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border-right: 1px solid transparent;
}

.service_siderbar .widget_nav_menu ul li:last-child {
  border-bottom: 1px solid transparent;
  transition: all 0.6s ease-in-out;
}

.service_siderbar .widget_nav_menu ul li:first-child {
  border-top: 1px solid transparent;
  transition: all 0.6s ease-in-out;
}

.service_siderbar .widget_nav_menu ul li a {
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  line-height: 30px;
}

.service_siderbar .widget_nav_menu ul li:before {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  width: 60px;
  height: 100%;
  background: var(--color-set-one-1);
  top: 0;
  left: 0;
  line-height: 54px;
  text-align: center;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
  transform: translateX(-161px);
}

.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
  padding-left: 67px;
  background: #f4f4f4;
  border-right: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:first-child:hover,
.service_siderbar .widget_nav_menu ul li:first-child.current-menu-item {
  border-top: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:last-child:hover,
.service_siderbar .widget_nav_menu ul li:last-child.current-menu-item {
  border-bottom: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:hover,
.service_siderbar .widget_nav_menu ul li.current-menu-item {
  padding-left: 67px;
  background: #f4f4f4;
  border-right: 1px solid #e6e6e6;
}

.service_siderbar .widget_nav_menu ul li:hover:before,
.service_siderbar .widget_nav_menu ul li.current-menu-item:before {
  transform: translateX(0px);
}

.offer_box {
  position: relative;
}

.offer_box span.icon {
  color: var(--color-white);
  font-size: 54px;
  line-height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--color-set-one-1);
}

.offer_box span.icon::after {
  color: var(--color-white);
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  z-index: 15;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  border: 2px dotted #fff;
}

.offer_box img {
  width: 100% !important;
  margin: 0px !important;
}

.offer_box .content_outer {
  position: relative;
  padding: 10px;
  background: #1c1c1c;
}

.offer_box .content_inner {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 40px 30px 26px;
}

.offer_box .content_inner h2 {
  font-size: 24px;
  color: var(--color-set-one-1);
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}

.offer_box .content_inner h6 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #eaf721;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.offer_box .content_inner p {
  color: var(--color-white);
  margin-bottom: 20px;
}

.offer_box .content_inner a.theme_btn {
  border-radius: 50px;
}

.pdf_download {
  position: relative;
  background: var(--color-set-one-1);
  padding: 20px;
  text-align: center;
}

.pdf_download img {
  margin-bottom: 30px;
}

.pdf_download h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 30px;
}

.pdf_download a.theme_btn {
  border-radius: 50px;
  color: var(--color-set-one-2);
  background: #fff !important;
}

.service_details .service_details_image_caro {
  display: none;
  margin-bottom: 50px;
}

.service_details .service_details_image {
  display: block;
}

.service_details_image .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 370px;
}

.service_details_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_details .service_details_image_caro .owl-carousel .owl-nav,
.service_details .service_details_image_caro .owl-carousel .owl-dot {
  display: none !important;
}

@media (max-width: 992px) {
  .service_details .service_details_image {
    display: none;
  }
  .service_details .service_details_image_caro {
    display: block !important;
  }
}
.service_details .service_details_image_caro img {
  width: 100% !important;
}

.service_details .service_details_image .padding_lg {
  padding-left: 5px;
}

.service_details .service_details_image .image {
  margin-bottom: 10px;
}

.service_details .service_details_image .padding_rg {
  padding-right: 5px;
}

.left_service_details .service_description {
  position: relative;
  margin-bottom: 40px;
}

.left_service_details .service_description p {
  margin-bottom: 20px;
}

.left_service_details .service_description p span {
  color: var(--color-set-one-1);
  font-weight: 600;
}

.service_details_image {
  position: relative;
  overflow: hidden;
}

.service_details_image.style-2 .owl-carousel .owl-dots,
.service_details_image.style-2 .owl-carousel .owl-nav,
.service_details_image.style-2 .owl-carousel .owl-dots.disabled,
.service_details_image.style-2 .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.service_details_image .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_details_image .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: 0.5s ease;
}

.service_details_image .image .overlay:before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.service_details_image .image:hover .overlay {
  opacity: 1;
}

.service_details_image .image:hover .overlay:before {
  opacity: 0.8;
}

.service_details_image .image .overlay span {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.services_include {
  position: relative;
  margin-bottom: 30px;
}

.services_include h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-set-one-2);
  line-height: 36px;
}

.services_include p {
  margin-bottom: 20px;
}

ul.list_items li {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  color: #808080;
  line-height: 38px;
  transition: all 0.6s ease-in-out;
}

ul.list_items li span {
  font-size: 20px;
  color: var(--color-set-one-1);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: -3px;
}

.services_include ul li:hover {
  color: var(--color-set-one-1);
}

.emergency_inner_ser {
  position: relative;
  background: url(../img/service/service_emer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 40px 40px;
  text-align: center;
  margin-bottom: 30px;
}

.emergency_inner_ser span {
  font-size: 50px;
  line-height: 50px;
  color: var(--color-set-one-2);
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 45px;
}

.emergency_inner_ser span::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100px;
  top: -20px;
  margin-left: -66px;
  background: #eaf721;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: -1;
}

.emergency_inner_ser h2,
.emergency_inner_ser .emer_inner_ser_tit {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: var(--color-white) !important;
  line-height: 36px !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.emergency_inner_ser p {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-white);
  line-height: 36px;
  padding-top: 10px;
}

.single-service .service h2.sub_title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-set-one-2);
  margin-bottom: 20px;
}

.single-service .service h2 {
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
  color: var(--color-set-one-2);
}

.different_services {
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
}

.different_services #tabs-nav .navitem {
  position: relative;
  display: inline-block;
}

.different_services #tabs-nav .navitem .navlink {
  position: relative;
  padding: 0px;
}

.different_services #tabs-nav .navitem .navlink span {
  font-size: 40px;
  line-height: 50px;
  display: block;
  color: var(--color-set-one-1);
  float: left;
}

.different_services #tabs-nav .navitem .navlink h2 {
  font-size: 20px;
  color: var(--color-set-one-2);
  font-weight: 600;
  text-align: left;
  line-height: 26px;
  margin-left: 15px;
}

.service_tb {
  height: 90px;
  width: 245px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 19px 20px 20px 20px;
  z-index: 0;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  align-items: center !important;
  display: -ms-flexbox;
}

.service_tb::before {
  content: "\f00c";
  position: absolute;
  top: -15px;
  right: 30px;
  font-size: 18px;
  color: var(--color-white);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 28px;
  text-align: center;
  font-family: "FontAwesome";
  opacity: 0;
  transition: all 0.6s ease-in-out;
  z-index: 10;
  background: var(--color-set-one-1);
}

.different_services #tabs-nav .navitem.show .navlink .service_tb,
.different_services #tabs-nav .navitem.active .service_tb {
  border: 2px solid var(--color-set-one-1);
  z-index: 0;
}

.different_services #tabs-nav .navitem.show .navlink .service_tb::before,
.different_services #tabs-nav .navitem.active .service_tb::before {
  opacity: 1;
}

.different_services .tab-content {
  padding: 30px 5px;
}

.different_services .df_service_inner {
  position: relative;
}

@media (max-width: 992px) {
  .different_services .df_service_inner {
    margin-bottom: 30px;
  }
}
.different_services .df_service_inner p {
  margin-bottom: 20px;
}

.different_services .df_service_inner p:last-child {
  margin-bottom: 0px;
}

.different_services .df_service_inner ul li {
  position: relative;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  line-height: 36px;
  padding-left: 30px;
}

.different_services .df_service_inner ul li span {
  position: absolute;
  font-size: 20px;
  color: var(--color-set-one-1);
  left: 0;
  line-height: 22px;
  top: 7px;
}

.about_company_right .tab-content ul li {
  position: relative;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  line-height: 36px;
  padding-left: 30px;
}

.about_company_right .tab-content ul li span {
  position: absolute;
  font-size: 20px;
  line-height: 22px;
  color: var(--color-set-one-1);
  left: 0;
  top: 7px;
}

.different_services .image img {
  width: 100%;
  margin-top: 10px;
}

.single-service .app_type_two {
  position: relative;
}

.single-service .app_type_two h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

.app_type_two input[type=text],
.app_type_two input[type=email],
.app_type_two input[type=tel],
.app_type_two .ui-selectmenu-button,
.app_type_two textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 400;
}

.app_type_two input::-moz-placeholder {
  color: #808080;
}

.app_type_two input::placeholder {
  color: #808080;
}

.app_type_two .form-group.date_clan::before {
  position: absolute;
  content: "\e91d";
  top: 16px;
  right: 20px;
  font-size: 16px;
  color: #808080;
  font-family: "icomoon";
}

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

==========================================blog-single=======================================

------------------------------------------------------------------------------------------*/
.blog_single_details {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.blog_single_details table {
  margin-bottom: 30px;
}

.blog_single_details ul {
  padding-inline-start: 20px;
  margin-bottom: 30px;
}

.blog_single_details ul.blocks-gallery-grid {
  padding-inline-start: 0px;
}

.blog_single_details ul li ul {
  margin: 0px;
}

.blog_single_details ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.blog_single_details ol {
  padding-inline-start: 20px;
  margin-bottom: 30px;
}

.blog_single_details ol li ol {
  margin: 0px;
}

.blog_single_details ol li {
  margin-bottom: 5px;
}

.blog_single_details h2,
.blog_single_details h3,
.blog_single_details h4,
.blog_single_details h5,
.blog_single_details h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

.blog_single_details_outer.tag-sticky-2,
.blog_single_details_outer.sticky,
.blog-one__single.tag-sticky-2,
.blog-one__single.sticky {
  position: relative;
}

.blog_single_details_outer.tag-sticky-2::before,
.blog_single_details_outer.sticky::before,
.blog-one__single.tag-sticky-2::before,
.blog-one__single.sticky::before {
  position: absolute;
  top: 10px;
  right: 25px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--color-set-one-1);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.blog_single_details .entry-thumbnail .owl-carousel .owl-item img {
  width: 100% !important;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_single_details .category {
  position: relative;
  margin-bottom: 30px;
}

.blog_single_details .category ul {
  padding-inline-start: 0px;
  list-style: none;
}

.blog_single_details .category ul li {
  list-style: none;
}

.blog_single_details .entry-meta {
  padding-inline-start: 0px;
  list-style: none;
}

.blog_single_details .entry-meta li {
  list-style: none;
}

.blog_single_details .category a {
  border: 1px dashed var(--color-set-one-1);
  padding: 6px 15px;
  color: var(--color-set-one-1);
}

.blog_single_details .category span {
  margin-right: 5px;
}

.blog_single_details .category a {
  color: var(--color-set-one-1);
  margin-right: 10px;
  line-height: 26px;
}

.blog_single_details .entry-content {
  position: relative;
  padding: 30px;
}

.type-page .entry-content h2 {
  margin-bottom: 10px;
}

.type-page .entry-content table {
  margin-bottom: 30px;
}

.type-page .entry-content {
  position: relative;
  margin-bottom: 20px;
}

.type-page .entry-content p {
  margin-bottom: 15px;
}

.type-page .entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.type-page .entry-content ul li {
  list-style: none;
}

.type-page .entry-content ul li ul {
  margin-bottom: 0px;
}

.type-page .entry-content ul li ul li {
  list-style-type: circle;
}

.type-page .entry-footer ul {
  padding-left: 0px;
}

.type-page .entry-content ul li ul li ul li {
  list-style-type: square;
}

.blog_single_details .entry-content p {
  margin-bottom: 15px;
}

.blog_single_details .entry-content img {
  margin-bottom: 0px;
  max-width: 100% !important;
  height: auto !important;
}

.blog_single_details .entry-content .tag {
  padding-bottom: 30px;
}

.blog_single_details .category .tag a {
  border: 1px dashed var(--color-set-one-1);
  padding: 6px 15px;
  color: var(--color-set-one-1);
}

.left_blog_details .category .tag a span {
  color: var(--color-set-one-1);
  margin-right: 10px;
  line-height: 26px;
}

.blog_single_details h1.entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: block;
  color: var(--color-set-one-2);
  margin-bottom: 20px;
}

.single-post blockquote {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 20px 10px !important;
  background: var(--color-set-one-1);
  font-weight: 600;
  color: var(--color-white);
  display: block;
  margin: 0px auto 20px !important;
}

.single-post blockquote p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-white);
  display: block;
  margin-bottom: 10px !important;
}

.wp-block-pullquote {
  padding: 10px 0px;
}

.wp-block-pullquote blockquote {
  margin-bottom: 0px !important;
}

.single-post blockquote p a {
  font-size: 20px;
  line-height: 30px;
  background: var(--color-set-one-1);
  font-weight: 600;
  color: var(--color-white);
  display: block;
}

.left_blog_details .blog_single_inner ul {
  position: relative;
  margin-bottom: 20px;
}

.blog_single_details .entry-meta {
  position: relative;
  margin-bottom: 12px;
}

.blog_single_details .entry-meta li {
  display: inline-block;
  margin-right: 8px;
  margin-right: 20px;
}

.blog_single_details .entry-meta li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #808080;
  position: relative;
}

.blog_single_details .entry-meta li:last-child {
  margin: 0px;
}

.blog_single_details .entry-meta li.entry-categories small {
  padding: 0px 3px 0px 1px;
}

.blog_single_details .entry-meta li.entry-categories small:last-child {
  display: none;
}

.blog_single_details .entry-meta li span {
  color: var(--color-set-one-1);
  margin-right: 5px;
}

.blog_single_details .media_extra {
  padding: 30px;
  border-top: 1px solid #e6e6e6;
}

.blog_single_details .media_extra ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-set-one-2);
}

.blog_single_details .media_extra ul li a {
  color: #808080;
  font-weight: 400;
  transition: all 0.6s ease-in-out;
}

.blog_single_details .media_extra ul li a:hover {
  color: var(--color-set-one-1);
}

.blog_single_details .media_extra ul.media_icon {
  float: right;
}

.blog_single_details .media_extra ul {
  position: relative;
  margin: 0px;
}

.blog_single_details .media_extra ul.tags_in {
  padding-top: 8px;
  padding-inline-start: 0px;
}

.blog_single_details .media_extra ul.tags_in li small {
  color: #808080;
}

.blog_single_details .media_extra ul.tags_in li:last-child small {
  display: none;
}

.blog_single_details .media_extra ul li::before {
  display: none;
}

.blog_single_details .media_extra ul.media_icon li {
  margin-right: 10px;
}

.blog_single_details .media_extra ul.media_icon li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: 2px dotted #d2d2d2;
  transition: all 0.6s ease-in-out;
}

.blog_single_details .media_extra ul.media_icon li:last-child {
  margin-right: 0px;
}

.blog_single_details .media_extra ul.media_icon li a:hover {
  border: 2px dotted var(--color-set-one-1);
  color: var(--color-set-one-1);
}

.next_prev_post {
  position: relative;
  margin-bottom: 40px;
}

.next_prev_post ul li {
  width: 50%;
  float: left;
}

.next_prev_post ul li.second-child {
  float: right;
}

.has-large-font-size {
  line-height: 36px;
}

.wp-block-media-text__content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.next_prev_post ul li .prev_post {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .next_prev_post ul li .prev_post {
    padding-right: 0px;
  }
}
.next_prev_post ul li .prev_post .image {
  float: left;
  text-align: left;
  position: relative;
  margin-top: 5px;
  border-radius: 50%;
}

.next_prev_post .image .link {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 10;
  top: 0;
}

.next_prev_post ul li .prev_post .image img {
  border-radius: 50%;
  margin-right: 20px;
  min-width: 80px;
}

.next_prev_post ul li .prev_post .text {
  width: 100%;
  float: right;
}

.next_prev_post ul li .prev_post .text p {
  margin-bottom: 5px;
}

.next_prev_post ul li .prev_post .text p a {
  color: #808080;
}

.next_prev_post ul li .prev_post .text p span {
  margin-right: 10px;
}

.next_prev_post ul li .prev_post .text h2 {
  font-size: 18px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 28px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.next_prev_post ul li .next_post .image {
  float: right;
  text-align: right;
  position: relative;
  margin-top: 5px;
  border-radius: 50%;
}

.next_prev_post ul li .next_post .image img {
  border-radius: 50%;
  margin-left: 20px;
  min-width: 80px;
}

.next_prev_post ul li .next_post {
  position: relative;
  padding-left: 30px;
}

.next_prev_post ul li .next_post .text {
  float: left;
  width: 100%;
  text-align: right;
}

.next_prev_post ul li .next_post .text p {
  margin-bottom: 5px;
}

.next_prev_post ul li .next_post .text p a {
  color: #808080;
  display: inline-block;
  width: 100%;
}

.next_prev_post ul li .next_post .text p span {
  margin-left: 10px;
}

.next_prev_post ul li .next_post .text h2 {
  font-size: 18px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 28px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.wp-calendar-table {
  text-align: center;
}

.wp-calendar-table a {
  color: var(--color-set-one-2);
  font-weight: 500;
}

.wp-calendar-table th,
.wp-calendar-table td {
  padding: 10px;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .next_prev_post ul li {
    width: 100%;
    float: none;
  }
  .next_prev_post ul li .text {
    text-align: center !important;
  }
  .next_prev_post ul li .prev_post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .blog_single_details .media_extra ul.tags_in {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog_single_details .media_extra ul.media_icon {
    float: none;
    padding-inline-start: 0px;
    text-align: center;
  }
  .next_prev_post ul li .next_post {
    padding-left: 0px;
  }
  .next_prev_post ul li .next_post .image {
    display: none;
  }
  .next_prev_post ul li .prev_post .image {
    display: none;
  }
}
.same_authour {
  position: relative;
  padding: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.same_authour .image {
  float: left;
}

.same_authour .content {
  margin-left: 120px;
  position: relative;
}

.same_authour .content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

.same_authour .content p.work {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-set-one-1);
}

.same_authour .content p.desc {
  padding: 20px 0px;
}

.same_authour .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.same_authour .content ul li a.theme_btn {
  border-radius: 50px;
}

.same_authour .content ul li a.share {
  color: #808080;
}

.same_authour .content ul li .dropdown {
  position: relative;
}

.same_authour .content ul li .dropdown button {
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.same_authour .content ul li .dropdown i {
  font-size: 16px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px transparent !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: inherit !important;
  background-color: transparent !important;
  border-color: inherit !important;
}

.same_authour .image img {
  border-radius: 50%;
}

.same_authour p {
  margin-bottom: 30px;
}

.same_authour .dropdown-menu {
  top: -59px !important;
  left: 57px !important;
  border: 0px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  width: 210px !important;
  text-align: center;
}

@media (max-width: 768px) {
  .same_authour {
    padding: 30px;
  }
  .same_authour .image {
    float: none;
  }
  .same_authour .content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.comments-area {
  position: relative;
  width: 100%;
}

.comments-area h2.comments-title, .comments-area h2.comments-title a {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-set-one-2);
  line-height: 36px;
  margin-bottom: 30px;
}

.comment-list {
  padding: 0px;
}

.comment-list li {
  list-style: none;
}

.comments-area .inner-coment {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.comments-area .inner-coment:last-child {
  border: 0px;
}

.comments-area ol.children {
  padding: 0px;
}

.comments-area ol.children .comments-outer .inner-coment {
  padding-left: 100px;
}

.comments-area .inner-coment:first-child {
  border-bottom: 1px solid #e6e6e6;
}

.comments-area .inner-coment .image,
.comments-area .inner-coment .comment-text {
  position: relative;
}

.comments-area .comment-list .comment .inner-coment {
  position: relative;
  padding-left: 90px;
  margin-bottom: 40px;
}

.comments-area .comment-list ol.children {
  padding-left: 15px;
}

.comments-area .inner-coment .image {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comments-area .inner-coment .image img {
  border-radius: 50%;
}

.comments-outer {
  position: relative;
}

.type-page p {
  margin-bottom: 10px;
}

.comments-area .inner-coment .comment-text h2.name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: unset;
}

.comments-area .inner-coment .comment-text h2.name a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: unset;
}

.comments-area .inner-coment .comment-text h2.name span {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}

.comments-area .inner-coment .comment-text p {
  margin-bottom: 20px;
}

.comments-area .inner-coment .comment-text p img {
  margin: 5px 0px;
}

.comments-area .inner-coment .comment-text a {
  color: var(--color-set-one-2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-area .reply ul li {
  display: inline-block;
}

.comment-respond {
  position: relative;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
  margin-top: 40px;
}

.woocommerce #review_form #respond {
  box-shadow: none;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.comment-respond .comment-reply-title {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}

.comment-respond .comment-notes {
  margin-bottom: 20px;
  line-height: 26px;
}

.comment-respond .comment-form-comment {
  margin-bottom: 30px;
}

.comment-respond .comment-form-cookies-consent {
  float: left;
  margin-top: 15px;
  margin-bottom: -46px;
}

.comment-respond .form-submit {
  display: block;
  width: 100%;
  text-align: right;
}

.logged-in-as {
  position: relative;
  margin-bottom: 30px;
}

.logged-in-as a {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 35px;
}

.comment-respond .comment-form-author {
  padding-left: 0;
}

.comment-respond .comment-form-url {
  padding-right: 0;
}

@media (max-width: 992px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    width: 100%;
    float: left;
    padding: 0px;
  }
  .comment-respond .comment-form-cookies-consent {
    float: none;
    margin-bottom: 30px;
  }
  .comment-respond .form-submit {
    text-align: left;
  }
}
.comment-respond textarea {
  height: inherit;
}

.comment-respond .check_box {
  margin-top: 30px !important;
}

.comment-respond .mg_top {
  margin-top: 20px;
}

.comment-respond [type=checkbox]:checked,
.comment-respond [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.comment-respond [type=checkbox]:checked + label,
.comment-respond [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}

.comment-respond [type=checkbox]:checked + label:before,
.comment-respond [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: transparent;
}

.comment-respond [type=checkbox]:checked + label:after,
.comment-respond [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-set-one-1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease;
}

.comment-respond [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.comment-respond [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.comment-respond .submit {
  border: 0px;
  padding: 0px;
  box-shadow: inherit;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-set-one-1);
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
}

.right-sidebar .blog_siderbar {
  position: relative;
  margin-bottom: 30px;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .right-sidebar .blog_siderbar {
    margin-left: 0px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
}
.left-sidebar .side_bar {
  order: -1;
}

.right-sidebar .side_bar {
  order: 13;
}

.side_bar.shop-right-sidebar {
  order: 13;
}

.side_bar.shop-left-sidebar {
  order: -1;
}

.side_bar.shop-left-sidebar .blog_siderbar {
  margin-right: 20px;
  margin-left: 0px;
}

.side_bar.shop-right-sidebar .blog_siderbar {
  margin-right: 0px;
  margin-left: 20px;
}

.shop-sidebar .widget {
  position: relative;
  margin-bottom: 40px;
}

.shop-sidebar .service_single_links ul li {
  padding-left: 25px;
}

.left-sidebar .blog_siderbar {
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .left-sidebar .blog_siderbar {
    margin-right: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.blog_siderbar .search_box {
  position: relative;
  margin-bottom: 30px;
}

.blog_siderbar .wp-block-search__inside-wrapper input {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 54px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 10px 15px;
  line-height: 54px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  border-radius: 50px;
  font-weight: 400;
}

.blog_siderbar .wp-block-group__inner-container h1,
.blog_siderbar .wp-block-group__inner-container h2,
.blog_siderbar .wp-block-group__inner-container h3,
.blog_siderbar .wp-block-group__inner-container h4,
.blog_siderbar .wp-block-group__inner-container h5,
.blog_siderbar .wp-block-group__inner-container h6 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--color-set-one-2);
}

.blog_siderbar .wp-block-latest-comments__comment a {
  color: var(--color-set-one-2);
}

.blog_siderbar ul li a {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-set-one-2);
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.blog_siderbar .wp-block-search__inside-wrapper .wp-block-search__button {
  width: unset;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 44px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  border: 0px;
  color: var(--color-white);
  box-shadow: inherit;
  font-size: 14px;
}

.blog-sidebar .blog_siderbar .widget {
  position: relative;
  margin-bottom: 40px;
  overflow: auto;
}

.page-sidebar .blog_siderbar .widget {
  position: relative;
  border: 0px solid #e6e6e6;
  margin-bottom: 30px;
  overflow: auto;
}

.service-sidebar .blog_siderbar .widget {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 20px;
  overflow: auto;
}

.blog_siderbar .widget.widget_search {
  padding: 0px;
  border: 0px solid #e6e6e6;
}

.blog_siderbar .widget_categories,
.blog_siderbar .widget_archive,
.blog_siderbar .widget_meta,
.blog_siderbar .widget_recent_comments {
  position: relative;
}

.blog_siderbar .widget_archive .screen-reader-text {
  font-size: 0px !important;
}

.side_bar .widget_archive select {
  position: relative;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 10px 20px;
  line-height: 26px;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.side_bar .widget_categories select {
  position: relative;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  line-height: 26px;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
  padding: 10px 10px;
}

.side_bar .widget_archive .screen-reader-text::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 19px;
  color: #888888;
  font-size: 16px;
  top: 10px;
}

.side_bar .widget_archive select::-moz-placeholder {
  color: #808080;
}

.side_bar .widget_archive select::placeholder {
  color: #808080;
}

.blog_siderbar .widget.widget_categories ul,
.blog_siderbar .widget.widget_archive ul,
.blog_siderbar .widget.widget_meta ul,
.blog_siderbar .widget.widget_recent_comments ul,
.blog_siderbar .widget.widget_pages ul,
.blog_siderbar .widget.widget_nav_menu ul,
.blog_siderbar .widget.widget_rss ul,
.blog_siderbar .widget.widget_text .textwidget {
  position: relative;
  z-index: 10;
}

.blog_siderbar .widget_pages ul.children {
  padding: 0px 0px 0px 20px;
  border: 0px;
}

.blog_siderbar .widget.widget_text .textwidget p,
.blog_siderbar .widget.widget_text .textwidget p strong,
.blog_siderbar .widget.widget_text .textwidget img {
  margin-bottom: 15px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu {
  padding: 0px 0px 0px 3px;
  border: 0px;
}

.blog_siderbar label {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.blog_siderbar .ui-selectmenu-button {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  margin: 0;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 400;
}

.ui-selectmenu-menu .ui-menu {
  overflow-y: auto;
  height: 140px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu li a:hover {
  color: var(--color-set-one-1);
}

.blog_siderbar .widget.widget_text select {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  width: 100% !important;
  height: 54px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 10px 6px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  font-weight: 400;
}

option {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.blog_siderbar .widget.widget_text .textwidget form {
  display: block;
  text-overflow: ellipsis;
  position: relative;
}

.widget_categories ul.children {
  padding: 0px 0px 0px 20px;
  border: 0px;
  margin-top: 10px;
  margin-left: auto;
  overflow: auto;
  border-top: 1px solid #e6e6e6;
}

.widget_categories ul.children li:first-child {
  padding-top: 10px !important;
  padding-bottom: 10px;
}

.widget_categories ul.children li a:hover {
  color: var(--color-set-one-1);
}

.widget_categories ul.children li:last-child {
  padding-bottom: 0px;
}

.blog_siderbar .widget_categories ul li,
.blog_siderbar .widget_archive ul li {
  text-align: right;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.blog_siderbar .widget_categories ul li a,
.blog_siderbar .widget_archive ul li a {
  transition: all 0.6s ease-in-out;
  font-size: 16px;
  color: #808080;
  float: left;
  margin: 0px;
}

.blog_siderbar .widget_categories ul li:first-child,
.blog_siderbar .widget_archive ul li:first-child,
.blog_siderbar .widget_meta ul li:first-child,
.blog_siderbar .widget_recent_comments ul li:first-child .blog_siderbar .widget.widget_rss ul li:first-child {
  padding-top: 0px;
}

.blog_siderbar .widget_categories ul li:last-child,
.blog_siderbar .widget_archive ul li:last-child,
.blog_siderbar .widget_meta ul li:last-child,
.blog_siderbar .widget_recent_comments ul li:last-child,
.blog_siderbar .widget_pages ul li:last-child,
.blog_siderbar .widget.widget_rss ul li:last-child {
  border-bottom: 0px;
}

.blog_siderbar .widget_nav_menu ul li {
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  font-size: 16px;
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.blog_siderbar .widget_nav_menu ul li a {
  color: #808080;
  transition: all 0.6s ease-in-out;
  display: block;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget_nav_menu ul li:last-child a {
  border: 0px;
}

.blog_siderbar .widget_nav_menu ul.sub-menu li a {
  border-bottom: 1px solid #e6e6e6;
}

#monster-widget-placeholder-5 .screen-reader-text {
  display: none;
}

.blog_siderbar .widget_categories ul li a:hover,
.blog_siderbar .widget_archive ul li a:hover,
.blog_siderbar .widget_meta ul li a:hover {
  color: var(--color-set-one-1);
}

.blog_siderbar .widget_recent_comments ul li {
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget.widget_rss ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.blog_siderbar .widget_recent_comments ul li a,
.blog_siderbar .widget_recent_comments ul li a {
  font-weight: 400;
}

.blog_siderbar .widget_meta ul li a,
.blog_siderbar .widget_pages ul li a {
  font-size: 16px;
  color: #808080;
  width: 100%;
  margin: 0;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  transition: all 0.6s ease-in-out;
  display: block;
}

.blog_siderbar .widget_meta ul li:last-child a,
.blog_siderbar .widget_pages ul li:last-child a,
.blog_siderbar .widget.widget_rss ul li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.blog_siderbar .widget_pages ul li ul.children li a {
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 10px !important;
}

.blog_siderbar .widget_meta ul li:first-child a,
.blog_siderbar .widget.widget_rss ul li:first-child a {
  padding-top: 0px;
}

.blog_siderbar .widget_recent_comments ul li a {
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.blog_siderbar .widget_pages ul li a {
  width: auto;
  float: none;
}

.blog_siderbar .widget_nav_menu ul li a {
  width: auto;
  float: none;
}

.blog_siderbar .widget_rss ul li a {
  width: auto;
  float: none;
  display: block;
  margin-top: 5px;
}

.blog_siderbar .widget_rss ul li span {
  display: block;
  margin-bottom: 10px;
}

.blog_siderbar .widget_meta ul li a {
  width: auto;
  display: block;
  float: none;
}

/*
.blog_siderbar .widget_categories ul li:before,
.blog_siderbar .widget_archive ul li:before {
    height: 100%;
    width: 60px;
    text-align: center;
    color: var(--color-white);
    content: '';
    background: var(--color-set-one-1);
    display: block;
    top: 0;
    position: absolute;
    line-height: 47px;
    right: -100px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -1;
}
*/
.comments-link span.screen-reader-text {
  display: none;
}

/*
.blog_siderbar .widget_categories ul li:hover::before,
.blog_siderbar .widget_archive ul li:hover::before {
    right: 0;
}*/
.widget .post_inner.inner_box .blog_in {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}

.widget .post_inner.inner_box {
  position: relative;
  padding: 0px 0 0;
}

.footer .widget .post_inner.inner_box {
  padding: 0px;
}

.footer .widget_categories ul.children {
  border: 0px;
  margin: 0px;
}

.footer .widget ul li a,
.footer .footer_widgets ul li a {
  color: #888;
}

.footer .rssSummary {
  color: #fafafa;
}

.footer label {
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  display: inherit;
}

.footer .ui-selectmenu-button {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin: 0;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 400;
}

.footer .widget_categories select {
  position: relative;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  line-height: 26px;
  font-size: 16px;
  color: #fafafa !important;
  font-weight: 500;
  padding: 10px 10px;
}

.footer select option {
  color: #888 !important;
}

.widget_pages ul li a {
  color: #888;
  font-weight: 400;
}

.widget_pages ul li {
  position: relative;
  color: var(--color-white);
  font-weight: 400;
}

.widget_pages ul.children {
  padding-left: 10px;
}

.widget .blog_in {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.widget .blog_in:last-child {
  border: 0px !important;
  padding-bottom: 0px !important;
}

.widget .blog_in .image {
  position: relative;
  margin-top: 4px;
  margin-right: 10px;
}

.widget .blog_in .image .image_inner {
  overflow: hidden;
  position: relative;
}

.widget .blog_in .image img {
  min-width: 70px;
}

.widget .blog_in .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.widget .blog_in .image .overlay:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgb(32, 158, 46);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.widget .blog_in:hover .image .overlay:before {
  opacity: 0.9;
}

.widget .blog_in:hover .image .overlay {
  opacity: 1;
}

.widget .image .overlay span {
  color: var(--color-white);
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.widget .blog_in .content_inner {
  position: relative;
}

.widget .blog_in .content_inner h2 {
  padding: 0;
  border: 0px;
}

.widget .blog_in .content_inner p {
  position: relative;
  font-size: 13px;
}

.widget .blog_in .content_inner p span {
  margin-right: 8px;
  font-size: 13px;
}

.widget .blog_in .content_inner h2 a {
  font-size: 18px;
  color: var(--color-set-one-2);
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.widget_recent_entries {
  position: relative;
}

.widget_recent_entries ul li {
  position: relative;
  margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
  margin-bottom: 0px;
}

.widget_recent_entries ul li a {
  font-size: 18px;
  color: var(--color-set-one-2);
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.widget_recent_entries ul li span {
  position: relative;
  font-size: 13px;
  color: #888;
}

.blog_siderbar .archive_blog {
  border: 1px solid #e6e6e6;
  position: relative;
}

.archive_blog {
  position: relative;
  margin-bottom: 30px;
}

.arch_inner ul li {
  padding: 10px 20px;
  margin-bottom: 8px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.arch_inner ul li a::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 19px;
  color: #888888;
  font-size: 16px;
  top: 10px;
}

.arch_inner ul li a {
  color: #808080;
  transition: all 0.6s ease-in-out;
}

.blog_siderbar .instagram_blog {
  border: 1px solid #e6e6e6;
  position: relative;
}

.instagram_blog {
  position: relative;
  margin-bottom: 30px;
}

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

.blog_siderbar .tag_blog {
  border: 1px solid #e6e6e6;
  position: relative;
}

.tagcloud {
  position: relative;
}

.tagcloud a {
  font-size: 16px !important;
  color: #808080;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.tagcloud a:nth-child(3) {
  font-size: 20px !important;
}

.tagcloud a:nth-child(5) {
  font-size: 20px !important;
}

.tagcloud a:nth-child(9) {
  font-size: 20px !important;
}

.tagcloud a:nth-child(11) {
  font-size: 20px !important;
}

.tagcloud a:nth-child(12) {
  font-size: 20px !important;
}

.tag_inner a:nth-child(14) {
  font-size: 20px !important;
}

.blog_siderbar .subscribe_blog {
  border: 1px solid #e6e6e6;
  position: relative;
}

.subscribe {
  position: relative;
  padding: 30px 25px;
}

.subscribe input[type=email] {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 400;
}

.subscribe input::-moz-placeholder {
  color: #808080;
}

.subscribe input::placeholder {
  color: #808080;
}

.subscribe .theme_btn {
  border-radius: 50px;
  margin-top: 20px;
  box-shadow: 0px;
  width: 100%;
  border: 0px;
}

.blog_siderbar .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--color-set-one-2);
}

.blog_siderbar .widget-title a {
  color: var(--color-set-one-2);
}

#monster-widget-placeholder-11 .search_box {
  margin-top: 10px;
}

#monster-widget-placeholder-1 {
  overflow: auto;
}

#monster-widget-placeholder-4 {
  overflow: auto;
}

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

=======================================left_sidebar_details=======================

------------------------------------------------------------------------------------------------*/
.blog_left_sidebar {
  padding: 100px 0px 100px;
  position: relative;
}

.left_sidebar_details.news_type_one {
  padding: 0px;
}

.blog_left_sidebar .blog_siderbar {
  margin-left: 0px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .blog_left_sidebar .blog_siderbar {
    margin-right: 0px;
  }
}
.blog_right_sidebar {
  padding: 100px 0px 100px;
  position: relative;
}

.right_sidebar_details.news_type_one {
  padding: 0px;
}

.blog_right_sidebar .blog_siderbar {
  margin-left: 30px;
}

@media (max-width: 992px) {
  .blog_right_sidebar .blog_siderbar {
    margin-left: 0px;
  }
}
.right_sidebar_details.news_type_one .latest_news_inner .content_inner p {
  margin: 25px 0px;
}

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

======================================pagination======================================

--------------------------------------------------------------------------------------*/
.pagination_box {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 20px 0px;
}

@media (max-width: 992px) {
  .pagination_box {
    margin-bottom: 60px;
  }
}
.pagination_box ul {
  position: relative;
  display: block;
  text-align: center;
}

.pagination_box ul li {
  display: inline-block;
  padding: 0px 5px;
}

.pagination_box ul li:first-child a,
.pagination_box ul li:last-child a {
  border-radius: 50px;
}

.pagination_box ul li a {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #e6e6e6;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #808080;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
}

.pagination_box ul li:hover a,
.pagination_box ul li.active a {
  background: #fff;
  border: 2px solid var(--color-set-one-1);
  color: var(--color-set-one-1);
}

.pagination_box ul li span.page-numbers {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #e6e6e6;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #808080;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
}

.pagination_box ul li span.current {
  background: #fff;
  border: 2px solid var(--color-set-one-1);
  color: var(--color-set-one-1);
}

.pagination_box_type_two {
  position: relative;
  margin-top: 30px;
}

.pagination_box_type_two ul {
  display: block;
  border-top: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item:first-child {
  float: left;
  border-right: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item:last-child {
  float: right;
  border-left: 1px solid #e6e6e6;
}

.pagination_box_type_two .page-item {
  padding: 30px 50px;
  border: 0px;
}

.pagination_box_type_two .page-item a {
  border: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
  color: var(--color-set-one-2);
  text-transform: uppercase;
}

.pagination_box_type_two .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.pagination_box_type_two .page-link:hover {
  color: var(--color-set-one-1);
  background: transparent;
}

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

======================================contact page======================================

--------------------------------------------------------------------------------------*/
.address_type_two {
  position: relative;
}

.address_type_two .addres_box {
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 358px;
}

.address_type_two .addres_box .address_inner {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.address_type_two .addres_box .address_inner.side {
  padding: 30px 10px 30px;
}

.address_type_two .addres_box .box_outer:first-child::before {
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.address_type_two.elementor_elements .addres_box .box_outer .before {
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.address_type_two.elementor_elements .addres_box .box_outer:before {
  display: none !important;
}

.address_type_two .addres_box .box_outer:last-child::before {
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .address_type_two .addres_box .address_inner.mid {
    padding: 10px 20px 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
.address_type_two .addres_box .address_inner span {
  font-size: 70px;
  color: #b8b8b8;
  line-height: 76px;
  margin-bottom: 15px;
  display: block;
  transition: all 0.6s ease-in-out;
}

.address_type_two .addres_box .address_inner h2,
.address_type_two .addres_box .address_inner .address_type_two_toit {
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}

.address_type_two .addres_box .address_inner a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-set-one-2);
  margin-top: 30px;
  display: block;
  transition: all 0.6s ease-in-out;
}

.address_type_two .addres_box .address_inner:hover a {
  color: var(--color-set-one-1);
}

.address_type_two .addres_box .address_inner:hover span {
  color: var(--color-set-one-1);
}

.address_type_two .addres_box .address_inner:hover h2,
.address_type_two .addres_box .address_inner:hover .address_type_two_toit {
  color: var(--color-set-one-1);
}

.form_contact {
  position: relative;
  z-index: 10;
}

.form_contact .form_contact_inner {
  position: relative;
  background: var(--color-set-one-1);
  z-index: 0;
}

.form_contact .form-group.mg_top.check_box {
  margin-top: 16px;
}

.form_contact .form_contact_inner .image_bg {
  position: absolute;
  top: -58px;
  right: 0;
  z-index: -1;
}

.form_contact .ui-selectmenu-button .ui-icon::before {
  color: #808080;
}

.form_contact input[type=text],
.form_contact input[type=email],
.form_contact input[type=tel],
.form_contact .ui-selectmenu-button,
.form_contact textarea {
  position: relative;
  width: 100% !important;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 400;
}

.form_contact input::-moz-placeholder, .form_contact textarea::-moz-placeholder {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form_contact input::placeholder,
.form_contact textarea::placeholder {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form_contact.two_t input::-moz-placeholder, .form_contact.two_t textarea::-moz-placeholder {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form_contact.two_t input::placeholder,
.form_contact.two_t textarea::placeholder {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form_contact .ui-state-hover,
.form_contact .ui-widget-content .ui-state-hover,
.form_contact .ui-widget-header .ui-state-hover,
.form_contact .ui-state-focus,
.form_contact .ui-widget-content .ui-state-focus,
.form_contact .ui-widget-header .ui-state-focus,
.form_contact .ui-button:hover,
.form_contact .ui-button:focus {
  background: var(--color-set-one-1) !important;
  font-weight: 400 !important;
  color: var(--color-white) !important;
}

.form_contact .ui-selectmenu-button:hover .ui-selectmenu-text,
.form_contact .ui-selectmenu-button:active .ui-selectmenu-text,
.form_contact .ui-selectmenu-button:focus .ui-selectmenu-text {
  color: var(--color-white) !important;
}
.form_contact .ui-selectmenu-button:hover .ui-icon::before,
.form_contact .ui-selectmenu-button:active .ui-icon::before,
.form_contact .ui-selectmenu-button:focus .ui-icon::before {
  color: var(--color-white) !important;
}

.form_contact .ui-selectmenu-button {
  line-height: 23px !important;
}

.form_contact textarea {
  height: 120px !important;
  line-height: inherit !important;
}

.form_contact .ui-selectmenu-text {
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.form_contact [type=checkbox]:checked,
.form_contact [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form_contact [type=checkbox]:checked + .wpcf7-list-item-label,
.form_contact [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #aaaaaa;
}

.form_contact.two_t [type=checkbox]:checked + .wpcf7-list-item-label,
.form_contact.two_t [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  color: #808080;
}

.form_contact [type=checkbox]:checked + .wpcf7-list-item-label:before,
.form_contact [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: transparent;
}

.form_contact.two_t [type=checkbox]:checked + .wpcf7-list-item-label:before,
.form_contact.two_t [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  border: 1px solid #d4d4d4;
}

.form_contact [type=checkbox]:checked + .wpcf7-list-item-label:after,
.form_contact [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-set-one-1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease;
}

.form_contact.two_t [type=checkbox]:checked + .wpcf7-list-item-label:after,
.form_contact.two_t [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  background: var(--color-set-one-1);
}

.form_contact [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}

.form_contact [type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}

.form_contact .form-group.apbtn {
  text-align: right;
}

.form_contact .theme_btn {
  border: 0px;
  box-shadow: 0px;
  border-radius: 30px;
  height: 60px;
  width: 190px;
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.form_contact .theme_btn:hover {
  background: var(--color-set-one-2);
  color: var(--color-white);
}

.form_contact.two_t .theme_btn {
  border: 0px;
  box-shadow: none;
  border-radius: 30px;
  height: 60px;
  width: 190px;
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.form_contact.two_t .theme_btn:hover {
  background: var(--color-set-one-2);
  color: var(--color-white);
}

.error404 .site-content {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  text-align: center;
}

.search-no-results .no-results.not-found {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  text-align: center;
}

.search-no-results .no-results .search_box {
  padding: 20px;
}

.search-no-results .no-results .search_box input {
  position: relative;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-radius: 3px;
  height: 60px;
  padding: 20px;
  width: 400px;
  color: var(--color-white);
  border: 1px dashed #fff;
  font-size: 15px;
  display: inline-block;
}

.search-no-results .not-found h1 {
  font-size: 120px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 130px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .search-no-results .not-found h1 {
    font-size: 40px;
    color: var(--color-white);
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .search-no-results .search_box input {
    width: auto;
  }
}
.search-no-results .no-results .search_box button {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #2b2b2b;
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  box-shadow: 0px 0px 0px 0px transparent;
  border: 0px solid transparent;
  border-radius: 50px;
  margin-top: 30px;
}

.search-no-results .not-found p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-white);
}

.search-no-results .not-found h2 {
  font-size: 36px;
  line-height: 42px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 20px;
}

.search-no-results .no-results .search_box input::-moz-placeholder {
  color: var(--color-white);
}

.search-no-results .no-results .search_box input::placeholder {
  color: var(--color-white);
}

.search-no-results .page-header {
  display: none;
}

.search-no-results .page-header {
  display: none;
}

.error404 .search_box {
  padding: 20px;
}

.error404 .search_box input {
  position: relative;
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-radius: 3px;
  height: 60px;
  padding: 20px;
  width: 400px;
  color: var(--color-white);
  border: 1px dashed #fff;
  font-size: 15px;
  display: inline-block;
}

.error404 .search_box button {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #2b2b2b;
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  box-shadow: 0px 0px 0px 0px transparent;
  border: 0px solid transparent;
  border-radius: 50px;
  margin-top: 30px;
}

.error404 .search_box input::-moz-placeholder {
  color: var(--color-white);
}

.error404 .search_box input::placeholder {
  color: var(--color-white);
}

div.wpcf7-response-output {
  background: #fff;
  position: relative;
  border: 0px;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

span.wpcf7-not-valid-tip {
  color: var(--color-set-one-1);
  font-size: 12px;
  position: relative;
}

/*--------------------------------------------------------------------------------------------------
====================================Home Page Four=========================================
--------------------------------------------------------------------------------------------------*/
.topbar.version_v4 {
  position: relative;
  background: #033209;
}

.topbar.version_v4 .top_bar_widgets_inner.left {
  margin-top: 2px;
}

.topbar .topbar-one.topbar-widgets.left {
  margin-top: 3px;
}

.topbar.version_v4 ul li {
  color: #ffffff;
  position: relative;
  line-height: 28px;
}

.topbar.version_v4 ul li a {
  color: #ffffff;
}

.topbar.version_v4 ul li i,
.topbar.version_v4 ul li span {
  margin-right: 10px;
  color: var(--color-set-one-1);
  vertical-align: middle;
}

.topbar.version_v4 ul li:first-child {
  margin-right: 35px;
}

.topbar.version_v4 ul li:first-child span {
  font-weight: 600;
}

.topbar.version_v4 ul li a.loca_pin {
  background: #033209;
  border-color: #083e0e;
  color: var(--color-white);
}

.topbar.version_v4 ul.social_media li {
  position: relative;
  margin-right: 5px;
}

.topbar.version_v4 ul.social_media li.free_quote {
  margin-right: 0px;
}

.topbar.version_v4 ul.social_media li a {
  position: relative;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 2px dotted #198c26;
  background: #198c26;
  transition: all 0.6s ease-in-out;
  border-radius: 50px;
  color: var(--color-white);
}

.topbar.version_v4 ul.social_media li.free_quote a {
  width: 140px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.topbar.version_v4 ul.social_media li a:hover {
  background: var(--color-set-one-1);
  border: 2px dotted #fff;
}

.header-style-v4 .bsnav {
  position: relative;
  padding: 10px 0px 5px;
}

.header-style-v4 .bsnav-sticky.bsnav-sticky-slide.sticked {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.header-style-v4 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4 .navbar-nav .nav-link {
  color: var(--color-set-one-2);
  font-size: 15px;
  padding: 34px 16px 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link {
  padding: 34px 20px 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item {
  position: relative;
  display: inline-block;
  text-align: center;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
  display: block;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::after {
  display: none;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.dropdown .nav-link::before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  right: 6px;
  transition: all 0.6s ease-in-out;
  top: 34px;
}

.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active .nav-link::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item .nav-link:hover::before {
  color: var(--color-set-one-1);
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
  color: var(--color-set-one-1);
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
  color: var(--color-set-one-1);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
  color: var(--color-set-one-2);
}

.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
  color: var(--color-set-one-2);
}

.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
  color: var(--color-set-one-1);
}

.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.current-page-active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.current-page-active::before {
  color: var(--color-set-one-1);
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.current-page-active .nav-link {
  color: var(--color-set-one-1);
}

.header-style-v4 .navbar_right {
  margin-left: 10px;
}

.header-style-v4 .menu-item.dropdown .dropdown-menu {
  margin-top: 5px !important;
}

.header-style-v4 .navbar_right .nav-item .nav-link {
  padding: 0px;
  margin-left: 30px;
}

.header-style-v4 .navbar_right .icon-search {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-set-one-1);
  color: var(--color-white);
  border-radius: 50px;
  display: block;
  text-align: center;
}

.header-style-v4 .navbar-expand-lg .navbar-nav .nav-item.search_link {
  margin-right: 0px;
}

.header-style-v4 .navbar-expand-lg .navbar-nav.navbar_right .dropdown-item {
  padding: 0px !important;
}

/*------------------=================header style-v6===================------------------------*/
.topbar.version_v4.version_v5 {
  position: relative;
  background: var(--color-set-one-1);
}

.topbar.version_v4.version_v5 ul li i,
.topbar.version_v4.version_v5 ul li span {
  color: var(--color-white);
}

.header-style-v4.style-v6 {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  background: transparent;
}

.header-style-v4.style-v6 .bsnav {
  background: transparent;
}

.header-style-v4.style-v6 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4.style-v6 .navbar-nav .nav-link {
  color: var(--color-white);
}

header .dropdown-menu-mini-cart {
  padding: 10px !important;
}

.header-style-v4.style-v6 .navbar_right i {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  color: var(--color-white);
  border-radius: 50px;
  display: block;
  text-align: center;
}

.header-style-v4.style-v6 .navbar_right .search_link {
  position: relative;
}

.header-style-v4.style-v6 .navbar_right .search_link .basket-item-count {
  position: absolute;
  width: 18px;
  background: var(--color-set-one-1);
  height: 18px;
  line-height: 18px;
  color: var(--color-white);
  text-align: center;
  border-radius: 20px;
  font-size: 10px;
  top: 0;
  right: 0;
}

.header-style-v4.style-v6 .navbar_right .nav-item .nav-link {
  margin-left: 15px;
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-nav .nav-link,
.header-style-v4.style-v6 .navbar-nav .nav-link {
  color: var(--color-set-one-2);
}

.header_sticky .header-style-v4.style-v6 .bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar_right i {
  border-color: var(--color-set-one-1);
  color: var(--color-set-one-1);
}

/*------------------=================footer===================------------------------*/
.footer.version_v4 .footer_widgets h4.widget-title {
  border-bottom: 0px;
  margin-bottom: 30px;
  position: relative;
  font-size: 26px;
  margin-top: 0px;
  font-weight: 600;
  color: var(--color-white);
}

.footer .ui-selectmenu-text {
  color: #888;
}

.footer .ui-state-active,
.footer .ui-widget-content .ui-state-active,
.footer .ui-widget-header .ui-state-active,
.footer a.ui-button:active,
.footer .ui-button:active,
.footer .ui-button.ui-state-active:hover {
  border: 0px !important;
  background: transparent;
}

.page .footer .screen-reader-text::before {
  display: none;
}

.page .footer .footer_widgets.widget_text select {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: none;
}

.page .footer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer .ui-state-hover,
.footer .ui-widget-content .ui-state-hover,
.footer .ui-widget-header .ui-state-hover,
.footer .ui-state-focus,
.footer .ui-widget-content .ui-state-focus,
.footer .ui-widget-header .ui-state-focus,
.footer .ui-button:hover,
.footer .ui-button:focus {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/*
.footer.version_v4 .widget-title::before {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 4px;
    height: 12px;
    top: 7px;
    left: -20px;
}

.footer.version_v4 .widget-title::after {
    position: absolute;
    content: '';
    background: var(--color-set-one-1);
    width: 2px;
    height: 12px;
    top: 7px;
    left: -24px;
}
*/
.media_contact h2 {
  font-size: 20px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 26px;
}

.footer.version_v4 ul.social_media li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.6s ease-in-out;
}

.footer p {
  color: #fafafa !important;
}

.footer.version_v4 ul.social_media li a {
  color: #fafafa;
  transition: all 0.6s ease-in-out;
}

.footer.version_v4 ul.social_media li {
  margin-right: 10px;
}

.footer.version_v4 ul.social_media li:hover {
  background: var(--color-set-one-1);
  border-color: var(--color-set-one-1);
  color: var(--color-white);
}

.footer.version_v4 ul.social_media li:hover a {
  color: var(--color-white);
}

.footer.version_v4 ul.social_media li:last-child {
  margin-right: 0px;
}

.footer.version_v4 .links,
.footer.version_v4 .menu {
  position: relative;
}

.footer.version_v4 .links li,
.footer.version_v4 .menu li.menu-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.footer.version_v4 .links li::before,
.footer.version_v4 .menu li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #454545;
  left: 0;
  top: 8px;
  transition: all 0.6s ease-in-out;
}

.footer.version_v4 .links li::after,
.footer.version_v4 .menu li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-set-one-1);
  border-radius: 50px;
  left: 3px;
  top: 11px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.footer.version_v4 .links li:hover a,
.footer.version_v4 .menu li:hover a {
  color: var(--color-set-one-1);
}

.footer.version_v4 .links li:hover::before,
.footer.version_v4 .menu li:hover::before {
  border: 1px solid var(--color-set-one-1);
}

.footer.version_v4 .links li:hover::after,
.footer.version_v4 .menu li:hover::after {
  opacity: 1;
}

.footer.version_v4 .links li a,
.footer.version_v4 .menu li a {
  color: #fafafa;
  transition: all 0.6s ease-in-out;
}

.footer li a {
  color: #fafafa !important;
}

.footer_widgets .business_hours {
  position: relative;
  margin-bottom: 10px;
}

.footer_widgets .business_hours p span {
  color: var(--color-set-one-1);
}

.footer_widgets .emergency_contact {
  position: relative;
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_widgets .emergency_contact span {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 50px;
  color: var(--color-set-one-1);
}

.footer_widgets .emergency_contact .text {
  margin-left: 60px;
  position: relative;
}

.footer_widgets .emergency_contact .text h5 a {
  color: var(--color-white);
  font-size: 22px;
  line-height: 26px;
  display: block;
  font-weight: 700;
}

.footer.version_v4 .footer_widgets form input {
  position: relative;
  background: #fff;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  height: 52px;
  padding: 20px;
  width: 100%;
  color: #808080;
  font-size: 15px;
  margin: 15px 0px 10px;
}

.footer.version_v4 .mc4wp-form-fields input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0px 10px;
  background: var(--color-set-one-1);
  display: block;
  width: 100%;
  height: 60px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.6s ease-in-out;
  position: relative;
  margin: 0 0px 20px;
}

.footer.version_v4 .footer_widgets form .theme_btn {
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  width: 100%;
  height: 52px;
  line-height: 15px;
  margin: 0px 0px 15px;
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.footer.version_v4 .footer_widgets.sub_scribe p span {
  color: var(--color-set-one-1);
  margin-right: 5px;
}

.footer_last_type_four {
  background: #111111;
  padding: 12px 0px;
}

.footer_last_type_four ul {
  text-align: right;
}

.footer_last_type_four p {
  margin-top: 10px;
  color: #fafafa;
}

.footer_last_type_four ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 50px;
  line-height: 45px;
  margin-right: 20px;
}

.footer_last_type_four ul li a {
  color: #fafafa;
}

.footer_last_type_four ul li::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #313131;
  right: -12px;
  top: 15px;
}

.footer_last_type_four ul li:last-child {
  margin-right: 0px;
}

.footer_last_type_four ul li:last-child::before {
  display: none;
}

@media (max-width: 992px) {
  .footer_last_type_four p {
    text-align: center;
    font-size: 14px;
  }
  .footer_last_type_four ul {
    text-align: center;
  }
  .footer_last_type_four ul li a {
    font-size: 14px;
  }
}
/*------------------=================feature_all===================------------------------*/
.feature_all.fe_box {
  position: relative;
  margin-top: 52px;
  z-index: 10;
}

.feature_all.fe_box .simple_text {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.feature_all_inner {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .feature_all_inner .mid_column {
    padding: 0px;
  }
}
.feature_inner.type_three {
  position: relative;
  text-align: center;
  padding: 50px 40px;
  transition: all 0.7s ease-in-out;
  border-bottom: 2px solid #fff;
  width: 33.33%;
  float: left;
}

.feature_inner.type_three:hover {
  border-color: var(--color-set-one-1);
}

.feature_all_inner .feature_inner:nth-child(3)::before,
.feature_all_inner .feature_inner:nth-child(6)::before,
.feature_all_inner .feature_inner:nth-child(9)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 180px;
  background: #e6e6e6;
  left: 0;
  bottom: 35px;
}

.feature_all_inner .feature_inner:nth-child(3)::after,
.feature_all_inner .feature_inner:nth-child(6)::after,
.feature_all_inner .feature_inner:nth-child(9)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 180px;
  background: #e6e6e6;
  right: 0;
  bottom: 35px;
}

@media (max-width: 992px) {
  .feature_inner.type_three {
    width: 50%;
    float: left;
  }
  .feature_all.fe_box {
    margin-top: 0px;
  }
  .feature_all_inner .feature_inner:nth-child(3)::before,
  .feature_all_inner .feature_inner:nth-child(6)::before,
  .feature_all_inner .feature_inner:nth-child(9)::before {
    display: none;
  }
  .feature_all_inner .feature_inner:nth-child(3)::after,
  .feature_all_inner .feature_inner:nth-child(6)::after,
  .feature_all_inner .feature_inner:nth-child(9)::after {
    display: none;
  }
}
@media (max-width: 650px) {
  .feature_inner.type_three {
    width: 100%;
    float: none;
  }
}
.feature_all_inner .simple_text h3,
.feature_all_inner .simple_text div {
  position: relative;
  content: "";
  width: 500px;
  text-align: center;
  top: -50px;
  background: #fff;
  height: 60px;
  line-height: 85px;
  border-radius: 10px;
  font-size: 22px;
  color: var(--color-set-one-1);
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  box-shadow: 0px -10px 14px 0px rgba(0, 0, 0, 0.02);
}

@media (max-width: 992px) {
  .feature_all_inner .simple_text h3,
  .feature_all_inner .simple_text div {
    display: none;
  }
  .feature_inner.type_three.mid::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .feature_inner.type_three.mid::before {
    display: none;
  }
}
.feature_all_inner .simple_text h3::before,
.feature_all_inner .simple_text div::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 38px;
  height: 23px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 7px solid #fff;
  border-top: 0px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0px solid #fff;
  left: -31px;
  z-index: 2;
  transform: rotate(23deg);
  bottom: 12px;
  z-index: 0;
}

.feature_all_inner .simple_text h3::after,
.feature_all_inner .simple_text div::after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 38px;
  height: 23px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 5px solid transparent;
  border-top: 0px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 0px solid #fff;
  right: -31px;
  z-index: 2;
  transform: rotate(-23deg);
  bottom: 12px;
  z-index: 0;
}

.feature_inner.type_three small {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: -21px;
  z-index: 40;
}

.feature_inner.type_three .theme_btn {
  border-radius: 50px;
  height: 46px;
  line-height: 46px;
  width: 150px;
  z-index: 40;
  opacity: 0;
}

.feature_inner.type_three:hover .theme_btn {
  opacity: 1;
}

.feature_inner.type_three span.icon {
  font-size: 50px;
  color: var(--color-set-one-1);
  line-height: 50px;
  display: block;
  margin-bottom: 15px;
}

.feature_inner.type_three h2,
.feature_inner.type_three .fttw-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.feature_inner.type_three h2 a,
.feature_inner.type_three .fttw-text a {
  color: var(--color-set-one-2);
  font-weight: 700;
}

/*------------------=================aboout===================------------------------*/
.about_type_four {
  position: relative;
  padding: 120px 0px 100px;
}

.about_type_four .heading {
  margin-bottom: 30px;
}

.about_inner_fr {
  position: relative;
  margin-bottom: 90px;
}

.about_inner_fr::before {
  position: absolute;
  content: "\e99d";
  font-size: 660px;
  font-family: "icomoon" !important;
  bottom: 181px;
  left: -100px;
  z-index: -1;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .about_inner_fr::before {
    display: none;
  }
}
.about_inner_fr .img_two {
  position: absolute;
  right: 65px;
  bottom: -75px;
  width: 270px;
  height: 270px;
}

.about_inner_fr .img_two img {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  display: block;
  width: 100%;
}

.about_inner_fr .img_two .icon {
  position: absolute;
  top: -45px;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 50px;
  line-height: 90px;
  background: var(--color-set-one-1);
  border-radius: 50px;
  color: var(--color-white);
  right: -45px;
}

.about_inner_fr .img_two .icon:after {
  width: 110px;
  height: 110px;
  border: 2px dotted var(--color-set-one-1);
  left: 0;
  position: absolute;
  content: "";
  background: transparent;
  border-radius: 50%;
  left: -10px;
  top: -10px;
}

.about_type_four .icon_box {
  margin-bottom: 30px;
}

.about_type_four .icon_box_outer {
  padding-bottom: 0px;
  margin: 30px 0px 0px;
}

.about_type_four .icon_box_outer.tp_two span {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--color-white);
}

.about_type_four .icon_box_outer .text {
  margin-left: 85px;
}

.about_type_four .icon_box_outer .text h5 {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .about_inner_fr .img_two {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-bottom: 30px;
    width: auto;
    height: auto;
  }
  .about_inner_fr .img_two img {
    width: 100px;
    margin-top: -46px;
    margin-left: 17px;
  }
  .about_inner_fr .img_one img {
    width: 100%;
  }
  .about_inner_fr .img_two .icon {
    right: 35px;
  }
}
/*------------------=================areas===================------------------------*/
.area_tp_one {
  position: relative;
}

.areas_outer {
  position: relative;
}

.area_tp_one #tabs-nav {
  position: relative;
  display: block;
  float: left;
  margin-left: -85px;
  border: 0px;
  display: block;
  text-align: center;
}

.area_tp_one #tabs-nav .navitem {
  display: block;
  position: relative;
}

.area_tp_one #tabs-nav .navitem .navlink:before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid var(--color-set-one-1);
  border-bottom: 15px solid transparent;
  z-index: 2;
  right: -30px;
  top: 55px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.area_tp_one #tabs-nav .navitem.active .navlink::before {
  opacity: 1;
}

.area_tp_one #tabs-nav .navitem .navlink {
  display: block;
  width: 140px;
  height: 140px;
  background: #fff;
  padding: 26px 8px;
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out;
}

.area_tp_one #tabs-nav .navitem.active .navlink {
  background: var(--color-set-one-1);
}

.area_tp_one #tabs-nav .navitem .area_btn span {
  font-size: 60px;
  line-height: 60px;
  color: var(--color-set-one-1);
  transition: all 0.6s ease-in-out;
}

.area_tp_one #tabs-nav .navitem.active .navlink .area_btn span {
  color: var(--color-white);
}

.area_tp_one #tabs-nav .navitem h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-set-one-2);
  line-height: 26px;
  transition: all 0.6s ease-in-out;
  padding-top: 5px;
}

.area_tp_one #tabs-nav .navitem.active .navlink .area_btn h2 {
  color: var(--color-white);
}

.area_tp_one .tab-content {
  position: relative;
  margin-left: 105px;
}

.area_tp_one .tab-content .areas_content h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-white);
  margin-bottom: 10px;
  font-weight: 600;
}

.area_tp_one .tab-content .areas_content h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-white);
  margin-bottom: 20px;
  font-weight: 600;
}

.area_tp_one .tab-content .areas_content p {
  color: #aaaaaa;
  margin-bottom: 17px;
}

.area_tp_one .tab-content .areas_content ul li {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 38px;
  padding-left: 30px;
  transition: all 0.6s ease-in-out;
}

.area_tp_one .tab-content .areas_content ul li::before {
  position: absolute;
  content: "\e922";
  font-family: "icomoon";
  font-size: 20px;
  color: var(--color-set-one-1);
  left: 0;
}

.customer_rating {
  position: relative;
  text-align: center;
  z-index: 10;
}

.custm_rating_inner {
  width: 570px;
  background: #eaf721;
  margin: 0 auto;
  height: 70px;
}

.custm_rating_inner .rating {
  float: left;
  width: 50%;
  background: var(--color-set-one-1);
  height: 70px;
  position: relative;
  z-index: 0;
}

.custm_rating_inner .rating p i {
  font-size: 20px;
  color: var(--color-white);
  line-height: 20px;
  margin: 0px 5px;
}

.custm_rating_inner .rating::before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 10px solid transparent;
  border-top: 36px solid var(--color-set-one-1);
  border-left: 35px solid var(--color-set-one-1);
  border-bottom: 34px solid var(--color-set-one-1);
  z-index: -1;
  right: -10px;
  top: 0px;
}

.custm_rating_inner .rating h2,
.custm_rating_inner .rating .title_rate {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  margin-top: 0px;
  line-height: 72px;
  text-transform: uppercase;
}

.custm_rating_inner .clients h2,
.custm_rating_inner .clients .desc {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-set-one-2);
  margin-top: 0px;
  line-height: 74px;
}

@media (max-width: 992px) {
  .area_tp_one {
    background-size: cover;
    background-position: 88% 0;
  }
  .area_tp_one #tabs-nav {
    position: relative;
    display: inline-block;
    float: none;
    margin-left: 0px;
  }
  .area_tp_one #tabs-nav .navitem {
    display: inline-block;
    margin-right: 20px;
  }
  .area_tp_one #tabs-nav .navitem:last-child {
    margin-right: 0px;
  }
  .area_tp_one .tab-content {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .custm_rating_inner {
    width: auto;
    height: auto;
    background: var(--color-set-one-1);
    height: inherit;
    padding: 30px;
  }
  .custm_rating_inner .rating {
    float: none;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 100%;
    height: inherit;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .custm_rating_inner .rating::before {
    display: none;
  }
  .custm_rating_inner .rating h2,
  .custm_rating_inner .rating .title_rate {
    color: var(--color-white);
    line-height: 26px;
    margin-top: 10px;
  }
  .custm_rating_inner .clients h2,
  .custm_rating_inner .clients .desc {
    color: var(--color-white);
    line-height: 26px;
    margin-top: 10px;
  }
  .area_tp_one #tabs-nav .navitem .navlink:before {
    display: none;
  }
  .area_tp_one #tabs-nav .navitem {
    margin-right: 0px;
  }
}
/*------------------=================gallery_facts===================------------------------*/
.gallery_facts {
  position: relative;
}

.gallery_facts .single_item_center .image img {
  width: 100% !important;
}

.gallery_facts .single_item_center .pd0 {
  padding: 0px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .gallery_facts .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
  }
}
.gallery_facts .single_item {
  position: relative;
}

.gallery_facts .single_item .image {
  position: relative;
}

.gallery_facts .single_item .image a span.icon {
  position: absolute;
  content: "";
  background: #fff;
  color: var(--color-set-one-2);
  width: 35px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  top: 35%;
}

.gallery_facts .single_item .image.before_img a span.icon {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: 0;
  padding-left: 7px;
}

.gallery_facts .single_item .image.after_img a span.icon {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  left: 0;
  padding-right: 7px;
}

.gallery_facts .single_item .image .theme_btn {
  border-radius: 50px;
  position: absolute;
  width: 110px;
  height: 40px;
  line-height: 40px;
  background: #fff !important;
  color: var(--color-set-one-2);
  bottom: 20px;
  pointer-events: none;
}

.gallery_facts .single_item .image.before_img .theme_btn {
  left: 20px;
}

.gallery_facts .single_item .image.after_img .theme_btn {
  right: 20px;
}

.gallery_facts .owl-item.active.center .single_item .image .theme_btn {
  background: var(--color-set-one-1) !important;
  color: var(--color-white);
}

.gallery_facts .owl-dots.disabled,
.gallery_facts .owl-dots {
  display: block !important;
}

.gallery_facts .owl-dots {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 45px;
}

.gallery_facts .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #4f4f4f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery_facts .owl-nav {
  display: none !important;
}

.gallery_facts .owl-dots .owl-dot:hover,
.gallery_facts .owl-dots .owl-dot.active {
  border: 2px solid var(--color-set-one-1);
}

@media (max-width: 576px) {
  .gallery_facts .single_item .image.before_img a span.icon {
    bottom: 0px;
    top: inherit;
    right: inherit;
    margin-left: -35px;
    margin-bottom: -33px;
    z-index: 10;
  }
  .gallery_facts .single_item .image.after_img a span.icon {
    top: 0px;
    left: inherit;
    margin-top: -37px;
  }
  .gallery_facts .single_item .image {
    text-align: center;
  }
  .gallery_facts .single_item .image.after_img .theme_btn {
    bottom: inherit;
    top: 20px;
  }
  .gallery_facts .single_item .image .theme_btn {
    background: var(--color-set-one-1);
    color: var(--color-white);
  }
}
.counter_type_four {
  position: relative;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 0;
}

.counter_type_four small.icon_bg {
  position: absolute;
  font-size: 220px;
  line-height: 220px;
  color: #242424;
  top: 0;
  display: block;
  z-index: -10;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  left: 0;
}

.counter_type_four span {
  font-size: 60px;
  color: var(--color-set-one-1);
  line-height: 60px;
  transition: all 0.6s ease-in-out;
  margin-bottom: 20px;
  display: block;
}

.counter_type_four h5,
.counter_type_four .common_values {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: var(--color-white);
  transition: all 0.6s ease-in-out;
}

.counter_type_four h2,
.counter_type_four .counter-text {
  font-size: 22px;
  line-height: 28px;
  color: var(--color-white);
  font-weight: 700;
  transition: all 0.6s ease-in-out;
}

.counter_type_four:hover span {
  color: var(--color-white);
}

/*------contact-box----------*/
.address_type_four .address_inner {
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 63px 40px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.address_type_four.style-4 {
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

@media (max-width: 992px) {
  .address_type_four.style-4 {
    margin-bottom: 30px;
  }
}
.address_type_four.style-4 .address_inner {
  padding: 53px 22px;
  border: 1px dashed #e6e6e6;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px;
}

.address_type_four .address_inner span {
  font-size: 70px;
  color: #b8b8b8;
  line-height: 76px;
  margin-bottom: 15px;
  display: block;
  transition: all 0.6s ease-in-out;
}

.address_type_four .address_inner h2,
.address_type_four .address_inner .address_type_four_tit {
  font-size: 22px;
  color: var(--color-set-one-2);
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}

.address_type_four .address_inner:hover h2,
.address_type_four .address_inner:hover .address_type_four_tit {
  color: var(--color-set-one-1);
}

.address_type_four .address_inner span {
  color: var(--color-set-one-1);
}

.vc_row.wpb_row.vc_row-fluid {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 450px) {
  .topbar {
    display: none !important;
  }
}
.image_absolute {
  position: relative;
  z-index: 0;
}

.image_absolute img {
  position: absolute;
  right: -90px;
  min-width: 500px;
  margin-top: -51px;
  z-index: -58;
}

.page .comments-area {
  padding: 0px;
}

.testimonial_type_three .owl-dots {
  display: none;
}

@media (max-width: 600px) {
  .blog_post_types.style-3 .content_inner .tag_and_date ul li::before {
    display: none;
  }
  .classic-layout .blog_post_types .content_inner {
    padding: 40px 30px;
  }
  .classic-layout .blog_post_types ul.entry-meta li::before {
    display: none;
  }
  .pagination_box ul li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 13px;
  }
  .pagination_box ul li {
    padding: 0px 5px;
  }
}
@media (max-width: 768px) {
  .service_tb {
    width: 100%;
  }
  .emergency_inner_ser {
    padding: 20px 25px 25px;
  }
  .different_services #tabs-nav .navitem {
    display: block;
    margin-bottom: 10px;
  }
}
.blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 10px;
}

.blog_single_details_outer select {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  width: 100% !important;
  height: 54px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 10px 6px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog_single_details_outer label.screen-reader-text {
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  display: inherit;
}

.blog_single_details .wp-block-calendar table {
  margin-bottom: 0px;
}

.blog_single_details .wp-calendar-nav {
  text-align: left;
  margin-bottom: 20px;
}

.blog_single_details_outer .post-nav-links span,
.blog_single_details_outer .post-nav-links a {
  padding: 0px 14px;
  background-color: #e6e6e6;
  color: var(--color-set-one-2);
  margin: 0 2.5px;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.blog_single_details_outer .post-nav-links span {
  background-color: var(--color-set-one-1);
  color: var(--color-white);
}

.type-page .page-links span,
.type-page .page-links a {
  padding: 0px 14px;
  background-color: #e6e6e6;
  color: var(--color-set-one-2);
  margin: 0 2.5px;
  display: inline-block;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.type-page .page-links span {
  background-color: var(--color-set-one-1);
  color: var(--color-white);
}

/*------------------------------------------------------------------------------------
==========================================Products=============================================
--------------------------------------------------------------------------------------*/
.product_all {
  position: relative;
  padding: 100px 0px 70px;
}

.woocommerce-pagination {
  padding-top: 50px;
}

.products_items {
  position: relative;
  padding: 5px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.6s ease-in-out;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
}

.products .products_items {
  top: unset;
  width: unset;
}

select.orderby {
  padding: 0px 10px;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--color-white);
}

select.orderby option {
  color: var(--color-set-one-2);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 30px;
}

.products_items .image {
  position: relative;
  background: #f4f4f4;
}

.products_items:hover {
  border: 2px solid var(--color-set-one-1);
}

.products_items .cart_items {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.products_items:hover .cart_items {
  opacity: 1;
}

.products_items .cart_items .cart_btns {
  position: absolute;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}

.products_items .cart_items .cart_btns a.button:hover {
  background: transparent;
}

.products_items .cart_items linearGradient {
  position: relative;
}

.products_items .cart_items li .added_to_cart.wc-forward {
  position: absolute;
  width: 124px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: var(--color-set-one-1);
  font-weight: 500;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.products_items a.button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.products_items a.button:after {
  position: absolute;
  top: 0 !important;
  width: 56px;
  height: 56px;
  line-height: 63px;
  border-radius: 50px;
  right: 0 !important;
  left: 0 !important;
  margin-left: 0px !important;
  background: #fff;
}

.products_items .cart_items li .added_to_cart.wc-forward::before {
  position: absolute;
  content: "";
  height: 0px;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
}

.products_items:hover .cart_items li .added_to_cart.wc-forward {
  opacity: 1;
}

.products_items .cart_items li a {
  background: transparent;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.products_items .cart_items li span {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  text-align: center;
  color: #b3b3b3;
  transition: all 0.6s ease-in-out;
  font-size: 26px;
  color: var(--color-set-one-1);
}

.products_items .cart_items a:hover span {
  color: var(--color-set-one-1);
}

.products_items:hover .cart_items a {
  color: var(--color-set-one-1);
}

.products_items .product_content {
  padding: 25px 10px 10px;
  position: relative;
  display: block;
}

.products_items .product_content .review-box {
  position: relative;
  display: block;
}

.products_items .product_content .review-box .star-rating {
  margin: auto auto 12px;
}

.products_items .star-rating span:before {
  color: var(--color-set-one-1);
}

.products_items .product_content h2 a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
  color: var(--color-set-one-2);
  transition: all 0.6s ease-in-out;
}

.products_items .product_content h2:hover a {
  color: var(--color-set-one-1);
}

.products_items .product_content .rate-box span ins span {
  color: var(--color-set-one-1);
  font-weight: 600;
}

.products_items .product_content .rate-box del {
  color: #808080;
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 400;
}

.products_items .product_content .rate-box span {
  font-size: 16px;
}

.related.products {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}

.related.products h2 {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
  color: var(--color-set-one-2);
}

.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 5px;
  margin-top: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: #e6e6e6;
}

.related.products .products_items {
  margin: 10px 8px 30px;
}

.related.products .padding_zero {
  padding: 0px 8px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  position: relative;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  position: relative;
  padding: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  border-radius: 0px;
  padding: 14px 0px 14px 0px;
  font-size: 20px;
  background: #fff !important;
  font-weight: 700;
  color: var(--color-set-one-2);
  line-height: 30px;
  text-decoration: none;
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:first-child {
  padding-left: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--color-set-one-1) !important;
  color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-set-one-2);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  padding: 0px;
  border-radius: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 70px;
  border-color: #e6e6e6;
  border-radius: 0px;
}

.comment-text .woocommerce-review__author {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: var(--color-set-one-2);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 10px;
}

.comment-reply-title {
  position: relative;
  color: var(--color-set-one-1);
}

.comment-respond .comment-reply-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-set-one-2);
  font-family: "Nunito", sans-serif;
}

.shop-sidebar .woocommerce-product-search {
  position: relative;
  margin-bottom: 30px;
}

.shop-sidebar .woocommerce-product-search input {
  position: relative;
  position: relative;
  width: 100% !important;
  height: 54px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px 30px;
  line-height: 54px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #888;
  border-radius: 50px;
  font-weight: 400;
}

.shop-sidebar .woocommerce-product-search .sch_btn {
  width: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 44px;
  border-radius: 50px;
  background: var(--color-set-one-1);
  border: 0px;
  color: var(--color-white);
  box-shadow: inherit;
}

.product_list_widget {
  position: relative;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce ul.cart_listli:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px;
  margin-top: 5px;
  float: left;
  margin-left: 0px;
}

.product_list_widget .product-title {
  font-size: 18px;
  color: var(--color-set-one-2);
  font-family: "Nunito", sans-serif;
  margin-bottom: 8px;
  margin-left: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  margin-right: 10px;
}

.woocommerce .star-rating span::before {
  color: var(--color-set-one-1);
}

.product_list_widget del .woocommerce-Price-amount.amount {
  color: #888;
}

.product_list_widget ins .woocommerce-Price-amount.amount {
  color: var(--color-set-one-1);
}

.woocommerce div.product .product_title {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
  color: var(--color-set-one-2);
}

.woocommerce div.product .woocommerce-product-rating a {
  color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}

.cart_totals h2 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 32px;
  margin-bottom: 5px;
  color: var(--color-set-one-2);
}

.woocommerce div.product p.price {
  margin-bottom: 20px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.product_meta a {
  color: var(--color-set-one-1);
}

.woocommerce div.product .woocommerce-tabs .panel {
  position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 32px;
  margin-bottom: 15px;
  color: var(--color-set-one-2);
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px !important;
  min-width: 100px;
  line-height: 30px !important;
  height: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--color-set-one-1);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--color-set-one-1);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eee;
}

.woocommerce .widget_layered_nav_filters ul li a {
  color: var(--color-set-one-1);
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  color: var(--color-set-one-1);
}

.woocommerce-Address-title.title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-set-one-2);
}

.woocommerce-Address-title.title address {
  line-height: 30px;
}

.woocommerce-Address-title.title .edit {
  font-size: 12px;
  background: var(--color-set-one-1);
  color: var(--color-white);
  padding: 2px 15px;
  margin-top: 10px;
  border-radius: 5px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  z-index: 10;
  margin-top: 9px;
  color: var(--color-set-one-1) !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
  margin-top: 10px;
  float: none;
  margin-right: 0px;
}

.woocommerce-Reviews .comment-respond .comment-form-author,
.woocommerce-Reviews .comment-respond .comment-form-email,
.woocommerce-Reviews .comment-respond .comment-form-url {
  width: 100%;
  margin-left: 0px !important;
  margin-bottom: 20px;
  padding: 0px;
}

.woocommerce-Reviews .comment-respond .comment-form-author input,
.woocommerce-Reviews .comment-respond .comment-form-email input,
.woocommerce-Reviews .comment-respond .comment-form-url input {
  width: 100%;
}

@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    max-width: 100% !important;
    width: 100%;
  }
  #customer_login .form-row {
    width: 100%;
  }
}
.woocommerce-LostPassword.lost_password {
  position: absolute;
  right: 0;
  top: 4px;
}

#customer_login .form-row {
  position: relative;
}

.comment-respond .comment-form-cookies-consent {
  margin-top: 30px !important;
}

.woocommerce-form-register__submit {
  width: 100%;
}

.header .widget_shopping_cart_content {
  position: relative;
  padding: 20px;
}

.header .product_list_widget {
  position: relative;
}

.header .woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
}

.header .woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}

.header .woocommerce-mini-cart-item.mini_cart_item .image_box {
  margin-right: 15px;
  display: block;
  min-width: 25%;
  width: 25%;
}

.header .woocommerce-mini-cart-item.mini_cart_item .content_right_car_box_items {
  position: relative;
  width: 75%;
  min-width: 75%;
  padding-right: 35px;
}

.header .woocommerce-mini-cart-item.mini_cart_item .image_box img {
  float: none;
}

.header .woocommerce-mini-cart-item.mini_cart_item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #333;
}

.header .product_list_widget img {
  width: 60px;
  position: relative;
  left: 0;
  top: 0px;
}

.header .remove.remove_from_cart_button {
  position: absolute;
  right: -10px;
  color: var(--color-set-one-1);
  top: 0;
}

.header-style-v2 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
  margin-top: 20px !important;
}

.header-style-v2 .basket-item-count {
  position: absolute;
  width: 16px;
  height: 16px;
  color: var(--color-white);
  background: var(--color-set-one-1);
  top: 5px;
  right: 4px;
  font-size: 8px;
  line-height: 16px;
  border-radius: 50px;
}

.header .product_list_widget a {
  display: block;
  font-size: 16px;
  color: var(--color-white);
  margin-right: 10px;
}

.header .product_list_widget .quantity {
  position: relative;
  display: block;
  color: var(--color-set-one-1);
}

.header .product_list_widget .quantity span {
  color: var(--color-set-one-1);
}

.header .woocommerce-mini-cart__total.total {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #333;
}

.header .woocommerce-mini-cart__total.total strong {
  font-weight: 600 !important;
}

.header .woocommerce-Price-amount.amount {
  color: var(--color-set-one-1);
}

.header .woocommerce-mini-cart__buttons.buttons {
  position: relative;
  margin-top: 10px;
}

.header .woocommerce-mini-cart__buttons.buttons a {
  display: inline-block;
  padding: 5px 15px;
  background: var(--color-set-one-1);
  color: var(--color-white);
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
}

.header .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
  float: right;
}

/*------------------------------------------------------------------------------------
==========================================My Account=============================================
--------------------------------------------------------------------------------------*/
.login_register_area {
  position: relative;
  padding: 100px 0px 70px;
}

.login_register_area input[type=text],
.login_register_area input[type=email],
.login_register_area .ui-selectmenu-button,
.login_register_area textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: #fff;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  color: var(--color-set-one-2);
  font-weight: 600;
}

.login_register_area .form .input-field .icon-holder {
  position: absolute;
  right: 20px;
  top: 21px;
}

.login_register_area .form .input-field .icon-holder i {
  color: #b5b5b5;
}

.login_register_area .form .input-field {
  position: relative;
  margin-bottom: 30px;
}

.login_register_area .theme_btn {
  box-shadow: 0px 0px 0px 0px transparent;
  border: 0px;
  border-radius: 30px;
}

.login_register_area .social-icon {
  position: relative;
  text-align: right;
}

.login_register_area .social-icon li {
  display: inline-block;
}

.login_register_area .social-icon li:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}

.login_register_area .social-icon li:nth-child(2),
.login_register_area .social-icon li:nth-child(3) {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #b5b5b5;
}

.login_register_area .social-icon li {
  color: #808080;
  position: relative;
}

.login_register_area .social-icon li a {
  color: #808080;
}

.login_register_area .form.register p {
  text-align: right;
  margin-top: 10px;
}

.login_register_area [type=checkbox]:checked,
.login_register_area [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.login_register_area [type=checkbox]:checked + label,
.login_register_area [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #808080;
}

.login_register_area [type=checkbox]:checked + label:before,
.login_register_area [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: transparent;
}

.login_register_area [type=checkbox]:checked + label:after,
.login_register_area [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-set-one-1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease;
}

.login_register_area [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.login_register_area [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.login_register_area .remember-text {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .login_register_area .social-icon {
    text-align: left;
  }
  .login_register_area .form.register p {
    text-align: left;
  }
  .login_register_area .remember-text {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .login_register_area .theme_btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
#customer_login h2 {
  font-size: 24px;
  color: var(--color-set-one-2);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

/*------------------------------------------------------------------------------------
==========================================Shopping Cart=============================================
--------------------------------------------------------------------------------------*/
.shopping_cart {
  position: relative;
  padding: 100px 0px 70px;
}

.cart_header h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-set-one-2);
  line-height: 30px;
  margin-bottom: 20px;
}

.cart_total_price h3 {
  text-align: right;
}

.cart_header h3 span {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}

.cart_total_price h3 span {
  color: var(--color-set-one-1);
}

.shopping_cart table {
  position: relative;
}

.shopping_cart .table td,
.shopping_cart .table th {
  border: 1px solid #e6e6e6;
  position: relative;
  vertical-align: middle;
  line-height: normal;
  padding: 20px 20px;
  font-family: "Source Serif Pro", serif;
}

.shopping_cart .table th {
  font-size: 18px;
  color: var(--color-set-one-2);
  line-height: 30px;
  font-weight: 700;
}

.shopping_cart .table th:first-child {
  border-right: 0px;
}

.shopping_cart .table td:first-child {
  border-right: 0px;
  width: 120px;
  padding-right: 0px;
}

.shopping_cart .table th:nth-child(2) {
  border-left: 0px;
}

.shopping_cart .table td:nth-child(2) {
  border-left: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.shopping_cart .table td:nth-child(4) {
  font: 20px;
  color: var(--color-set-one-1);
  font-weight: 700;
}

.shopping_cart .table td:nth-child(5) {
  font: 20px;
  color: var(--color-set-one-2);
  font-weight: 700;
}

.shopping_cart .table td .icon-x-mark {
  font-size: 20px;
  color: #808080;
}

.shopping_cart .table td input[type=number] {
  border: 1px solid #e6e6e6;
  height: 50px;
  width: 50px;
  color: var(--color-set-one-2);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-left: 8px;
}

/*------------------------------------------------------------------------------------
==========================================Checkout=============================================
--------------------------------------------------------------------------------------*/
.Products_checkout {
  position: relative;
  padding: 100px 0px 70px;
}

.check_up {
  position: relative;
  margin: 10px 0px 20px;
}

.check_up input[type=text] {
  position: relative;
  height: 50px;
  width: 100%;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 50px;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 600;
  border-radius: 50px;
}

@media (max-width: 3000px) and (min-width: 1200px) {
  .check_up input[type=text] {
    width: 300px;
  }
}
.check_up .theme_btn {
  border: 2px solid var(--color-set-one-1);
  line-height: 46px;
  height: 50px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .check_up input[type=text] {
    margin-bottom: 5px;
  }
  .check_up .theme_btn {
    width: 100%;
  }
  .check_up .theme_btn {
    margin-bottom: 5px;
  }
}
.check_up .theme_btn.update {
  background: transparent;
  color: var(--color-set-one-1);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-selection.select2-selection--single {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #808080;
  padding: 0px 20px !important;
  font-weight: 400;
  border-radius: 0px;
  margin-bottom: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 60px;
  color: #808080 !important;
  padding: 0px;
  margin: 0px;
}

.select2-selection__arrow:before {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  right: 16px;
  transition: all 0.6s ease-in-out;
  top: 16px;
  color: #888;
}

.woocommerce form .form-row textarea {
  height: inherit;
  padding: 20px 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.check_out_form {
  position: relative;
  margin-bottom: 30px;
}

#customer_details label,
.woocommerce form .form-row span {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-set-one-2);
  font-weight: 400;
  margin-bottom: 10px;
}

.form-row.place-order {
  padding: 20px 0px 0px !important;
  background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  padding: 40px;
  background: #fff !important;
  margin-top: 30px;
  border-radius: 0px !important;
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout .woocommerce-checkout-payment ul {
  padding: 0px !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: var(--color-set-one-1);
  color: var(--color-white) !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid var(--color-set-one-1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  color: var(--color-white);
}

.wc_payment_methods.payment_methods.methods .wc_payment_method {
  position: relative;
}

.wc_payment_methods.payment_methods.methods input[type=radio] {
  height: inherit;
}

.checkout.woocommerce-checkout h3 {
  font-size: 24px;
  line-height: 28px;
  color: var(--color-set-one-2);
  font-weight: 700;
  margin-bottom: 20px;
}

.check_out_form .section-title.two {
  margin-top: 30px;
}

.payment_methord h2 {
  font-size: 24px;
  line-height: 28px;
  color: var(--color-set-one-2);
  font-weight: 700;
  margin-bottom: 20px;
}

.Products_checkout [type=checkbox]:checked,
.Products_checkout [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.Products_checkout [type=checkbox]:checked + label,
.Products_checkout [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #808080;
  margin-bottom: 30px;
}

.Products_checkout [type=checkbox]:checked + label:before,
.Products_checkout [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: transparent;
}

.Products_checkout [type=checkbox]:checked + label:after,
.Products_checkout [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--color-set-one-1);
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease;
}

.Products_checkout [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.Products_checkout [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.payment_methord {
  position: relative;
  padding: 40px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.payment_methord .payment_methord_inner p {
  margin-bottom: 30px;
}

.payment_methord .payment_methord_inner label {
  color: var(--color-set-one-2) !important;
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
  line-height: 26px;
}

.payment_methord .payment_methord_inner .theme_btn {
  border-radius: 50px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
}

.product_order_pay {
  position: relative;
  padding: 40px;
  border: 1px solid #e6e6e6;
}

.product_order_pay .product_content {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 19px;
  border-bottom: 1px solid #e6e6e6;
}

.product_order_pay .product_content .content {
  float: left;
  width: 70%;
}

.product_order_pay .product_content .content img {
  float: left;
}

.product_order_pay .product_content .content h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-set-one-2);
  line-height: 100px;
}

.product_order_pay .product_content h6 {
  float: right;
  line-height: 100px;
  font-weight: 700;
  font-size: 18px;
  color: #808080;
}

.total_payment {
  position: relative;
  margin: 35px 0px 20px;
}

.total_payment h6 {
  font-size: 18px;
  color: var(--color-set-one-2);
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.total_payment h6 span {
  float: right;
  display: block;
  font-weight: 700;
  color: #808080;
}

.total_payment .final_total {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.total_payment .final_total h6 span {
  color: var(--color-set-one-1);
}

.product_order_pay {
  position: relative;
}

.product_order_pay .theme_btn {
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 50px;
  width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------------------
==========================================Product Single=============================================
--------------------------------------------------------------------------------------*/
.product_single {
  position: relative;
  padding: 100px 0px 50px;
}

.product_single .product_image {
  position: relative;
  margin-bottom: 30px;
}

.product_single .product_image img {
  width: 100%;
}

.product_single .product_image a span {
  position: absolute;
  top: 10px;
  font-size: 16px;
  right: 10px;
  width: 40px;
  background: #fff;
  height: 40px;
  text-align: center;
  display: block;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  line-height: 40px;
  color: var(--color-set-one-2);
}

.product_details {
  position: relative;
  margin-bottom: 30px;
}

.product_details .product_header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.product_details .product_header .left {
  float: left;
}

.product_details .product_header .right {
  float: right;
}

.product_details .product_header h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-set-one-2);
}

.product_details .product_header .right h6 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--color-set-one-1);
  margin-top: 10px;
}

.product_details .product_header p {
  color: #808080;
}

.product_details .product_header p span {
  color: var(--color-set-one-1);
  display: inline-block;
  font-weight: 700;
}

.product_details .product_features {
  position: relative;
}

.product_details .product_features p {
  margin-bottom: 15px;
}

.product_details .quantity h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}

.product_details .quantity input[type=number] {
  border: 1px solid #e6e6e6;
  height: 50px;
  width: 50px;
  color: var(--color-set-one-2);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding-left: 8px;
  margin-right: 20px;
}

.product_details .quantity label {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-set-one-2);
  font-family: "Source Serif Pro", serif;
}

.product_details .quantity label span {
  font-weight: 400;
  color: var(--color-set-one-1);
}

.add_to_cart {
  position: relative;
  margin: 30px 0px 20px;
}

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

.add_to_cart .dropdown-toggle::after {
  display: none;
}

.add_to_cart a i.fa-share-alt {
  font-size: 16px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
}

.add_to_cart .dropdown-menu a {
  font-size: 16px;
  color: var(--color-set-one-1);
  padding: 10px;
}

.add_to_cart .dropdown-menu {
  top: -36px !important;
  left: -175px !important;
  border: 0px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.add_to_cart .theme_btn {
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 30px;
}

.product_details .categories {
  position: relative;
  margin-bottom: 30px;
}

.product_details .categories ul li a {
  color: #808080;
  font-weight: 400;
  transition: all 0.6s ease-in-out;
}

.product_details .categories ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-set-one-2);
}

.product_details .accordion > .card .card-header h5 button.btn {
  padding: 14px 0px 14px 0px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-set-one-2);
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}

.product_details .accordion > .card .card-header h5 button.btn::before {
  display: none;
}

.product_details .accordion > .card {
  margin: 0px;
}

.product_details .accordion .main.n-active,
.product_details .accordion .main.active-min {
  transition: all 0.6s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  float: right;
  padding-top: 7px;
}

.product_details .accordion .main.active-min {
  display: none;
}

.product_details .accordion button.collapsed .main.n-active {
  display: none !important;
}

.product_details .accordion button.collapsed .main.active-min {
  display: block;
}

.product_details .card-body {
  padding: 20px 0px;
}

.product_details .card-body .reviws_inner {
  position: relative;
  margin: 20px 0px;
}

.product_details .card-body .reviws_inner .image {
  float: left;
}

.product_details .card-body .reviws_inner .content {
  margin-left: 90px;
}

.product_details .card-body .reviws_inner .content h2 {
  color: var(--color-set-one-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}

.product_details .card-body .reviws_inner .content h2 span {
  color: var(--color-set-one-1);
}

.product_details .card-body .reviws_inner .content h6 {
  margin-bottom: 10px;
}

.product_details .card-body .reviws_inner .content h6 span {
  color: var(--color-set-one-1);
  font-weight: 700;
}

.product_comments {
  position: relative;
}

.product_comments h2 {
  color: var(--color-set-one-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.product_comments .form_inner {
  position: relative;
  margin: 20px 0px 30px;
}

.product_comments .form_inner label {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 10px;
}

.product_comments input[type=text],
.product_comments input[type=email],
.product_comments textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-family: "Source Serif Pro", serif;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 600;
}

.product_comments textarea {
  height: inherit;
}

.product_comments .theme_btn {
  border: 0px;
  box-shadow: 0px 0px 0px 0px transparent;
  border-radius: 50px;
}

.related_products {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e6e6e6;
}

.related_products h2 {
  font-size: 30px;
  line-height: 36px;
  color: var(--color-set-one-2);
  font-weight: 700;
  margin-bottom: 20px;
}

.related_products .owl-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: auto;
  text-align: center;
  top: -50px;
  display: block !important;
  right: 10px;
}

@media (max-width: 600px) {
  .related_products .owl-carousel .owl-nav {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: 80px;
  }
}
.related_products .owl-carousel .owl-nav .owl-prev,
.related_products .owl-carousel .owl-nav .owl-next {
  color: #cacaca;
  padding: 5px;
  transition: all 0.6s ease-in-out;
  display: inline-block;
}

.related_products .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

.related_products .owl-carousel .owl-nav .owl-prev:hover,
.related_products .owl-carousel .owl-nav .owl-next:hover {
  color: var(--color-set-one-1);
}

.recent_testimonial_inner {
  position: relative;
  margin-bottom: 30px;
}

.recent_testimonial_inner .post_image {
  position: relative;
  float: left;
}

.recent_testimonial_inner .post_title {
  position: relative;
  margin-left: 70px;
  margin-bottom: 10px;
}

.recent_testimonial_inner .post_title .post-date {
  font-size: 14px;
  margin-top: 5px;
  text-transform: uppercase;
}

.recent_testimonial_inner .post_title .post-date span {
  margin-right: 5px;
}

.recent_testimonial_inner .post_title h2 a {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-set-one-2);
}

/*---woocommerce-----*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 48%;
  padding: 0px;
}

#customer_details label,
.woocommerce form .form-row span {
  width: 100%;
}

.post-type-archive-product .ui-selectmenu-menu .ui-menu {
  height: inherit;
}

.show-password-input {
  display: inline-block;
  position: absolute;
  width: 26px !important;
  text-align: center;
}

/*------------------------------------------------------------
==============woocommerce-MyAccount-navigation================
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation {
  position: relative;
  padding: 30px 20px;
  background: #1c1c1c;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  position: relative;
}

.woocommerce-MyAccount-navigation ul li {
  position: relative;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  color: var(--color-white);
  display: block;
  padding: 10px 0px;
}

.woocommerce-MyAccount-navigation ul li:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  right: 6px;
  transition: all 0.6s ease-in-out;
  top: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #1c1c1c;
  border-top: 3px solid var(--color-set-one-1);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: var(--color-white);
}

.woocommerce-info::before {
  color: var(--color-set-one-1);
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding-left: 30px !important;
}

.woocommerce table.shop_table {
  border-radius: 0px !important;
  border-collapse: collapse;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 225px !important;
  border: 1px solid #eee;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  border-radius: 5px;
}

.woocommerce .quantity .qty {
  padding: 0px;
}

.woocommerce thead {
  background: #fff;
  color: var(--color-set-one-2);
}

.woocommerce table.shop_table tr {
  border: 0px;
}

.product-name img {
  margin-right: 20px;
}

.cart_totals.calculated_shipping h2 {
  font-size: 24px;
  line-height: 28px;
  color: var(--color-set-one-2);
  font-weight: 700;
  margin-bottom: 20px;
}

.woocommerce-Price-amount.amount {
  color: var(--color-set-one-2);
}

.woocommerce table.shop_table th {
  color: var(--color-set-one-2);
}

.product-quantity {
  color: var(--color-set-one-1);
}

.woocommerce table.shop_table th {
  font-weight: 500;
  padding: 20px 20px;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.woocommerce table.shop_table td {
  border: 1px solid #eee;
  padding: 20px 20px;
}

.shop_showing_poroducts_counts {
  position: relative;
  background: #1c1c1c;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-top: 3px solid var(--color-set-one-1);
}

.shop_showing_poroducts_counts p {
  color: var(--color-white);
}

.woocommerce div.products::after,
.woocommerce-page div.products::after {
  clear: both;
}

.woocommerce .products {
  display: flex;
  display: -webkit-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.related.products .owl-carousel {
  display: block !important;
}

.related.products {
  display: block !important;
  gap: unset !important;
  flex-wrap: unset !important;
}

.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}

.woocommerce div.products div.first,
.woocommerce-page div.products div.first {
  clear: both;
}

.woocommerce div.products div.last,
.woocommerce-page div.products div.last {
  margin-right: 0;
}

.woocommerce div.products.columns-1 div.product,
.woocommerce-page div.products.columns-1 div.product {
  width: 100%;
  margin-right: 0;
}

.woocommerce div.products.columns-2 div.product,
.woocommerce-page div.products.columns-2 div.product {
  width: 48%;
}

.woocommerce div.products.columns-3 div.product,
.woocommerce-page div.products.columns-3 div.product {
  width: 30.75%;
}

.woocommerce div.products.columns-5 div.product,
.woocommerce-page div.products.columns-5 div.product {
  width: 16.95%;
}

.woocommerce div.products.columns-6 div.product,
.woocommerce-page div.products.columns-6 li.product {
  width: 13.5%;
}

.woocommerce-page.columns-1 div.products div.product,
.woocommerce.columns-1 div.products div.product {
  width: 100%;
  margin-right: 0;
}

@media (max-width: 768px) {
  .woocommerce div.products div.product,
  .woocommerce-page div.products div.product {
    width: 100% !important;
  }
  .woocommerce .woocommerce-result-count {
    float: none;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .woocommerce-ordering {
    float: none !important;
    text-align: center;
  }
}
.woocommerce-ordering .ui-selectmenu-button {
  position: relative;
  width: 100% !important;
  height: 40px;
  background: transparent;
  border: 1px solid #444 !important;
  padding: 20px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 400;
  display: inline-block;
  min-width: 250px;
  padding: 0px 20px;
}

.woocommerce-ordering .ui-selectmenu-button .ui-icon {
  overflow: inherit;
}

.woocommerce-ordering input::-moz-placeholder {
  color: #808080;
}

.woocommerce-ordering input::placeholder {
  color: #808080;
}

.woocommerce .woocommerce-result-count {
  margin: 7px 0px 0px;
}

.woocommerce .woocommerce-ordering {
  margin: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #e6e6e6;
  border-radius: 0px;
}

#customer_login input[type=checkbox] {
  height: inherit;
}

.products_single .product_meta {
  position: relative;
}

.products_single .product_meta span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.products_single .product_meta span span {
  display: inline;
}

.woocommerce div.product p.stock {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 600;
}

.related.products .owl-carousel .owl-nav,
.related.products .owl-carousel .owl-dots {
  display: none;
}

.woocommerce-pagination {
  position: relative;
  text-align: center;
  margin: 20px 0px;
}

@media (max-width: 992px) {
  .woocommerce-pagination {
    margin-bottom: 60px;
  }
}
.woocommerce-pagination ul {
  position: relative;
  display: block;
  border: 0px !important;
  text-align: center;
}

.woocommerce-pagination ul li {
  display: inline-block;
  padding: 0px 10px !important;
  border-right: 0px !important;
}

.woocommerce-pagination ul li:last-child {
  padding-right: 0px;
}

.woocommerce-pagination ul li:first-child {
  padding-left: 0px;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #e6e6e6;
  line-height: 50px !important;
  text-align: center;
  display: block !important;
  font-size: 16px !important;
  color: gray !important;
  font-weight: 600 !important;
  transition: all 0.6s ease-in-out;
  padding: 0px !important;
  background: transparent !important;
}

.woocommerce-pagination ul li:hover a,
.woocommerce-pagination ul li span.current {
  background: #fff;
  border: 2px solid var(--color-set-one-1);
  color: var(--color-set-one-1) !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}

.blog_siderbar .product-categories {
  position: relative;
  content: "";
  clear: both;
  display: table;
}

.blog_siderbar .product-categories li {
  text-align: right;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  transition: all 0.6s ease-in-out;
}

.blog_siderbar .product-categories li a {
  transition: all 0.6s ease-in-out;
  font-size: 16px;
  color: #808080;
  float: left;
}

.blog_siderbar .product-categories li:first-child {
  padding-top: 0px;
}

.blog_siderbar .product-categories li:last-child {
  border-bottom: 0px;
}

/*----------------------------===========================construction==============================--------------------------------------------*/
/*--------header-style-5------*/
.header-style-v5 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover {
  color: #fd5e16;
}

.header-style-v5 .search_link .dropdown-item {
  padding: 0px !important;
}

.header-style-v5 .search_link .dropdown-menu .sch_btn {
  background: #fd5e16;
}

.header-style-v5 .bsnav {
  background: transparent;
  padding: 20px 0px;
}

.header-style-v5 .site-logo img {
  width: 200px;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
  padding: 12px 15px 12px 15px !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link:hover,
.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .nav-link:hover {
  color: #fd5e16;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #3d3c3c;
  border-radius: 0px;
  padding: 10px !important;
}

.header-style-v5 .menu-item.dropdown .dropdown-menu {
  background: #272727 !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu {
  padding: 0px !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #fd5e16;
  border-bottom-style: solid;
  border-bottom-color: #3d3c3c;
}

.header-style-v5 .navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link::after {
  display: none;
}

.header-style-v5 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: 0px !important;
}

.header-style-v5 .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.header-style-v5 .navbar-expand-lg .navbar-nav .nav-item.search_link {
  margin-right: 30px;
}

.header-style-v5 .bsnav.bsnav-sticky.sticked.in {
  background: #fff !important;
  padding: 10px 0px;
}

.header-style-v5 .bsnav.bsnav-sticky.sticked.in .navbar-nav .nav-link {
  color: #272727;
}

.header-style-v5 .navbar_right {
  margin-left: 40px;
}

.header-style-v5 .navbar_right .basket-item-count {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fd5e16;
  color: var(--color-white);
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}

/*---cart----*/
.header.header-style-v5 .widget_shopping_cart_content {
  position: relative;
  padding: 20px;
}

.header.header-style-v5 .product_list_widget {
  position: relative;
}

.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}

.header.header-style-v5 .woocommerce-mini-cart-item.mini_cart_item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #333;
}

.header.header-style-v5 .product_list_widget img {
  width: 40px;
  float: left;
  position: absolute;
  left: 0;
  top: 6px;
}

.header.header-style-v5 .remove.remove_from_cart_button {
  position: absolute;
  right: -10px;
  color: #fd5e16;
}

.header-style-v5 .menu-item.dropdown .dropdown-menu.dropdown-menu-mini-cart {
  margin-top: 20px !important;
}

.header-style-v5 .basket-item-count {
  position: absolute;
  width: 16px;
  height: 16px;
  color: var(--color-white) !important;
  background: #fd5e16;
  top: 5px;
  right: 4px;
  font-size: 8px;
  line-height: 16px;
  border-radius: 50px;
}

.header.header-style-v5 .product_list_widget a {
  display: block;
  font-size: 16px;
  color: var(--color-white);
  margin-left: 50px;
  margin-right: 10px;
}

.header.header-style-v5 .product_list_widget .quantity {
  position: relative;
  display: block;
  color: #fd5e16;
  margin-left: 50px;
}

.header.header-style-v5 .product_list_widget .quantity span {
  color: #fd5e16;
}

.header.header-style-v5 .woocommerce-mini-cart__total.total {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #333;
}

.header.header-style-v5 .woocommerce-mini-cart__total.total strong {
  font-weight: 600 !important;
}

.header.header-style-v5 .woocommerce-Price-amount.amount {
  color: #fd5e16;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons {
  position: relative;
  margin-top: 10px;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a {
  display: inline-block;
  padding: 5px 15px;
  background: #fd5e16;
  color: var(--color-white);
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
}

.header.header-style-v5 .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
  float: right;
}

/*-----icon_box_v2-----*/
.icon_box_v2 {
  position: relative;
  margin: 3px 3px 30px;
}

.icon_box_v2 .icon_box_v2_inner {
  position: relative;
  padding: 70px 30px 40px;
  background: #fff !important;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  z-index: 10;
  text-align: center;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.icon_box_v2 .icon_box_v2_inner .image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s ease-in-out;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon_box_v2 .icon_box_v2_inner .image_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  opacity: 1;
  top: 0px;
  left: 0;
  opacity: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8) !important;
  transition: all 0.6s ease-in-out;
  display: block;
}

.icon_box_v2:hover .icon_box_v2_inner .image_bg:before {
  opacity: 1;
}

.icon_box_v2:hover .icon_box_v2_inner .image_bg {
  opacity: 1;
}

.icon_box_v2 .icon_box_v2_brfore {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.icon_box_v2 .icon_box_v2_brfore:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  opacity: 1;
  top: -3px;
  background: #fd5e16;
  transition: all 0.6s ease-in-out;
  display: block;
  z-index: 1;
}

.icon_box_v2:hover .icon_box_v2_brfore:before {
  opacity: 0;
}

.icon_box_v2 .icon_box {
  position: relative;
  margin-bottom: 50px;
}

.icon_box_v2 .icon_box .icon {
  font-size: 60px;
  color: #fd5e16;
  display: block;
  line-height: 60px;
}

.icon_box_v2 .icon_box .icon_bg {
  font-size: 120px;
  color: #c9b9b9;
  position: absolute;
  display: block;
  line-height: 60px;
  top: 0;
  opacity: 0.1;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.icon_box_v2 .text {
  position: relative;
}

.icon_box_v2 .text h5,
.icon_box_v2 .text .icon2title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #272727;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.icon_box_v2 .text p {
  margin-bottom: 15px;
}

.icon_box_v2 .text a {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}

.icon_box_v2 .text a span {
  font-size: 16px;
  margin-left: 3px;
}

.icon_box_v2:hover .icon_box_v2_inner h5,
.icon_box_v2:hover .icon_box_v2_inner .icon2title,
.icon_box_v2:hover .icon_box_v2_inner p {
  color: var(--color-white) !important;
}

.icon_box_v2:hover .icon_box_v2_inner a {
  color: #fd5e16;
}

/*--------heading type_four----*/
.heading.type_four {
  position: relative;
}

@media (max-width: 992px) {
  .title_all_box .heading br {
    display: none;
  }
}
.heading.type_four .title_main {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #64625c;
  text-transform: uppercase;
}

.heading.type_four .title_sub {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 40px;
  position: relative;
  line-height: 50px;
  color: #272727;
}

.heading.type_four .dots {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #eee;
  bottom: -20px;
  margin: auto;
}

.heading.type_four.center .dots {
  left: 0;
  right: 0;
}

.heading.type_four .dots.left {
  left: 0;
  right: inherit;
}

.heading.type_four .dots.right {
  right: 0;
  left: inherit;
}

.heading.type_four .dots.center {
  left: 0;
  right: 0;
}

.heading.type_four.left .dots {
  left: 0;
  right: inherit;
}

.heading.type_four.right .dots {
  left: inherit;
  right: 0;
}

.heading.type_four .dots small {
  width: 5px;
  height: 10px;
  transform: rotate(10deg);
  background: #fd5e16;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: -8px;
  right: 0;
  margin: auto;
}

.heading.type_four .dots span {
  width: 5px;
  height: 10px;
  transform: rotate(10deg);
  background: #fd5e16;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  right: -8px;
  margin: auto;
}

.heading.type_four p {
  margin-top: 40px;
}

/*----*/
/*-----------heading tp_one-----------*/
.video_type_three {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  transition: all 0.6s ease-in-out;
}

.video_type_three::before {
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.video_type_three:hover::before {
  opacity: 1;
}

.video_type_three .video-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video_type_three .video-inner a {
  position: absolute;
  display: inline-block;
  font-size: 30px !important;
  color: #fd5e16;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center !important;
  border-radius: 50%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video_type_three .video-inner a {
  background: #fff;
  background-image: inherit;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.video_type_three .video-inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}

.video_type_three .video-inner a:after,
.video_type_three .video-inner a:before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  transition: all 0.4s ease;
}

.video_type_three .video-inner a:after {
  animation-delay: 0.6s;
}

/*------counter_type_five -------*/
.counter_type_five {
  position: relative;
  margin-bottom: 20px;
}

.counter_type_five h5,
.counter_type_five .common_values {
  color: #fd5e16;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 7px;
}

.counter_type_five h2,
.counter_type_five .counter-text {
  font-family: "Roboto", sans-serif;
  color: #272727;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

/*----service_type_seven-----*/
.service_type_seven .owl-carousel .service_type_seven_box {
  margin: 30px 15px 30px;
}

.service_type_seven_box {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #fd5e16;
}

.service_type_seven_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0px;
  background: #fd5e16;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  display: block;
  z-index: -10;
}

.service_type_seven_box:hover::before {
  top: 3px;
  opacity: 1;
}

.service_type_seven_box .image {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
  border-top: 3px solid #fd5e16;
}

.service_type_seven_box .image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.service_type_seven_box .image::after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  bottom: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.service_type_seven_box:hover .image::before,
.service_type_seven_box:hover .image::after {
  opacity: 0.8;
  height: 100%;
}

.service_type_seven_box .image img {
  position: relative;
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.service_type_seven_box:hover .image img {
  transform: scale(1.2) rotate(2deg);
}

.service_type_seven_box .content_box {
  position: relative;
  padding-top: 30px;
}

.service_type_seven_box .icon_bg {
  position: absolute;
  font-size: 80px;
  line-height: 80px;
  right: 10px;
  bottom: 10px;
  color: #c9b9b9;
  opacity: 0.1;
}

.service_type_seven_box .content_box .upper_content {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center !important;
  margin-bottom: 15px;
  align-items: center !important;
}

.service_type_seven_box .content_box .upper_content .icon_box {
  position: relative;
}

.service_type_seven_box .content_box .upper_content .icon_box span {
  font-size: 40px;
  line-height: 40px;
  color: #fd5e16;
  display: block;
}

.service_type_seven_box .content_box .upper_content h2,
.service_type_seven_box .content_box .upper_content .title_ser {
  position: relative;
  margin-left: 15px;
}

.service_type_seven_box .content_box .upper_content h2 a,
.service_type_seven_box .content_box .upper_content .title_ser a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  color: #272727;
  font-family: "Roboto", sans-serif;
  transition: all 0.6s ease-in-out;
}

.service_type_seven_box .content_box .upper_content h2 a:hover,
.service_type_seven_box .content_box .upper_content .title_ser a:hover {
  color: #fd5e16;
}

.service_type_seven_box .content_box .lower_content {
  position: relative;
}

.service_type_seven_box .content_box .lower_content p {
  margin-bottom: 12px;
}

.service_type_seven_box .content_box .lower_content a {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}

.service_type_seven_box .content_box .lower_content a:hover {
  color: #fd5e16;
}

.service_type_seven_box .content_box .lower_content a i {
  font-size: 16px;
  margin-left: 6px;
}

/*------service_type_eight_box-----*/
.service_type_eight_box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: var(--color-set-one-1) 0d;
  margin-bottom: 30px;
  transition: all 0.6s ease-in-out;
}

.service_type_eight_box .image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto 35px;
}

@media (max-width: 500px) {
  .service_type_eight_box .image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
.service_type_eight_box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.service_type_eight_box .content_box {
  position: relative;
  text-align: center;
}

.service_type_eight_box .content_box .icon_box span {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  color: var(--color-white);
  background: var(--color-set-one-1);
  font-size: 30px;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease-in-out;
}

.service_type_eight_box .content_box h2 a,
.service_type_eight_box .content_box .title_ser a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-set-one-2);
  margin-bottom: 8px;
  display: block;
}

.service_type_eight_box .content_box p {
  margin-bottom: 20px;
}

.service_type_eight_box .content_box .rd_more {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: 26px;
  display: block;
  color: var(--color-set-one-2);
}

.service_type_eight_box:hover {
  transform: translateY(-10px);
}

.service_type_eight_box:hover .image img {
  opacity: 0.5;
}

.service_type_eight_box:hover .content_box .icon_box span {
  background: var(--color-set-one-2);
  color: var(--color-white);
}

/*----icon_box_v2_two style-2 ----*/
.icon_box_v2_two.style-2 {
  position: relative;
  margin-bottom: 30px;
}

.icon_box_v2_two.style-2 .icon_box {
  position: relative;
  margin-bottom: 20px;
}

.icon_box_v2_two.style-2 .icon_box span {
  font-size: 60px;
  line-height: 70px;
  color: #fd5e16;
  display: block;
}

.icon_box_v2_two.style-2 .text {
  position: relative;
}

.icon_box_v2_two.style-2 .text h5,
.icon_box_v2_two.style-2 .text .icon2title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  margin-bottom: 13px;
}

.icon_box_v2_two.style-2 .text h5:hover,
.icon_box_v2_two.style-2 .text .icon2title:hover {
  color: #fd5e16;
}

/*-----team_outer_two-----*/
.team_outer_two {
  position: relative;
  margin: 10px 15px 30px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
}

.team_outer_two .authour_details_team {
  position: relative;
  padding: 25px;
}

.team_outer_two .image {
  position: relative;
  overflow: hidden;
}

.team_outer_two .image img {
  width: 100%;
}

.team_outer_two .image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.team_outer_two .image::after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  bottom: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.team_outer_two:hover .image::before,
.team_outer_two:hover .image::after {
  opacity: 0.8;
  height: 100%;
}

.team_outer_two .image img {
  position: relative;
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.team_outer_two:hover .image img {
  transform: scale(1.2) rotate(2deg);
}

.team_outer_two .social_media_team {
  position: absolute;
  bottom: -150px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 127px;
  z-index: 11;
  background: #fd5e16;
  padding: 6px 20px;
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.6s ease-in-out;
}

.team_outer_two:hover .social_media_team {
  bottom: 5px;
}

.team_outer_two .social_media_team ul li {
  display: inline-block;
  padding-right: 20px;
}

.team_outer_two .social_media_team ul li:last-child {
  padding-right: 0px;
}

.team_outer_two .social_media_team ul li a {
  font-size: 16px;
  color: var(--color-white);
}

.team_outer_two .authour_details_team .authour_name {
  position: relative;
  text-align: center;
}

.team_outer_two .authour_details_team .authour_name h2,
.team_outer_two .authour_details_team .authour_name .title_team {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  margin-bottom: 2px;
}

.team_outer_two .authour_details_team .authour_name h2:hover,
.team_outer_two .authour_details_team .authour_name .title_team:hover {
  color: #fd5e16;
}

.team_outer_two .authour_details_team .authour_name p {
  font-size: 14px;
  text-transform: uppercase !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.team_outer_two .authour_details_team .phone_number {
  position: relative;
  display: flex;
  display: -ms-flexbox;
}

.team_outer_two .authour_details_team .phone_number .icon_in {
  width: 20px;
  position: relative;
}

.team_outer_two .authour_details_team .phone_number .icon_in span {
  color: #fd5e16;
}

.team_outer_two .authour_details_team .no {
  margin-left: 6px;
  position: relative;
}

.team_outer_two .authour_details_team a {
  color: #272727;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/*------project_inner_two------*/
.project_inner_two {
  position: relative;
  margin-bottom: 60px;
}

.project_inner_two .image img {
  display: block;
  width: 100%;
}

.project_inner_two .image {
  position: relative;
  overflow: hidden;
}

.project_inner_two .image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.project_inner_two .image::after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  bottom: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.project_inner_two:hover .image::before,
.project_inner_two:hover .image::after {
  opacity: 0.8;
  height: 100%;
}

.project_inner_two .image img {
  position: relative;
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.project_inner_two:hover .image img {
  transform: scale(1.2) rotate(2deg);
}

.project_inner_two .content_box {
  position: absolute;
  padding-right: 40px;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
}

.project_inner_two .content_box .content_inner {
  position: relative;
  padding: 20px 25px;
  z-index: 0;
  bottom: -30px;
  left: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.06);
}

.project_inner_two .content_box h2 a,
.project_inner_two .content_box .entry-title a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  display: block;
  transition: all 0.6s ease-in-out;
  margin-bottom: 5px;
}

.project_inner_two .content_box h2 a:hover,
.project_inner_two .content_box .entry-title a:hover {
  color: #fd5e16;
}

.project_inner_two .image .overlay {
  position: absolute;
  z-index: 9;
  right: 55px;
  top: 10px;
  height: 100%;
  opacity: 0;
  width: 55px;
  line-height: 55px;
  height: 55px;
  background: #fd5e16;
  transition: all 0.6s ease-in-out;
}

.project_inner_two .image .overlay .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  transition: all 0.6s ease-in-out;
  text-align: center;
}

.project_inner_two .image .overlay .text .icon {
  font-size: 30px;
  color: var(--color-white);
  line-height: 55px;
}

.project_inner_two:hover .image .overlay {
  opacity: 1;
  right: 10px;
}

.fliter_group.construction_work ul {
  border: 0px;
}

.project_all .fliter_group.construction_work ul li {
  font-family: "Roboto", sans-serif;
  background: #fff;
}

.project_all .fliter_group.construction_work ul li.current,
.project_all .fliter_group.construction_work ul li:hover {
  background: #fd5e16;
  color: var(--color-white) !important;
}

.project_all .fliter_group.construction_work ul li::before {
  display: none;
}

.project_all.construction_work .five_column_filter_grid {
  width: 20%;
  padding: 0px 15px;
  float: left;
}

/*---porcess_outer_two---*/
.porcess_outer_two {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 25px 35px;
  background: #fff;
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.6s ease-in-out;
}

.porcess_outer_two:hover {
  background: #02265f;
}

.porcess_outer_two .icon_box {
  position: relative;
}

.porcess_outer_two .icon_box span {
  line-height: 70px;
  font-size: 40px;
  color: #fd5e16;
  display: block;
}

.porcess_outer_two .content_inner {
  position: relative;
}

.porcess_outer_two .content_inner h2 a,
.porcess_outer_two .content_inner .pprotteo_titl a {
  font-size: 22px;
  line-height: 32px;
  display: block;
  transition: all 0.6s ease-in-out;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  margin-bottom: 15px;
}

.porcess_outer_two:hover .content_inner h2 a,
.porcess_outer_two:hover .content_inner .pprotteo_titl a {
  color: var(--color-white);
}

.porcess_outer_two .step {
  position: relative;
}

.porcess_outer_two .step::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
  transition: all 0.6s ease-in-out;
}

.porcess_outer_two .step small {
  font-size: 30px;
  display: block;
  color: #e3dada;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e3dada;
  text-align: center;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  background: #fff;
}

.porcess_outer_two:hover .step small {
  background: #062c68;
  color: var(--color-white) !important;
  border: 1px solid #062c68;
}

.porcess_outer_two:hover .step::before {
  background: #062c68;
}

/*----testimonial_outer_six---*/
.testimonial_outer_six {
  position: relative;
  padding: 35px 30px 30px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  margin: 10px 15px 30px;
}

.testimonial_outer_six .authour_image {
  position: relative;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
}

.testimonial_outer_six .authour_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimonial_outer_six .upper_content span.icon {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  right: 30px;
  top: 35px;
  color: #eee;
}

.testimonial_outer_six .content_box {
  position: relative;
}

.testimonial_outer_six .content_box h2,
.testimonial_outer_six .content_box .title_testi {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  margin-bottom: 5px;
}

.testimonial_outer_six .content_box .rating {
  position: relative;
  margin-bottom: 10px;
}

.testimonial_outer_six .content_box .rating ul li {
  color: #fd5e16;
}

/*----blog_post_types-----*/
.blog_post_types.style-5 {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.04);
}

.blog_post_types.style-5 .content_inner h2 a,
.blog_post_types.style-5 .content_inner .blo-entry-title a {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--color-set-one-2);
  margin-bottom: 5px;
  margin-top: 0px;
  display: block;
}

.blog_post_types.style-5 .r_more {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}

.blog_post_types.style-5 .r_more i {
  font-size: 16px;
  margin-left: 6px;
}

.blog_post_types.style-5 .image::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  top: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.blog_post_types.style-5 .image::after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  bottom: 0%;
  background: #02265f;
  opacity: 0;
  height: 0%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.blog_post_types.style-5:hover .image::after,
.blog_post_types.style-5:hover .image::before {
  opacity: 0.8;
  height: 100%;
}

.blog_post_types.style-5 .date {
  position: absolute;
  content: "";
  padding: 5px 15px 1px;
  background: #fd5e16;
  bottom: 0;
  z-index: 3;
  left: 30px;
  color: var(--color-white);
}

.blog_post_types.style-5 .date a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
}

.blog_post_types.style-5 .tag_and_date {
  position: relative;
  margin-bottom: 10px;
}

.blog_post_types.style-5 .tag_and_date li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  font-family: "Roboto", sans-serif;
}

.blog_post_types.style-5 .tag_and_date li a span {
  margin-right: 5px;
  color: #fd5e16;
}

/*---------======blog_post_types========*/
.blog_post_types.style-6 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog_post_types.style-6 .image {
  height: 250px;
  overflow: hidden;
}

.blog_post_types.style-6 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.blog_post_types.style-6:hover .image img {
  opacity: 0.8;
}

.blog_post_types.style-6 .content_inner {
  position: relative;
  padding: 20px 30px 30px;
}

.blog_post_types.style-6 .content_inner .tag_and_date {
  position: absolute;
  top: -24px;
  left: 30px;
}

.blog_post_types.style-6 .content_inner .tag_and_date a {
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  background: #f4faf4;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
}

.blog_post_types.style-6:hover .content_inner .tag_and_date a {
  background: var(--color-set-one-1);
  color: var(--color-white);
}

.blog_post_types.style-6 .content_inner .tag_and_date a span {
  position: relative;
  margin-right: 5px;
}

.blog_post_types.style-6 .content_inner h2 a,
.blog_post_types.style-6 .content_inner .blo-entry-title a {
  color: var(--color-set-one-2);
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.6s ease-in-out;
}

.blog_post_types.style-6 .content_inner p {
  margin-bottom: 0px;
}

.our_team_all_two .owl-carousel .owl-nav,
.our_team_all_two .owl-carousel .owl-dots {
  display: none !important;
}

.testimonial_type_six .owl-carousel .owl-nav,
.testimonial_type_six .owl-carousel .owl-dots {
  display: none !important;
}

.type-page .entry-content ul {
  padding-left: 0px;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
  padding: 10px !important;
  width: 33.33%;
}

@media (max-width: 992px) {
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  div.pp_pic_holder {
    top: 15% !important;
    width: 100% !important;
    left: 0 !important;
    height: 350px !important;
  }
  div.pp_default .pp_content {
    width: 100% !important;
    height: 100% !important;
  }
  div.pp_default .pp_content #fullResImage {
    width: 100% !important;
    height: 100% !important;
  }
  .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
}
.wpb_image_grid .wpb_image_grid_ul a {
  position: relative;
}

.wpb_image_grid .wpb_image_grid_ul a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(32, 158, 46);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.wpb_image_grid .wpb_image_grid_ul li:hover a:before {
  opacity: 0.7;
}

.wpb_image_grid .wpb_image_grid_ul a:after {
  position: absolute;
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px dashed #fff;
  left: 0;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--color-white);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  margin: auto;
}

.wpb_image_grid .wpb_image_grid_ul li:hover a:after {
  opacity: 1;
}

.custom_button .themebtn.style-1 {
  background-color: var(--color-set-one-1);
  border-color: var(--color-set-one-1);
  border-style: solid;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  line-height: normal;
  border-width: 2px;
  border-radius: 50px;
  margin: 20px 0px 0px;
  text-align: center;
}
.custom_button .themebtn.style-1 i {
  display: flex;
}

.navbar-expand-lg .navbar-nav .dropdown-menu-mini-cart {
  width: 380px !important;
  left: -300px !important;
}

.icon-phone-call:before {
  font-family: "icomoon" !important;
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link .menu-indicator {
  width: 40px;
  line-height: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  top: 18px;
  display: flex;
  align-items: center;
  right: 21px;
  justify-content: center;
  z-index: 999;
  pointer-events: fill;
  transform: rotate(-90deg);
}

.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link .menu-indicator:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  color: var(--color-white);
  position: relative;
}

.bsnav-mobile .mobile-menu-content {
  padding: 20px;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info {
  margin-bottom: 30px;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item {
  margin-bottom: 20px;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item p {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: inherit;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .phone-info a {
  display: inline-block;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .email-info a {
  word-break: break-all;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .address-info p {
  white-space: pre-line;
}
.bsnav-mobile .mobile-menu-content .mobile-contact-info .timing-info p {
  white-space: pre-line;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media {
  margin-bottom: 20px;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: inherit;
  background-color: transparent;
  border: 1px solid transparent;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a i, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a svg {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=Facebook]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=facebook]:hover {
  background-color: #3b5998;
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=Twitter]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=twitter]:hover {
  background-color: #1da1f2;
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=Instagram]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=instagram]:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=LinkedIn]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=linkedin]:hover {
  background-color: #0077b5;
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=YouTube]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=youtube]:hover {
  background-color: #ff0000;
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=WhatsApp]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=whatsapp]:hover {
  background-color: #25d366;
  color: white;
}
.bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=Telegram]:hover, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a[title*=telegram]:hover {
  background-color: #0088cc;
  color: white;
}

@media (max-width: 768px) {
  .bsnav-mobile .mobile-menu-content {
    padding: 15px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info {
    margin-bottom: 25px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item {
    margin-bottom: 15px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item p {
    font-size: 13px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media h4 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links {
    gap: 8px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a {
    width: 36px;
    height: 36px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a i, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .bsnav-mobile .mobile-menu-content {
    padding: 12px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info {
    margin-bottom: 20px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item {
    margin-bottom: 12px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item p {
    font-size: 12px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links {
    gap: 6px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a {
    width: 32px;
    height: 32px;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a i, .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }
}
@media (prefers-color-scheme: dark) {
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item h4 {
    color: #ffffff;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item p, .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item a {
    color: #e0e0e0;
  }
  .bsnav-mobile .mobile-menu-content .mobile-contact-info .contact-item a:hover {
    color: #ffffff;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media h4 {
    color: #ffffff;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a {
    color: #e0e0e0;
    border-color: #444444;
  }
  .bsnav-mobile .mobile-menu-content .mobile-social-media .social-links a:hover {
    color: #ffffff;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bsnav-mobile.active .mobile-menu-content .contact-item, .bsnav-mobile.active .mobile-menu-content .mobile-social-media {
  animation: fadeInUp 0.3s ease forwards;
}
.bsnav-mobile.active .mobile-menu-content .contact-item:nth-child(1) {
  animation-delay: 0.1s;
}
.bsnav-mobile.active .mobile-menu-content .contact-item:nth-child(2) {
  animation-delay: 0.2s;
}
.bsnav-mobile.active .mobile-menu-content .contact-item:nth-child(3) {
  animation-delay: 0.3s;
}
.bsnav-mobile.active .mobile-menu-content .contact-item:nth-child(4) {
  animation-delay: 0.4s;
}
.bsnav-mobile.active .mobile-menu-content .mobile-social-media {
  animation-delay: 0.5s;
}

.sticky_header_area {
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
  top: -200px;
  opacity: 0;
  transition: 0.6s top, 0.6s opacity;
}
.sticky_header_area.fixed-header {
  top: 0;
  opacity: 1;
  z-index: 99901;
  visibility: visible !important;
}
.sticky_header_area.no_sticky_header {
  top: -100%;
}

.maintenance-mode-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.maintenance-fallback {
  max-width: 600px;
  margin: 0 auto;
}

.maintenance-icon .dashicons {
  font-size: 4rem;
  width: 4rem;
  height: 4rem;
  color: #666;
  margin-bottom: 1rem;
}

.maintenance-fallback h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.maintenance-fallback p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.maintenance-actions .button {
  display: inline-block;
  padding: 12px 24px;
  background: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.maintenance-actions .button:hover {
  background: #005a87;
  color: white;
}/*# sourceMappingURL=style.css.map */