@charset "UTF-8";

/* Regular */
@font-face {
    font-family: "Optika";
    src: url("../fonts/Optika-Regular.otf") format("opentype"),
        url("../fonts/Optika-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Optika";
    src: url("../fonts/Optika-Bold.otf") format("opentype"),
        url("../fonts/Optika-Bold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: "Optika";
    src: url("../fonts/Optika-Medium.otf") format("opentype"),
        url("../fonts/Optika-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

/* Regular (Normal) */
@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../fonts/Akzidenz-grotesk-regular.ttf") format("truetype");
    font-weight: 400;
    /* Normal weight */
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../fonts/Akzidenz-grotesk-bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold weight */
    font-style: normal;
}

/* Light */
@font-face {
    font-family: "Akzidenz Grotesk";
    src: url("../fonts/Akzidenz-grotesk-light.ttf") format("truetype");
    font-weight: 300;
    /* Light weight */
    font-style: normal;
}

: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;
    --optika-font-family: "Optika", sans-serif;
    --font-family-akzidenz-grotesk: "Akzidenz Grotesk", sans-serif;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    transition-timing-function: var(
        --swiper-wrapper-transition-timing-function,
        initial
    );
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
    overflow: hidden;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    display: block;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-lazy-preloader {
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(
        --swiper-pagination-progressbar-bg-color,
        rgba(0, 0, 0, 0.25)
    );
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.header-upper.style-two {
    background-image: url("path/to/your-pattern-image.png");
    /* Replace with your pattern image URL */
    background-repeat: repeat;
    /* This will make the pattern repeat */
    background-position: center center;
    /* Keeps the background centered */
    background-size: auto;
    /* Adjust based on your pattern image size */
    position: relative;
    z-index: 1;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

@keyframes modal-video {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px);
    }

    to {
        transform: translate(0);
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video;
    transition: opacity 0.3s ease-out;
}

.modal-video-effect-exit {
    opacity: 0;
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px);
}

.modal-video-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.modal-video-body,
.modal-video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.modal-video-inner {
    align-items: center;
}

@media (orientation: landscape) {
    .modal-video-inner {
        padding: 10px 60px;
        box-sizing: border-box;
    }
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}

@media (orientation: landscape) {
    .modal-video-close-btn {
        top: 0;
        right: -45px;
    }
}

.modal-video-close-btn:before {
    transform: rotate(45deg);
}

.modal-video-close-btn:after {
    transform: rotate(-45deg);
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
}

.__className_52f2c6 {
    font-family: var(--optika-font-family);
    font-style: normal;
}

.__className_823c8f {
    font-family: var(--optika-font-family);
    font-style: normal;
}

.__variable_823c8f {
    --barlow: "__Barlow_823c8f", "__Barlow_Fallback_823c8f";
}

/*!
 * 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)
 */

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

[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 {
    font-style: normal;
    line-height: inherit;
}

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

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

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 {
    color: #007bff;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]),
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 {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

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

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

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-inline,
.list-unstyled {
    padding-left: 0;
    position: relative;
    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: "\2014\00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

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

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

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

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

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

.specification .table td,
.specification .table th {
    padding: 0.5rem;
    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,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 14px;
}

.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 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;
    }
    .Products-list .row:nth-child(even) .col-lg-7
    {
        order:0 !important;
    }
    .contact-section-two .contact-form-area
    {
        padding: 35px 30px 58px !important;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    .testimonial-block .inner-box {
        position: relative;
        padding-left: 0px !important;
        width: 100% !important;
    }
    .testimonial-block {
        padding: 50px 30px !important;
    }
    .testimonial-block .icon {
        display: none !important;
    }
}

@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::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],
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 {
        justify-content: center;
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .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 hsla(208, 6%, 54%, 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 hsla(208, 6%, 54%, 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 hsla(220, 4%, 85%, 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 hsla(220, 4%, 85%, 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 hsla(208, 7%, 46%, 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 hsla(208, 7%, 46%, 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: "";
    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.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:after {
    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 {
    display: inline-block;
    margin-bottom: 0;
}

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

.custom-file-input {
    z-index: 2;
    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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + 0.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,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
}

.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;
    background: none;
    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 {
    display: inline-block;
    float: none;
    border-bottom: 1px solid;
    color: #a80202;
    background: none;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.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;
    padding: 0.5rem 1rem;
}

.navbar,
.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 50%;
    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: 992px) {
    .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,
.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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.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;
}

.card-subtitle,
.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-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    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;
        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;
        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 {
        column-count: 3;
        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;
    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 hsla(208, 7%, 46%, 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 {
    0% {
        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,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        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 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: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 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: translateY(-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;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 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 {
    top: 0;
    left: 0;
    z-index: 1060;
    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,
.popover .arrow {
    position: absolute;
    display: block;
}

.popover .arrow {
    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;
    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;
    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%;
    -webkit-backface-visibility: hidden;
    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: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: 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(1turn);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid 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;
}

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

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

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

.rounded-left {
    border-top-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: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

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

.fixed-bottom {
    bottom: 0;
}

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

.sr-only {
    white-space: nowrap;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    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: transparent;
}

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

.pb-100 {
    padding-bottom: 100px !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: hsla(0, 0%, 100%, 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;
    }

    .container,
    body {
        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;
    }
}

@media only screen and (max-width: 7000px) {
    .page-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1700px) {
    .projects-section .title {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    .project-block .text {
        margin-right: 20px;
    }

    .banner-section.style-two .banner-carousel .content-box {
        margin-left: 20px;
        padding-bottom: 0;
        min-height: 563px;
        justify-content: flex-start;
    }

    .project-block .overlay-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .testimonial-block {
        padding-left: 50px;
        padding-right: 50px;
    }

    .testimonial-block .inner-box {
        padding-left: 0;
    }

    .testimonial-block .icon {
        position: relative;
        margin-bottom: 20px;
    }

    .testimonial-block .text br,
    .testimonial-block h4 br {
        display: none;
    }

    .news-section .left-column,
    .news-section .right-column {
        width: 100%;
    }

    .news-section .right-column .outer-box {
        margin-left: 0;
        margin-right: 0;
    }

    .news-section:before {
        display: none;
    }

    .news-section .right-column .outer-container {
        max-width: 100%;
    }

    .header-style-two .header-upper .auto-container,
    .header-style-two .sticky-header .auto-container {
        max-width: 1200px;
    }

    .main-header.header-style-three .header-upper .inner-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subscribe-newsletter-two {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-section-two .auto-container,
    .main-header.header-style-five .auto-container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-header .header-top .top-middile .language {
        padding: 26.5px 10px;
        border: 0;
    }

    .about-section-seven .shape-one,
    .about-section-seven .shape-two,
    .testimonial-section-five .quote {
        display: none;
    }

    .projects-section .nav-tabs-wrapper {
        max-width: 100%;
        border: 0;
        padding-bottom: 50px;
    }

    .projects-section .nav-tabs li .nav-link:after,
    .projects-section .nav-tabs li .nav-link:before {
        display: none;
    }

    .projects-section .nav-tabs li {
        width: auto;
        margin-right: 25px;
    }

    .projects-section .tab-content {
        margin: 0;
        transform: translate(0);
    }

    .testimonial-section-five .author-thumb,
    .testimonial-section-five:before {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .banner-section .owl-theme .owl-nav,
    .main-header .header-top .inner .top-left,
    .main-header .nav-outer .main-menu,
    .navbar-right-info .sidemenu-nav-toggler,
    .sticky-header,
    .testimonial-section .swiper-nav-button {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block !important;
    }

    .main-header .header-upper .logo-box .logo,
    .main-header.header-style-two .header-upper .logo-box .logo {
        padding: 12px 0;
    }

    .main-header .header-top .inner {
        justify-content: center;
    }

    .banner-carousel .content-box h2,
    .banner-carousel .content-box.style-two h2 {
        font-size: 50px !important;
    }

    .header-style-three .nav-outer .mobile-nav-toggler {
        margin: 22px 0;
    }

    .main-header.header-style-four {
        position: relative;
    }

    .main-header.header-style-three .navbar-right-info .link-btn {
        margin-right: 15px;
    }

    .banner-section.style-four .banner-carousel .content-box {
        padding-top: 0;
    }

    .header-style-four .navbar-right-info {
        float: left;
    }

    .header-style-four .nav-outer .mobile-nav-toggler {
        margin: 10px 0;
    }

    .header-style-four .header-middle .wrapper-box {
        padding-top: 15px;
    }

    .header-style-four .navbar-right-info .search-toggler,
    .header-style-four .shopping-cart {
        display: none;
    }

    .header-style-four .header-upper .social-links {
        margin: 21px 0;
    }

    .main-header.header-style-five .header-upper .logo-box {
        padding-left: 0;
    }

    .main-header.header-style-five .sidemenu-nav-toggler {
        display: none;
    }

    .blog-single-post .lower-content {
        padding: 0;
    }

    .testimonial-section-four .wrapper-box {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .process-section-two .process-wrapper:before {
        display: none;
    }
    .sec-title h2 {
        font-size: 28px !important;
    }
    .about-section-three .team-area {
        padding-bottom: 15px !important;
    }
    .header-upper.style-two .navbar-right-info {
        display: none;
    }

    .pricing-block.style-two {
        margin-bottom: 30px;
    }

    .features-section-six .content {
        padding-right: 15px;
    }

    .features-section .bottom-content h3:before {
        display: none;
    }

    .project-block-two .content {
        padding: 15px;
        flex-wrap: wrap;
    }
    .about-section-six {
        padding: 60px 0 70px;
    }

    .about-section-six .image {
        margin-bottom: 40px;
    }

    .about-section-seven .image-box img {
        width: 100%;
    }

    .about-section-seven .image-box {
        margin-bottom: 40px;
    }

    .timeline-block .shape {
        display: none;
    }

    .timeline-block li {
        padding-left: 50px  ;
    }
    .timeline-block
    {
        min-width: 300px !important;
    }

    .timeline-block li:nth-child(2n) {
        padding-right: 50px !important ;
    }
    .timeline-block li:nth-child(2n+1) {
        padding-left: 50px !important ;
    }
    .page-title
    {
        padding: 80px 0 !important;
    }
    .video-box iframe
    {
        width:auto;
    }


    .testimonial-section-eleven .testimonial-outer {
        transform: translateY(120px);
        margin-top: 50px;
    }

    .testimonial-block-seven .logo {
        position: relative;
        top: 0;
        left: 0;
    }

    .testimonial-block-seven .content,
    .testimonial-block-seven .image {
        width: 100%;
    }

    .testimonial-section-eleven .client-block:nth-child(5) {
        left: 45%;
        top: -30%;
    }

    .testimonial-section-eleven .client-block:nth-child(4) {
        bottom: 15%;
    }

    .testimonial-section-eleven .client-block:nth-child(7) {
        right: 0;
    }

    .testimonial-section-eleven .client-block:nth-child(6) {
        top: 60%;
    }

    .testimonial-section-eleven .client-block:nth-child(3) {
        bottom: -25%;
    }

    .faq-section-five .contact-form-area {
        margin-bottom: 30px;
    }

    .contact-section.style-five .left-column,
    .contact-section.style-five .right-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-section.style-five .contact-form-box,
    .contact-section.style-five .left-column .inner-container {
        margin-left: 0;
    }

    .contact-section.style-five .inner-container {
        max-width: 100%;
    }

    .cart-section .apply-coupon {
        margin-bottom: 20px;
    }

    .blog-single-post .share-icon .social-links li {
        margin-bottom: 15px;
    }

    .download-pdf .left-column,
    .download-pdf .right-column {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .download-pdf .left-column .inner-box {
        margin-left: 0;
    }

    .header-style-four .header-middle {
        display: none;
    }

    .testimonial-block-four .content {
        width: 100%;
    }

    .features-section-four .wrapper-box {
        margin-top: 0;
    }

    .main-header.header-style-three .header-upper {
        margin: 0;
        transform: translateX(0);
    }

    .main-header.header-style-three .navbar-right-info {
        display: none;
    }

    .cta-section .btn-style-two {
        margin-bottom: 20px;
    }

    .projects-section {
        margin-top: 0;
    }

    .about-section-two .image-block {
        margin-right: 0;
    }

    .footer-bottom {
        padding-bottom: 45px;
    }

    .main-footer.style-two .links-widget {
        padding-left: 0;
    }

    .main-footer.style-two .links-widget .logo {
        display: none;
    }

    .about-section-two .image-block .image-three {
        bottom: 30px;
    }

    .projects-section .nav-tabs-wrapper {
        max-width: 100%;
        border: 0;
        padding-bottom: 50px;
    }

    .projects-section .nav-tabs li .nav-link:after,
    .projects-section .nav-tabs li .nav-link:before {
        display: none;
    }

    .projects-section .nav-tabs li {
        width: auto;
        margin-right: 25px;
    }

    .projects-section .tab-content {
        margin: 0;
        transform: translate(0);
    }

    .cta-section .image-column .image,
    .main-footer .links-widget ul li a:after,
    .main-footer .links-widget ul li a:before,
    .process-block-one .inner-box:before,
    .why-choose-us-section .side-image {
        display: none !important;
    }

    .banner-carousel .content-box,
    .banner-section.style-five .banner-carousel .content-box,
    .banner-section.style-four .banner-carousel .content-box,
    .banner-section.style-three .banner-carousel .content-box,
    .banner-section.style-two .banner-carousel .content-box {
        min-height: 333px;
        padding-bottom: 0;
    }

    .clients-section {
        margin-top: 0;
    }

    .clients-section .pattern {
        left: 0;
    }

    .features-section:before {
        right: 0;
    }

    .clients-section .link-btn {
        text-align: center !important;
        margin-top: 50px;
    }

    .consult-form {
        transform: translateY(0);
        margin-bottom: -50px;
        margin-right: 0;
    }

    .process-section .sec-top .text {
        margin-bottom: 50px;
    }

    .main-footer .links-widget .widget-content {
        padding-left: 0;
    }

    .cta-section {
        padding-bottom: 130px !important;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-three .header-top-two .search-toggler {
        display: none;
    }

    .header-style-three .header-top-two .text {
        text-align: center;
    }

    .about-section-four .logo,
    .banner-section-two .text:before,
    .main-header.header-style-five .navbar-right-info,
    .services-section-three .owl-theme .owl-nav,
    .testimonial-section-four .owl-theme .owl-nav {
        display: none;
    }

    .banner-section-two .text {
        padding-left: 0;
    }

    .filter-tabs.filter-btns li span.count,
    .filter-tabs.filter-btns li:before {
        display: none;
    }

    .filter-tabs.filter-btns li {
        padding-bottom: 20px;
    }

    .news-block-six .lower-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-block-one.style-two .inner-box {
        margin-left: 0;
    }

    .blog-single-post .lower-content {
        margin: 0 20px;
        padding: 0;
    }

    .timeline-section .wrapper-box {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 575px) {
    .project-block-two .content {
        position: relative;
    }

    .about-section-six .author-info {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        mask-type: 20px;
    }

    .page-title .content-box h1 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .navbar-right-info {
        display: none;
    }

    .about-section-seven .image-block .video-box {
        right: 50%;
        transform: translateX(50%);
    }

    .experience-section-two .wrapper-box h2 {
        display: none;
    }

    .header-top .contact-info {
        justify-content: center;
    }

    .header-top .contact-info li {
        margin: 0 10px;
    }

    .main-header.header-style-five .header-top .contact-info li + li {
        padding: 0;
        border: 0;
    }

    .main-header.header-style-five .header-upper .logo-box .logo {
        padding: 11px 0;
    }

    .banner-section-two h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .feature-block-six .inner-box {
        border-radius: 0 !important;
    }

    .contact-section-two .contact-form-area {
        padding: 20px;
    }

    .banner-section-two {
        padding-bottom: 200px;
    }

    .footer-bottom-two .copyright-text {
        margin-bottom: 5px;
    }

    .about-section-two .image-block .image-two {
        position: relative;
    }

    .about-section-two .image-block img {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-section-two .image-block {
        padding-top: 0;
    }

    .about-section-two .image-block .image-three {
        bottom: 0;
    }

    .cta-section-two .contact-info {
        margin-bottom: 15px;
    }

    .cta-section-two h2 {
        padding-left: 0;
        padding-top: 110px;
    }

    .page-title-two .content-box h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .project-block-two .text {
        padding-left: 0;
        border-left: 0;
        margin-top: 10px;
    }

    .about-section-six .experience-years-block {
        text-align: center;
    }

    .about-section-six .experience-years-block .text {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        margin: 30px auto 0;
    }

    .about-section-six .experience-years-block:before {
        right: 0;
    }

    .about-section .image-two {
        margin-top: 0;
    }

    .about-section-seven input {
        width: 100%;
    }

    .about-section-seven .theme-btn {
        position: relative;
        margin-top: 15px;
    }

    .myaccount-section .login-inner .other-option {
        display: none;
    }

    .myaccount-section .register-inner .text {
        position: relative;
        margin-top: 20px;
    }

    .about-section-two .image-block .image-three {
        position: relative;
        right: 0;
    }

    .footer-bottom .social-links {
        margin-top: 30px;
    }

    .header-style-two .header-top .social-links {
        display: none;
    }

    .banner-carousel .content-box h2,
    .banner-carousel .content-box.style-two h2 {
        font-size: 35px !important;
    }

    br {
        display: none;
    }

    .header-style-three .header-top .contact-info {
        justify-content: center;
    }

    .about-section .image-one,
    .about-section .logo,
    .main-header .header-top .language,
    .testimonial-section .testimonial-thumbs .logo {
        display: none;
    }

    .consult-form .contact-form {
        padding: 25px 20px;
    }

    .consult-form h2,
    .sec-title h2 {
        font-size: 30px;
    }

    .feature-block-two .inner-box {
        padding-left: 30px;
    }

    .feature-block-two .icon {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .feature-section-two .feature-block-two:last-child .inner-box {
        padding-top: 40px;
    }

    .feature-block-two:last-child .inner-box {
        padding-top: 0;
    }

    .experience-section .experience-wrapper .image img {
        opacity: 0;
    }

    .experience-section .experience-wrapper h1 {
        display: none;
    }

    .case-block-three .lower-content {
        position: relative;
        margin: -80px 0 0;
    }

    .footer-bottom-two .scroll-to-top-two {
        margin-bottom: 25px;
    }

    .faq-section .question-icon,
    .testimonial-section-six .pointer-block .content,
    .testimonial-section-six .pointer-block .point {
        display: none;
    }

    .banner-section-two .theme-btn {
        margin-bottom: 15px;
    }

    .news-block-six .post-share-btn {
        display: none;
    }

    .blog-post-pagination .next-post,
    .blog-post-pagination .prev-post {
        width: 100%;
    }

    .blog-post-pagination:after {
        display: none;
    }

    .blog-single-post .lower-content {
        margin: 0;
    }

    .blog-single-post .author-box {
        padding-left: 40px;
    }

    .blog-single-post .author-box .image {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .comments-area .comment {
        padding-left: 0;
    }

    .comments-area .comment-box .author-thumb {
        position: relative;
    }

    .single-shop-area .products-carousel {
        min-height: 390px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .features-section-two .content-block .image {
        position: relative;
        margin-bottom: 25px;
    }
}

.about-home-10 .content-box .inner-box .single-item .icon-box,
.about-home-11 .content-box .btn-box a:hover,
.about-home-11 .image-box .video-btn:before,
.about-home-12 .inner-box .nav-tabs li a.active,
.about-section .text-block:before,
.about-section-home13 .image-box .counter-column,
.about-section-home15 .image-box .bg-layer,
.about-section-home15 .progress-box .bar-inner,
.about-section-home15 .progress-box .bar-inner:after,
.about-section-seven .image-block .video-box,
.about-section-six .experience-years-block .text,
.about-section-two .read-more-link:before,
.about-widget-two .social-links li a:before,
.accordion-box.style-two .block .acc-btn.active,
.award-section-two .owl-theme .owl-nav .owl-next:hover:before,
.award-section-two .owl-theme .owl-nav .owl-prev:hover:before,
.banner-section .owl-theme .owl-nav button:hover:before,
.banner-section-home13 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home13 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section-home14 .owl-theme .owl-nav button:hover:after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section-two .btn-style-one .btn-title:before,
.banner-section.style-11 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-11 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-12 .content-box .video-btn a,
.banner-section.style-four .btn-style-one .btn-title:before,
.banner-section.style-four .owl-dots .owl-dot.active span:before,
.banner-section.style-four .owl-dots .owl-dot:hover span:before,
.banner-section.style-seven .banner-carousel .content-box h2:before,
.banner-section.style-seven .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-seven .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-six .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-six .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-ten .banner-content,
.banner-section.style-ten .owl-theme .owl-dots span:before,
.banner-section.style-ten .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-ten .owl-theme .owl-nav .owl-prev:hover:after,
.bgclr1,
.bgclr9,
.blog-single-post .author-box .social-links li a:before,
.blog-single-post ul.tag li a:hover,
.bootstrap-select .dropdown-menu li a.active,
.btn-style-eight,
.btn-style-eight2:before,
.btn-style-four,
.btn-style-nine,
.btn-style-one,
.btn-style-seven,
.btn-style-ten,
.btn-style-two .btn-title:before,
.cart-section .apply-coupon .form-group button:hover,
.cart-section .btn-box .cart-btn:hover,
.case-block-one .overlay:after,
.case-block-one .read-more-btn a,
.category-home-12 .single-item .video-btn a,
.chooseus-home-10 .inner-box .single-item .icon-box,
.chooseus-home-10 .inner-box .single-item .icon-box:before,
.chooseus-home-10 .inner-box .single-item h3:before,
.chooseus-home-11 .inner-box .single-item:last-child,
.chooseus-home-6 .left-column,
.chooseus-section-home13 .single-item .inner-box h3:before,
.chooseus-section-home14 .content-box .single-item .icon-box,
.chooseus-section-home15 .single-item:hover .upper .icon-box,
.clients-home-11,
.clients-home-7,
.consultation-home-11 .single-item .icon-box,
.consulting-home-12 .btn-box a:hover,
.contact-details-section-three .pointer-block .point:after,
.contact-details-section-three .pointer-block:hover .point:after,
.contact-home-11 .contact-form-box .btn-style-four .btn-title:before,
.contact-home-6 .default-form .form-group button:hover,
.contact-section .read-more-link:before,
.contact-section.style-two
    .subscribe-newsletter
    .form-group
    button.btn-style-four,
.cta-home-6,
.cta-section-two.style-two:before,
.default-video-box a:after,
.dropdown-item.active,
.dropdown-item:active,
.experience-section .experience-year,
.experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:after,
.experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:before,
.fact-counter .count-box,
.fact-counter-three .count-box,
.faq-home-10 .form-inner .form-group button:hover,
.faq-section-home13 .content-box .content-inner,
.feature-block-five .read-more-link,
.feature-block-four .inner-box:before,
.feature-block-one .image .icon:before,
.feature-block-one .link-btn a,
.feature-block-three .read-more-link:before,
.feature-home-6 .feature-block .inner-box .image-box:after,
.features-section-six .video-box .image:before,
.filter-tabs.filter-btns li:before,
.footer-banner-section,
.footer-bottom .social-links li a:before,
.footer-style-11 .footer-top .logo-widget .twitter-box .icon-box,
.footer-style-11 .widget-title:after,
.footer-style-11 .widget-title:before,
.footer-style-13 .footer-top:before,
.footer-style-13 .links-widget ul li a:hover:before,
.footer-style-14 .footer-top .upper-box .icon-box,
.footer-style-15 .footer-subscribe .subscribe-inner .icon-box,
.footer-style-15 .footer-subscribe .subscribe-inner .message-btn button,
.footer-style-15 .gallery-widget .image-list li .image,
.footer-style-seven .footer-bottom .social-links li a:hover,
.footer-style-six .footer-top .download-box a:hover,
.footer-style-ten .footer-top .logo-widget .download-box a,
.funfact-home-10 .single-item .count-outer:before,
.funfact-home-10 .single-item .icon-box,
.funfact-home-11:before,
.funfact-home-12 .inner-container,
.funfacts-section-two .icon-box,
.funfacts-section-two p:before,
.header-style-11 .btn-title:before,
.header-style-11 .header-top .text .icon-box,
.header-style-11 .right-column .info li i,
.header-style-14 .social-links li a,
.header-style-15 .nav-right .social-links li a,
.header-top-13 .top-right .social-links li a:hover,
.header-top-13 .top-right .support-box h6 i,
.header-top.style-two,
.highlights-home-12 .single-item .inner-box .icon-box:before,
.highlights-home-6 .inner-box .single-item:last-child,
.highlights-home-6 .video-column .video-btn a,
.home-11 .sec-title h4:after,
.home-11 .sec-title h4:before,
.home-12 .sec-title h4:after,
.home-12 .sec-title h4:before,
.immigration-home-11 .inner-box .content-box .btn-box a:hover,
.instructor-home-12 .inner-box .icon-box:before,
.main-footer .links-widget ul li a:after,
.main-footer .links-widget ul li a:before,
.main-header .header-top .text span,
.main-header .sidemenu-nav-toggler,
.map-section .contact-info,
.mobile-menu .menu-backdrop,
.nav-outer .mobile-nav-toggler,
.news-block-five .category,
.news-block-five .inner-box:after,
.news-block-five:after,
.news-block-five:before,
.news-block-one .category,
.news-block-one .inner-box:before,
.news-block-six .social-links-wrapper:hover .icon,
.news-block-three .inner-box:hover .category,
.news-block-two .category,
.news-block-two .inner-box:hover .category,
.news-block-two .read-more-link:before,
.news-home-10 .owl-theme .owl-nav .owl-next:hover:after,
.news-home-10 .owl-theme .owl-nav .owl-prev:hover:after,
.news-home-11 .single-item .image-box .category,
.news-home-11 .single-item .image-box .link,
.news-section-home13 .news-block .inner-box .image-box .category a,
.news-section-home13 .news-block .inner-box .image-box .image a,
.news-section-home13 .owl-theme .owl-nav button:hover,
.news-section-home15 .news-block .inner-box .category a,
.news-section-home15 .news-block .inner-box .lower-box .link:before,
.offered-home-12 .single-item .inner-box .image-box .price,
.offered-home-12 .single-item .inner-box .image-box .price:before,
.offered-home-12 .single-item .inner-box:hover .image-box .category a,
.page-title .content-box:before,
.preloader-close,
.pricing-block-three .ribbon,
.pricing-block-three .ribbon:before,
.pricing-block-three h4:before,
.pricing-block.active .lower-content h5,
.pricing-block.active .lower-content h5:after,
.pricing-block.active .lower-content h5:before,
.pricing-block.style-two .lower-content h5,
.pricing-block.style-two .lower-content h5:after,
.pricing-block.style-two .lower-content h5:before,
.pricing-block.style-two.active .top-content,
.pricing-home-10 .content-box .btn-box a:hover,
.pricing-home-10 .content-box .nav-tabs .nav-link.active:after,
.pricing-home-10 .paricing-table .table-footer a:hover,
.pricing-section .ribbon,
.pricing-section-home15 .pricing-table .table-content .pricing-btn:hover,
.pricing-section-home15 .pricing-table .table-header:before,
.pricing-section-home15 .pricing-table .tags,
.pricing-section-home15 .pricing-table .tags:after,
.pricing-section-home15 .pricing-table .tags:before,
.process-block-three .inner-box:hover .icon,
.process-block-two .icon,
.process-section-three .consult-btn,
.process-section-two.home-14 .process-block-two .icon,
.product-block-one .inner-box .image-box .category,
.product-block-one .right-option:hover,
.product-tab-box .tab-btns .tab-btn span:before,
.progress-levels .progress-box .bar .bar-fill,
.project-block-five .link-btn a,
.project-block-seven .inner-box,
.project-block-six .link-btn a,
.project-home-6 .owl-dots button.active,
.project-home-6 .owl-dots button:hover,
.project-home-6 .single-item .inner-box .content-box .other-links li a:hover,
.project-section-home13 .owl-theme .owl-nav button:hover,
.project-section-home13 .project-block .inner-box .text .btn-box a:hover,
.project-section-home14 .project-block .content-box .view-btn a,
.projects-section .nav-tabs .nav-link.active:after,
.projects-section .nav-tabs li .nav-link:before,
.projects-section-two .owl-theme .owl-nav .owl-next:hover:after,
.projects-section-two .owl-theme .owl-nav .owl-prev:hover:after,
.scroll-to-top,
.scroll-to-top.style-14:hover,
.search-popup .recent-searches li a:hover,
.search-popup .search-form fieldset input[type="submit"],
.sec-title .text-decoration .left:after,
.sec-title .text-decoration .left:before,
.sec-title .text-decoration .right:after,
.sec-title .text-decoration .right:before,
.sec-title .text-decoration:before,
.sec-title h5,
.sec-title-four:before,
.service-block-four .icon-box h4:before,
.service-block-one .read-more-link:before,
.service-block-one:hover .icon .icon-inner,
.service-block-six .overlay a,
.service-block-six .overlay:before,
.service-block-three .overlay-content .icon-box .icon,
.service-home-10 .srvice-info .info-list li .nav-link.active i,
.service-home-11 .single-item .lower-content .inner .btn-box a:hover,
.service-home-11 .single-item .lower-content .inner .icon-box,
.service-home-6 .owl-dots button.active,
.service-home-6 .owl-dots button:hover,
.service-home-6 .service-block .inner-box .content-box .lower-content .icon-box,
.service-home-6
    .service-block
    .inner-box
    .overlay-content
    .lower-content
    .link
    a:hover,
.service-section-home15 .service-block .inner-box .link-btn a:before,
.service-section-home15 .service-block .inner-box .shape-3,
.services-details .tab-btn-style-one li .nav-link.active,
.services-details .tab-btn-style-one li a:hover,
.shopping-cart .count,
.single-team-member .social-links-wrapper:hover .icon,
.style-10.scroll-to-top:hover,
.style-12.scroll-to-top:hover,
.subscribe-home-12 .inner-container,
.subscribe-home-12 .inner-container:before,
.subscribe-home-7 .inner-box .subscribe-form .form-group button,
.subscribe-newsletter,
.subscribe-newsletter-three .form-group button:hover,
.subscribe-newsletter:after,
.subscribe-newsletter:before,
.subscribe-widget .social-links li a:before,
.team-block-four .social-links-wrapper:hover .icon,
.team-block-two .inner-box:hover .video-btn a,
.team-home-11 .sec-title a.link-btn:hover,
.team-home-11:before,
.team-home-12 .owl-theme .owl-nav .owl-next:hover:after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover:after,
.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .mail-box
    a:hover,
.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon:hover,
.team-home-6 .single-item .inner-box .image-box .icon-box a,
.team-home-6 .single-item .inner-box .lower-content .inner:before,
.team-home-6 .single-item .inner-box:hover .lower-content .inner:after,
.team-section-home13 .owl-theme .owl-nav button:hover,
.team-section-home13 .team-block .inner-box .lower-content .info-box > a:hover,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .mail-box
    a:hover,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon:hover,
.testimonial-block-seven .logo,
.testimonial-block-six .inner-box:hover .logo,
.testimonial-block-three .quote,
.testimonial-home-10 .inner-box .icon-box,
.testimonial-home-6 .inner-box .thumb-box,
.testimonial-home-6 .inner-box .thumb-box:before,
.testimonial-section-five:before,
.testimonial-section-home13 .testimonial-block .inner-box .icon-box,
.testimonial-section-seven .owl-dots .owl-dot.active span,
.testimonial-section-seven .owl-dots .owl-dot:hover span,
.testimonial-section-six .pointer-block .content .logo,
.testimonial-section-six .pointer-block:hover .point:after,
.theme-btn,
.timeline li.current:after,
.timeline-block .theme-btn,
.video-section-home13 .owl-dots button:before,
.video-section-home15 .inner-box .curved-circle:before,
.whay-choose-block .inner-box:hover .icon span,
.widget_filter-price .range-slider .theme-btn,
.widget_filter-price .ui-state-default:before,
.widget_filter-price .ui-widget-content .ui-state-default:before,
.widget_tag_cloud ul li a:hover,
.works-home-10 .single-item .icon-box {
    background-color: #23b723;
}

.about-home-11 .content-box .btn-box a:hover,
.about-home-11 .progress-levels .progress-box .bar .bar-innner,
.about-home-7 .image-box .icon-box,
.about-section .logo,
.accordion-box.style-two .block .acc-btn.active,
.award-section-three .owl-dots .owl-dot.active span,
.award-section-three .owl-dots .owl-dot:hover span,
.banner-section-home13 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home13 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section-home14 .owl-theme .owl-nav button:hover:after,
.banner-section-home15 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-11 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-11 .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-four .banner-carousel .content-box .text .video-btn,
.banner-section.style-four .owl-dots .owl-dot.active span,
.banner-section.style-four .owl-dots .owl-dot:hover span,
.banner-section.style-seven .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-seven .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-six .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-six .owl-theme .owl-nav .owl-prev:hover:after,
.banner-section.style-ten .owl-theme .owl-dot.active span,
.banner-section.style-ten .owl-theme .owl-dots span:hover,
.btn-style-five,
.chooseus-home-11 .inner-container,
.chooseus-home-7 .inner-box .single-item:hover .icon-box,
.consulting-home-12 .btn-box a,
.contact-details-section-three .pointer-block .point,
.contact-home-11 .contact-form-box .btn-style-four,
.contact-home-6 .default-form .form-group button,
.contact-info-block-two .inner-box:before,
.contact-section-home15 .form-group input:focus,
.contact-section-home15 .form-group textarea:focus,
.faq-home-10 .form-inner .form-group button,
.faq-section-home13 .accordion-box .block .acc-btn.active,
.feature-block-six .inner-box:before,
.filter-tabs.filter-btns li span.count,
.footer-style-13 .footer-top .subscribe-inner .form-group input:focus,
.footer-style-six .footer-top .download-box a,
.header-middle .btn-style-one,
.header-style-11 .btn-style-four,
.header-style-11 .sticky-header .btn-style-four:hover,
.immigration-home-11 .inner-box .content-box .btn-box a:hover,
.immigration-home-11 .owl-dots button.active,
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul,
.news-block-five .inner-box,
.news-block-six .social-links li a:hover,
.news-block-six .social-links-wrapper:hover .icon,
.news-home-10 .news-block-one .author:before,
.news-home-7 .news-block-one .author:before,
.news-section-home15 .news-block .inner-box,
.news-section-home15 .news-block .inner-box:before,
.pricing-home-10 .content-box .btn-box a,
.pricing-home-10 .content-box .nav-tabs .nav-link.active:before,
.progress-levels .progress-box .bar .bar-fill,
.project-block-two .text,
.project-section-home14 .owl-dots button.active,
.projects-section .nav-tabs .nav-link.active:after,
.scroll-to-top.style-13,
.scroll-to-top.style-15,
.search-popup .recent-searches li a:hover,
.service-block-four .overlay:after,
.service-block-four .overlay:before,
.service-block-one:hover .icon,
.service-home-11 .single-item .lower-content .inner .btn-box a:hover,
.service-home-6
    .service-block
    .inner-box
    .overlay-content
    .lower-content
    .link
    a,
.style-10.scroll-to-top,
.style-12.scroll-to-top,
.subscribe-newsletter-three .form-group button:hover,
.team-block-four .author-title,
.team-block-two .inner-box:hover .content:before,
.team-block-two .inner-box:hover .video-btn a,
.team-block-two .video-btn:before,
.team-home-11 .sec-title a.link-btn:hover,
.team-home-11 .single-item:hover .image-box,
.team-home-12 .owl-theme .owl-nav .owl-next:hover:after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover:after,
.team-section-home13 .team-block .inner-box .lower-content .info-box > a:hover,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .mail-box
    a:hover,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon:hover,
.testimonial-home-12 .owl-dots button.active,
.testimonial-home-12 .owl-dots button:hover,
.testimonial-home-12 .owl-item.active .inner-box .thumb-box,
.testimonial-home-7 .owl-theme .owl-nav .owl-next:hover:after,
.testimonial-home-7 .owl-theme .owl-nav .owl-prev:hover:after,
.testimonial-section-eleven .client-block:hover .thumb,
.testimonial-section-eleven .client-block:hover .thumb:before,
.testimonial-section-four .owl-nav .owl-next:hover:before,
.testimonial-section-four .owl-nav .owl-prev:hover:before,
.whay-choose-block .inner-box:hover .icon span,
.widget_filter-price .ui-state-default,
.widget_filter-price .ui-widget-content .ui-state-default,
.works-home-7 .more-text {
    border-color: #fd4a36;
}

.accordion-box.style-three .block .acc-btn.active,
.accordion-box.style-two .block .acc-btn.active {
    border-left-color: #fd4a36;
}

.banner-section.style-two .owl-theme .owl-nav button:before,
.btn-style-four,
.contact-widget .social-links li a:before,
.cta-section-two .contact-info .icon,
.cta-section-two h2 span {
    background-image: -ms-linear-gradient(0deg, #fd4a36 16%, #ff8300 100%);
}

/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}

.fa-flip-vertical {
    transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-abacus:before {
    content: "\f640";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acorn:before {
    content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-alarm-clock:before {
    content: "\f34e";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-alicorn:before {
    content: "\f6b0";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-analytics:before {
    content: "\f643";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angel:before {
    content: "\f779";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-crate:before {
    content: "\f6b1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-alt-down:before {
    content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346";
}

.fa-arrow-alt-from-left:before {
    content: "\f347";
}

.fa-arrow-alt-from-right:before {
    content: "\f348";
}

.fa-arrow-alt-from-top:before {
    content: "\f349";
}

.fa-arrow-alt-left:before {
    content: "\f355";
}

.fa-arrow-alt-right:before {
    content: "\f356";
}

.fa-arrow-alt-square-down:before {
    content: "\f350";
}

.fa-arrow-alt-square-left:before {
    content: "\f351";
}

.fa-arrow-alt-square-right:before {
    content: "\f352";
}

.fa-arrow-alt-square-up:before {
    content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a";
}

.fa-arrow-alt-to-left:before {
    content: "\f34b";
}

.fa-arrow-alt-to-right:before {
    content: "\f34c";
}

.fa-arrow-alt-to-top:before {
    content: "\f34d";
}

.fa-arrow-alt-up:before {
    content: "\f357";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-from-bottom:before {
    content: "\f342";
}

.fa-arrow-from-left:before {
    content: "\f343";
}

.fa-arrow-from-right:before {
    content: "\f344";
}

.fa-arrow-from-top:before {
    content: "\f345";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-square-down:before {
    content: "\f339";
}

.fa-arrow-square-left:before {
    content: "\f33a";
}

.fa-arrow-square-right:before {
    content: "\f33b";
}

.fa-arrow-square-up:before {
    content: "\f33c";
}

.fa-arrow-to-bottom:before {
    content: "\f33d";
}

.fa-arrow-to-left:before {
    content: "\f33e";
}

.fa-arrow-to-right:before {
    content: "\f340";
}

.fa-arrow-to-top:before {
    content: "\f341";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-atom-alt:before {
    content: "\f5d3";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-axe:before {
    content: "\f6b2";
}

.fa-axe-battle:before {
    content: "\f6b3";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backpack:before {
    content: "\f5d4";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-badge:before {
    content: "\f335";
}

.fa-badge-check:before {
    content: "\f336";
}

.fa-badge-dollar:before {
    content: "\f645";
}

.fa-badge-percent:before {
    content: "\f646";
}

.fa-badger-honey:before {
    content: "\f6b4";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ball-pile:before {
    content: "\f77e";
}

.fa-ballot:before {
    content: "\f732";
}

.fa-ballot-check:before {
    content: "\f733";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-barcode-alt:before {
    content: "\f463";
}

.fa-barcode-read:before {
    content: "\f464";
}

.fa-barcode-scan:before {
    content: "\f465";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball:before {
    content: "\f432";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-basketball-hoop:before {
    content: "\f435";
}

.fa-bat:before {
    content: "\f6b5";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-bolt:before {
    content: "\f376";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-slash:before {
    content: "\f377";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-school:before {
    content: "\f5d5";
}

.fa-bell-school-slash:before {
    content: "\f5d6";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bells:before {
    content: "\f77f";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blanket:before {
    content: "\f498";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bone-break:before {
    content: "\f5d8";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-alt:before {
    content: "\f5d9";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-heart:before {
    content: "\f499";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-book-spells:before {
    content: "\f6b8";
}

.fa-book-user:before {
    content: "\f7e7";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-books:before {
    content: "\f5db";
}

.fa-books-medical:before {
    content: "\f7e8";
}

.fa-boot:before {
    content: "\f782";
}

.fa-booth-curtain:before {
    content: "\f734";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-bow-arrow:before {
    content: "\f6b9";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-bowling-pins:before {
    content: "\f437";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-alt:before {
    content: "\f49a";
}

.fa-box-ballot:before {
    content: "\f735";
}

.fa-box-check:before {
    content: "\f467";
}

.fa-box-fragile:before {
    content: "\f49b";
}

.fa-box-full:before {
    content: "\f49c";
}

.fa-box-heart:before {
    content: "\f49d";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-up:before {
    content: "\f49f";
}

.fa-box-usd:before {
    content: "\f4a0";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-boxes-alt:before {
    content: "\f4a1";
}

.fa-boxing-glove:before {
    content: "\f438";
}

.fa-brackets:before {
    content: "\f7e9";
}

.fa-brackets-curly:before {
    content: "\f7ea";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-loaf:before {
    content: "\f7eb";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-browser:before {
    content: "\f37e";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-bullseye-arrow:before {
    content: "\f648";
}

.fa-bullseye-pointer:before {
    content: "\f649";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-burrito:before {
    content: "\f7ed";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-bus-school:before {
    content: "\f5dd";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-cabinet-filing:before {
    content: "\f64b";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calculator-alt:before {
    content: "\f64c";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-edit:before {
    content: "\f333";
}

.fa-calendar-exclamation:before {
    content: "\f334";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-star:before {
    content: "\f736";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-alt:before {
    content: "\f332";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campfire:before {
    content: "\f6ba";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candle-holder:before {
    content: "\f6bc";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-candy-corn:before {
    content: "\f6bd";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-bump:before {
    content: "\f5e0";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-garage:before {
    content: "\f5e2";
}

.fa-car-mechanic:before {
    content: "\f5e3";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-car-tilt:before {
    content: "\f5e5";
}

.fa-car-wash:before {
    content: "\f5e6";
}

.fa-caret-circle-down:before {
    content: "\f32d";
}

.fa-caret-circle-left:before {
    content: "\f32e";
}

.fa-caret-circle-right:before {
    content: "\f330";
}

.fa-caret-circle-up:before {
    content: "\f331";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cauldron:before {
    content: "\f6bf";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chair-office:before {
    content: "\f6c1";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-line-down:before {
    content: "\f64d";
}

.fa-chart-network:before {
    content: "\f78a";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-chart-pie-alt:before {
    content: "\f64e";
}

.fa-chart-scatter:before {
    content: "\f7ee";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-cheese-swiss:before {
    content: "\f7f0";
}

.fa-cheeseburger:before {
    content: "\f7f1";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-bishop-alt:before {
    content: "\f43b";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-clock:before {
    content: "\f43d";
}

.fa-chess-clock-alt:before {
    content: "\f43e";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-king-alt:before {
    content: "\f440";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-knight-alt:before {
    content: "\f442";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-pawn-alt:before {
    content: "\f444";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-queen-alt:before {
    content: "\f446";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chess-rook-alt:before {
    content: "\f448";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-double-down:before {
    content: "\f322";
}

.fa-chevron-double-left:before {
    content: "\f323";
}

.fa-chevron-double-right:before {
    content: "\f324";
}

.fa-chevron-double-up:before {
    content: "\f325";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-square-down:before {
    content: "\f329";
}

.fa-chevron-square-left:before {
    content: "\f32a";
}

.fa-chevron-square-right:before {
    content: "\f32b";
}

.fa-chevron-square-up:before {
    content: "\f32c";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chimney:before {
    content: "\f78b";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-claw-marks:before {
    content: "\f6c2";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clipboard-list-check:before {
    content: "\f737";
}

.fa-clipboard-prescription:before {
    content: "\f5e8";
}

.fa-clipboard-user:before {
    content: "\f7f3";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-drizzle:before {
    content: "\f738";
}

.fa-cloud-hail:before {
    content: "\f739";
}

.fa-cloud-hail-mixed:before {
    content: "\f73a";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-rainbow:before {
    content: "\f73e";
}

.fa-cloud-showers:before {
    content: "\f73f";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sleet:before {
    content: "\f741";
}

.fa-cloud-snow:before {
    content: "\f742";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-clouds:before {
    content: "\f744";
}

.fa-clouds-moon:before {
    content: "\f745";
}

.fa-clouds-sun:before {
    content: "\f746";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-club:before {
    content: "\f327";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-code-commit:before {
    content: "\f386";
}

.fa-code-merge:before {
    content: "\f387";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-coffee-togo:before {
    content: "\f6c5";
}

.fa-coffin:before {
    content: "\f6c6";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-alt-check:before {
    content: "\f4a2";
}

.fa-comment-alt-dollar:before {
    content: "\f650";
}

.fa-comment-alt-dots:before {
    content: "\f4a3";
}

.fa-comment-alt-edit:before {
    content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5";
}

.fa-comment-alt-lines:before {
    content: "\f4a6";
}

.fa-comment-alt-medical:before {
    content: "\f7f4";
}

.fa-comment-alt-minus:before {
    content: "\f4a7";
}

.fa-comment-alt-plus:before {
    content: "\f4a8";
}

.fa-comment-alt-slash:before {
    content: "\f4a9";
}

.fa-comment-alt-smile:before {
    content: "\f4aa";
}

.fa-comment-alt-times:before {
    content: "\f4ab";
}

.fa-comment-check:before {
    content: "\f4ac";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-edit:before {
    content: "\f4ae";
}

.fa-comment-exclamation:before {
    content: "\f4af";
}

.fa-comment-lines:before {
    content: "\f4b0";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-minus:before {
    content: "\f4b1";
}

.fa-comment-plus:before {
    content: "\f4b2";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comment-smile:before {
    content: "\f4b4";
}

.fa-comment-times:before {
    content: "\f4b5";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-alt:before {
    content: "\f4b6";
}

.fa-comments-alt-dollar:before {
    content: "\f652";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compass-slash:before {
    content: "\f5e9";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-compress-wide:before {
    content: "\f326";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-container-storage:before {
    content: "\f4b7";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-conveyor-belt:before {
    content: "\f46e";
}

.fa-conveyor-belt-alt:before {
    content: "\f46f";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-corn:before {
    content: "\f6c7";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cow:before {
    content: "\f6c8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-credit-card-blank:before {
    content: "\f389";
}

.fa-credit-card-front:before {
    content: "\f38a";
}

.fa-cricket:before {
    content: "\f449";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-croissant:before {
    content: "\f7f6";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-crutches:before {
    content: "\f7f8";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-curling:before {
    content: "\f44a";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dagger:before {
    content: "\f6cb";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-debug:before {
    content: "\f7f9";
}

.fa-deer:before {
    content: "\f78e";
}

.fa-deer-rudolph:before {
    content: "\f78f";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop-alt:before {
    content: "\f390";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dewpoint:before {
    content: "\f748";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d10:before {
    content: "\f6cd";
}

.fa-dice-d12:before {
    content: "\f6ce";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d4:before {
    content: "\f6d0";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-d8:before {
    content: "\f6d2";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-diploma:before {
    content: "\f5ea";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-do-not-enter:before {
    content: "\f5ec";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dog-leashed:before {
    content: "\f6d4";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-empty:before {
    content: "\f473";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-dolly-flatbed-alt:before {
    content: "\f475";
}

.fa-dolly-flatbed-empty:before {
    content: "\f476";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-circle:before {
    content: "\f5ed";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-draw-square:before {
    content: "\f5ef";
}

.fa-dreidel:before {
    content: "\f792";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick:before {
    content: "\f6d6";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-duck:before {
    content: "\f6d8";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-ear:before {
    content: "\f5f0";
}

.fa-ear-muffs:before {
    content: "\f795";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-eclipse:before {
    content: "\f749";
}

.fa-eclipse-alt:before {
    content: "\f74a";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-egg-fried:before {
    content: "\f7fc";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-elephant:before {
    content: "\f6da";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-h-alt:before {
    content: "\f39b";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ellipsis-v-alt:before {
    content: "\f39c";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-empty-set:before {
    content: "\f656";
}

.fa-engine-warning:before {
    content: "\f5f2";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-dollar:before {
    content: "\f657";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-square:before {
    content: "\f321";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows:before {
    content: "\f31d";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expand-wide:before {
    content: "\f320";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-evil:before {
    content: "\f6db";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-field-hockey:before {
    content: "\f44c";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-certificate:before {
    content: "\f5f3";
}

.fa-file-chart-line:before {
    content: "\f659";
}

.fa-file-chart-pie:before {
    content: "\f65a";
}

.fa-file-check:before {
    content: "\f316";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-edit:before {
    content: "\f31c";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-exclamation:before {
    content: "\f31a";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-minus:before {
    content: "\f318";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-plus:before {
    content: "\f319";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-spreadsheet:before {
    content: "\f65b";
}

.fa-file-times:before {
    content: "\f317";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-user:before {
    content: "\f65c";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-files-medical:before {
    content: "\f7fd";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-film-alt:before {
    content: "\f3a0";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-fire-smoke:before {
    content: "\f74b";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-fireplace:before {
    content: "\f79a";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fish-cooked:before {
    content: "\f7fe";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-alt:before {
    content: "\f74c";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flame:before {
    content: "\f6df";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flask-poison:before {
    content: "\f6e0";
}

.fa-flask-potion:before {
    content: "\f6e1";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flower:before {
    content: "\f7ff";
}

.fa-flower-daffodil:before {
    content: "\f800";
}

.fa-flower-tulip:before {
    content: "\f801";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-fog:before {
    content: "\f74e";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-folder-times:before {
    content: "\f65f";
}

.fa-folder-tree:before {
    content: "\f802";
}

.fa-folders:before {
    content: "\f660";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-football-helmet:before {
    content: "\f44f";
}

.fa-forklift:before {
    content: "\f47a";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-fragile:before {
    content: "\f4bb";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-french-fries:before {
    content: "\f803";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frosty-head:before {
    content: "\f79b";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-function:before {
    content: "\f661";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gas-pump-slash:before {
    content: "\f5f4";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gift-card:before {
    content: "\f663";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-gingerbread-man:before {
    content: "\f79d";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass:before {
    content: "\f804";
}

.fa-glass-champagne:before {
    content: "\f79e";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
    content: "\f7a1";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glasses-alt:before {
    content: "\f5f5";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-globe-snow:before {
    content: "\f7a3";
}

.fa-globe-stand:before {
    content: "\f5f6";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-golf-club:before {
    content: "\f451";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-h1:before {
    content: "\f313";
}

.fa-h2:before {
    content: "\f314";
}

.fa-h3:before {
    content: "\f315";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hammer-war:before {
    content: "\f6e4";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-heart:before {
    content: "\f4bc";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-box:before {
    content: "\f47b";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-magic:before {
    content: "\f6e5";
}

.fa-hand-holding-seedling:before {
    content: "\f4bf";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-receiving:before {
    content: "\f47c";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-heart:before {
    content: "\f4c3";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-usd:before {
    content: "\f4c5";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt:before {
    content: "\f4c6";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-santa:before {
    content: "\f7a7";
}

.fa-hat-winter:before {
    content: "\f7a8";
}

.fa-hat-witch:before {
    content: "\f6e7";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side:before {
    content: "\f6e9";
}

.fa-head-side-brain:before {
    content: "\f808";
}

.fa-head-side-medical:before {
    content: "\f809";
}

.fa-head-vr:before {
    content: "\f6ea";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heart-circle:before {
    content: "\f4c7";
}

.fa-heart-rate:before {
    content: "\f5f8";
}

.fa-heart-square:before {
    content: "\f4c8";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-helmet-battle:before {
    content: "\f6eb";
}

.fa-hexagon:before {
    content: "\f312";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-mask:before {
    content: "\f6ee";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-hockey-sticks:before {
    content: "\f454";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-home-alt:before {
    content: "\f80a";
}

.fa-home-heart:before {
    content: "\f4c9";
}

.fa-home-lg:before {
    content: "\f80b";
}

.fa-home-lg-alt:before {
    content: "\f80c";
}

.fa-hood-cloak:before {
    content: "\f6ef";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hospitals:before {
    content: "\f80e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-flood:before {
    content: "\f74f";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-humidity:before {
    content: "\f750";
}

.fa-hurricane:before {
    content: "\f751";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-ice-skate:before {
    content: "\f7ac";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-inbox-in:before {
    content: "\f310";
}

.fa-inbox-out:before {
    content: "\f311";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-industry-alt:before {
    content: "\f3b3";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-info-square:before {
    content: "\f30f";
}

.fa-inhaler:before {
    content: "\f5f9";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-integral:before {
    content: "\f667";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-intersection:before {
    content: "\f668";
}

.fa-inventory:before {
    content: "\f480";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-island-tropical:before {
    content: "\f811";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-jack-o-lantern:before {
    content: "\f30e";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-key-skeleton:before {
    content: "\f6f3";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-keynote:before {
    content: "\f66c";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kidneys:before {
    content: "\f5fb";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kite:before {
    content: "\f6f4";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-knife-kitchen:before {
    content: "\f6f5";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-lambda:before {
    content: "\f66e";
}

.fa-lamp:before {
    content: "\f4ca";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-landmark-alt:before {
    content: "\f752";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-layer-minus:before {
    content: "\f5fe";
}

.fa-layer-plus:before {
    content: "\f5ff";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leaf-heart:before {
    content: "\f4cb";
}

.fa-leaf-maple:before {
    content: "\f6f6";
}

.fa-leaf-oak:before {
    content: "\f6f7";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-lightbulb-dollar:before {
    content: "\f670";
}

.fa-lightbulb-exclamation:before {
    content: "\f671";
}

.fa-lightbulb-on:before {
    content: "\f672";
}

.fa-lightbulb-slash:before {
    content: "\f673";
}

.fa-lights-holiday:before {
    content: "\f7b2";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lips:before {
    content: "\f600";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location:before {
    content: "\f601";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-location-circle:before {
    content: "\f602";
}

.fa-location-slash:before {
    content: "\f603";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-alt:before {
    content: "\f30d";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-lock-open-alt:before {
    content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-loveseat:before {
    content: "\f4cc";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luchador:before {
    content: "\f455";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-mace:before {
    content: "\f6f8";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailbox:before {
    content: "\f813";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-mandolin:before {
    content: "\f6f9";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
    content: "\f605";
}

.fa-map-marker-check:before {
    content: "\f606";
}

.fa-map-marker-edit:before {
    content: "\f607";
}

.fa-map-marker-exclamation:before {
    content: "\f608";
}

.fa-map-marker-minus:before {
    content: "\f609";
}

.fa-map-marker-plus:before {
    content: "\f60a";
}

.fa-map-marker-question:before {
    content: "\f60b";
}

.fa-map-marker-slash:before {
    content: "\f60c";
}

.fa-map-marker-smile:before {
    content: "\f60d";
}

.fa-map-marker-times:before {
    content: "\f60e";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-meat:before {
    content: "\f814";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaphone:before {
    content: "\f675";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-mind-share:before {
    content: "\f677";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-hexagon:before {
    content: "\f307";
}

.fa-minus-octagon:before {
    content: "\f308";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mistletoe:before {
    content: "\f7b4";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-mobile-android:before {
    content: "\f3ce";
}

.fa-mobile-android-alt:before {
    content: "\f3cf";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monitor-heart-rate:before {
    content: "\f611";
}

.fa-monkey:before {
    content: "\f6fb";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-moon-cloud:before {
    content: "\f754";
}

.fa-moon-stars:before {
    content: "\f755";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mountains:before {
    content: "\f6fd";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-mug-marshmallows:before {
    content: "\f7b7";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-narwhal:before {
    content: "\f6fe";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octagon:before {
    content: "\f306";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-oil-temp:before {
    content: "\f614";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-omega:before {
    content: "\f67a";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-ornament:before {
    content: "\f7b8";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-brush-alt:before {
    content: "\f5a9";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-pallet-alt:before {
    content: "\f483";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-parking-circle:before {
    content: "\f615";
}

.fa-parking-circle-slash:before {
    content: "\f616";
}

.fa-parking-slash:before {
    content: "\f617";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paw-alt:before {
    content: "\f701";
}

.fa-paw-claws:before {
    content: "\f702";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pegasus:before {
    content: "\f703";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-paintbrush:before {
    content: "\f618";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-pennant:before {
    content: "\f456";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-person-carry:before {
    content: "\f4cf";
}

.fa-person-dolly:before {
    content: "\f4d0";
}

.fa-person-dolly-empty:before {
    content: "\f4d1";
}

.fa-person-sign:before {
    content: "\f757";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-office:before {
    content: "\f67d";
}

.fa-phone-plus:before {
    content: "\f4d2";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pi:before {
    content: "\f67e";
}

.fa-pie:before {
    content: "\f705";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pig:before {
    content: "\f706";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza:before {
    content: "\f817";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-alt:before {
    content: "\f3de";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-hexagon:before {
    content: "\f300";
}

.fa-plus-octagon:before {
    content: "\f301";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-podium:before {
    content: "\f680";
}

.fa-podium-star:before {
    content: "\f758";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poll-people:before {
    content: "\f759";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-popcorn:before {
    content: "\f819";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-presentation:before {
    content: "\f685";
}

.fa-print:before {
    content: "\f02f";
}

.fa-print-search:before {
    content: "\f81a";
}

.fa-print-slash:before {
    content: "\f686";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pumpkin:before {
    content: "\f707";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-question-square:before {
    content: "\f2fd";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-rabbit:before {
    content: "\f708";
}

.fa-rabbit-fast:before {
    content: "\f709";
}

.fa-racquet:before {
    content: "\f45a";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-raindrops:before {
    content: "\f75c";
}

.fa-ram:before {
    content: "\f70a";
}

.fa-ramp-loading:before {
    content: "\f4d4";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-rectangle-landscape:before {
    content: "\f2fa";
}

.fa-rectangle-portrait:before {
    content: "\f2fb";
}

.fa-rectangle-wide:before {
    content: "\f2fc";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-repeat:before {
    content: "\f363";
}

.fa-repeat-1:before {
    content: "\f365";
}

.fa-repeat-1-alt:before {
    content: "\f366";
}

.fa-repeat-alt:before {
    content: "\f364";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-retweet-alt:before {
    content: "\f361";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-rings-wedding:before {
    content: "\f81b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-route-highway:before {
    content: "\f61a";
}

.fa-route-interstate:before {
    content: "\f61b";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-triangle:before {
    content: "\f61c";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-rv:before {
    content: "\f7be";
}

.fa-sack:before {
    content: "\f81c";
}

.fa-sack-dollar:before {
    content: "\f81d";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salad:before {
    content: "\f81e";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sandwich:before {
    content: "\f81f";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-sausage:before {
    content: "\f820";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-scalpel:before {
    content: "\f61d";
}

.fa-scalpel-path:before {
    content: "\f61e";
}

.fa-scanner:before {
    content: "\f488";
}

.fa-scanner-keyboard:before {
    content: "\f489";
}

.fa-scanner-touchscreen:before {
    content: "\f48a";
}

.fa-scarecrow:before {
    content: "\f70d";
}

.fa-scarf:before {
    content: "\f7c1";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-scroll-old:before {
    content: "\f70f";
}

.fa-scrubber:before {
    content: "\f2f8";
}

.fa-scythe:before {
    content: "\f710";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-all:before {
    content: "\f367";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-sheep:before {
    content: "\f711";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield:before {
    content: "\f132";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-check:before {
    content: "\f2f7";
}

.fa-shield-cross:before {
    content: "\f712";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shipping-timed:before {
    content: "\f48c";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shish-kebab:before {
    content: "\f821";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shovel:before {
    content: "\f713";
}

.fa-shovel-snow:before {
    content: "\f7c3";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shredder:before {
    content: "\f68a";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-shuttlecock:before {
    content: "\f45b";
}

.fa-sickle:before {
    content: "\f822";
}

.fa-sigma:before {
    content: "\f68b";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signal-1:before {
    content: "\f68c";
}

.fa-signal-2:before {
    content: "\f68d";
}

.fa-signal-3:before {
    content: "\f68e";
}

.fa-signal-4:before {
    content: "\f68f";
}

.fa-signal-alt:before {
    content: "\f690";
}

.fa-signal-alt-1:before {
    content: "\f691";
}

.fa-signal-alt-2:before {
    content: "\f692";
}

.fa-signal-alt-3:before {
    content: "\f693";
}

.fa-signal-alt-slash:before {
    content: "\f694";
}

.fa-signal-slash:before {
    content: "\f695";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-skeleton:before {
    content: "\f620";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-ski-jump:before {
    content: "\f7c7";
}

.fa-ski-lift:before {
    content: "\f7c8";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sledding:before {
    content: "\f7cb";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-sliders-h-square:before {
    content: "\f3f0";
}

.fa-sliders-v:before {
    content: "\f3f1";
}

.fa-sliders-v-square:before {
    content: "\f3f2";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-plus:before {
    content: "\f5b9";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoke:before {
    content: "\f760";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snake:before {
    content: "\f716";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snow-blowing:before {
    content: "\f761";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowflakes:before {
    content: "\f7cf";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowmobile:before {
    content: "\f7d1";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-soup:before {
    content: "\f823";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-spade:before {
    content: "\f2f4";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spider-black-widow:before {
    content: "\f718";
}

.fa-spider-web:before {
    content: "\f719";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spinner-third:before {
    content: "\f3f4";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root:before {
    content: "\f697";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-squirrel:before {
    content: "\f71a";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-staff:before {
    content: "\f71b";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-christmas:before {
    content: "\f7d4";
}

.fa-star-exclamation:before {
    content: "\f2f3";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-stars:before {
    content: "\f762";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steak:before {
    content: "\f824";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-steering-wheel:before {
    content: "\f622";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stocking:before {
    content: "\f7d5";
}

.fa-stomach:before {
    content: "\f623";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-stretcher:before {
    content: "\f825";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-sun-cloud:before {
    content: "\f763";
}

.fa-sun-dust:before {
    content: "\f764";
}

.fa-sun-haze:before {
    content: "\f765";
}

.fa-sunrise:before {
    content: "\f766";
}

.fa-sunset:before {
    content: "\f767";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-sword:before {
    content: "\f71c";
}

.fa-swords:before {
    content: "\f71d";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablet-android:before {
    content: "\f3fb";
}

.fa-tablet-android-alt:before {
    content: "\f3fc";
}

.fa-tablet-rugged:before {
    content: "\f48f";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tachometer-alt-average:before {
    content: "\f624";
}

.fa-tachometer-alt-fast:before {
    content: "\f625";
}

.fa-tachometer-alt-fastest:before {
    content: "\f626";
}

.fa-tachometer-alt-slow:before {
    content: "\f627";
}

.fa-tachometer-alt-slowest:before {
    content: "\f628";
}

.fa-tachometer-average:before {
    content: "\f629";
}

.fa-tachometer-fast:before {
    content: "\f62a";
}

.fa-tachometer-fastest:before {
    content: "\f62b";
}

.fa-tachometer-slow:before {
    content: "\f62c";
}

.fa-tachometer-slowest:before {
    content: "\f62d";
}

.fa-taco:before {
    content: "\f826";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tally:before {
    content: "\f69c";
}

.fa-tanakh:before {
    content: "\f827";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-tasks-alt:before {
    content: "\f828";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-frigid:before {
    content: "\f768";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-hot:before {
    content: "\f76a";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-tennis-ball:before {
    content: "\f45e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-theta:before {
    content: "\f69e";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-thunderstorm:before {
    content: "\f76c";
}

.fa-thunderstorm-moon:before {
    content: "\f76d";
}

.fa-thunderstorm-sun:before {
    content: "\f76e";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-tilde:before {
    content: "\f69f";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-times-hexagon:before {
    content: "\f2ee";
}

.fa-times-octagon:before {
    content: "\f2f0";
}

.fa-times-square:before {
    content: "\f2d3";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tire:before {
    content: "\f631";
}

.fa-tire-flat:before {
    content: "\f632";
}

.fa-tire-pressure-warning:before {
    content: "\f633";
}

.fa-tire-rugged:before {
    content: "\f634";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-alt:before {
    content: "\f71f";
}

.fa-tombstone:before {
    content: "\f720";
}

.fa-tombstone-alt:before {
    content: "\f721";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-toothbrush:before {
    content: "\f635";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tornado:before {
    content: "\f76f";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-cone:before {
    content: "\f636";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-traffic-light-go:before {
    content: "\f638";
}

.fa-traffic-light-slow:before {
    content: "\f639";
}

.fa-traffic-light-stop:before {
    content: "\f63a";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-treasure-chest:before {
    content: "\f723";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-tree-alt:before {
    content: "\f400";
}

.fa-tree-christmas:before {
    content: "\f7db";
}

.fa-tree-decorated:before {
    content: "\f7dc";
}

.fa-tree-large:before {
    content: "\f7dd";
}

.fa-tree-palm:before {
    content: "\f82b";
}

.fa-trees:before {
    content: "\f724";
}

.fa-trello:before {
    content: "\f181";
}

.fa-triangle:before {
    content: "\f2ec";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-trophy-alt:before {
    content: "\f2eb";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-container:before {
    content: "\f4dc";
}

.fa-truck-couch:before {
    content: "\f4dd";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-truck-plow:before {
    content: "\f7de";
}

.fa-truck-ramp:before {
    content: "\f4e0";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-turkey:before {
    content: "\f725";
}

.fa-turtle:before {
    content: "\f726";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-tv-retro:before {
    content: "\f401";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-unicorn:before {
    content: "\f727";
}

.fa-union:before {
    content: "\f6a2";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-usd-circle:before {
    content: "\f2e8";
}

.fa-usd-square:before {
    content: "\f2e9";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-chart:before {
    content: "\f6a3";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-crown:before {
    content: "\f6a4";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-hard-hat:before {
    content: "\f82c";
}

.fa-user-headset:before {
    content: "\f82d";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-md-chat:before {
    content: "\f82e";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-class:before {
    content: "\f63d";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-users-crown:before {
    content: "\f6a5";
}

.fa-users-medical:before {
    content: "\f830";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-fork:before {
    content: "\f2e3";
}

.fa-utensil-knife:before {
    content: "\f2e4";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-utensils-alt:before {
    content: "\f2e6";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-value-absolute:before {
    content: "\f6a6";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-plus:before {
    content: "\f4e1";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volcano:before {
    content: "\f770";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume:before {
    content: "\f6a8";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-slash:before {
    content: "\f2e2";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-nay:before {
    content: "\f771";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walker:before {
    content: "\f831";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-wand:before {
    content: "\f72a";
}

.fa-wand-magic:before {
    content: "\f72b";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-warehouse-alt:before {
    content: "\f495";
}

.fa-watch:before {
    content: "\f2e1";
}

.fa-watch-fitness:before {
    content: "\f63e";
}

.fa-water:before {
    content: "\f773";
}

.fa-water-lower:before {
    content: "\f774";
}

.fa-water-rise:before {
    content: "\f775";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-webcam:before {
    content: "\f832";
}

.fa-webcam-slash:before {
    content: "\f833";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whale:before {
    content: "\f72c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheat:before {
    content: "\f72d";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whistle:before {
    content: "\f460";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wifi-1:before {
    content: "\f6aa";
}

.fa-wifi-2:before {
    content: "\f6ab";
}

.fa-wifi-slash:before {
    content: "\f6ac";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-wind-warning:before {
    content: "\f776";
}

.fa-window:before {
    content: "\f40e";
}

.fa-window-alt:before {
    content: "\f40f";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-windsock:before {
    content: "\f777";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wreath:before {
    content: "\f7e2";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

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

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

@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../media/fa-brands-400.8bc4fa5d.eot);
    src: url(../media/fa-brands-400.8bc4fa5dd41d.eot?#iefix)
            format("embedded-opentype"),
        url(../media/fa-brands-400.a761d7a0.woff2) format("woff2"),
        url(../media/fa-brands-400.a5fed9c2.woff) format("woff"),
        url(../media/fa-brands-400.18d219b3.ttf) format("truetype"),
        url(../media/fa-brands-400.90e7c3a5.svg#fontawesome) format("svg");
}

.fab {
    font-family: Font Awesome\5 Brands;
}

@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(../media/fa-light-300.d9cbdfd2.eot);
    src: url(../media/fa-light-300.d9cbdfd2d41d.eot?#iefix)
            format("embedded-opentype"),
        url(../media/fa-light-300.f7f6804f.woff2) format("woff2"),
        url(../media/fa-light-300.7b119463.woff) format("woff"),
        url(../media/fa-light-300.d1af128d.ttf) format("truetype"),
        url(../media/fa-light-300.b16d0b15.svg#fontawesome) format("svg");
}

.fal {
    font-weight: 300;
}

@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../media/fa-regular-400.4f506ba6.eot);
    src: url(../media/fa-regular-400.4f506ba6d41d.eot?#iefix)
            format("embedded-opentype"),
        url(../media/fa-regular-400.099f7a93.woff2) format("woff2"),
        url(../media/fa-regular-400.eab8faca.woff) format("woff"),
        url(../media/fa-regular-400.01c6f8a4.ttf) format("truetype"),
        url(../media/fa-regular-400.3e81d75b.svg#fontawesome) format("svg");
}

.fal,
.far {
    font-family: Font Awesome\5 Pro;
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: Font Awesome\5 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../media/fa-solid-900.6d735e38.eot);
    src: url(../media/fa-solid-900.6d735e38d41d.eot?#iefix)
            format("embedded-opentype"),
        url(../media/fa-solid-900.1ec44dd8.woff2) format("woff2"),
        url(../media/fa-solid-900.083a312f.woff) format("woff"),
        url(../media/fa-solid-900.579f2bc7.ttf) format("truetype"),
        url(../media/fa-solid-900.c674601d.svg#fontawesome) format("svg");
}

.fa,
.fas {
    font-family: Font Awesome\5 Pro;
    font-weight: 900;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scaleX(1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    0%,
    to {
        transform: translateZ(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    11.1% {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    to {
        transform: none;
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translateZ(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(20px);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    33.333% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.zoomInStable {
    animation-name: zoomInStable;
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@keyframes anime {
    0% {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@keyframes jump {
    0% {
        transform: translateZ(0);
    }

    40% {
        transform: translate3d(0, 50%, 0);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes rotatedHalf {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        transform: rotate(-90deg);
    }

    to {
        transform: rotate(90deg);
    }
}

@keyframes scale-upOne {
    0% {
        transform: scale(1);
    }

    to {
        transform: scale(0.2);
    }
}

@keyframes scale-right {
    0% {
        transform: translateX(-50%);
    }

    50% {
        transform: translateX(50%);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }

    40% {
        opacity: 1;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes scale-up-one {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

@keyframes scale-up-two {
    0% {
        transform: scale(0.5);
    }

    40% {
        transform: scale(0.8);
    }

    to {
        transform: scale(0.5);
    }
}

@keyframes scale-up-three {
    0% {
        transform: scale(0.7);
    }

    40% {
        transform: scale(0.4);
    }

    to {
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    to {
        transform: translate(0) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0) rotate(0deg) scale(1);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }

    to {
        transform: translate(0) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px);
    }

    to {
        transform: translate(-346px, 617px);
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg);
    }

    to {
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }

    to {
        transform: translate(-1px) rotate(180deg);
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes imageBgAnim {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 120% 0;
    }

    to {
        background-position: 0 0;
    }
}

@font-face {
    font-family: Flaticon;
    src: url(../media/Flaticon.72a9f8d9.eot);
    src: url(../media/Flaticon.72a9f8d9d41d.eot?#iefix)
            format("embedded-opentype"),
        url(../media/Flaticon.0243d94a.woff2) format("woff2"),
        url(../media/Flaticon.d7243b1a.woff) format("woff"),
        url(../media/Flaticon.4be01065.ttf) format("truetype"),
        url(../media/Flaticon.afbfe5a6.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Flaticon;
        src: url(../media/Flaticon.afbfe5a6.svg#Flaticon) format("svg");
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-right:before {
    content: "\f100";
}

.flaticon-search:before {
    content: "\f101";
}

.flaticon-right-arrow:before {
    content: "\f102";
}

.flaticon-career:before {
    content: "\f103";
}

.flaticon-customer-service:before {
    content: "\f104";
}

.flaticon-upward:before {
    content: "\f105";
}

.flaticon-tick:before {
    content: "\f106";
}

.flaticon-exam:before {
    content: "\f107";
}

.flaticon-brainstorm:before {
    content: "\f108";
}

.flaticon-menu:before {
    content: "\f109";
}

.flaticon-playstore:before {
    content: "\f10a";
}

.flaticon-app:before {
    content: "\f10b";
}

.flaticon-right-arrow-1:before {
    content: "\f10c";
}

.flaticon-backward:before {
    content: "\f10d";
}

.flaticon-clock:before {
    content: "\f10e";
}

.flaticon-phone:before {
    content: "\f10f";
}

.flaticon-global:before {
    content: "\f110";
}

.flaticon-call:before {
    content: "\f111";
}

.flaticon-bag:before {
    content: "\f112";
}

.flaticon-mail:before {
    content: "\f113";
}

.flaticon-question:before {
    content: "\f114";
}

.flaticon-shopping-cart:before {
    content: "\f115";
}

.flaticon-star:before {
    content: "\f116";
}

.flaticon-support:before {
    content: "\f117";
}

.flaticon-career-3:before {
    content: "\f118";
}

.flaticon-endless:before {
    content: "\f119";
}

.flaticon-null:before {
    content: "\f11a";
}

.flaticon-play:before {
    content: "\f11b";
}

.flaticon-up:before {
    content: "\f11c";
}

.flaticon-chart:before {
    content: "\f11d";
}

.flaticon-system:before {
    content: "\f11e";
}

.flaticon-business-and-finance:before {
    content: "\f11f";
}

.flaticon-permission:before {
    content: "\f120";
}

.flaticon-discussion:before {
    content: "\f121";
}

.flaticon-rocket-ship:before {
    content: "\f122";
}

.flaticon-success:before {
    content: "\f123";
}

.flaticon-team:before {
    content: "\f124";
}

.flaticon-call-1:before {
    content: "\f125";
}

.flaticon-interview:before {
    content: "\f126";
}

.flaticon-boss:before {
    content: "\f127";
}

.flaticon-cup:before {
    content: "\f128";
}

.flaticon-mail-1:before {
    content: "\f129";
}

.flaticon-trending:before {
    content: "\f12a";
}

.flaticon-bot:before {
    content: "\f12b";
}

.flaticon-diamond:before {
    content: "\f12c";
}

.flaticon-petroleum:before {
    content: "\f12d";
}

.flaticon-bank:before {
    content: "\f12e";
}

.flaticon-insurance:before {
    content: "\f12f";
}

.flaticon-trolley:before {
    content: "\f130";
}

.flaticon-null-1:before {
    content: "\f131";
}

.flaticon-share:before {
    content: "\f132";
}

.flaticon-team-1:before {
    content: "\f133";
}

.flaticon-check:before {
    content: "\f134";
}

.flaticon-global-1:before {
    content: "\f135";
}

.flaticon-global-2:before {
    content: "\f136";
}

.flaticon-clock-1:before {
    content: "\f137";
}

.flaticon-business-and-finance-1:before {
    content: "\f138";
}

.flaticon-blog:before {
    content: "\f139";
}

.flaticon-upload:before {
    content: "\f13a";
}

.flaticon-doctor:before {
    content: "\f13b";
}

.flaticon-send:before {
    content: "\f13c";
}

.flaticon-rocket-2:before {
    content: "\f13d";
}

.flaticon-target-1:before {
    content: "\f13e";
}

.flaticon-world-1:before {
    content: "\f13f";
}

.flaticon-advice:before {
    content: "\f140";
}

.flaticon-medal:before {
    content: "\f141";
}

.flaticon-agreement:before {
    content: "\f142";
}

.flaticon-thought:before {
    content: "\f143";
}

.flaticon-gear-1:before {
    content: "\f144";
}

.flaticon-audio:before {
    content: "\f145";
}

.flaticon-suitcase:before {
    content: "\f146";
}

.flaticon-clock-2:before {
    content: "\f147";
}

.flaticon-money:before {
    content: "\f148";
}

.flaticon-support-1:before {
    content: "\f149";
}

.flaticon-quote:before {
    content: "\f14a";
}

.flaticon-more:before {
    content: "\f14b";
}

.flaticon-arrow:before {
    content: "\f14c";
}

.flaticon-earth-globe:before {
    content: "\f14d";
}

.flaticon-zoom-in:before {
    content: "\f14e";
}

.flaticon-center:before {
    content: "\f14f";
}

.flaticon-fire:before {
    content: "\f150";
}

.flaticon-share-1:before {
    content: "\f151";
}

.flaticon-close:before {
    content: "\f152";
}

.flaticon-remove:before {
    content: "\f153";
}

@font-face {
    font-family: customicon;
    src: url(../media/customicon-2.fc85a8f3.ttf) format("truetype"),
        url(../media/customicon-2.05822675.woff) format("woff"),
        url(../media/customicon-2.5d65ad15.woff2) format("woff2"),
        url(../media/customicon-2.6bedddaf.eot#iefix)
            format("embedded-opentype"),
        url(../media/customicon-2.2f813d95.svg#customicon) format("svg");
}

i[class*=" customicon-"]:before,
i[class^="customicon-"]:before {
    font-family: customicon !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customicon-right-chevron:before {
    content: "\f101";
}

.customicon-magnifying-glass:before {
    content: "\f102";
}

.customicon-engineer:before {
    content: "\f103";
}

.customicon-crane:before {
    content: "\f104";
}

.customicon-building:before {
    content: "\f105";
}

.customicon-play-button:before {
    content: "\f106";
}

.customicon-right-quote:before {
    content: "\f107";
}

.customicon-sketch:before {
    content: "\f108";
}

.customicon-home:before {
    content: "\f109";
}

.customicon-building-1:before {
    content: "\f10a";
}

.customicon-engineering:before {
    content: "\f10b";
}

.customicon-brickwall:before {
    content: "\f10c";
}

.customicon-phone-call:before {
    content: "\f10d";
}

.customicon-architect:before {
    content: "\f10e";
}

.customicon-measure:before {
    content: "\f10f";
}

.customicon-brick-wall:before {
    content: "\f110";
}

.customicon-global:before {
    content: "\f111";
}

.customicon-globe:before {
    content: "\f112";
}

.customicon-blueprint:before {
    content: "\f113";
}

.customicon-checkmark:before {
    content: "\f114";
}

.customicon-permission:before {
    content: "\f115";
}

.customicon-discussion:before {
    content: "\f116";
}

.customicon-goal:before {
    content: "\f117";
}

.customicon-rocket:before {
    content: "\f118";
}

.customicon-passport:before {
    content: "\f119";
}

.customicon-businessman:before {
    content: "\f11a";
}

.customicon-award:before {
    content: "\f11b";
}

.customicon-architect-1:before {
    content: "\f11c";
}

.customicon-trophy:before {
    content: "\f11d";
}

.customicon-trophy-1:before {
    content: "\f11e";
}

.customicon-budget:before {
    content: "\f11f";
}

.customicon-calculator:before {
    content: "\f120";
}

.customicon-suitcase:before {
    content: "\f121";
}

.customicon-mail-advertising:before {
    content: "\f122";
}

.customicon-file:before {
    content: "\f123";
}

.customicon-innovation:before {
    content: "\f124";
}

.customicon-shuttle:before {
    content: "\f125";
}

.customicon-investment:before {
    content: "\f126";
}

.customicon-lifebuoy:before {
    content: "\f127";
}

.customicon-play:before {
    content: "\f128";
}

.customicon-blogging:before {
    content: "\f129";
}

.customicon-subscribe-rss-button:before {
    content: "\f12a";
}

.customicon-chatting:before {
    content: "\f12b";
}

@font-face {
    font-family: icomoon;
    src: url(../media/icomoon.3d6a6556.eot);
    src: url(../media/icomoon.3d6a6556.eot#iefix) format("embedded-opentype"),
        url(../media/icomoon.756cbad9.ttf) format("truetype"),
        url(../media/icomoon.5a04571a.woff) format("woff"),
        url(../media/icomoon.1ba0d289.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone-receiver-silhouette:before {
    content: "\e900";
}

.icon-location-marker:before {
    content: "\e901";
}

.icon-envelope:before {
    content: "\e902";
}

.icon-clock:before {
    content: "\e903";
}

.icon-specialist-user:before {
    content: "\e904";
}

.icon-phone-call:before {
    content: "\e905";
}

.icon-love:before {
    content: "\e906";
}

.icon-magnifiying-glass:before {
    content: "\e907";
}

.icon-play-button:before {
    content: "\e908";
}

.icon-star:before {
    content: "\e909";
}

.icon-star-1:before {
    content: "\e90a";
}

.icon-maps-and-flags:before {
    content: "\e90b";
}

.icon-opened:before {
    content: "\e90c";
}

.icon-user:before {
    content: "\e90d";
}

.icon-shopping-cart:before {
    content: "\e90e";
}

.icon-plus:before {
    content: "\e90f";
}

.icon-menu:before {
    content: "\e910";
}

.icon-menu-1:before {
    content: "\e911";
}

.icon-left-arrow:before {
    content: "\e912";
}

.icon-right-arrow:before {
    content: "\e913";
}

.icon-minus:before {
    content: "\e914";
}

.icon-check-mark:before {
    content: "\e915";
}

.icon-right-arrow-1:before {
    content: "\e916";
}

.icon-phone:before {
    content: "\e917";
}

.icon-left-quote:before {
    content: "\e918";
}

.icon-placeholder:before {
    content: "\e919";
}

.icon-calendar:before {
    content: "\e91a";
}

.icon-right-quotes-symbol:before {
    content: "\e91b";
}

.icon-add:before {
    content: "\e91c";
}

.icon-right-arrow-2:before {
    content: "\e91d";
}

.icon-long-arrow-pointing-to-the-right:before {
    content: "\e91e";
}

.icon-instagram:before {
    content: "\e91f";
}

.icon-behance:before {
    content: "\e920";
}

.icon-shopping-cart-1:before {
    content: "\e921";
}

.icon-menu-2 .path1:before {
    content: "\e922";
    color: #ff485a;
}

.icon-menu-2 .path2:before {
    content: "\e923";
    margin-left: -1em;
    color: #ff485a;
}

.icon-menu-2 .path3:before {
    content: "\e924";
    margin-left: -1em;
    color: #ffbbc0;
}

.icon-menu-2 .path4:before {
    content: "\e925";
    margin-left: -1em;
    color: #ff485a;
}

.icon-location:before {
    content: "\e926";
}

.icon-email:before {
    content: "\e927";
}

.icon-clock-1:before {
    content: "\e928";
}

.icon-fear:before {
    content: "\e929";
}

.icon-business:before {
    content: "\e92a";
}

.icon-rest:before {
    content: "\e92b";
}

.icon-login:before {
    content: "\e92c";
}

.icon-unknown:before {
    content: "\e92d";
}

.icon-support:before {
    content: "\e92e";
}

.icon-speech-bubble:before {
    content: "\e92f";
}

.icon-meeting:before {
    content: "\e930";
}

.icon-businessman:before {
    content: "\e931";
}

.icon-trophy:before {
    content: "\e932";
}

.icon-planet-earth:before {
    content: "\e933";
}

.icon-on-time:before {
    content: "\e934";
}

.icon-shopping-cart-2:before {
    content: "\e935";
}

.icon-phone-call-1:before {
    content: "\e936";
}

.icon-schedule:before {
    content: "\e937";
}

.icon-battery:before {
    content: "\e938";
}

.icon-air-conditioner:before {
    content: "\e939";
}

.icon-tire:before {
    content: "\e93a";
}

.icon-painting:before {
    content: "\e93b";
}

.icon-car:before {
    content: "\e93c";
}

.icon-support-1:before {
    content: "\e93d";
}

.icon-car-repair:before {
    content: "\e93e";
}

.icon-tick-inside-circle:before {
    content: "\e93f";
}

.icon-right-chevron:before {
    content: "\e940";
}

.icon-permission:before {
    content: "\e941";
}

.icon-discussion:before {
    content: "\e942";
}

.icon-rocket:before {
    content: "\e943";
}

.icon-goal:before {
    content: "\e944";
}

.icon-route:before {
    content: "\e945";
}

.icon-cost:before {
    content: "\e946";
}

.icon-warranty:before {
    content: "\e947";
}

.icon-engine:before {
    content: "\e948";
}

.icon-maintenance:before {
    content: "\e949";
}

.icon-crane:before {
    content: "\e94a";
}

.icon-phone-1:before {
    content: "\e94b";
}

.icon-product:before {
    content: "\e94c";
}

.icon-shield:before {
    content: "\e94d";
}

.icon-moving-home-transport-for-boxes:before {
    content: "\e94e";
}

.icon-chair:before {
    content: "\e94f";
}

.icon-delivery-box:before {
    content: "\e950";
}

.icon-fast-delivery:before {
    content: "\e951";
}

.icon-shield-1:before {
    content: "\e952";
}

.icon-money:before {
    content: "\e953";
}

.icon-delivery-truck:before {
    content: "\e954";
}

.icon-packages:before {
    content: "\e955";
}

.icon-office-building:before {
    content: "\e956";
}

.icon-moving:before {
    content: "\e957";
}

.icon-map:before {
    content: "\e958";
}

.icon-worldwide:before {
    content: "\e959";
}

.icon-right-quote:before {
    content: "\e95a";
}

.icon-right-arrow-3:before {
    content: "\e95b";
}

.icon-partnership-handshake:before {
    content: "\e95c";
}

.icon-growth:before {
    content: "\e95d";
}

.icon-download:before {
    content: "\e95e";
}

body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-family: var(--optika-font-family);
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform, opacity;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition-property: transform, opacity;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: a 0.8s linear infinite;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@keyframes a {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

p.fancybox-share__links {
    margin-right: -10px;
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

.mCustomScrollbar {
    touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
    + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl
    > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
    + .mCSB_scrollTools
    ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
    > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
        margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
        margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
        opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
    > .mCustomScrollBox
    > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
    > .mCustomScrollBox
    ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-2.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_dragger
    .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0)
    );
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0)
    );
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
        inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
        inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
        inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
        inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
        inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
        inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
    + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_dragger.mCSB_dragger_onDrag_expanded
    + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
    .mCSB_draggerContainer:hover
    .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools
    .mCSB_dragger.mCSB_dragger_onDrag
    .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    transform: scale(1.1);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    transform: scale(0.9);
}

@keyframes hvr-pulse {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    animation-name: hvr-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes hvr-pulse-grow {
    to {
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
    animation-name: hvr-pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hvr-pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    animation-name: hvr-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hvr-push {
    50% {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
    animation-name: hvr-push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes hvr-pop {
    50% {
        transform: scale(1.2);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
    animation-name: hvr-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.5s;
}

.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.5s;
}

.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
    transform: rotate(4deg);
}

.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg);
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    transform: translateY(-8px);
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
    transform: translateY(8px);
}

@keyframes hvr-bob {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    to {
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
    animation-name: hvr-bob-float, hvr-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

@keyframes hvr-hang {
    0% {
        transform: translateY(8px);
    }

    50% {
        transform: translateY(4px);
    }

    to {
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    to {
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
    animation-name: hvr-hang-sink, hvr-hang;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
    transform: skew(-10deg);
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}

.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
    transform: skew(-10deg);
}

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}

.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
    transform: skew(10deg);
}

@keyframes hvr-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    to {
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    animation-name: hvr-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    to {
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    animation-name: hvr-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px);
    }

    33.3% {
        transform: translate(-6px, -6px);
    }

    49.95% {
        transform: translate(4px, 4px);
    }

    66.6% {
        transform: translate(-2px, -2px);
    }

    83.25% {
        transform: translate(1px, 1px);
    }

    to {
        transform: translate(0);
    }
}

.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
    animation-name: hvr-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px);
    }

    33.3% {
        transform: translate(-6px, 6px);
    }

    49.95% {
        transform: translate(4px, -4px);
    }

    66.6% {
        transform: translate(-2px, 2px);
    }

    83.25% {
        transform: translate(1px, -1px);
    }

    to {
        transform: translate(0);
    }
}

.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    animation-name: hvr-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-top {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    to {
        transform: skew(0);
    }
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform-origin: 0 100%;
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    animation-name: hvr-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-bottom {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    to {
        transform: skew(0);
    }
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform-origin: 100% 0;
}

.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
    animation-name: hvr-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-wobble-skew {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    to {
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
    animation-name: hvr-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-buzz {
    50% {
        transform: translateX(3px) rotate(2deg);
    }

    to {
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
    animation-name: hvr-buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    to {
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
    animation-name: hvr-buzz-out;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
    background-color: #2098d1;
    color: #fff;
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: color, background-color;
}

.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
    animation-name: hvr-back-pulse;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    color: #fff;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    transform: scaleX(1);
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
    color: #fff;
}

.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
    transform: scaleX(1);
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
    color: #fff;
}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
    transform: scaleY(1);
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
    color: #fff;
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
    transform: scaleY(1);
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
    color: #fff;
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
    color: #fff;
}

.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
    color: #fff;
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
    color: #fff;
}

.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
    color: #fff;
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    transform: scale(2);
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    transform: scale(2);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
    color: #fff;
}

.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
    transform: scale(0);
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
    color: #fff;
}

.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
    transform: scale(0);
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff;
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    transform: scale(1);
}

.services-slider .hvr-rectangle-out,
.top-services .hvr-rectangle-out {
    transition-duration: 0.5s;
}

.services-slider .hvr-rectangle-out:before,
.top-services .hvr-rectangle-out:before {
    background: rgba(0, 0, 0, 0.05);
    transition-duration: 0.5s;
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
    color: #fff;
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    color: #fff;
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    transform: scaleX(1);
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleY(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
    color: #fff;
}

.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
    transform: scaleY(0);
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
    color: #fff;
}

.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
    transform: scaleY(1);
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}

.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
    background: none;
}

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-trim:before {
    content: "";
    position: absolute;
    border: 4px solid #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
    opacity: 1;
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s;
}

.meet-the-team .member .social li.hvr-ripple-out:before {
    border: 6px solid #0f86ff;
}

.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
    animation-name: hvr-ripple-out;
}

@keyframes hvr-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-ripple-in:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    animation-duration: 1s;
}

.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
    animation-name: hvr-ripple-in;
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-outline-out:before {
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
}

.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-outline-in:before {
    pointer-events: none;
    content: "";
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
}

.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: border-radius;
}

.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
    border-radius: 1em;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
    right: 0;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
    left: 0;
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
    right: 0;
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
    left: 0;
    right: 0;
}

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
    left: 0;
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #2098d1;
    transition-property: border-width;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
    transform: translateY(0);
    border-width: 4px;
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(4px);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
    transform: translateY(0);
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(-4px);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
    transform: translateY(0);
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
}

.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
}

.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0,
        transparent 80%
    );
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    transform: translateY(-5px);
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: radial-gradient(
        ellipse at 50% 150%,
        rgba(0, 0, 0, 0.6) 0,
        transparent 80%
    );
}

.hvr-shadow-radial:after {
    top: 100%;
    background: radial-gradient(
        ellipse at 50% -50%,
        rgba(0, 0, 0, 0.6) 0,
        transparent 80%
    );
}

.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
    opacity: 1;
}

.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    transition-duration: 0.3s;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px;
}

.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
    transform: translateY(-10px);
}

.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    transition-duration: 0.3s;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
}

.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
    transform: translateX(10px);
}

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    transition-duration: 0.3s;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
}

.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
    transform: translateY(10px);
}

.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    transition-duration: 0.3s;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
}

.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
    transform: translateX(-10px);
}

.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-float-top,
.hvr-bubble-float-top:before {
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    top: 0;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0 10px 10px;
}

.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
    transform: translateY(10px);
}

.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
    transform: translateY(-10px);
}

.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: "";
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
    transform: translateX(-10px);
}

.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
    transform: translateX(10px);
}

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    bottom: 0;
    border-color: #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
    transform: translateY(-10px);
}

.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
    transform: translateY(10px);
}

.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-float-left,
.hvr-bubble-float-left:before {
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: calc(50% - 10px);
    left: 0;
    border-color: transparent #e1e1e1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
}

.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
    transform: translateX(10px);
}

.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
    transform: translateX(-10px);
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
}

.hvr-icon-back,
.hvr-icon-back:before {
    transform: translateZ(0);
    transition-duration: 0.1s;
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
    transform: translateX(-4px);
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-forward,
.hvr-icon-forward:before {
    transform: translateZ(0);
    transition-duration: 0.1s;
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
    transform: translateX(4px);
}

@keyframes hvr-icon-down {
    0%,
    50%,
    to {
        transform: translateY(0);
    }

    25%,
    75% {
        transform: translateY(6px);
    }
}

.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-down:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover:before {
    animation-name: hvr-icon-down;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
}

@keyframes hvr-icon-up {
    0%,
    50%,
    to {
        transform: translateY(0);
    }

    25%,
    75% {
        transform: translateY(-6px);
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-up:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover:before {
    animation-name: hvr-icon-up;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
}

.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
}

.hvr-icon-spin:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
    transform: rotate(1turn);
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51%,
    to {
        opacity: 1;
    }
}

.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
    opacity: 0;
    transition-duration: 0.3s;
    animation-name: hvr-icon-drop;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-duration: 0.5s;
    transition-property: color;
}

.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
    color: #0f9e5e;
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translateY(-1em);
    }
}

.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
}

.hvr-icon-float-away:after {
    opacity: 0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
    animation-name: hvr-icon-float-away;
    animation-timing-function: ease-out;
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translateY(1em);
    }
}

.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-sink-away:after {
    opacity: 0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
    animation-name: hvr-icon-sink-away;
    animation-timing-function: ease-out;
}

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-grow,
.hvr-icon-grow:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
    transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-shrink,
.hvr-icon-shrink:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
    transform: scale(0.8);
}

@keyframes hvr-icon-pulse {
    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(0.8);
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
    animation-name: hvr-icon-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes hvr-icon-pulse-grow {
    to {
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before {
    animation-name: hvr-icon-pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hvr-icon-pulse-shrink {
    to {
        transform: scale(0.8);
    }
}

.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
    animation-name: hvr-icon-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hvr-icon-push {
    50% {
        transform: scale(0.5);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-push,
.hvr-icon-push:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
    animation-name: hvr-icon-push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes hvr-icon-pop {
    50% {
        transform: scale(1.5);
    }
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pop,
.hvr-icon-pop:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
    animation-name: hvr-icon-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-bounce,
.hvr-icon-bounce:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
    transform: scale(1.5);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-rotate,
.hvr-icon-rotate:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
    transform: rotate(20deg);
}

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
    transform: scale(1.5) rotate(12deg);
}

.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-float,
.hvr-icon-float:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
    transform: translateY(-4px);
}

.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-sink,
.hvr-icon-sink:before {
    transform: translateZ(0);
    transition-duration: 0.3s;
}

.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hvr-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
    transform: translateY(4px);
}

@keyframes hvr-icon-bob {
    0% {
        transform: translateY(-6px);
    }

    50% {
        transform: translateY(-2px);
    }

    to {
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    to {
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

@keyframes hvr-icon-hang {
    0% {
        transform: translateY(6px);
    }

    50% {
        transform: translateY(2px);
    }

    to {
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    to {
        transform: translateY(6px);
    }
}

.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        transform: translateX(6px);
    }

    33.3% {
        transform: translateX(-5px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    to {
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
    animation-name: hvr-icon-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        transform: translateY(6px);
    }

    33.3% {
        transform: translateY(-5px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    to {
        transform: translateY(0);
    }
}

.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
    animation-name: hvr-icon-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes hvr-icon-buzz {
    50% {
        transform: translateX(3px) rotate(2deg);
    }

    to {
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
    animation-name: hvr-icon-buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes hvr-icon-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    to {
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    transition-duration: 0.3s;
}

.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    transform: translateZ(0);
}

.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
    animation-name: hvr-icon-buzz-out;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
    width: 25px;
    height: 25px;
}

.top-services .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #0f86ff;
    background: linear-gradient(
        135deg,
        #fff 45%,
        #0f86ff 50%,
        #0f86ff 56%,
        #0f86ff 80%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#0f86ff");
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.top-services .hvr-curl-top-left:active:before,
.top-services .hvr-curl-top-left:focus:before,
.top-services .hvr-curl-top-left:hover:before {
    width: 40px;
    height: 40px;
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
    width: 25px;
    height: 25px;
}

.top-services .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #6ec7f9;
    background: linear-gradient(
        225deg,
        #fff 45%,
        #6ec7f9 50%,
        #6ec7f9 56%,
        #6ec7f9 80%
    );
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.top-services .hvr-curl-top-right:active:before,
.top-services .hvr-curl-top-right:focus:before,
.top-services .hvr-curl-top-right:hover:before {
    width: 40px;
    height: 40px;
}

.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px;
}

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-property: width, height;
}

.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
}

.bootstrap-select {
    width: 220px\0;
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: hsla(0, 0%, 100%, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
        :last-child
    )
    > .btn {
    border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: 0 !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
    content: "";
    display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0, 0%, 80%, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup
    .dropdown-toggle
    .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid hsla(0, 0%, 80%, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right
    .dropdown-toggle
    .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show
    > .dropdown-toggle
    .filter-option:before {
    display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.our-shop,
.shop-sidebar {
    position: relative;
}

.shop-sidebar {
    border: 1px solid #e1e5e9;
    padding: 40px 30px;
    border-radius: 6px;
}

.our-shop .items-sorting {
    position: relative;
    margin-bottom: 60px !important;
    border-bottom: 1px solid #eee;
}

.our-shop .items-sorting .text {
    position: relative;
    margin-top: 15px;
}

.our-shop .items-sorting .text p {
    font-weight: 500;
    color: #0c2957;
    margin: 0;
    font-family: var(--optika-font-family);
    font-size: 18px;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    display: block;
    height: 57px;
    width: 100%;
    font-size: 16px;
    color: #838d9e;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border: 1px solid #e1e5e9;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.our-shop .items-sorting .select-box .nice-select {
    position: relative;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0;
}

.product-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.product-block-one .inner-box .image-box {
    position: relative;
    display: block;
    background: #f1f5f8;
    padding: 60px 0;
    border-radius: 6px;
}

.product-block-one .inner-box .image-box img {
    transition: all 0.5s ease;
}

.product-block-one .inner-box:hover .image-box img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
}

.product-block-one .inner-box .cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}

.product-block-one .inner-box:hover .cart-btn {
    opacity: 1;
}

.product-block-one .inner-box .cart-btn .theme-btn {
    width: 100%;
    border-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.product-block-one .inner-box .cart-btn .theme-btn .btn-title {
    border-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.product-block-one .inner-box .image-box .category,
.product-block-one .inner-box .image-box .offer,
.product-block-one .inner-box .image-box .trending {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    font-family: var(--optika-font-family);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
}

.product-block-one .inner-box .image-box .trending {
    background-color: #fb9a27;
    font-size: 24px;
}

.product-block-one .inner-box .image-box .offer {
    background-color: #7fb23f;
}

.product-block-one .right-option {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #fff;
    line-height: 46px;
    font-size: 20px;
    cursor: pointer;
    color: #838d9e;
    transition: 0.5s;
}

.product-block-one .right-option:hover {
    color: #fff;
}

.product-block-one .right-option .content-box {
    position: absolute;
    right: 0;
    top: 46px;
    width: 46px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-block-one .right-option:hover .content-box {
    opacity: 1;
}

.product-block-one .inner-box .image-box .content-box li {
    position: relative;
    text-align: center;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #fff;
    line-height: 46px;
    font-size: 20px;
    margin-top: 10px;
}

.product-block-one .inner-box .image-box .content-box li:last-child {
    border-right: none;
}

.product-block-one .inner-box .image-box .content-box li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #838d9e;
}

.product-block-one .inner-box .image-box .content-box li a span {
    position: absolute;
    right: 47px;
    transform: translateY(-50%);
    top: 50%;
    width: max-content;
    height: 28px;
    padding: 2px 9px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #0c2957;
    font-family: var(--optika-font-family);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-block-one .inner-box .image-box .content-box li a:hover span {
    visibility: visible;
    opacity: 1;
}

.product-block-one .inner-box .image-box .content-box li a span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: -5px;
    bottom: 9px;
    transform: rotate(45deg);
    background: #fff;
}

.product-block-one .inner-box .lower-content {
    position: relative;
    padding: 20px 15px;
}

.product-block-one .inner-box .lower-content .rating {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
    transition: 0.5s;
    opacity: 0;
}

.product-block-one .inner-box:hover .lower-content .rating {
    opacity: 1;
}

.product-block-one .inner-box .lower-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

.product-block-one .inner-box .lower-content h3 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #0c2957;
}

.product-block-one .inner-box .lower-content h3 a {
    color: #0c2957;
}

.product-block-one .inner-box .lower-content p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    margin: 0 0 5px;
    transition: 0.5s;
}

.product-block-one .inner-box:hover .lower-content p {
    opacity: 0;
}

.product-block-one .inner-box .lower-content .rating.light li:last-child {
    color: #a6a6af;
}

.widget_filter-price .title {
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
    color: #0c2957;
}

.widget_filter-price .title:before {
    position: absolute;
    content: "$";
    right: -14px;
    top: 0;
    font-size: 17px;
    font-weight: 500;
}

.widget_filter-price .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 4px;
    font-weight: 500;
    position: relative;
    font-size: 18px;
}

.widget_filter-price .input input {
    background: none;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    text-align: left;
    color: #0c2957;
}

.widget_filter-price .ui-widget.ui-widget-content {
    height: 2px;
    border: none;
    margin-bottom: 26px;
    background: #e1e5e9;
}

.widget_filter-price .ui-slider .ui-slider-range {
    top: 0;
    height: 2px;
    background: #e1e5e9;
}

.widget_filter-price .ui-state-default,
.widget_filter-price .ui-widget-content .ui-state-default {
    top: -6px;
    width: 14px;
    height: 14px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 0;
    border: 2px solid;
}

.widget_filter-price .ui-state-default:before,
.widget_filter-price .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}

.widget_filter-price .range-slider .theme-btn {
    padding: 6px 25px 5px;
    background: #ddd;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #fff;
}

.widget_filter-price {
    margin-bottom: 45px;
}

.widget_filter-price .widget-title {
    margin-bottom: 36px;
}

.widget_popular-products .post-inner .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    min-height: 102px;
}

.widget_popular-products .post-inner .post:last-child {
    margin-bottom: 0;
}

.widget_popular-products .post-inner .post .image-box {
    position: absolute;
    left: 0;
    top: 2px;
    width: 80px;
    background: #e9edf0;
    transition: all 0.5s ease;
    border-radius: 6px;
    text-align: center;
    padding: 15px 0;
}

.widget_popular-products .post-inner .post .rating {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.widget_popular-products .post-inner .post .rating li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2px;
    font-size: 12px;
    line-height: 20px;
}

.widget_popular-products .post-inner .post .rating li:last-child {
    margin-right: 0;
}

.widget_popular-products .post-inner .post .rating.light li:last-child {
    color: #a6a6af;
}

.widget_popular-products .post-inner .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.widget_popular-products .post-inner .post h5 a {
    display: inline-block;
    color: #1e1e2a;
}

.widget_popular-products .post-inner .post .price {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #838d9e;
    font-weight: 500;
    font-family: var(--optika-font-family);
    margin: 0 0 11px;
}

.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.item-quantity input.quantity-spinner {
    line-height: 50px;
    height: 50px;
    width: 50px !important;
    padding: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 50px;
    width: 40px;
    background: transparent;
    padding: 0;
    border-radius: 5px 0 0 5px;
    left: 5px;
    top: 0;
    border-right: 1px solid #eee;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 50px;
    width: 40px;
    background: transparent;
    padding: 0;
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    right: 5px;
    top: 0;
    border-left: 1px solid #eee;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-weight: 700;
    font-family: Font Awesome\5 Pro;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 11px;
    left: 15px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0;
}

.single-shop-area {
    padding-top: 100px;
    padding-bottom: 70px;
}

.single-shop-area .products-carousel {
    position: relative;
    padding-left: 140px;
}

.single-shop-area .product-thumbs {
    height: 400px;
}

.single-shop-area .product-thumbs-wrapper {
    position: absolute;
    left: 0;
    top: 0;
}

.single-shop-area .author-thumb {
    background: #f1f5f8;
    padding: 15px 30px;
    border-radius: 6px;
}

.single-shop-area .product-content {
    max-width: 180px;
}

.single-shop-area .author-thumb img {
    width: 60px;
}

.single-shop-area .single-product-view {
    background: #f1f5f8;
    padding: 65px 50px;
}

.single-shop-area .single-product-view .image {
    text-align: center;
}

.single-shop-area .quantity {
    position: relative;
}

.single-shop-area .quantity-spinner.form-control {
    padding: 0 45px;
    text-align: center;
    width: 130px;
    height: 50px;
    border-radius: 25px !important;
}

.single-shop-area .cart-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-shop-area .cart-btn {
    margin-bottom: 30px;
}

.single-shop-area .content-box .category {
    position: relative;
}

.single-shop-area .content-box .category ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-shop-area .content-box .category ul li {
    margin-right: 8px;
    font-size: 18px;
    font-weight: 500;
}

.single-shop-area .content-box .category h5 {
    color: #838d9e;
    font-size: 18px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-next,
.single-shop-area .owl-nav-style-three .owl-nav .owl-prev {
    color: #222;
    background: transparent;
    height: 20px;
    width: 20px;
    font-size: 30px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-next {
    right: 15px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-prev {
    left: 15px;
}

.single-product-image-holder {
    position: relative;
    background: #f5f5f5;
    padding: 32px 0;
    margin-bottom: 30px;
}

.single-product-image-holder a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #222;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    opacity: 0;
    transition: 0.5s ease;
}

.single-product-image-holder:hover a {
    opacity: 1;
}

.single-product-image-holder img {
    width: auto;
}

.single-shop-content .content-box {
    position: relative;
    display: block;
}

.single-shop-content .content-box span.price {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    font-family: var(--optika-font-family);
}

.single-shop-content .content-box h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 6px 0 15px;
    text-transform: capitalize;
}

.single-shop-content .content-box .review-box {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
}

.single-shop-content .content-box .review-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e7e7e7;
}

.single-shop-content .content-box .review-box ul li {
    margin-right: 6px;
}

.single-shop-content .content-box .review-box ul li i {
    font-size: 16px;
    line-height: 1em;
}

.single-shop-content .content-box .text {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 21px 0 15px;
}

.single-shop-content .content-box .text p {
    margin: 0;
}

.single-shop-content .product-info {
    margin-bottom: 30px;
}

.single-shop-content .product-info .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.single-shop-content .content-box .qity {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 30px;
    flex-wrap: wrap;
}

.single-shop-content .content-box .qity h5 {
    margin-right: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.single-shop-content .content-box .qity .stock-available {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.single-shop-content .content-box .qity .stock-available span {
    color: var(--dark-color);
}

.single-shop-content
    .content-box
    .addto-cart-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.single-shop-content
    .content-box
    .addto-cart-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up {
    border-radius: 0;
}

.single-shop-content
    .content-box
    .addto-cart-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.single-shop-content
    .content-box
    .addto-cart-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.single-shop-content
    .content-box
    .addto-cart-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px 5px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
    height: 50px;
    width: 170px;
    margin-left: 43px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    line-height: 50px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover {
    background: #26272b;
}

.single-shop-content .content-box .cart-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-shop-content .content-box .cart-btn .category {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.single-shop-content .content-box .cart-btn .category span {
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 400;
}

.single-shop-content .content-box .cart-btn .category a {
    color: #999;
    font-size: 15px;
}

.share-products-socials {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 42px;
}

.share-products-socials h5 {
    position: relative;
    display: inline-block;
    float: left;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
}

.share-products-socials ul {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.share-products-socials ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.share-products-socials ul li:last-child {
    margin-right: 0;
}

.share-products-socials ul li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    transition: all 0.5s ease;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    transition: 0.5s ease;
    border-radius: 50%;
}

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    margin-bottom: 35px;
    z-index: 1;
}

.product-tab-box .tab-btns .tab-btn {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: 20px;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding: 15px 0 13px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.product-tab-box .tab-btns .tab-btn span:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before {
    opacity: 1;
}

.product-tab-box .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.product-tab-box .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 30px;
    top: 0;
    height: 30px;
    width: 20px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.product-tab-box .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 20px;
    line-height: 30px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.product-tab-box .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 20px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.product-tab-box .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 20px;
    line-height: 30px;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0;
    display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-tab-box .owl-nav-style-two .owl-nav .owl-next,
.product-tab-box .owl-nav-style-two .owl-nav .owl-prev {
    background: transparent;
    width: 20px;
    height: 20px;
    top: -40px;
    font-size: 30px;
}

.review-box-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    padding: 40px 40px 40px 135px;
}

.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 40px;
    top: 40px;
}

.review-box-holder .single-review-box .image-holder img {
    width: 100%;
    border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 17px;
}

.review-box-holder .single-review-box .text-holder .top .name h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .name h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #838d9e;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}

.review-box-holder
    .single-review-box
    .text-holder
    .top
    .review-box
    ul
    li:last-child {
    margin-right: 0;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    font-size: 14px;
}

.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.product-tab-box .review-form {
    padding: 40px;
    border: 1px solid #e1e5e9;
    margin-bottom: 70px;
}

.product-tab-box .review-form .shop-page-title {
    padding-bottom: 25px;
}

.shop-page-title {
    position: relative;
    display: block;
}

.shop-page-title .title {
    font-size: 30px;
    margin-bottom: 40px;
}

.shop-page-title .title,
.shop-page-title .title-two {
    font-weight: 600;
    line-height: 26px;
    font-family: var(--optika-font-family);
    text-transform: capitalize;
}

.shop-page-title .title-two {
    font-size: 24px;
    margin-bottom: 15px;
}

.shop-page-title .title span {
    font-weight: 400;
}

.shop-page-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.shop-page-title p b {
    color: var(--theme-color);
    font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-tab-box .review-form .add-rating-box .add-rating-title {
    position: relative;
    display: inline-block;
    float: left;
}

.product-tab-box .review-form .add-rating-box .add-rating-title h4 {
    color: #838d9e;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
    font-family: inherit;
}

.product-tab-box .review-form .add-rating-box .review-box {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 5px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
    margin-right: 0;
}

.product-tab-box .review-form .add-rating-box .review-box ul li i {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.product-tab-box .review-form .input-box p {
    color: #838d9e;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.product-tab-box .review-form .input-box p span {
    color: var(--theme-color);
}

.product-tab-box .review-form form input[type="email"],
.product-tab-box .review-form form input[type="text"],
.product-tab-box .review-form form textarea {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    height: 60px;
    border: 1px solid #ededed;
    color: #252525;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 0;
    transition: all 0.5s ease;
}

.product-tab-box .review-form form textarea {
    height: 170px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.product-tab-box .review-form form input[type="email"]:focus,
.product-tab-box .review-form form input[type="text"]:focus,
.product-tab-box .review-form form textarea:focus {
    border-color: #e1dddd;
}

.cart-section {
    padding: 110px 0 100px;
}

.cart-outer,
.cart-section {
    position: relative;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border-bottom: 1px solid #e9e9e9;
}

.cart-outer .cart-table tbody {
    padding-bottom: 30px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    border: 1px solid #e1e5e9;
}

.cart-table thead tr th {
    line-height: 28px;
    padding: 21px 28px 19px 40px;
    font-weight: 500;
    font-size: 18px;
    color: #1e1e2a;
    border-right: 1px solid #e1e5e9;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    padding: 30px;
}

.cart-table tbody tr .qty .item-quantity {
    border: 1px solid #ddd;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #fff;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 80px;
    padding-top: 29px;
    padding-left: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #1e1e2a;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #b0b0b8;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #b0b0b8;
    transition: all 0.5s ease;
}

.cart-table tbody tr td {
    vertical-align: middle;
    border-left: 1px solid #e1e5e9;
    border-bottom: 1px solid #e1e5e9;
}

.cart-table tbody tr .total-price {
    font-weight: 500;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.cart-section .cart-outer .totle-table {
    position: relative;
    margin-bottom: 12px;
}

.cart-section .cart-outer .totle-table p {
    font-weight: 500;
    font-size: 18px;
}

.cart-section .cart-outer .totle-table p span {
    color: #1e1e2a;
}

.cart-table tbody tr td.qty input {
    width: 90px;
    height: 50px;
    border: 1px solid #e1e5e9;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.cart-section .apply-coupon .form-group:last-child {
    margin-right: 0;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    width: 250px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #8d8d9c;
    padding: 10px 20px;
    background: #fff;
    border-radius: 28px;
    transition: all 0.5s ease;
}

.cart-section .apply-coupon .form-group button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    color: #0c2957;
    background: #f6f6f6;
    text-transform: uppercase;
    padding: 14.5px 40px;
    border-radius: 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.cart-section .apply-coupon .form-group button:hover {
    color: #fff;
}

.cart-section .btn-box button {
    float: left;
    margin-right: 20px;
}

.cart-section .btn-box button:last-child {
    margin-right: 0;
}

.cart-section .btn-box .cart-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    color: #0c2957;
    background: #f6f6f6;
    padding: 13px 40px;
    text-transform: uppercase;
    border-radius: 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.cart-section .btn-box .cart-btn:hover {
    color: #fff;
}

.cart-section .btn-box button.theme-btn .btn-title {
    padding: 13px 50px;
}

.checkout-section {
    position: relative;
    padding: 120px 0;
}

.checkout-section h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 22px;
    font-weight: 600;
}

.custom-controls-stacked {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    top: -7px;
}

.custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding: 0;
    margin-left: 2px;
    font-size: 16px;
    cursor: pointer;
    color: #1e1e2a;
}

.custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0;
    margin: 0;
}

.custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -25px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #e1e5e9;
    cursor: pointer;
}

.checkout-section .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    width: 100%;
    color: #838d9e;
    font-weight: 400;
    font-size: 18px;
}

.checkout-section .dropdown.bootstrap-select {
    width: 100% !important;
}

.custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator {
    transform: rotate(45deg) translate(1px, -5px);
    width: 10px;
    border-radius: 0;
    border-left: 2px solid #5a5a68;
    border-top: 2px solid #5a5a68;
    border-color: #e1e5e9 #5a5a68 #5a5a68 #e1e5e9;
    border-style: solid;
    border-width: 0 2px 2px 0;
}

.checkout-section .form-group {
    position: relative;
    margin-bottom: 20px;
}

.checkout-section .form-group:last-child {
    margin-bottom: 0;
}

.checkout-section .form-group .nice-select,
.checkout-section .form-group input[type="email"],
.checkout-section .form-group input[type="password"],
.checkout-section .form-group input[type="text"] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e1e5e9;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    color: #838d9e;
    border-radius: 0;
    transition: all 0.5s ease;
}

.checkout-section .contact-information {
    margin-bottom: 46px;
}

.checkout-section .product-information {
    position: relative;
    display: block;
    padding: 40px 40px 65px;
    border: 1px solid #e1e5e9;
    margin-top: 4px;
}

.checkout-section .product-information .single-item {
    position: relative;
    display: block;
    padding: 20px 0 30px 100px;
    min-height: 102px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e5e9;
}

.checkout-section .product-information .single-item .product-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}

.checkout-section .product-information h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.checkout-section .product-information span {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 500;
}

.checkout-section .product-information .shipping,
.checkout-section .product-information .sub-total {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-section .product-information .sub-total {
    padding-top: 14px;
}

.checkout-section .product-information i.line {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 10px;
    border-bottom: 1px dashed #d8d8d8;
}

.checkout-section .product-information .shipping {
    margin-bottom: 42px;
}

.checkout-section .product-information .total {
    position: relative;
    padding: 19px 0 18px;
    border-top: 1px solid #e1e5e9;
    border-bottom: 1px solid #e1e5e9;
    margin-bottom: 50px;
}

.payment-method .custom-control.material-checkbox .material-control-indicator {
    border-radius: 0;
    border: 1px solid #d8d8d8;
    width: 15px;
    height: 15px;
}

.payment-method
    .custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -25px;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    transform: rotate(0deg) translate(0);
}

.payment-method
    .custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 4px;
    top: 4px;
}

.checkout-section .payment-option {
    position: relative;
    display: block;
    background: #fff;
    padding: 62px 50px 68px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}

.checkout-section .payment-option ul li {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.checkout-section .payment-option ul li:last-child {
    margin-bottom: 0;
}

.checkout-section .payment-option ul li:nth-child(2) {
    margin-bottom: 6px;
}

.checkout-section .payment-option .custom-controls-stacked .description {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
}

.checkout-section .payment-option ul li p {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.checkout-section .payment-option h3 {
    margin-bottom: 33px;
}

.checkout-section .card-details .form-group button {
    display: block;
    width: 100%;
}

.myaccount-section {
    position: relative;
    padding: 113px 0 94px;
}

.myaccount-section .column h3 {
    position: relative;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 21px;
}

.myaccount-section .form-group {
    position: relative;
    margin-bottom: 30px;
}

.myaccount-section .form-group:last-child {
    margin-bottom: 0;
}

.myaccount-section .form-group input[type="email"],
.myaccount-section .form-group input[type="password"],
.myaccount-section .form-group input[type="text"] {
    position: relative;
    width: 100%;
    height: 56px;
    border: 1px solid #e1e5e9;
    font-size: 17px;
    font-weight: 500;
    color: #5a5a68;
    padding: 10px 50px 10px 20px;
    transition: all 0.5s ease;
}

.myaccount-section .form-group i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px;
    color: #a6a6af;
    z-index: 1;
}

.myaccount-section .form-group .theme-btn {
    position: relative;
}

.myaccount-section .custom-controls-stacked .description {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
}

.myaccount-section .custom-controls-stacked {
    top: -14px;
}

.myaccount-section
    .custom-control.material-checkbox
    .material-control-indicator {
    top: 4px;
}

.myaccount-section .login-inner .other-option {
    position: absolute;
    right: 0;
    bottom: 58px;
}

.myaccount-section .login-inner .other-option li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.myaccount-section .login-inner .other-option li:last-child {
    margin-right: 0;
}

.myaccount-section .login-inner .other-option li p {
    font-weight: 500;
    font-size: 18px;
}

.myaccount-section .login-inner .other-option li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #a6a6af;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    text-align: center;
}

.myaccount-section .login-inner {
    position: relative;
}

.myaccount-section .form-group button.register-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    background: #1e1e2a;
    padding: 12px 52px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.myaccount-section .register-inner {
    position: relative;
}

.myaccount-section .register-inner .form-group input {
    border-radius: 5px;
}

.myaccount-section .register-inner .text {
    position: absolute;
    right: 0;
    bottom: 0;
}

.myaccount-section .register-inner .text p {
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: top 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: left 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: right 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
    .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
    .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

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

.rtl .owl-carousel {
    direction: ltr;
}

.rtl .main-menu .navigation > li {
    float: inherit;
    display: inline-block;
}

.rtl .main-menu .navigation > li:last-child {
    margin-right: 40px;
}

.rtl .main-header .nav-outer {
    float: left;
}

.rtl .main-header .header-upper .logo-box {
    float: right;
}

.rtl .navbar-right-info {
    float: left;
    margin-left: 0;
    margin-right: 40px;
}

.rtl .main-header .nav-outer .main-menu {
    float: right;
}

.rtl .navbar-right-info .sidemenu-nav-toggler {
    margin-left: 0;
    margin-right: 30px;
}

.rtl .main-header .header-top .language {
    direction: ltr;
    margin-right: 20px;
}

.rtl .why-choose-us-section {
    direction: ltr;
}

.rtl .sec-title .text-decoration {
    margin: 0 0 0 auto;
}

.rtl .why-choose-us-section .features-list:before {
    right: 25px;
    left: auto;
}

.rtl .why-choose-us-section .single-feature-item:before {
    right: 0;
    left: auto;
}

.rtl .why-choose-us-section .single-feature-item {
    padding-left: 0;
    padding-right: 95px;
}

.rtl .case-block-one .overlay .title span {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .process-block-one:last-child .inner-box:before {
    display: block;
}

.rtl .process-block-one .inner-box:before {
    transform: rotate(180deg) translate(-50%, 50%);
}

.rtl .process-block-one:first-child .inner-box:before {
    display: none;
}

.rtl .swiper-nav-button,
.rtl .testimonial-section {
    direction: ltr;
}

.rtl .news-section .right-column .outer-box {
    margin-right: 45px;
    margin-left: -60px;
}

.rtl .map-section .owl-theme .owl-nav,
.rtl .map-section .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
}

.rtl .map-section .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 50px;
}

.rtl .feature-block-two .inner-box {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .feature-block-two .icon {
    right: 50px;
    left: auto;
}

.rtl .fixed-header .sticky-header .float-left {
    float: right !important;
}

.rtl .fixed-header .sticky-header .float-right {
    float: left !important;
}

.rtl .sticky-header .main-menu .navigation {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .sticky-header .main-menu .navigation > li {
    margin-left: 0 !important;
    margin-right: 50px;
}

.rtl .about-section .image-block {
    text-align: left;
}

.rtl .about-section .text-block {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .about-section .text-block:before {
    left: auto;
    right: 0;
}

.rtl .about-section .author-info {
    padding-left: 0;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 30px;
    border-left: 0;
    border-right: 1px solid #e1e5e9;
}

.rtl .fact-counter .icon-box {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .fact-counter .icon-box .icon {
    left: auto;
    right: 0;
}

.rtl .testimonial-block .inner-box {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .testimonial-block .icon {
    left: auto;
    right: 0;
}

.rtl .news-section .left-column li i {
    margin-left: 10px;
    margin-right: 0;
}

.rtl .map-section .contact-info .icon-box {
    padding-left: 0;
    padding-right: 75px;
}

.rtl .map-section .contact-info .icon {
    right: 0;
    left: auto;
}

.rtl .main-menu .navigation > li > ul {
    left: auto;
    right: 0;
    text-align: right;
}

.rtl .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
    text-align: right;
}

.rtl .main-menu .navigation > li > ul > li > a {
    text-align: right;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after,
.rtl .main-menu .navigation > li > ul > li:after {
    right: auto;
    left: 0;
}

.rtl .main-menu .navigation > li > ul > li > ul > li > a {
    text-align: right;
}

.rtl .main-menu .navigation > li:nth-last-child(-n + 3) > ul > li > ul {
    right: auto;
    left: 100%;
}

.rtl .main-menu .navigation > li:nth-last-child(-n + 2) > ul {
    right: auto;
    left: 0;
}

.rtl .main-menu .navigation > li:nth-last-child(-n + 2) > ul > li > ul {
    right: auto;
    left: 100%;
}

.rtl .navbar-right-info .link-btn {
    margin-left: 30px;
}

.rtl .shopping-cart {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .header-top .social-links {
    margin-right: 0;
}

.rtl .header-top .contact-info-two li {
    margin-left: 20px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 20px;
    border-right: 0;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
}

.rtl .features-section-two .content-block {
    padding-right: 140px;
    padding-left: 0;
}

.rtl .features-section-two .content-block .image {
    left: auto;
    right: 0;
}

.rtl .about-section-two .image-block {
    text-align: left;
}

.rtl .about-section-two .read-more-link:before {
    display: none;
}

.rtl .testimonial-block-two .author-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .testimonial-block-two .author-box .image {
    left: auto;
    right: 0;
}

.rtl .projects-section .nav-tabs-wrapper {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 30px;
    border-left: 0;
    border-right: 1px solid #4d5269;
}

.rtl .projects-section .nav-tabs li .nav-link:before {
    left: auto;
    right: -50px;
}

.rtl .projects-section .nav-tabs li .nav-link:after {
    left: auto;
    right: -36px;
}

.rtl .project-block .category {
    padding-left: 0;
    padding-right: 73px;
}

.rtl .project-block .category:before {
    left: auto;
    right: 0;
}

.rtl .service-block-one .inner-box:before {
    right: auto;
    left: 0;
}

.rtl .service-block-one .read-more-link {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
}

.rtl .service-block-one .read-more-link:before {
    left: auto;
    right: 0;
    top: 13px;
}

.rtl .service-block-one .read-more-link i {
    left: auto;
    right: 20px;
    transform: rotate(180deg);
}

.rtl .service-block-one .read-more-link:hover {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .cta-section-two .contact-info {
    padding-left: 0;
    padding-right: 60px;
}

.rtl .cta-section-two .contact-info .icon {
    right: 0;
    left: auto;
}

.rtl .cta-section-two h2 {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .cta-section-two h2 span {
    left: auto;
    right: 0;
}

.rtl .funfacts-section-two .icon-box {
    text-align: left;
}

.rtl .feature-block-three .read-more-link {
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
}

.rtl .feature-block-three .read-more-link:before {
    left: auto;
    right: 0;
    top: 14px;
}

.rtl .testimonial-block-three .author-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .testimonial-block-three .author-box .image {
    left: auto;
    right: 0;
}

.rtl .funfacts-section-two p {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .funfacts-section-two p:before {
    right: 0;
}

.rtl .contact-section .author-box {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .contact-section .author-box .image,
.rtl .main-footer.style-two .widget-title:before {
    left: auto;
    right: 0;
}

.rtl .main-header.header-style-three .header-top .language {
    padding-left: 15px;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 0;
    border-right: 0;
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
}

.rtl .main-header.header-style-three .header-top .contact-info li + li {
    padding-left: 0;
    border-left: 0;
    padding-right: 15px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.rtl .header-top-two .search-toggler {
    margin-right: 30px;
    margin-left: 0;
}

.rtl .main-header.header-style-three .navbar-right-info {
    margin: 25px 40px 25px 0;
}

.rtl .main-header.header-style-three .navbar-right-info .link-btn {
    margin-left: 0;
    margin-right: 30px;
}

.rtl .experience-section .experience-wrapper {
    text-align: left;
}

.rtl .experience-section .icon-box {
    padding-left: 0;
    padding-right: 150px;
}

.rtl .experience-section .icon-box .icon {
    right: 0;
    left: auto;
}

.rtl .testimonial-section-four .owl-theme .owl-nav,
.rtl .testimonial-section-four .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
}

.rtl .testimonial-section-four .owl-theme .owl-nav .owl-next {
    left: 70px;
    right: auto;
}

.rtl .testimonial-block-four .icon-box {
    padding-left: 0;
    padding-right: 75px;
}

.rtl .testimonial-block-four .icon {
    right: 0;
    left: auto;
}

.rtl .award-block {
    border-left: 1px solid hsla(0, 0%, 100%, 0.15);
    border-right: 0;
}

.rtl .award-block:last-child {
    border-left: 0;
}

.rtl .meet-up-section .content-box ul li {
    margin-left: 13px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid #ddd;
}

.rtl .twitter-widget .image-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .twitter-widget .image-box img {
    right: 0;
    left: auto;
}

.rtl .about-widget .list li a {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .about-widget .list li a:before {
    right: 0;
    left: auto;
}

.rtl .twitter-widget .date {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .twitter-widget .date:before {
    left: auto;
    right: 0;
}

.rtl .twitter-widget .date i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .header-middle .icon-box .icon {
    left: auto;
    right: 0;
}

.rtl .header-middle .icon-box {
    padding-right: 50px;
    margin-left: 25px;
    padding-left: 25px;
}

.rtl .header-middle .icon-box:before {
    right: auto;
    left: 0;
}

.rtl .banner-section.style-four .banner-carousel .content-box .text {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .banner-section.style-four .banner-carousel .content-box .text .video-btn {
    right: 0;
    left: auto;
}

.rtl .download-pdf .icon-box {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .download-pdf .icon-box .icon {
    left: auto;
    right: 0;
}

.rtl .feature-block-five .inner-box:hover .read-more-link {
    left: 22px;
    right: auto;
}

.rtl .about-section-five .icon-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .about-section-five .icon-box .icon {
    left: auto;
    right: 0;
}

.rtl .services-section-three .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
}

.rtl .services-section-three .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 70px;
}

.rtl .service-block-three .inner-box {
    padding-left: 40px;
    padding-right: 0;
}

.rtl .service-block-three .content {
    left: 0;
    right: 70px;
}

.rtl .service-block-three .icon {
    left: auto;
    right: -70px;
}

.rtl .service-block-three .outer-box {
    padding-left: 30px;
    padding-right: 100px;
}

.rtl .service-block-three .overlay-content .icon-box {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .service-block-three .overlay-content .icon-box .icon {
    right: 0;
    left: auto;
}

.rtl .service-block-three .outer-box:before {
    left: 0;
    right: 70px;
}

.rtl .project-block-two .category {
    padding-left: 0;
    padding-right: 60px;
}

.rtl .project-block-two .category:before {
    left: auto;
    right: 0;
}

.rtl .faq-section .author-box {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .faq-section .author-box .image {
    right: 0;
    left: auto;
}

.rtl .faq-section .question-icon {
    right: auto;
    left: 40px;
}

.rtl .testimonial-section-five {
    direction: ltr;
}

.rtl .post-widget .post {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .post-widget .image {
    left: auto;
    right: 0;
}

.rtl .pricing-block .lower-content ul {
    text-align: right;
}

.rtl .pricing-block .lower-content ul li i {
    margin-left: 10px;
}

.rtl .testimonial-section-five .swiper-nav-button {
    right: auto;
    left: 30px;
}

.rtl .main-header.header-style-five .header-top .contact-info li + li {
    padding-right: 15px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.22);
    padding-left: 0;
    border-left: 0;
}

.rtl .main-header.header-style-five .header-top .language {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    margin-left: 15px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
    padding-left: 15px;
}

.rtl .main-header.header-style-five .sidemenu-nav-toggler {
    border-right: 0;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-right: 0;
    padding-left: 30px;
    left: auto;
    right: 0;
}

.rtl .main-header.header-style-five .header-upper .logo-box {
    padding-right: 92px;
    padding-left: 0;
}

.rtl .main-header.header-style-five .navbar-right-info {
    margin: 25px 40px 25px 0;
}

.rtl .main-header.header-style-five .navbar-right-info .link-btn {
    margin-left: 0;
    margin-right: 30px;
}

.rtl .banner-section-two .text {
    padding-right: 130px;
    padding-left: 0;
}

.rtl .banner-section-two .text:before {
    left: auto;
    right: 0;
}

.rtl .banner-section-two .theme-btn {
    margin-left: 30px;
    margin-right: 0;
}

.rtl .about-section-four .image-block {
    text-align: left;
}

.rtl .about-section-four .author-info {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e1e5e9;
}

.rtl .whay-choose-block .inner-box {
    padding-left: 0;
    padding-right: 150px;
    position: relative;
    z-index: 9;
}

.rtl .whay-choose-block .icon {
    left: auto;
    right: 0;
}

.rtl .service-block-five .inner-box .content-box {
    padding-left: 0;
    padding-right: 133px;
}

.rtl .service-block-five .icon {
    left: auto;
    right: 30px;
    padding-right: 0;
    padding-left: 20px;
    border-right: 0;
    border-left: 1px solid #e1e5e9;
}

.rtl .testimonial-section-six {
    direction: ltr;
}

.rtl .process-block-four .inner-box:before {
    transform: rotate(180deg);
    right: auto;
    left: -121px;
}

.rtl .award-section-two .owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto;
}

.rtl .award-section-two .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 70px;
}

.rtl .contact-section-two .contact-info .logo img {
    margin: 0 0 0 auto;
}

.rtl .contact-section-two .owl-theme .owl-nav .owl-prev {
    left: 60px;
    right: auto;
}

.rtl .contact-section-two .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 110px;
}

.rtl .timeline-section {
    direction: ltr;
}

.rtl .experience-section-two .progress-box {
    padding-left: 0;
    padding-right: 84px;
}

.rtl .progress-levels .progress-box .percent {
    right: -85px;
    left: auto;
}

.rtl .progress-levels .progress-box.animated .bar .bar-fill {
    left: auto;
    right: 0;
}

.experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:before
    .rtl {
    left: -18px;
    right: auto;
}

.rtl
    .experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:after {
    left: -15px;
    right: auto;
}

.rtl .about-section-seven {
    direction: ltr;
}

.rtl .about-section-seven .author-box {
    direction: rtl;
}

.rtl .about-section-seven .author-info {
    border-right: 0;
    margin-right: 0;
    padding-right: 80px;
    border-left: 1px solid #e1e5e9;
    padding-left: 30px;
    margin-left: 30px;
}

.rtl .about-section-seven .author-info img {
    right: 0;
    left: auto;
}

.rtl .about-section-seven form {
    direction: rtl;
}

.rtl .about-section-seven .theme-btn {
    right: auto;
    left: 0;
}

.rtl .team-block-three .content .author-title {
    left: auto;
    right: 30px;
}

.rtl .features-section-six .video-box .image {
    text-align: left;
}

.rtl .features-section-six .content {
    margin-left: 0;
    margin-right: auto;
}

.rtl .why-choose-us-section-three .whay-choose-block {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .team-block-four .author-title {
    border-left: 0;
    border-right: 3px solid;
    padding-left: 0;
    padding-right: 30px;
}

.rtl .team-block-four .image:after {
    right: 0;
    left: 75px;
    border-top-right-radius: 0;
    border-top-left-radius: 6px;
}

.rtl .page-title .content-box {
    padding-left: 0;
    padding-right: 22px;
}

.rtl .page-title .content-box:before {
    left: auto;
    right: 0;
}

.rtl .page-title:before {
    background-image: -ms-linear-gradient(
        0deg,
        rgb(32, 22, 48, 0) 0,
        #073949 100%
    );
}

.rtl .page-title .content-box .bread-crumb li:before {
    right: auto;
    left: 0;
    content: "\f104";
}

.rtl .page-title .content-box .bread-crumb li {
    padding-right: 0;
    margin-right: 0;
    padding-left: 15px;
    margin-left: 5px;
}

.rtl .about-section-six .experience-years-block .text {
    left: 0;
    right: auto;
}

.rtl .about-section-six .experience-years-block:before {
    background-position: -50% 80%;
}

.rtl .funfacts-section-two .inner {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .funfacts-section-two.style-two .icon-box {
    right: 0;
    left: auto;
    margin-right: 30px;
    margin-left: 0;
}

.rtl .funfacts-section-two.style-two .icon-box .icon {
    text-align: right;
}

.rtl .funfacts-section-two.style-two .inner:before {
    left: 0;
    right: auto;
}

.rtl .team-details-section .contact-form .form-group i {
    right: auto;
    left: 35px;
}

.rtl .team-details-section .timeline {
    margin-left: 0;
    margin-right: 165px;
    border-left: 0;
    border-right: 1px solid #e4e8eb;
}

.rtl .team-details-section .timeline li {
    padding-left: 0;
    padding-right: 37px;
}

.rtl .team-details-section .timeline li:before {
    left: auto;
    right: -165px;
}

.rtl .team-details-section .timeline li:after {
    left: auto;
    right: -7.5px;
}

.rtl .single-team-member .social-links li a {
    border-left: 1px solid #e1e5e9;
    border-right: 0;
}

.rtl .single-team-member .social-links li:last-child a {
    border-left: 0;
}

.rtl .single-team-member .author-title {
    margin-right: 0;
    margin-left: 75px;
    border-top-right-radius: 0;
    border-top-left-radius: 6px;
}

.rtl .service-block-six .icon-box {
    left: 0;
    right: 30px;
}

.rtl .testimonial-block-six .top-content {
    margin-left: 0;
    margin-right: 30px;
    padding-left: 45px;
    padding-right: 60px;
}

.rtl .testimonial-block-six .logo {
    left: auto;
    right: -30px;
}

.rtl .testimonial-block-six .quote {
    right: auto;
    left: 40px;
}

.rtl .testimonial-block-six .author-box {
    margin-left: 0;
    padding-left: 0;
    margin-right: 90px;
    padding-right: 80px;
}

.rtl .testimonial-block-six .author-box .image {
    left: auto;
    right: 0;
}

.rtl .testimonial-block-six .top-content:before,
.rtl .testimonial-block-six.style-two .top-content:before {
    left: auto;
    right: 78px;
}

.rtl .widget_categories_two .categories-list li a {
    padding: 14px 42px 13px 0;
}

.rtl .widget_categories_two .categories-list li a:before {
    left: auto;
    right: 20px;
}

.rtl .widget_categories_two .categories-list li a span {
    right: auto;
    left: 20px;
}

.rtl .services-details .content-side .image-slide .content {
    left: 140px;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 6px;
}

.rtl .widget_brochur .widget-content {
    padding-left: 0;
    padding-right: 65px;
}

.rtl .widget_brochur .icon {
    left: auto;
    right: 0;
}

.rtl .project-details .project-info .social-links li {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.rtl .widget_search .form-group input[type="search"] {
    padding: 10px 20px 10px 80px;
}

.rtl .widget_search button {
    left: 0;
    right: auto;
}

.rtl .widget_categories .categories-list li a {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .widget_categories .categories-list li a:before {
    left: auto;
    right: 0;
}

.rtl .widget_categories .categories-list li a span {
    left: 0;
    right: auto;
}

.rtl .widget_filter-price .float-left {
    float: right !important;
}

.rtl .widget_filter-price .float-right {
    float: left !important;
}

.rtl .widget_popular-products .post-inner .post {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .widget_popular-products .post-inner .post .image-box {
    right: 0;
    left: auto;
}

.rtl .widget_popular-products .post-inner .post .rating li {
    float: right;
    margin-left: 6px;
}

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

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

.rtl .single-shop-content .content-box .review-box ul {
    margin-right: 0;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 10px;
    border-right: 0;
    border-left: 1px solid #e7e7e7;
}

.rtl .single-shop-content .content-box .qity {
    margin-right: 0;
    margin-left: 30px;
}

.rtl .product-tab-box .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
}

.rtl .product-tab-box .owl-theme .owl-nav .owl-next {
    right: auto;
    left: 30px;
}

.rtl .review-box-holder .single-review-box {
    padding-left: 40px;
    padding-right: 135px;
}

.rtl .review-box-holder .single-review-box .image-holder {
    left: auto;
    right: 40px;
}

.rtl .product-tab-box .review-form .add-rating-box .add-rating-title {
    float: right;
}

.rtl .product-tab-box .review-form .add-rating-box .review-box {
    float: right;
    margin-right: 15px;
}

.rtl .myaccount-section .login-inner .other-option,
.rtl .myaccount-section .register-inner .text {
    right: auto;
    left: 0;
}

.rtl .contact-info-block .icon-box {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .contact-info-block .icon {
    right: 0;
    left: auto;
}

.rtl .contact-info-block-two .inner-box {
    padding-left: 30px;
    padding-right: 115px;
}

.rtl .contact-info-block-two .icon {
    left: auto;
    right: 35px;
}

.rtl .contact-section.style-five .left-column .inner-container {
    margin-right: auto;
    margin-left: 0;
}

.rtl .contact-section.style-five .contact-form-box {
    margin-left: 0;
    margin-right: -35px;
}

.rtl .contact-info-block-three .inner-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .contact-info-block-three .icon {
    left: auto;
    right: 0;
}

.rtl .contact-details-section-three .wrapper-box {
    direction: ltr;
}

.rtl .faq-section-two form button {
    right: auto;
    left: 0;
}

.rtl .pricing-block-three h4:before {
    left: auto;
    right: 0;
}

.rtl .pricing-block-three .price span {
    right: auto;
    left: 0;
}

.rtl .pricing-block-three .ribbon {
    right: auto;
    left: 40px;
}

.rtl .widget_tag_cloud ul li {
    float: right;
}

.rtl .widget_popular_post .post .post-thumb {
    left: auto;
    right: 0;
}

.rtl .widget_popular_post .post {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .news-block-six .post-meta li i {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .news-block-six .social-links {
    right: auto;
    left: 60px;
}

.rtl .hidden-sidebar-close {
    left: 40px;
    right: auto;
}

.rtl .hidden-sidebar .news-widget .post-wrapper {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .hidden-sidebar .news-widget .image {
    left: auto;
    right: 0;
}

.rtl .blog-single-post .share-icon .social-links a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .blog-single-post .author-box {
    padding-left: 40px;
    padding-right: 170px;
}

.rtl .blog-single-post .author-box .image {
    right: 40px;
}

.rtl .blog-post-pagination .next-post {
    text-align: left;
}

.rtl .blog-post-pagination .next-post .image-box {
    padding-left: 90px;
    padding-right: 0;
}

.rtl .blog-post-pagination .next-post .image-box img {
    right: auto;
    left: 0;
}

.rtl .blog-post-pagination .prev-post .image-box {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .blog-post-pagination .prev-post .image-box img {
    left: auto;
    right: 0;
}

.rtl .comments-area .comment {
    padding-left: 0;
    padding-right: 110px;
}

.rtl .comments-area .comment-box .author-thumb {
    left: auto;
    right: 0;
}

.rtl .comment-form .note input {
    margin-right: 0;
    margin-left: 7px;
}

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

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

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: #073949;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--optika-font-family);
    background: #fff8e6ad;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    font-family: var(--font-family-akzidenz-grotesk);
    line-height: 1.25em;
    margin: 0;
    background: none;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text,
p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: justify;
    font-weight: 400;
    margin: 0 0 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

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

figure {
    margin-bottom: 0;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

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

.gray-bg {
    background-color: #f4f4f4 !important;
}

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

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

.fa {
    line-height: inherit;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Change background color as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#preloader video {
    width: 100%;
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    left: 0;
}

.loader-wrap .layer-one,
.loader-wrap .layer-two {
    position: absolute;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    left: 33.3333%;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a273d;
}

.owl-dots,
.owl-nav {
    z-index: 999;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-one:hover {
    color: #fff;
    background: transparent;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 10px 50px;
    transition: all 0.3s ease 0s;
    border-radius: 25px;
    overflow: hidden;
}

.btn-style-one:hover .btn-title {
    color: #fff;
}

.btn-style-one .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-one:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.btn-style-one .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
}

.btn-style-two:hover {
    color: #fff;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 10px 27px;
    transition: all 0.3s ease 0s;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    background: #a80202;
}

.btn-style-two:hover .btn-title {
    color: #fff;
}

.btn-style-two .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #23b723;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-two:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.btn-style-two .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

.btn-style-four {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    vertical-align: middle;
    background-size: 200% auto;
}

.btn-style-four,
.btn-style-four .btn-title {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-four .btn-title {
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 13px 40px;
    transition: all 0.3s ease 0s;
}

.btn-style-four:hover .btn-title {
    color: #fff;
}

.btn-style-four .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-four:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.btn-style-four .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid;
}

.btn-style-five:hover {
    border-color: #222;
}

.btn-style-five .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 13px 40px;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-five:hover .btn-title {
    color: #fff;
}

.btn-style-five .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-five:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.btn-style-five .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: none;
}

.main-header .header-top {
    position: relative;
    color: #fff;
    background: #073949;
    padding: 10px 0;
}

.main-header .header-top .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-header .header-top .text {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
}

.main-header .header-top .text span {
    margin-right: 10px;
    line-height: 1em;
    padding: 2px 10px;
    border-radius: 11px;
}

.header-top .contact-info,
.header-top .top-left,
.header-top .top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .contact-info {
    position: relative;
}

.header-top .contact-info li {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
}

.header-top .contact-info li a {
    color: #fff;
}

.header-top .contact-info li i {
    margin-right: 10px;
}

.header-top.style-two .contact-info li i {
    color: #fff !important;
}

.main-header .header-top .language {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.bootstrap-select .dropdown-menu li {
    width: 100%;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.main-header .header-top .language span {
    color: #3d6376;
    margin: 1px 8px 0 0;
}

.header-top
    .language
    .language-switcher
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 83px;
}

.header-top .language .language-switcher button {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    top: -2px;
    border-radius: 4px;
    padding: 0 10px 0 0;
    background: transparent;
    border: initial;
    border-color: transparent;
    border-image: initial;
    height: auto;
}

.header-top .language .language-switcher .dropdown-toggle .filter-option:after {
    position: absolute;
    font-family: Font Awesome\5 Pro;
    content: "\f107";
    font-size: 15px;
    color: #fff;
    right: 0;
    top: 1px;
}

.header-top .contact-info-two {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .contact-info-two li {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid hsla(0, 0%, 100%, 0.5);
    padding-right: 20px;
    line-height: 1.2em;
}

.header-top .contact-info-two li a {
    color: #fff;
}

.header-top .contact-info-two li i {
    margin-right: 10px;
}

.header-top .social-links {
    position: relative;
}

.header-top .social-links li {
    float: left;
}

.header-top .social-links li + li {
    margin-left: 20px;
}

.header-top .social-links li a {
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
}

.header-top .social-links li a:hover {
    color: #202020;
}

.main-header .header-upper {
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
}

.main-header .header-upper .logo-box {
    float: left;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    text-align: center;
    padding: 22px 0;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    float: right;
}

.navbar-right-info {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 25px 40px;
}

.navbar-right-info .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 25px;
}

.navbar-right-info .sidemenu-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.navbar-right-info .faq-btn {
    position: relative;
    border-left: 1px solid #d0d0d0;
    margin-right: 40px;
    padding: 11px 0 11px 20px;
}

.navbar-right-info .faq-btn a {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #202020;
}

.navbar-right-info .faq-btn a span {
    margin-right: 8px;
}

.navbar-right-info .link-btn {
    margin-right: 30px;
}

.shopping-cart {
    position: relative;
    font-size: 24px;
    margin-left: 20px;
    color: #202020;
    padding-right: 10px;
}

.shopping-cart .count {
    position: absolute;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-family: var(--optika-font-family);
    top: 0;
    right: 0;
}

.main-header .nav-outer .main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 20px 0 0 13px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 10px 0;
    margin-right: 35px;
    transition: all 0.3s ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.11rem;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-family-akzidenz-grotesk);
    color: #073949;
    padding: 3px 4px;
    opacity: 1;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    width: 100%;
}

.main-menu .navigation > li.dropdown {
    padding-right: 14px;
}

.main-menu .navigation > li.dropdown > a:after {
    font-family: Font Awesome\5 Pro;
    content: "\f107";
    position: absolute;
    right: -15px;
    top: 3px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: max-content;
    min-width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    border-top: 2px solid;
    background-color: #073949;
    transform: translateY(30px);
    transition: 0.5s;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #0c546a;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-family-akzidenz-grotesk);
    font-size: 17px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: 0;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    padding: 10px 0;
    border-top: 2px solid;
    background-color: #073949;
    transition: 0.5s;
    transform: translateY(30px);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.main-menu .navigation > li > ul > li > ul > li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-family: var(--optika-font-family);
    border-bottom: 1px solid #41394f;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: Font Awesome\5 Pro;
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-menu .navigation > li:nth-last-child(-n + 3) > ul > li > ul {
    left: auto;
    right: 100%;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation > li:nth-last-child(-n + 2) > ul {
    left: auto;
    right: 0;
}

.main-menu .navigation > li:nth-last-child(-n + 2) > ul > li > ul {
    left: auto;
    right: 100%;
}

.main-header.header-style-one .sticky-header {
    background: #fff;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-style-two .header-top .auto-container,
.header-style-two .header-upper .auto-container {
    max-width: 1590px;
}

.header-style-two .main-menu .navigation > li {
    padding: 15px 0;
}

.main-header.header-style-two .header-upper .logo-box .logo {
    padding: 13px 0;
    width: 185px;
}

.header-top.style-two:before {
    position: absolute;
    content: "";
    right: -50px;
    width: 35%;
    height: 100%;
    background: #a80202;
    top: 0;
    transform: skewX(-40deg);
}

.main-header.header-style-two .sticky-header {
    background: #fff;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-header.header-style-three .header-top .language {
    margin-right: 15px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.22);
    padding-right: 15px;
}

.main-header.header-style-three .header-top .contact-info li + li {
    padding-left: 15px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
}

.header-top-two {
    position: relative;
    background-image: url(../media/pattern-9.e925eb7f.png);
    padding: 11.5px 0;
}

.header-top-two .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-top-two .text {
    position: relative;
    font-size: 16px;
    color: #0c2957;
    margin-bottom: 0;
}

.header-top-two .text i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.header-top-two .text span {
    margin-left: 10px;
}

.header-top-two .search-toggler {
    font-size: 20px;
    background: transparent;
    margin-left: 30px;
    color: #073949;
}

.main-header.header-style-three {
    position: absolute;
}

.main-header.header-style-three .header-upper .inner-container {
    border: 0;
}

.main-header.header-style-three .header-upper .auto-container {
    max-width: 1375px;
}

.main-header.header-style-three .header-upper .inner-container {
    background: #073949;
    padding: 0 90px;
}

.main-header.header-style-three .main-menu .navigation > li > a {
    color: #fff;
}

.main-header.header-style-three .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-three .header-upper .logo-box .logo {
    padding: 20px 0;
}

.main-header.header-style-three .navbar-right-info {
    margin: 25px 0 25px 40px;
}

.main-header.header-style-three .main-menu .navigation > li {
    padding: 10px 0;
}

.main-header.header-style-three .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-three .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-three .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-three .btn-style-one .btn-title:before {
    background: #fff;
}

.main-header.header-style-four {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .header-top.style-four {
    background: transparent;
}

.header-top.style-four .contact-info li a {
    color: #0c2957;
    font-size: 18px;
}

.header-top.style-four .top-right .text {
    color: #0c2957;
    font-weight: 500;
}

.header-top.style-four .top-right .text i {
    margin-right: 10px;
}

.main-header .header-top.style-four .text span {
    background: transparent;
    margin: 0 0 0 10px;
    padding: 0;
}

.header-top.style-four .contact-info li i {
    font-size: 18px;
    font-weight: 400;
}

.header-middle {
    position: relative;
}

.header-middle .outer-box {
    margin: 0 -50px;
}

.header-middle .wrapper-box {
    position: relative;
    background: #132252;
    padding: 22px 50px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header-middle .logo {
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
}

.header-middle .contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 5px;
}

.header-middle .icon-box {
    position: relative;
    padding-left: 50px;
    margin-right: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.header-middle .icon-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 1px;
    height: 40px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.header-middle .icon-box:last-child:before {
    display: none;
}

.header-middle .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.header-middle .icon-box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header-middle .icon-box .text {
    color: #fff;
    margin-bottom: 0;
}

.header-middle .btn-style-one {
    background: transparent;
    border: 2px solid;
    margin-top: 3px;
    overflow: visible;
}

.header-middle .btn-style-one:before {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../media/icon-33.46bd232a.png);
}

.header-middle .btn-style-one .btn-title {
    padding: 5px 25px;
}

.main-header.header-style-four .nav-outer {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 27px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 0 50px;
}

.main-header.header-style-four .header-upper {
    border-top: 0;
}

.main-header.header-style-four .header-upper .inner-container {
    margin: 0 -50px;
    min-height: 70px;
}

.header-style-four .main-menu .navigation {
    margin-left: 0;
    margin-top: 0;
}

.header-style-four .main-menu .navigation > li {
    padding: 17px 0;
}

.header-style-four .main-menu .navigation > li > a {
    font-size: 17px;
    font-weight: 700;
}

.header-style-four .main-menu .navigation > li.dropdown > a:after,
.header-style-four .main-menu .navigation > li > a:before {
    display: none;
}

.header-style-four .main-menu .navigation > li.dropdown {
    padding-right: 0;
}

.header-style-four .navbar-right-info {
    margin: 0;
}

.header-style-four .shopping-cart {
    margin: 0 30px;
    padding: 21px 10px 21px 0;
}

.header-style-four .shopping-cart:before {
    left: -15px;
}

.header-style-four .shopping-cart:after,
.header-style-four .shopping-cart:before {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e4e7ee;
}

.header-style-four .shopping-cart:after {
    right: -15px;
}

.header-style-four .shopping-cart .count {
    top: 22px;
}

.header-upper .social-links {
    position: relative;
}

.header-upper .social-links li {
    float: left;
}

.header-upper .social-links li + li {
    margin-left: 20px;
}

.header-upper .social-links li a {
    color: #0c2957;
    font-size: 14px;
    transition: 0.5s;
}

.main-header.header-style-five {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header.header-style-five .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.main-header.header-style-five .header-top {
    background: transparent;
}

.main-header.header-style-five .header-top .language {
    margin-right: 15px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.22);
    padding-right: 15px;
}

.main-header.header-style-five .header-top .contact-info li i,
.main-header.header-style-five .header-top .language span {
    color: #fff;
}

.main-header.header-style-five .header-top .contact-info li + li {
    padding-left: 15px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.22);
}

.main-header.header-style-five .sidemenu-nav-toggler {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 9px 30px 9px 0;
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    background: transparent;
    cursor: pointer;
}

.main-header.header-style-five .header-upper .logo-box {
    padding-left: 92px;
}

.main-header.header-style-five .header-upper {
    border: 0;
}

.main-header.header-style-five .header-upper .inner-container {
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.main-header.header-style-five .header-upper .btn-style-one {
    background: transparent;
    border: 2px solid #fff;
    margin-top: 3px;
    overflow: visible;
}

.main-header.header-style-five .header-upper .btn-style-one:before {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -13px;
    width: 12px;
    height: 13px;
    background-image: url(../media/icon-38.b2137722.png);
}

.main-header.header-style-five .header-upper .btn-style-one .btn-title {
    padding: 3px 25px;
}

.main-header.header-style-five .navbar-right-info .search-toggler {
    color: #fff;
    margin-right: 21px;
    padding-left: 20px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
}

.main-header.header-style-five .main-menu .navigation > li > a {
    color: #fff;
}

.main-header.header-style-five .navbar-right-info .link-btn {
    margin-right: 0;
}

.main-header.header-style-five .header-upper .logo-box .logo {
    padding: 26px 0;
}

.main-header.header-style-five .navbar-right-info {
    margin: 25px 0 25px 40px;
}

.main-header.header-style-five .main-menu .navigation > li {
    padding: 10px 0;
}

.main-header.header-style-five .shopping-cart {
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
}

.main-header.header-style-five .btn-style-one {
    border-radius: 20px;
}

.main-header.header-style-five .btn-style-one .btn-title {
    padding: 8px 26px;
}

.main-header.header-style-five .btn-style-one .btn-title:before {
    display: none;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(101%);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.search-popup.popup-visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.7;
}

.search-popup .search-form {
    position: relative;
    padding: 0 15px;
    max-width: 1024px;
    margin: 150px auto 100px;
    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;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid hsla(0, 0%, 100%, 0.5);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px;
    color: #fff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    box-shadow: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: -1;
    transition: top 0.3s ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0 13px 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(101%);
    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;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    transition: all 0.7s ease;
    transform: translateX(0);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    transform: translateX(0);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    transition: all 0.5s ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: hsla(0, 0%, 100%, 0.1);
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.5s ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease;
}

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    max-width: 470px;
    background: #fff;
    height: 100%;
    padding: 40px 45px;
    overflow: auto;
    display: flex;
    align-items: center;
}

.hidden-sidebar-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.hidden-sidebar .logo {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 50px;
}

.hidden-sidebar .about-widget-two {
    position: relative;
}

.hidden-sidebar .about-widget-two h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
    position: relative;
}

.hidden-sidebar .widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
    margin-bottom: 0;
}

.hidden-sidebar .news-widget .image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 90px;
}

.hidden-sidebar .news-widget .category {
    font-size: 13px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
    font-size: 18px;
    font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
    color: #282828;
    transition: 0.5s;
}

.hidden-sidebar .newsletter-widget {
    position: relative;
    margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn i {
    font-size: 13px;
    margin-right: 10px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: hsla(0, 0%, 8%, 0.7);
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33),
        opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    visibility: hidden;
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33),
        opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    left: 48%;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after,
.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    top: 12px;
}

.cursor-follower.close-cursor:after {
    right: 48%;
    transform: rotate(45deg);
}

.banner-section {
    position: relative;
}

.banner-section.style-three {
    margin-top: 102px;
}

.banner-carousel {
    position: relative;
    height:58vh;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-carousel .slide-item,
.banner-carousel .slide-item .image-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: scale(1);
}

.banner-carousel .swiper-slide-active .slide-item .image-layer {
    transform: scale(1);
    transition: all 7s linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    min-height: 793px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 160px;
}

.banner-carousel .content-box.text-al-right {
    justify-content: flex-end;
}

.banner-carousel .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: inherit;
    transform: translateY(100px);
    transition: all 1s ease;
}

.banner-carousel .swiper-slide-active .content-box h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 1.15em;
    color: #073949;
    font-weight: 800;
    opacity: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    transform: translateY(100px);
    transition: all 0.8s ease;
}

.banner-carousel .swiper-slide-active .content-box h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    height: 1px;
    right: 100px;
    background-color: #fff;
}

.banner-carousel .content-box h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    right: 160px;
    background-color: #fff;
}

.banner-carousel .content-box.style-two {
    width: 100%;
}

.banner-carousel .content-box.style-two > div {
    display: block;
    width: 100%;
}

.banner-carousel .content-box.style-two h2 {
    font-size: 100px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.banner-carousel .content-box.style-two h2:after,
.banner-carousel .content-box.style-two h2:before {
    display: none;
}

.banner-carousel .content-box .video-wrapper {
    position: relative;
}

.banner-carousel .content-box .border-shape-left {
    position: absolute;
    left: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-left:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    height: 1px;
    right: 80px;
    background-color: #fff;
}

.banner-carousel .content-box .border-shape-left:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    right: 140px;
    background-color: #fff;
}

.banner-carousel .content-box .border-shape-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 57px;
}

.banner-carousel .content-box .border-shape-right:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 5px;
    height: 1px;
    left: 80px;
    background-color: #fff;
}

.banner-carousel .content-box .border-shape-right:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 1px;
    left: 140px;
    background-color: #fff;
}

.banner-carousel .default-video-box {
    position: relative;
    padding: 22px;
    width: 124px;
    margin: 0 auto 40px;
    opacity: 0;
    z-index: 5;
    transform: scale(0.5);
    transition: all 1.2s ease;
}

.banner-carousel .swiper-slide-active .default-video-box {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.2s;
}

.banner-carousel .default-video-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.35;
    border-radius: 50%;
}

.banner-carousel .default-video-box a {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: #fff;
    margin: 0 auto 35px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease;
}

.banner-carousel .swiper-slide-active .content-box .text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.6s ease;
}

.banner-carousel .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.6s;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 66px;
    left: 0;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: rotate(180deg);
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 56px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 66px;
    right: 0;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
    opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
    border-color: transparent;
}

.banner-section.style-two .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section.style-two .pattern:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    /* background-image: url(../images/main-slider/pattern.png); */
    background-repeat: no-repeat;
}

.banner-section.style-two .owl-theme .owl-nav {
    width: 70px;
    left: auto;
    height: 160px;
    transform: translateY(-50%);
    right: 50px;
}

.banner-section.style-two .owl-theme .owl-nav .owl-prev {
    bottom: 0;
    top: auto;
    left: 0;
}

.banner-section.style-two .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 0;
    margin-top: 0;
}

.banner-section.style-two .auto-container {
    max-width: 1590px;
}

.banner-section.style-two .banner-carousel .content-box h2 {
    font-size: 48px;
    text-transform: capitalize;
    padding-bottom: 0;
}

.banner-section.style-two .banner-carousel .content-box h2:after,
.banner-section.style-two .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-three .banner-carousel .content-box {
    margin-left: 0;
    padding-bottom: 50px;
    min-height: 925px;
    justify-content: flex-start;
}

.banner-section.style-three .banner-carousel .content-box h2 {
    font-size: 100px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #073949;
    font-weight: 900;
}

.banner-section.style-three .banner-carousel .content-box h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.banner-section.style-three .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 22px;
    font-weight: 500;
}

.banner-section.style-three .banner-carousel .content-box h2:after,
.banner-section.style-three .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-three .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 16px;
    padding-left: 18px;
    border-left: 1px solid #fff;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-three .btn-style-one .btn-title {
    padding: 17px 30px;
    border-radius: 32px;
}

.banner-section.style-three .btn-box .theme-btn {
    border-radius: 32px;
}

.banner-section.style-four .banner-carousel .content-box {
    margin-left: 0;
    padding-top: 210px;
    padding-bottom: 0;
    min-height: 850px;
    justify-content: flex-start;
}

.banner-section.style-four .banner-carousel .content-box h2 {
    font-size: 72px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #0c2957;
    font-weight: 800;
}

.banner-section.style-four .banner-carousel .content-box .text {
    color: #0c2957;
    font-size: 20px;
    font-weight: 500;
    padding-left: 100px;
}

.banner-section.style-four .banner-carousel .content-box .text .video-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
}

.banner-section.style-four .banner-carousel .content-box h2:after,
.banner-section.style-four .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-four .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section.style-four .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section.style-four .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section.style-four .btn-box .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.banner-section.style-four .owl-theme .owl-nav {
    display: none;
}

.banner-section.style-four .owl-dots {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.banner-section.style-four .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.banner-section.style-four .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c9cfe3;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section.style-four .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.banner-section-two {
    position: relative;
    padding: 300px 0;
    background: #0f3186;
    z-index: 1;
}

.banner-section-two .auto-container {
    max-width: 100%;
    padding: 0 100px;
}

.banner-section-two .content-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section-two h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
}

.banner-section-two h2 span {
    font-weight: 300;
}

.banner-section-two .text {
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 500;
    padding-left: 130px;
    margin-bottom: 30px;
}

.banner-section-two .text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    background-color: hsla(0, 0%, 100%, 0.3);
    height: 1px;
    width: 100px;
}

.banner-section-two .btn-box {
    margin-bottom: 40px;
}

.banner-section-two .btn-style-one .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.banner-section-two .btn-style-one .btn-title {
    padding: 15px 42px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.banner-section-two .btn-style-one:hover .btn-title {
    color: #fff;
}

.banner-section-two .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-right: 30px;
}

.banner-section-two .btn-style-six {
    font-size: 16px;
    font-family: var(--optika-font-family);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.banner-section-two .content-box .image {
    margin-bottom: 40px;
}

.banner-section-two .shape-one {
    position: absolute;
    top: -150px;
    left: 40%;
    animation: animationFramesTwo 53s linear infinite;
    z-index: 0;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 150px;
    right: 0;
    animation: animationFramesTwo 13s linear infinite;
    z-index: 0;
}

.banner-section-two .shape-three {
    position: absolute;
    bottom: 150px;
    left: 11%;
    animation: rotatedHalfTwo 37s linear infinite;
    z-index: 0;
}

.banner-section-two .shape-four {
    position: absolute;
    top: 50%;
    left: 47%;
    animation: animationFramesTwo 37s linear infinite;
    z-index: 0;
}

.banner-section-two .shape-five {
    position: absolute;
    top: 170px;
    left: 22%;
    animation: animationFramesTwo 78s linear infinite;
    z-index: 0;
}

.banner-section-two .shape-six {
    position: absolute;
    bottom: 31%;
    left: 37%;
    animation: rotatedHalfTwo 37s linear infinite;
    z-index: 0;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}

.sec-title.style-two h2 {
    padding-bottom: 0;
    color: #202020;
    font-weight: 600;
}

.sec-title.style-two.light h2 {
    color: #fff;
}

.sec-title h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: var(--optika-font-family);
}

.sec-title h4 span {
    position: relative;
    margin-right: 10px;
}

.sec-title .text-decoration {
    position: relative;
    height: 10px;
    width: 50px;
    display: block;
}

.sec-title.text-center .text-decoration {
    margin: 0 auto;
}

.sec-title .text-decoration:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #a80202;
    border-radius: 50%;
}

.sec-title .text-decoration .left,
.sec-title .text-decoration .right {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}

.sec-title .text-decoration .left:before {
    left: 0;
}

.sec-title .text-decoration .left:after,
.sec-title .text-decoration .left:before {
    position: absolute;
    content: "";
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: #a80202;
    border-radius: 50%;
}

.sec-title .text-decoration .left:after {
    left: 10px;
}

.sec-title .text-decoration .right:before {
    right: 0;
}

.sec-title .text-decoration .right:after,
.sec-title .text-decoration .right:before {
    position: absolute;
    content: "";
    top: 3px;
    width: 5px;
    height: 5px;
    background-color: #a80202;
    border-radius: 50%;
}

.sec-title .text-decoration .right:after {
    right: 10px;
}

.sec-title .text {
    margin-top: 20px;
    font-size: 18px;
    color: #232629;
    font-weight: 500;
    margin-bottom: 0;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title h5 {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px 5px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}

.sec-title.style-three h2 {
    padding-bottom: 0;
}

.sec-title.style-three .text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0c2957;
}

.sec-title.style-three.light .text {
    color: #fff;
}

.text-decoration-two {
    position: relative;
    height: 3px;
    width: 74px;
    background: url(../media/sec-title-dec.26bb04a1.png);
    display: block;
}

.light .text-decoration-two {
    background: url(../media/sec-title-dec-2.0fd71820.png);
}

.text-center .text-decoration-two {
    margin: 0 auto;
}

.sec-title.style-four h2 {
    padding-bottom: 20px;
}

.text-decoration-three {
    position: relative;
    height: 3px;
    width: 70px;
    display: block;
}

.light .text-decoration-three,
.text-decoration-three {
    background: url(../media/sec-title-dec-3.f1f8f25f.png);
}

.text-center .text-decoration-three {
    margin: 0 auto;
}

.sec-title.style-five h2 {
    padding-bottom: 20px;
}

.clients-section {
    position: relative;
    margin-top: -165px;
    z-index: 9;
    padding: 50px 0 315px;
}

.clients-section .pattern {
    position: absolute;
    left: 175px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #2b223b;
    border-top-left-radius: 6px;
    background-size: cover;
}

.clients-section .owl-dots,
.clients-section .owl-nav {
    display: none;
}

.clients-section .image-box img {
    width: auto;
    margin: 0 auto;
}

.features-section {
    position: relative;
    margin-top: -265px;
    z-index: 9;
    padding: 100px 0 70px;
}

.features-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 175px;
    bottom: 0;
    background-color: #f1f5f8;
}

.feature-block-one {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.feature-block-one .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 38px;
    right: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(38px);
    background: #fff;
    border-radius: 6px;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover:before {
    transform: translateY(0);
}

.feature-block-one .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.feature-block-one .image .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: #fff;
    line-height: 75px;
    text-align: center;
}

.feature-block-one .image .icon:before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    transform: rotate(45deg);
    border-radius: 32px;
}

.feature-block-one .image .icon span {
    position: relative;
}

.feature-block-one .inner-box:hover .image {
    opacity: 0;
    visibility: hidden;
}

.feature-block-one .content {
    position: relative;
    text-align: center;
    padding: 24px 0;
}

.feature-block-one .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.feature-block-one .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.feature-block-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0 20px;
    transition: all 0.5s ease 0s;
}

.feature-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.feature-block-one .text {
    position: relative;
    color: #fff;
    height: 230px;
    text-align: center;
    padding: 38px 30px 0;
    border-radius: 6px;
}

.feature-block-one .text:before {
    position: absolute;
    content: "";
    opacity: 0.85;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #073949;
    border-radius: 6px;
}

.feature-block-one .text p {
    color: #d7cfe3;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.feature-block-one .text .link-btn {
    position: relative;
    transform: translateY(50%);
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.5s ease 0.5s;
}

.feature-block-one .inner-box:hover .link-btn a {
    transform: scale(1);
    opacity: 1;
}

.features-section .bottom-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.features-section .bottom-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0c2957;
}

.features-section .bottom-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}

.features-section .bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 68px;
    background: url(../media/icon-13.907432c3.png);
}

.features-section .bottom-content .theme-btn {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.about-section {
    position: relative;
    padding: 100px 0 70px;
}

.about-section .image-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-block:before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border: 6px solid #f1f2f5;
    border-image: initial;
    border-radius: 3px;
}

.about-section .image-one {
    position: relative;
    margin-left: 130px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px;
}

.about-section .image-one img {
    border-radius: 6px;
    transition: 1s;
}

.about-section .image-one:hover img {
    transform: scale(1.1);
}

.about-section .image-two {
    position: relative;
    margin-top: -180px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
    display: inline-block;
    border-radius: 6px;
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-section .image-two:hover .image-box:before {
    animation: shine2 1s;
}

@keyframes shine2 {
    to {
        left: 125%;
    }
}

.about-section .image-two img {
    border-radius: 6px;
}

.about-section .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border: 3px dotted #333;
    border-image: initial;
}

.about-section .logo:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
    background: #fff;
    border-radius: 50%;
}

.about-section .logo img {
    position: relative;
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section .text-block:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section .author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e1e5e9;
}

.about-section .author-info h4,
.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.about-section .sec-title {
    margin-bottom: 40px;
}

.funfacts-section {
    position: relative;
    background: #d5b5b56e;
    padding: 100px 0 70px;
}

.funfacts-section .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.fact-counter {
    position: relative;
}

.fact-counter .inner {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 38px;
    border-radius: 6px;
}

.fact-counter .icon-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 16px;
}

.fact-counter .icon-box .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.fact-counter .icon-box .counter-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    top: -4px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: Fira Sans, sans-serif;
    background-image: url(../media/pattern-4.f2112374.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter .text {
    font-size: 18px;
    font-weight: 600;
    color: #0c2957;
    line-height: 1.4em;
    margin: 0;
}

.why-choose-us-section {
    position: relative;
    background-color: #073949;
    z-index: 9;
    padding: 80px 0 0;
}

.why-choose-us-section .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 100%;
    background-repeat: no-repeat;
}

.why-choose-us-section .side-image {
    position: absolute;
    left: 0;
    width: 40%;
    bottom: -2px;
}

.contact-form .bootstrap-select > .dropdown-toggle .contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .bootstrap-select > .dropdown-toggle,
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="text"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: #0c2957;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border: 1px solid #e1e5e9;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.contact-form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
}

.consult-form {
    position: relative;
    transform: translateY(215px);
    margin-right: 40px;
}

.consult-form:before {
    position: absolute;
    content: "";
    top: 0;
    left: 18px;
    right: 18px;
    bottom: -10px;
}

.consult-form .contact-form,
.consult-form:before {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 6px;
}

.consult-form .contact-form {
    position: relative;
    z-index: 9;
    padding: 50px 50px 30px;
}

.consult-form h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.consult-form .row {
    margin: 0 -5px;
}

.consult-form .contact-form .form-group {
    padding: 0 5px;
}

.consult-form .btn-style-two {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.consult-form .btn-style-three {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    line-height: 50px;
    background: transparent;
}

.consult-form .btn-style-three:before {
    position: absolute;
    content: "";
    left: 2px;
    bottom: 8px;
    right: 0;
    border-bottom: 2px dashed #0c2957;
}

.consult-form .btn-style-three i {
    margin-right: 8px;
}

.consult-form .theme-btn {
    margin-top: 10px;
}

.why-choose-us-section .features-list {
    position: relative;
    border: 0 initial;
    border-color: initial;
    border-image: initial;
}

.why-choose-us-section .features-list:before {
    position: absolute;
    content: "";
    left: 21px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #23b723;
}

.why-choose-us-section .single-feature-item {
    position: relative;
    padding: 0 0 0 95px;
    margin-bottom: 45px;
}

.why-choose-us-section .single-feature-item:before {
    position: absolute;
    content: "\f106";
    font-size: 45px;
    color: #23b723;
    font-family: Flaticon;
    line-height: 48px;
    top: 5px;
    left: 0;
    background: #073949;
    transition: 0.5s;
}

.why-choose-us-section h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.why-choose-us-section .text {
    color: #d2ccda;
}

.cases-section {
    position: relative;
    padding: 160px 0 70px;
}

.cases-section .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-position: 100%;
    background-repeat: no-repeat;
}

.cases-section .sec-bg:before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.case-block-one {
    position: relative;
}

.case-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.case-block-one .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.case-block-one .image img {
    position: relative;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .image img {
    transform: scale(1.2);
}

.case-block-one .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.case-block-one .overlay:before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #073949;
}

.case-block-one .overlay .title {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    z-index: 1;
}

.case-block-one .overlay .title span {
    margin-right: 10px;
    font-weight: 400;
}

.case-block-one .overlay .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    transform: translateX(30px) rotate(-1turn);
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .link-btn {
    transform: translateX(0) rotate(0deg);
}

.case-block-one .overlay .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}

.case-block-one .overlay .content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
}

.case-block-one .overlay:after {
    position: absolute;
    content: "";
    opacity: 0.9;
    right: 43%;
    bottom: 90px;
    width: 100%;
    height: 100%;
    transform: rotate(-30deg) scale(0.8);
    border-radius: 25px;
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay:after {
    transform: rotate(-30deg) scale(1);
}

.case-block-one .overlay .content h5 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.case-block-one .overlay .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 0.5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .content h4 {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
}

.case-block-one .read-more-btn {
    position: relative;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #073949;
    border-radius: 6px;
}

.case-block-one .read-more-btn a {
    position: relative;
    width: 160px;
    height: 160px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: var(--optika-font-family);
    border-radius: 50%;
    padding: 53px 0;
}

.process-section {
    position: relative;
    padding: 100px 0 70px;
}

.process-section .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.process-section .sec-top .text {
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.process-block-one {
    position: relative;
}

.process-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-one .inner-box:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 72px;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background: url(../media/icon-7.e53a645b.png) 50% no-repeat;
}

.process-block-one:last-child .inner-box:before {
    display: none;
}

.process-block-one h5 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
}

.process-block-one h5:before {
    left: -105px;
}

.process-block-one h5:after,
.process-block-one h5:before {
    position: absolute;
    content: "";
    top: 6px;
    background: #dcdfe3;
    width: 75px;
    height: 1px;
}

.process-block-one h5:after {
    right: -105px;
}

.process-block-one h5 .count {
    font-size: 18px;
    margin-right: 5px;
}

.process-block-one .icon {
    position: relative;
    margin-bottom: 30px;
    line-height: 125px;
}

.process-block-one h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.process-block-one .text {
    font-size: 18px;
    font-weight: 600;
}

.testimonial-section {
    position: relative;
    padding: 50px 0;
}

.testimonial-section .auto-container {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.testimonial-section .testimonial-thumbs {
    max-width: 600px;
    cursor: pointer;
    margin-right: 0;
    overflow: visible;
}

.testimonial-section .testimonial-thumbs .swiper-slide {
    opacity: 0.3;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-thumbs .swiper-slide-active {
    opacity: 1;
}

.testimonial-section .author-thumb {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-thumbs .logo {
    position: absolute;
    top: 115px;
    right: 65px;
    transition: all 0.5s ease 0s;
}

.testimonial-section .testimonial-content {
    position: relative;
    background-position: 100%;
    background-color: #073949;
    background-repeat: no-repeat;
}

.testimonial-block {
    padding: 109px 70px;
}

.testimonial-block:before {
    position: absolute;
    background-color: #073949;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.67;
}

.testimonial-block .inner-box {
    position: relative;
    padding-left: 100px;
    width: 74%;
}

.testimonial-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.testimonial-block h4 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.testimonial-block h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.testimonial-block .text {
    color: #fff;
    letter-spacing: 0.7px;
    font-size: 1rem;
    line-height: 27px;
    font-weight: normal;
}

.testimonial-block .rating {
    color: #fff;
    margin-bottom: 10px;
}

.testimonial-block .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.testimonial-block .author-title span {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-section .swiper-nav-button {
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 158px;
    height: 78px;
    background: #fff;
    z-index: 9;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    color: #122e5b;
    font-size: 24px;
    width: 72px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    top: 0;
    background: #fff;
    margin: 0;
    transition: all 0.4s ease 0s;
}

.testimonial-section .swiper-button-next:after,
.testimonial-section .swiper-button-prev:after {
    font-size: 24px;
}

.testimonial-section .swiper-nav-button:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: 50%;
    top: 20px;
    z-index: 99;
    background: #dcdfe3;
}

.pricing-section {
    position: relative;
    padding: 100px 0;
}

.pricing-section .pricing-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.pricing-section .pricing-btn ul {
    border: 1px solid #e1e5e9;
    border-image: initial;
    border-radius: 20px;
}

.pricing-section .pricing-btn ul li {
    margin-bottom: 0;
    position: relative;
}

.pricing-section .pricing-btn ul li:before {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #e1e5e9;
}

.pricing-section .pricing-btn ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5afbf;
    font-family: var(--optika-font-family);
    border: 0 initial;
    border-color: initial;
    border-image: initial;
    padding: 8px 20px 5px;
}

.pricing-section .pricing-btn ul li a.active {
    background: transparent;
}

.pricing-section .pricing-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-section .pricing-content .wrapper-box {
    position: relative;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.pricing-block {
    position: relative;
    padding: 0;
}

.pricing-block .inner-box {
    position: relative;
    border-radius: 10px;
}

.pricing-block .top-content {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #f3f4f7;
    padding: 25px 30px 39px;
}

.pricing-block .top-content .category,
.pricing-block .top-content .price {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--optika-font-family);
}

.pricing-block .top-content .price span {
    font-size: 16px;
    position: relative;
    margin-right: 5px;
}

.pricing-block .top-content .price sub {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.pricing-block .lower-content {
    position: relative;
    text-align: center;
    border-bottom-left-radius: 10px;
    padding: 0 30px 36px;
}

.pricing-block .lower-content:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 1px;
    background: #e1e5e9;
}

.pricing-block:last-child .lower-content:before {
    display: none;
}

.pricing-block .lower-content h5 {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transform: translateY(-15px);
    margin-bottom: 20px;
    font-family: inherit;
    padding: 6px 30px;
    background: #073949;
}

.pricing-block .lower-content h5:before {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 90% 50%);
    background: #073949;
}

.pricing-block .lower-content h5:after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
    background: #073949;
}

.pricing-block .lower-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: inherit;
}

.pricing-block .lower-content ul {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.pricing-block .lower-content ul li {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    line-height: 54px;
    padding-left: 55px;
    border-bottom: 1px solid #e1e5e9;
}

.pricing-block .lower-content ul li i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.pricing-block .lower-content ul li span,
.pricing-block .lower-content ul li span i {
    color: #a5afbf;
}

.pricing-block .lower-content .btn-style-two {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.pricing-block .lower-content .theme-btn {
    margin-bottom: 10px;
}

.pricing-block .lower-content .hint {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.news-section {
    position: relative;
    background: #fff;
}

.news-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f3f4f7;
}

.news-section .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.news-section .left-column {
    position: relative;
    width: 37.5%;
    background-size: cover;
    padding: 100px 15px;
}

.news-section .left-column .outer-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.news-section .left-column h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.news-section .left-column h4:before {
    position: absolute;
    content: "";
    right: -185px;
    top: 10px;
    background: #7e7e8e;
    width: 170px;
    height: 1px;
}

.news-section .left-column ul {
    position: relative;
    margin-bottom: 35px;
}

.news-section .left-column li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.news-section .left-column li i {
    margin-right: 10px;
}

.news-section .left-column form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.news-section .left-column form .form-group i {
    position: absolute;
    left: 30px;
    top: 17px;
}

.news-section .left-column form input {
    height: 60px;
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    background: #fff;
    border-radius: 6px;
}

.news-section .right-column {
    position: relative;
    width: 62.5%;
    padding: 100px 15px;
}

.news-section .right-column .outer-box {
    position: relative;
    margin-left: 45px;
    margin-right: -60px;
}

.news-section .right-column .outer-container {
    max-width: 770px;
}

.news-section .swiper-nav-button {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.news-section .swiper-button-next,
.news-section .swiper-button-prev {
    color: #122e5b;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 0;
    position: relative;
    right: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background: #fff;
    margin: 0;
    transition: all 0.4s ease 0s;
}

.news-section .swiper-button-prev {
    transform: rotate(-180deg);
    margin-right: 15px;
}

.news-section .news-carousel-wrapper {
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.news-block-one,
.news-block-one .inner-box {
    position: relative;
    background: #fff;
}

.news-block-one .inner-box {
    padding: 40px 30px 30px;
}

.news-section .news-carousel .swiper-slide-active .inner-box {
    opacity: 0.2;
    transition: all 0.5s ease 0s;
}

.news-section .news-carousel .swiper-slide.swiper-slide-active .inner-box {
    opacity: 1;
}

.news-block-one .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 18px;
    top: -3px;
    height: 3px;
}

.news-block-one .inner-box:after {
    position: absolute;
    content: "";
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: #e1e5e9;
}

.news-block-one .date {
    position: relative;
    padding-left: 65px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    margin-bottom: 35px;
    line-height: 1.4em;
}

.news-block-one .date strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.news-block-one .author {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.news-block-one .title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    pointer-events: none;
    width: max-content;
    transition: all 0.5s ease 0s;
    padding: 0 11px;
    border-radius: 6px;
    background: #cbd3d8;
}

.news-block-one .author:hover .title {
    opacity: 1;
}

.news-block-one .title:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 7px;
    bottom: -6px;
    -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    background: #cbd3d8;
}

.news-block-one .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 25px;
    padding: 0 17px;
    border-radius: 12.5px;
}

.news-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.news-block-one h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-image: url(../media/pattern-6.124d9625.png);
}

.news-block-one h4 a {
    color: #0c2957;
}

.news-block-one .read-more-btn a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    font-family: var(--optika-font-family);
    transition: all 0.5s ease 0s;
}

.news-block-one .read-more-btn a i {
    position: relative;
    opacity: 0;
    top: 1px;
    transition: all 0.5s ease 0s;
}

.news-block-one .read-more-btn a:hover i {
    opacity: 1;
}

.news-section .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    bottom: 0;
}

.news-section .swiper-scrollbar {
    background: #dfe0e1;
}

.news-section .swiper-scrollbar-drag {
    background: #b9c1c5;
}

.news-block-one.style-two {
    margin-bottom: 50px;
}

.news-block-one.style-two .inner-box {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    margin-left: 15px;
}

.news-block-one.style-two .inner-box:before {
    display: none;
}

.news-block-one.style-two .image {
    margin-right: -15px;
}

.news-block-one.style-two .image img {
    width: 100%;
}

.news-block-one.style-two .date {
    margin-bottom: 22px;
}

.news-block-one.style-two .author {
    margin-bottom: 11px;
}

.news-block-one.style-two .inner-box:after {
    display: none;
}

.map-section {
    position: relative;
}

.map-section .map-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.map-section .google-map {
    height: 100%;
}

.map-section-two {
    position: relative;
}

.map-section-two .map-outer {
    position: relative;
    height: 450px;
}

.map-section-two .google-map {
    height: 450px;
}

.map-section .google-map h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 9px 24px;
    background: #99c64a;
}

.gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
}

.gm-style .gm-style-iw-t:after {
    background: linear-gradient(
        45deg,
        #99c64a 50%,
        hsla(0, 0%, 100%, 0) 51%,
        hsla(0, 0%, 100%, 0)
    );
}

.gmnoprint {
    display: none;
}

.map-section .contact-info {
    position: relative;
    max-width: 372px;
    margin: 0 0 0 auto;
    padding: 50px 40px 40px;
}

.map-section .contact-info .icon-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 39px;
}

.map-section .contact-info .icon {
    position: absolute;
    color: #fff;
    left: 2px;
    top: 0;
    font-size: 50px;
    line-height: 50px;
}

.map-section .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.map-section .contact-info h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
}

.map-section .contact-info h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.map-section .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.map-section .contact-info ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.map-section .contact-info ul li a {
    color: #fff;
}

.map-section .link-btn {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.map-section .link-btn:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #cb3828;
}

.map-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.map-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.map-section .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
}

.owl-theme .owl-next span,
.owl-theme .owl-prev span {
    display: none;
}

.map-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 30px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.map-section .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}

.cta-section {
    position: relative;
    padding: 110px 0 84px;
    background: #f2f3f6;
}

.cta-section .image-column .image {
    position: relative;
    margin-left: -95px;
    margin-right: -20px;
    margin-top: -50px;
}

.cta-section .sec-title h2 {
    padding-bottom: 0;
}

.cta-section .sec-title .text {
    padding-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.cta-section .content-column .image {
    margin-bottom: 10px;
    text-align: center;
}

.cta-section .content-column .bottom-content {
    margin-bottom: 80px;
}

.cta-section .link-btn {
    margin-bottom: 25px;
}

.cta-section .theme-btn {
    margin: 0 10px;
}

.cta-section .btn-style-one span,
.cta-section .btn-style-two span {
    padding: 9px 30px;
}

.cta-section .btn-style-two {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.cta-section .hint {
    font-size: 18px;
    font-weight: 500;
}

.feature-section-two {
    position: relative;
    margin-top: -90px;
    margin-bottom: -90px;
    z-index: 9;
}

.feature-section-two.style-two {
    margin-top: 0;
}

.feature-block-two,
.feature-block-two .shape-box {
    position: relative;
}

.feature-block-two .shape-box:before {
    position: absolute;
    content: "";
    left: 15px;
    top: -10px;
    right: 15px;
    bottom: -10px;
    background: #fff;
    opacity: 0.3;
    transform: rotate(2deg);
}

.feature-block-two:nth-child(2n) .shape-box:before {
    transform: rotate(-2deg);
}

.feature-block-two .inner-box {
    position: relative;
    padding-left: 130px;
    padding-top: 45px;
    padding-bottom: 32px;
    min-height: 160px;
    background: #fff;
}

.feature-block-two.style-two .inner-box {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.feature-block-two .icon {
    position: absolute;
    left: 50px;
    top: 50px;
}

.feature-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-block-two .text {
    font-size: 18px;
    font-weight: 500;
}

.main-footer {
    position: relative;
    color: #c4c5c7;
    background-color: #073949;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0 30px;
}

.main-footer.sp-two .widgets-section {
    padding: 210px 0 30px;
}

.main-footer.sp-three .widgets-section {
    padding: 135px 0 30px;
}

.main-footer .column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: 0;
    width: 155px;
    margin-bottom: 8px;
}

.main-footer .logo-widget h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.main-footer .logo-widget .link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
}

.main-footer .logo-widget .link-btn i {
    margin-right: 10px;
}

.links-widget .widget-content {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

.links-widget ul li a:hover {
    color: #fff;
}

.links-widget ul li a:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: 0.5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:before {
    opacity: 1;
}

.links-widget ul li a:after {
    position: absolute;
    content: "";
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: 0.5s ease;
    opacity: 0;
}

.links-widget ul li a:hover:after {
    opacity: 1;
}

.gallery .wrapper-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
    margin: 0 -4.5px;
}

.gallery .wrapper-box .image {
    position: relative;
    overflow: hidden;
    margin: 0 4.5px 11px;
    border-radius: 6px;
}

.gallery .wrapper-box .image .overlay-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.5s ease 0s;
    background: hsla(0, 0%, 100%, 0.75);
}

.gallery .wrapper-box .image:hover .overlay-link {
    opacity: 1;
    transform: scale(1);
}

.main-footer.style-three .widgets-section {
    padding: 130px 0 30px;
}

.about-widget .text {
    font-size: 18px;
    color: #d2ccda;
}

.about-widget .list {
    margin-bottom: 35px;
}

.about-widget .list li {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
}

.about-widget .list li a {
    position: relative;
    color: #d2ccda;
    padding-left: 30px;
}

.about-widget .list li a:before {
    position: absolute;
    content: "\f134";
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: Flaticon;
}

.links-widget-two .widget-content {
    position: relative;
}

.links-widget-two ul li {
    position: relative;
    margin-bottom: 10px;
}

.links-widget-two ul li a {
    position: relative;
    color: #d2ccda;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    padding-left: 22px;
}

.links-widget-two ul li a:before {
    content: "\f105";
}

.links-widget-two ul li a:after,
.links-widget-two ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: Font Awesome\5 Pro;
    transition: 0.5s;
}

.links-widget-two ul li a:after {
    content: "\f101";
    opacity: 0;
}

.links-widget-two ul li a:hover:before {
    opacity: 0;
}

.links-widget-two ul li a:hover:after {
    opacity: 1;
}

.links-widget-two ul li a:hover {
    color: #fff;
}

.twitter-widget .widget-content {
    position: relative;
}

.twitter-widget .image-box {
    position: relative;
    padding-left: 80px;
    padding-top: 20px;
    margin-bottom: 22px;
}

.twitter-widget .image-box img {
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 6px;
    width: 60px;
}

.twitter-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
}

.twitter-widget .user a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #d2ccda;
}

.twitter-widget .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.twitter-widget .date,
.twitter-widget p {
    font-size: 16px;
    font-weight: 500;
}

.twitter-widget .date {
    position: relative;
    padding-left: 70px;
    color: #d2ccda;
}

.twitter-widget .date i {
    margin-right: 10px;
}

.twitter-widget .date:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 58px;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.main-footer.style-four {
    background-color: #111c3f;
}

.main-footer.style-four .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
}

.main-footer.style-four .widgets-section {
    padding-top: 100px;
}

.about-widget-two .social-links {
    position: relative;
    margin-bottom: 20px;
}

.about-widget-two .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget-two .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: hsla(0, 0%, 100%, 0.2);
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.about-widget-two .social-links li a:hover {
    color: #fff;
}

.about-widget-two .social-links li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s;
}

.about-widget-two .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.about-widget-two .social-links li a span {
    position: relative;
}

.about-widget-two .copyright-text {
    color: #fff;
    position: relative;
    font-size: 18px;
}

.main-footer.style-four .post-widget h4 {
    line-height: 1.4em;
}

.main-footer.style-four .post-widget .date {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6px;
}

.main-footer.style-four .post-widget .post {
    margin-bottom: 28px;
}

.main-footer.style-four .footer-bottom-two {
    background: #fff;
}

.main-footer.style-four .footer-bottom-two .menu li a {
    color: #0c2957;
    position: relative;
    font-size: 18px;
}

.main-footer.style-four .footer-bottom-two .menu li a:before {
    position: absolute;
    content: "/";
    left: -15px;
    top: -4px;
}

.main-footer.style-four .footer-bottom-two .menu li:first-child a:before {
    display: none;
}

.footer-bottom-two .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom-two .scroll-to-top-two i {
    margin-right: 7px;
    font-weight: 400;
}

.about-widget-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer-bottom {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    padding-bottom: 95px;
}

.footer-bottom ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-bottom ul.menu li {
    position: relative;
    margin-right: 20px;
}

.footer-bottom ul.menu li + li:before {
    position: absolute;
    content: "/";
    color: #d2ccda;
    left: -13px;
    top: 0;
    font-size: 18px;
}

.footer-bottom ul.menu li a {
    position: relative;
    color: #d2ccda;
    font-size: 18px;
}

.footer-bottom .scroll-to-top-two {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.footer-bottom .scroll-to-top-two i {
    margin-right: 5px;
}

.footer-bottom .social-links {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.footer-bottom .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-bottom .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: hsla(0, 0%, 100%, 0.2);
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-bottom .social-links li a:hover {
    color: #fff;
}

.footer-bottom .social-links li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s;
}

.footer-bottom .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.footer-bottom .social-links li a span {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    font-weight: 500;
}

.footer-bottom .copyright,
.scroll-to-top {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    transition: all 0.3s ease;
}

.scroll-to-top.style-two {
    background-color: #2d3247;
}

.scroll-to-top:hover {
    color: #fff;
}

.features-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #fafafa;
}

.features-section-two .content-block {
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
    min-height: 250px;
}

.features-section-two .content-block .image {
    position: absolute;
    left: 0;
}

.features-section-two .content-block .text {
    margin-bottom: 35px;
}

.features-section-two .content-block .text p {
    font-size: 18px;
    font-weight: 500;
}

.feature-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-block-three .image {
    position: relative;
}

.feature-block-three .lower-content {
    position: relative;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    max-width: 270px;
}

.feature-block-three .lower-content:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 174px;
    height: 109px;
    background-image: url(../media/shape-1.1686a471.png);
}

.feature-block-three .lower-content .icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}

.feature-block-three .lower-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 20px;
    color: #202020;
}

.feature-block-three .lower-content h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../media/border-shape.b1450ead.png) repeat-x 50%;
}

.feature-block-three .read-more-link {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    transition: 0.5s;
}

.feature-block-three .read-more-link:hover {
    padding-left: 36px;
}

.feature-block-three .read-more-link:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    left: 17px;
    font-size: 14px;
    transition: all 0.3s ease;
    opacity: 0;
}

.feature-block-three .read-more-link:hover:after {
    opacity: 1;
}

.feature-block-three .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 1px;
    width: 10px;
    transition: 0.5s;
}

.feature-block-three .read-more-link:hover:before {
    width: 17px;
}

.feature-block-three .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    opacity: 0;
}

.feature-block-three .inner-box:hover .overlay {
    opacity: 1;
}

.feature-block-three .overlay .top-content {
    position: relative;
    padding: 34px 30px;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: 0.5s;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.feature-block-three .inner-box:hover .overlay .top-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.feature-block-three .top-content .icon {
    position: relative;
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fff;
}

.feature-block-three .top-content h4 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.feature-block-three .overlay .bottom-content {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.feature-block-three .overlay .text {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.feature-block-three .overlay .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../media/border-shape.b1450ead.png) repeat-x 50%;
}

.about-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.about-section-two .image-block {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-right: 30px;
    max-width: 570px;
}

.about-section-two .image-block .image-one {
    position: relative;
}

.about-section-two .image-block img {
    border-radius: 6px;
}

.about-section-two .image-block .image-two {
    position: absolute;
    right: 0;
    top: 0;
}

.about-section-two .image-block .image-three {
    position: absolute;
    right: 60px;
    bottom: 0;
}

.about-section-two .image-block .image-three .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    text-align: center;
}

.about-section-two .image-block .image-three .video-box a {
    color: #fff;
}

.about-section-two .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-two .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
}

.about-section-two .sec-title {
    margin-bottom: 40px;
}

.about-section-two .content-block {
    position: relative;
}

.about-section-two .content-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #3c3b3b;
}

.about-section-two .content-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-two .read-more-link {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    padding-left: 20px;
}

.about-section-two .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 1px;
    width: 17px;
}

.about-section-two .read-more-link i {
    margin-right: 3px;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    padding-left: 85px;
}

.testimonial-block-two .quote {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    color: #d6d6d6;
    line-height: 50px;
    transform: rotate(180deg);
}

.testimonial-block-two .text {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    color: #202020;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-block-two .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.testimonial-block-two .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-two .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-two .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    color: #202020;
}

.testimonial-block-two .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
}

.about-section-two .owl-dots,
.about-section-two .owl-nav {
    display: none;
}

.projects-section {
    position: relative;
    background-image: -webkit-linear-gradient(90deg, #191d2a, #30364d);
    margin-top: 60px;
}

.projects-section .title {
    position: absolute;
    left: 180px;
    bottom: 60px;
    font-size: 100px;
    font-weight: 700;
    font-family: var(--optika-font-family);
    color: #343a4f;
    line-height: 100px;
    transform: rotate(-90deg);
    transform-origin: 0;
    letter-spacing: -2px;
}

.projects-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.projects-section .tab-content {
    margin-left: -40px;
    transform: translateY(-60px);
}

.projects-section .tab-content .owl-item .project-block {
    transform: scaleX(0);
    transition: 0.5s;
}

.projects-section .tab-content > .active .owl-item .project-block {
    transform: scaleX(1);
}

.projects-section .nav-tabs-wrapper {
    position: relative;
    padding: 120px 0 182px 30px;
    border-left: 1px solid #4d5269;
    max-width: 300px;
    margin: 0 0 0 auto;
}

.projects-section .nav-tabs-wrapper .link-btn {
    margin-top: 30px;
}

.projects-section .nav-tabs-wrapper .link-btn a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.projects-section .nav-tabs {
    border: none;
}

.projects-section .nav-tabs li {
    width: 100%;
    background: transparent;
    margin: 8px 0;
}

.projects-section .nav-tabs li .nav-link {
    position: relative;
    color: #4f556d;
    font-size: 18px;
    font-weight: 500;
    border: none !important;
    margin: 0;
    padding: 0;
}

.projects-section .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #fff;
}

.projects-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.projects-section .nav-tabs li .nav-link:after {
    position: absolute;
    content: "";
    left: -36px;
    top: 9px;
    width: 11px;
    border: 2px solid #4d5269;
    background: #1c202e;
    border-radius: 50%;
    height: 11px;
    transition: 0.5s ease;
}

.projects-section .nav-tabs li .nav-link:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 40px;
    left: -50px;
    top: 14px;
    transition: 0.5s ease;
    opacity: 0;
    transform: scale(0);
    transition-delay: 0.4s;
    transform-origin: 0 0;
}

.projects-section .nav-tabs .nav-link.active:before {
    opacity: 1;
    transform: scale(1);
}

.project-block {
    overflow: hidden;
}

.project-block,
.project-block .image {
    position: relative;
}

.project-block .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #161924;
    transition: 0.5s;
    opacity: 0.2;
}

.project-block:hover .image:before {
    opacity: 0;
}

.project-block .lower-content {
    position: absolute;
    left: 50px;
    bottom: 40px;
    transition: 0.5s;
}

.project-block:hover .lower-content {
    opacity: 0;
}

.project-block .count {
    position: relative;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.project-block .category {
    position: relative;
    padding-left: 73px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.project-block .category:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 63px;
    height: 1px;
    background-color: #fff;
}

.project-block .text {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    color: #fff;
    position: relative;
}

.project-block .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.project-block:hover .overlay-content {
    opacity: 1;
}

.project-block .overlay-content .text {
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 0.5s ease 0s;
}

.project-block:hover .overlay-content .text {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
}

.project-block .overlay-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #f84411, #2f354c 86%);
    transition: 0.5s;
    opacity: 0;
}

.project-block:hover .overlay-content:before {
    opacity: 0.8;
}

.project-block .overlay-content .category:before {
    transform: scale(0);
    transition: 0.5s;
}

.project-block:hover .overlay-content .category:before {
    transform: scale(1);
}

.project-block .link-btn {
    position: relative;
    padding: 15px;
    border: 1px solid #fff;
    width: max-content;
    border-radius: 50%;
    transform: scale(0.5);
    transition: 0.5s;
}

.project-block:hover .link-btn {
    transform: scale(1);
}

.project-block .link-btn a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
}

.services-section {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.service-block-one {
    position: relative;
}

.service-block-one .inner-box {
    position: relative;
    background-color: #fff;
    padding: 0 26px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}

.service-block-one .inner-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 102px;
    height: 91px;
    background: url(../media/shape-2.166e4948.png) no-repeat;
}

.service-block-one .icon {
    position: relative;
    font-size: 50px;
    width: 93px;
    height: 93px;
    border: 1px dashed silver;
    padding: 6px;
    border-top-left-radius: 30px;
    margin-bottom: -20px;
    transition: 0.5s;
    transform: translateY(-45px);
}

.service-block-one:hover .icon {
    border-radius: 0;
}

.service-block-one .icon .icon-inner {
    position: relative;
    background-color: #fff;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 50px;
    border-top-left-radius: 30px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}

.service-block-one:hover .icon .icon-inner {
    color: #fff;
    border-radius: 0;
}

.service-block-one h4 {
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
}

.service-block-one .text {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 20px;
}

.service-block-one .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    transition: 0.5s;
}

.service-block-one .read-more-link:hover {
    padding-left: 42px;
}

.service-block-one .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 1px;
    width: 21px;
}

.service-block-one .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s;
}

.service-block-one .read-more-link:hover i {
    opacity: 1;
}

.process-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.process-section-two .process-wrapper {
    position: relative;
}

.process-section-two .process-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    background: url(../media/process-shape.93734bc7.png) no-repeat 50%;
}

.process-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 25px 20px 30px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.process-block-two h4 {
    font-size: 22px;
    font-weight: 600;
}

.process-block-two p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.process-block-two .icon {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #9d2121;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin: 0 auto 20px;
}

.process-block-two .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.process-block-two .text {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
}

.cta-section-two {
    position: relative;
    padding: 110px 0 84px;
    background-color: #f2f3f6;
    background-size: cover;
}

.cta-section-two h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 30px;
}

.cta-section-two h2 span {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 75px;
    line-height: 75px;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-section-two .wrapper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cta-section-two .contact-info {
    position: relative;
    padding-left: 60px;
}

.cta-section-two .contact-info .icon {
    position: absolute;
    font-size: 40px;
    line-height: 50px;
    left: 0;
    top: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-section-two .contact-info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.cta-section-two .contact-info .text {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: var(--optika-font-family);
    margin-bottom: 0;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.px-15 {
    padding: 0 15px !important;
}

.team-section {
    position: relative;
    padding: 100px 0 70px;
}

.team-section .auto-container {
    max-width: 1230px;
}

.team-block-one {
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-block-one,
.team-block-one .image,
.team-block-one .inner-box {
    position: relative;
}

.team-block-one .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #a80202, #f56464 86%);
    transition: 0.5s;
    opacity: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
}

.team-block-one:hover .image:before {
    opacity: 0.8;
    transform: perspective(400px) rotateX(0deg);
}

.team-block-one .image img {
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.team-block-one .lower-content {
    position: relative;
    padding: 30px 30px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.team-block-one .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #063948;
    padding: 13.5px 30px;
    min-width: 200px;
    margin-left: -30px;
    margin-top: -52px;
    margin-bottom: 37px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: max-content;
}

.team-block-one .designation:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: -22px;
    width: 20px;
    height: 22px;
    background-color: #282d41;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.team-block-one h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.team-block-one h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.team-block-one ul li {
    position: relative;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block-one ul li a {
    color: #3b3b3b;
}

.team-block-one ul li span {
    margin-right: 10px;
}

.testimonial-section-two {
    position: relative;
    padding: 100px 0;
}

.testimonial-section-two .auto-container {
    max-width: 1230px;
}

.testimonial-section-two .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: cover;
}

.testimonial-section-two .sec-bg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-image: -webkit-linear-gradient(90deg, #191d2a, #30364d 75%);
}

.testimonial-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.testimonial-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 50px 45px 40px;
    border-radius: 6px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.testimonial-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-linear-gradient(90deg, #191d2a, #30364d 75%);
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.testimonial-block-three .inner-box:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.testimonial-block-three .quote {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    left: -30px;
    top: 40px;
    text-align: center;
}

.testimonial-block-three .rating {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-block-three .rating span {
    margin-right: 6px;
}

.testimonial-block-three .rating .style-two {
    color: #c0cdd3;
}

.testimonial-block-three .text {
    position: relative;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 28px;
    transition: 0.5s;
}

.testimonial-block-three .inner-box:hover .text {
    color: #dfe0e6;
}

.testimonial-block-three .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.testimonial-block-three .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
}

.testimonial-block-three .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-three .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-three .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    color: #202020;
    transition: 0.5s;
}

.testimonial-block-three .inner-box:hover .author-box .author-title {
    color: #fff;
}

.testimonial-block-three .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    transition: 0.5s;
}

.testimonial-block-three .inner-box:hover .author-box .designation {
    color: #fff;
}

.client-section-two {
    position: relative;
    padding: 10px 0 90px;
}

.client-section-two.sp-two {
    padding-top: 100px;
}

.client-section-two .top-content .text {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #232629;
}

.client-section-two .wrapper-box {
    border: 1px solid #f3f3f3;
    overflow: hidden;
}

.client-section-two .outer-box {
    position: relative;
    margin: -2px;
}

.client-section-two .column {
    position: relative;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
    min-height: 100px;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.client-section-two .column img {
    opacity: 0.2;
    transition: 0.5s;
}

.client-section-two .column:hover img {
    opacity: 1;
}

.funfacts-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.funfacts-section-two .inner {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
}

.funfacts-section-two .content {
    position: relative;
    padding: 31px 30px;
    background-color: #3a3e54;
}

.funfacts-section-two .icon-box {
    position: absolute;
    width: 160px;
    height: 160px;
    font-size: 55px;
    line-height: 160px;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
}

.funfacts-section-two .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.funfacts-section-two .count-box {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.funfacts-section-two .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--optika-font-family);
    margin-bottom: 15px;
}

.funfacts-section-two p {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.funfacts-section-two p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    height: 1px;
    width: 10px;
}

.news-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-image: -ms-linear-gradient(-90deg, #f4f7f9 0, #eff3f5 100%);
}

.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .image img {
    border-radius: 6px;
    width: 100%;
}

.news-block-two .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 0 23px 25px;
    box-shadow: 0 0 62px 0 rgba(27, 31, 45, 0.09);
}

.news-block-two .lower-content:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -ms-linear-gradient(90deg, #191d2a 0, #30364d 75%);
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.news-block-two .inner-box:hover .lower-content:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    transform: translateY(-12px);
    margin-bottom: 10px;
    transition: 0.5s;
    background: #292f43;
    width: max-content;
    line-height: 18px;
}

.news-block-two .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: grey;
    margin-right: 5px;
    transition: 0.5s;
}

.news-block-two .inner-box:hover .post-meta li {
    color: #d2ccda;
}

.news-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.news-block-two h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.news-block-two h4 a {
    color: #202020;
    transition: 0.5s;
}

.news-block-two .inner-box:hover h4 a {
    color: #fff;
}

.news-block-two .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    transition: 0.5s;
}

.news-block-two .read-more-link:hover {
    padding-left: 42px;
}

.news-block-two .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 1px;
    width: 21px;
}

.news-block-two .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s;
}

.news-block-two .read-more-link:hover i {
    opacity: 1;
}

.contact-section {
    position: relative;
    padding: 100px 0 0;
}

.contact-section .top-content {
    padding-bottom: 70px;
}

.contact-section .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.contact-section .sec-title {
    margin-bottom: 40px;
}

.contact-section .wrapper-box {
    margin-bottom: 30px;
}

.contact-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
    margin-bottom: 40px;
    padding-top: 5px;
}

.contact-section .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.contact-section .author-box .image img {
    border-radius: 50%;
}

.contact-section .author-box h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    transition: 0.5s;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-section .author-box .phone-numer {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    transition: 0.5s;
}

.contact-section .list {
    margin-bottom: 30px;
}

.contact-section .list li {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
}

.contact-section .read-more-link {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
}

.contact-section .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 1px;
    width: 10px;
}

.contact-section .contact-form {
    margin-bottom: 30px;
}

.contact-section .contact-form .bootstrap-select > .dropdown-toggle,
.contact-section .contact-form .form-group input[type="email"],
.contact-section .contact-form .form-group input[type="text"],
.contact-section .contact-form .form-group select,
.contact-section .contact-form .form-group textarea {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
    height: 60px;
}

.contact-section .contact-form .form-group textarea {
    height: 143px;
}

.contact-section .contact-form .btn-style-four {
    width: 100%;
}

.contact-section .contact-form .btn-style-four .btn-title {
    padding: 15px 40px;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active:focus,
.contact-form .btn-light:not(:disabled):not(.disabled):active:focus,
.contact-form .show > .btn-light.dropdown-toggle:focus,
.contact-form button:focus {
    outline: none;
    outline: none !important;
    box-shadow: none;
}

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

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: Font Awesome\5 Pro;
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active,
.contact-form .btn-light:not(:disabled):not(.disabled):active,
.contact-form .show > .btn-light.dropdown-toggle {
    color: #9a9b9c;
    border-color: #f3f3f3;
    background-color: #fff;
}

.contact-section .subscribe-newsletter {
    position: relative;
    padding: 55px 30px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 9;
}

.subscribe-newsletter:before {
    left: 40px;
    right: 40px;
    top: -20px;
    height: 20px;
    opacity: 0.3;
}

.subscribe-newsletter:after,
.subscribe-newsletter:before {
    position: absolute;
    content: "";
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.subscribe-newsletter:after {
    left: 20px;
    right: 20px;
    top: -10px;
    height: 10px;
    opacity: 0.5;
}

.subscribe-newsletter .sec-title h4 {
    color: #fff;
}

.contact-section .subscribe-newsletter .form-group {
    position: relative;
    text-align: center;
    max-width: 770px;
    transform: translateY(35px);
    margin: -38px auto 0;
}

.contact-section .subscribe-newsletter .form-group input {
    height: 70px;
    background: #fff;
    width: 100%;
    padding-left: 65px;
    padding-right: 180px;
    border-radius: 6px;
}

.contact-section .subscribe-newsletter .form-group button.btn-style-four {
    position: absolute;
    right: 10px;
    top: 10px;
}

.contact-section .subscribe-newsletter .form-group i {
    position: absolute;
    left: 40px;
    top: 22px;
}

.contact-section .subscribe-newsletter .form-group span.btn-title {
    padding: 10px 30px;
}

.contact-section .subscribe-newsletter .text {
    margin-top: 10px;
}

.contact-section .subscribe-newsletter h2 {
    font-weight: 500;
}

.main-footer.style-two .widgets-section {
    padding: 100px 0 30px;
}

.main-footer.style-two .links-widget .widget-content {
    padding-left: 0;
}

.main-footer.style-two .links-widget {
    padding-left: 40px;
}

.main-footer.style-two .links-widget .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.main-footer.style-two .links-widget ul li {
    margin-bottom: 12px;
}

.main-footer.style-two .links-widget ul li a {
    color: #c0c2ce;
}

.main-footer.style-two .links-widget ul li a:hover {
    color: #fff;
}

.main-footer.style-two .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.main-footer.style-two .widget-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.main-footer.style-two .widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 8px;
    width: 40px;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.post-widget {
    position: relative;
}

.post-widget .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.post-widget .image {
    position: absolute;
    left: 0;
    top: 7px;
}

.post-widget .image img {
    border-radius: 6px;
}

.post-widget .date {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.post-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.post-widget h4 a {
    color: #fff;
}

.post-widget .read-more-post {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    color: #aab1c8;
    text-transform: uppercase;
    transition: 0.5s;
}

.post-widget .read-more-post i {
    font-weight: 400;
    margin-left: 10px;
}

.contact-widget .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 5px;
}

.contact-widget ul.list {
    margin-bottom: 20px;
}

.contact-widget ul.list li {
    position: relative;
    font-size: 18;
    font-weight: 600;
    color: #fff;
}

.contact-widget ul.list li a {
    color: #c0c2ce;
}

.contact-widget .social-links {
    position: relative;
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: hsla(0, 0%, 100%, 0.2);
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-widget .social-links li a:hover {
    color: #fff;
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s;
}

.contact-widget .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.contact-widget .social-links li a span {
    position: relative;
}

.footer-bottom-two {
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    padding-top: 22px;
}

.footer-bottom-two .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
    margin-bottom: 22px;
}

.footer-bottom-two .menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-two .menu li + li {
    margin-left: 25px;
}

.footer-bottom-two .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #c0c2ce;
}

.footer-bottom-three {
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    background-color: #e9eef8;
    padding-top: 22px;
}

.footer-bottom-three .copyright-text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 22px;
}

.footer-bottom-three .menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.footer-bottom-three .menu li + li {
    margin-left: 25px;
}

.footer-bottom-three .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
}

.footer-bottom-three .bottom-area {
    border-top: 1px solid #d2d6e0;
    padding: 12px 0;
}

.footer-bottom-three .bottom-area ul {
    justify-content: center;
}

.footer-bottom-three .bottom-area ul li {
    margin-right: 55px;
    line-height: 40px;
}

.footer-bottom-three .bottom-area ul li a {
    color: #0c2957;
    transition: 0.5s;
    font-weight: 500;
}

.footer-bottom-three .bottom-area ul li:last-child {
    margin-right: 0;
}

.features-section-four {
    position: relative;
}

.features-section-four .wrapper-box {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-top: -88px;
    padding: 20px;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 6px;
}
.features-section-four .wrapper-box .table-container {
    padding: 20px;
}
.features-section-four .wrapper-box .table thead th {
    background-color: #037b37;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
}
.features-section-four .wrapper-box .table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 10px;
}
.features-section-four .wrapper-box .table-bordered {
    border: 2px solid #037b37;
}

.features-section-four .outer-box {
    border-radius: 6px;
    overflow: hidden;
}

.feature-block-four {
    position: relative;
    padding: 0;
}

.feature-block-four .inner-box {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    overflow: hidden;
}

.feature-block-four + .feature-block-four .inner-box {
    border-left: 1px solid #f1f4fa;
}

.feature-block-four .inner-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    transition: 0.5s;
}

.feature-block-four .inner-box:hover:before {
    height: 100%;
    opacity: 1;
}

.feature-block-four .inner-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    opacity: 0;
    transition: 0.5s;
    transform: scaleY(0) translateY(-115px);
    transform-origin: top;
    background-color: #76a838;
    border-radius: 50%;
    transition-delay: 0.3s;
}

.feature-block-four .inner-box:hover:after {
    opacity: 1;
    transform: scaleY(1) translateY(-115px);
}

.feature-block-four .icon {
    margin-bottom: 34px;
    position: relative;
    z-index: 9;
}

.feature-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.5s;
}

.feature-block-four .inner-box:hover h4 {
    color: #fff;
}

.feature-block-four .text {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

.feature-block-four .inner-box:hover .text {
    color: #fff;
}

.feature-block-four .read-more-link {
    position: relative;
    color: #9ca6b6;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.5s;
}

.feature-block-four .inner-box:hover .read-more-link {
    color: #fff;
}

.feature-block-four .read-more-link i {
    margin-left: 5px;
}

.about-section-three {
    position: relative;
    padding-top: 100px;
}

.about-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 130px;
    right: 0;
    top: 0;
    background-size: cover;
}

.about-section-three .sec-title .read-more-link {
    position: relative;
    color: #0c2957;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-top: 20px;
    display: inline-block;
}

.about-section-three .sec-title .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #c3cbd9;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .image {
    position: relative;
}

.team-block-two .image .default-image {
    transition: 1s;
}

.team-block-two .image .hover-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 1s;
}

.team-block-two .inner-box:hover .image .hover-image {
    opacity: 1;
}

.team-block-two .inner-box:hover .image .default-image {
    opacity: 0;
}

.team-block-two .content {
    position: relative;
    background-color: #fff;
    padding: 24px 30px 22px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-right: 40px;
    border-radius: 6px;
}

.team-block-two .content:before {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    width: 50px;
    right: -20px;
    bottom: 0;
    transform: skewX(-20deg);
    border-radius: 6px;
    border-right: 3px solid #9ca6b6;
    transition: 0.5s;
}

.team-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.team-block-two .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.team-block-two .video-btn {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.team-block-two .video-btn:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid;
    transition: 0.5s;
    background-color: #fff;
    opacity: 0;
}

.team-block-two .inner-box:hover .video-btn:before {
    opacity: 1;
}

.team-block-two .video-btn a {
    position: relative;
    color: #9ca6b6;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #d8dce5;
    background-color: #fff;
    transition: 0.5s;
}

.team-block-two .inner-box:hover .video-btn a {
    color: #fff;
}

.team-block-two .video-btn a span {
    position: relative;
    left: 2px;
}

.about-section-three .team-area {
    padding-bottom: 70px;
}

.about-section-three .fact-counter-three {
    position: relative;
    margin-bottom: -130px;
    z-index: 9;
}

.about-section-three .fact-counter-three .image {
    margin-bottom: 30px;
}

.about-section-three .fact-counter-three .image img {
    border-radius: 6px;
    width: 100%;
}

.fact-counter-three {
    position: relative;
}

.fact-counter-three .inner {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 6px;
    background-image: url(../media/pattern-1.286bb608.jpg);
    background-size: cover;
}

.fact-counter-three .inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../media/pattern-2.05550e87.jpg);
    background-size: cover;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.fact-counter-three .inner:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.fact-counter-three .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    top: -4px;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    margin-bottom: 10px;
    transition: 0.5s;
}

.fact-counter-three .inner:hover .counter-title {
    color: #fff;
}

.fact-counter-three .count-box {
    position: relative;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    font-family: Fira Sans, sans-serif;
    background-image: url(../media/pattern-15.27763b00.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    transition: 0.5s;
}

.fact-counter-three .inner:hover .count-box {
    background-color: #fff;
    background-image: url(../media/pattern-16.47ce0d7d.png);
}

.fact-counter-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    line-height: 1.4em;
    font-family: var(--optika-font-family);
    transition: 0.5s;
    text-transform: uppercase;
}

.fact-counter-three .inner:hover .read-more-link {
    color: #fff;
}

.fact-counter-three .read-more-link i {
    opacity: 0;
    margin-left: 5px;
    color: #fff;
}

.fact-counter-three .inner:hover .read-more-link i {
    opacity: 1;
}

.experience-section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.experience-section .sec-title .text {
    color: #d2ccda;
}

.experience-section .icon-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.experience-section .icon-box .icon {
    position: absolute;
    left: 40px;
    top: 40px;
}

.experience-section .icon-box .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #51495e;
    line-height: 68px;
    text-align: center;
    background-color: #2e243e;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.experience-section .icon-box .icon:before {
    position: absolute;
    content: "";
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    border: 1px solid #51495e;
    border-radius: 50%;
}

.experience-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.experience-section .icon-box .text {
    font-size: 18px;
    font-weight: 500;
    color: #d2ccda;
    margin-bottom: 35px;
}

.experience-section .experience-wrapper {
    position: relative;
    margin-bottom: 30px;
    max-width: 570px;
}

.experience-section .experience-wrapper h1 {
    position: absolute;
    right: -202px;
    top: 0;
    transform: rotate(90deg) translateX(50%);
    font-size: 80px;
    color: hsla(0, 0%, 100%, 0.08);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.experience-section .experience-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 183px;
    width: 183px;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    margin-left: -32px;
    margin-top: 5px;
}

.experience-section .experience-year h2 {
    position: relative;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 900;
}

.experience-section .experience-year .text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
}

.cases-section-two {
    position: relative;
    padding: 100px 0;
    background-color: #e9eef8;
}

.cases-section-two .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: repeat;
}

.case-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.case-block-two .inner-box img {
    border-radius: 6px;
    width: 100%;
}

.case-block-two .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-block-three .image,
.case-block-three .inner-box {
    position: relative;
}

.case-block-three .image:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.case-block-three .image img {
    border-radius: 6px;
    width: 100%;
}

.case-block-three .logo {
    position: absolute;
    right: 50px;
    top: 40px;
}

.case-block-three .lower-content {
    position: absolute;
    background-color: #fff;
    margin: -125px 50px 0;
    border-radius: 6px;
    text-align: center;
    padding: 0 30px 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.case-block-three .category {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    line-height: 1.2em;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    background: #fff;
}

.case-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.case-block-three .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.case-block-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
}

.case-block-three .read-more-link i {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.cases-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.cases-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
}

.cases-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.services-section-two {
    position: relative;
    padding: 100px 0;
}

.services-section-two .top-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-section-two .theme_carousel owl-theme {
    margin: 0 -15px;
}

.service-block-two {
    position: relative;
    padding: 0 15px;
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    background-image: url(../media/pattern-11.9b8b00a8.png);
    background-color: #fff;
}

.service-block-two .image {
    position: relative;
}

.service-block-two .icon {
    position: relative;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    color: #9ca6b6;
    font-size: 60px;
    transform: translateY(-60px);
    margin: 0 auto -40px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1),
        inset 0 -4px 0 0 rgba(12, 41, 87, 0.22);
}

.service-block-two .inner-box:hover .icon {
    opacity: 0;
    transform: scale(0.5);
}

.service-block-two h4 {
    font-size: 22px;
    font-weight: 600;
}

.service-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: 0.5s;
    background-size: cover;
}

.service-block-two .overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #073949;
    opacity: 0.84;
}

.service-block-two .inner-box:hover .overlay {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-two .overlay .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 45px 0;
    margin-bottom: 0;
}

.service-block-two .theme-btn {
    transform: translateY(50%);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    color: #9ca6b6;
}

.service-block-two .btn-style-two .btn-title {
    padding: 8px 40px;
}

.service-block-two .btn-style-two .btn-title i {
    top: 1px;
    font-weight: 400;
    font-size: 16px;
}

.service-block-two .btn-title:before {
    display: none;
}

.services-section-two .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.services-section-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.services-section-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #6a9732;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .owl-dots .owl-dot.active span,
.services-section-two .owl-dots .owl-dot:hover span {
    background-color: #6a9732;
}

.testimonial-section-four {
    position: relative;
    padding: 100px 0;
    background-color: #f7faf5;
}

.testimonial-section-four .auto-container {
    overflow: hidden;
}

.testimonial-section-four .wrapper-box {
    position: relative;
    margin-right: -440px;
}

.testimonial-block-four {
    position: relative;
}

.testimonial-block-four .inner-box {
    position: relative;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.testimonial-block-four .inner-box .image img {
    width: 100%;
}

.testimonial-block-four .content {
    position: relative;
    width: 50%;
    padding: 50px 30px 45px 40px;
}

.testimonial-block-four .content:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 60px;
    width: 37px;
    height: 60px;
    background: url(../media/icon-45.446dee60.png) no-repeat;
}

.owl-item .testimonial-block-four .content:before {
    opacity: 0;
}

.testimonial-block-four .icon-box {
    position: relative;
    padding-left: 75px;
    margin-bottom: 35px;
}

.testimonial-block-four .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.testimonial-block-four h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0c2957;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.testimonial-block-four .text {
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.testimonial-block-four .rating {
    margin-bottom: 7px;
    font-size: 18px;
}

.testimonial-block-four .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.testimonial-block-four .author-title span {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.testimonial-section-four .image-column img {
    border-radius: 6px;
}

.testimonial-section-four .owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 760px;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 70px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.award-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: 100%;
}

.award-section .wrapper-box {
    margin: 0 -50px;
}

.award-section .sec-title.style-three.light .text {
    color: #d2ccda;
    font-weight: 400;
}

.award-block {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.award-block:last-child {
    border-right: 0;
}

.award-block .inner-box {
    position: relative;
}

.award-block .image {
    margin-bottom: 20px;
    text-align: center;
}

.award-block h4 {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.award-section .bottom-text {
    font-size: 18px;
    color: #e9eef8;
}

.award-section .bottom-text a {
    font-weight: 600;
}

.award-section .bottom-text a i {
    font-weight: 400;
    margin-left: 5px;
    font-size: 16px;
}

.news-section-three {
    position: relative;
    padding: 100px 0 70px;
    background-color: #e9eef8;
}

.news-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: repeat;
}

.news-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .image {
    position: relative;
}

.news-block-three .image img {
    width: 100%;
}

.news-block-three .lower-content {
    position: relative;
    background-color: #fff;
    margin: -50px 12px 0;
    border-radius: 6px;
    padding: 0 20px 25px;
}

.news-block-three .lower-content:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #073949;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.news-block-three .inner-box:hover .lower-content:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-three .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #073949;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0 17px;
    border-radius: 12.5px;
    transform: translateY(-50%);
    transition: 0.5s;
    margin-bottom: 5px;
}

.news-block-three .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.news-block-three .post-meta li {
    margin-right: 8px;
    color: #d2ccda;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.news-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 27px;
    line-height: 1.4em;
}

.news-block-three h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-image: url(../media/pattern-6.124d9625.png);
}

.news-block-three h4 a {
    color: #0c2957;
    transition: 0.5s;
}

.news-block-three .inner-box:hover h4 a {
    color: #fff;
}

.news-block-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    font-family: var(--optika-font-family);
    transition: all 0.5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase;
}

.news-block-three .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: 400;
    margin-left: 10px;
}

.news-section-three .news-block-wrapper {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 20px 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.news-block-four .inner-box {
    position: relative;
    padding-bottom: 20px;
}

.news-block-four .lower-content {
    position: relative;
    background-color: #e9eef8;
    border-radius: 6px;
    padding: 0 20px 25px;
    margin-top: 12px;
}

.news-block-four .overlay {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 30px 20px 25px;
    top: 0;
    background-color: #e9eef8;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.news-block-four .inner-box:hover .overlay {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block-four .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #073949;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0 17px;
    border-radius: 12.5px;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 9;
    margin-bottom: 3px;
}

.news-block-four .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.news-block-four .post-meta li {
    margin-right: 8px;
    color: #9ca6b6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.news-block-four h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
}

.news-block-four h4 a {
    color: #0c2957;
    transition: 0.5s;
}

.news-block-four .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #0c2957;
    font-family: var(--optika-font-family);
    transition: all 0.5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.news-block-four .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: 400;
    margin-left: 10px;
}

.news-section-three .read-more-post {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #073949;
    color: #fff;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px;
}

.news-section-three .read-more-post i {
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
}

.meet-up-section {
    position: relative;
    padding: 90px 0;
    background-size: cover;
    background-position: 50%;
}

.meet-up-section .content-box {
    text-align: center;
    padding: 50px 0;
}

.meet-up-section .content-box .icon {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.meet-up-section .content-box h3 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.meet-up-section .content-box h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.meet-up-section .content-box .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.meet-up-section .content-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.meet-up-section .content-box ul li {
    margin-right: 13px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
}

.meet-up-section .content-box ul li a {
    color: #0c2957;
}

.meet-up-section .content-box ul li a i {
    font-weight: 400;
    margin-right: 8px;
}

.meet-up-section .content-box ul li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.meet-up-section .content-box .theme-btn {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    color: #0c2957;
}

.meet-up-section .content-box .theme-btn i {
    font-weight: 400;
    font-size: 16px;
    top: 1px;
}

.meet-up-section .content-box .theme-btn:hover {
    color: #fff;
}

.subscribe-newsletter-two {
    padding-top: 75px;
    padding-bottom: 90px;
    margin-bottom: -28px;
    z-index: 9;
    position: relative;
}

.subscribe-newsletter-two .form-group {
    position: relative;
}

.subscribe-newsletter-two .form-group input {
    height: 60px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    padding-left: 65px;
    padding-right: 180px;
    border-radius: 6px;
    color: #fff;
}

.subscribe-newsletter-two .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-newsletter-two .form-group i {
    color: #fff;
    position: absolute;
    left: 40px;
    top: 17px;
}

.subscribe-newsletter-two h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.download-pdf {
    position: relative;
}

.download-pdf .outer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.download-pdf .left-column {
    width: 50%;
    background-color: #132252;
    padding: 50px 115px;
    background-size: cover;
}

.download-pdf .left-column .inner-box {
    max-width: 585px;
    margin: 0 0 0 auto;
}

.download-pdf .right-column {
    width: 50%;
    background-color: #2f5ce9;
    padding: 50px 115px;
    background-size: cover;
}

.download-pdf .right-column .inner-box {
    max-width: 585px;
}

.download-pdf .icon-box {
    position: relative;
    padding-left: 100px;
}

.download-pdf .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.download-pdf .icon-box h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.download-pdf .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.download-pdf .icon-box a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: var(--optika-font-family);
}

.features-section-five {
    position: relative;
    padding: 100px 0 70px;
}

.features-section-five .link-btn {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.feature-block-five .inner-box {
    position: relative;
    padding: 60px 20px 45px 20px;
    max-width: 270px;
    margin: 0 auto 30px;
}

.feature-block-five .inner-box:before {
    position: absolute;
    content: "";
    left: -42px;
    top: -40px;
    right: -42px;
    bottom: -45px;
    background-image: url(../media/shape-10.e349b238.png);
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
}

.feature-block-five:nth-child(2n) .inner-box:before {
    transform: rotateY(180deg);
}

.feature-block-five .icon {
    margin-bottom: 20px;
    width: 90px;
    position: relative;
}

.feature-block-five h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-block-five .text {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.feature-block-five .read-more-link {
    position: absolute;
    top: 82px;
    right: 22px;
    height: 40px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: 1s;
    opacity: 0;
    transform: scale(0.5);
}

.feature-block-five .inner-box:hover .read-more-link {
    opacity: 1;
    transform: scale(1) rotate(1turn);
}

.features-section-five .theme-btn {
    border-radius: 32px;
    background-color: transparent;
}

.features-section-five .btn-title {
    padding: 13px 45px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #ebf0f9;
    text-transform: uppercase;
}

.features-section-five .theme-btn:hover .btn-title {
    color: #fff;
}

.features-section-five .theme-btn .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.about-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.about-section-five h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-section-five .icon-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.about-section-five .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section-five .icon-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1085ab;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-section-five .icon-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-five .theme-btn {
    border-radius: 32px;
    background-color: transparent;
    margin-bottom: 30px;
}

.about-section-five .btn-title {
    padding: 13px 45px;
    border-radius: 30px;
    color: #0c2957;
    background-color: #fff;
    text-transform: uppercase;
}

.about-section-five .theme-btn:hover .btn-title {
    color: #fff;
}

.about-section-five .theme-btn .btn-title i {
    font-size: 18px;
    margin-left: 8px;
    line-height: 1.4em;
    top: 2px;
    margin-right: 0;
}

.about-section-five .graph {
    margin-bottom: 30px;
}

.services-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.service-block-three .inner-box {
    padding-bottom: 70px;
    padding-right: 40px;
    position: relative;
}

.service-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
    right: 20px;
    bottom: 0;
    background-image: url(../media/pattern-18.8624a361.png);
}

.service-block-three .image {
    position: relative;
}

.service-block-three .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    height: 0%;
    background-color: #0c2957;
    opacity: 0;
    transition: 1s;
}

.service-block-three .inner-box:hover .image:before {
    opacity: 0.9;
    height: 100%;
}

.service-block-three .content {
    position: absolute;
    left: 70px;
    right: 0;
    bottom: 0;
    padding: 22px 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.service-block-three .icon {
    position: absolute;
    left: -70px;
    bottom: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    background-color: #132252;
    color: #fff;
}

.service-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.service-block-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    color: #9ca6b6;
    padding-top: 15px;
    margin-top: 18px;
    border-top: 1px solid #e4e7ee;
    display: block;
    transition: 0.5s;
}

.service-block-three .overlay-content {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}

.service-block-three .inner-box:hover .overlay-content {
    opacity: 1;
}

.service-block-three .overlay-content .icon-box {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.service-block-three .overlay-content .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 70px;
}

.service-block-three .overlay-content h4 {
    color: #fff;
}

.service-block-three .outer-box {
    position: relative;
    padding: 22px 30px 15px 100px;
    background-color: #132251;
}

.service-block-three .outer-box:before {
    position: absolute;
    content: "";
    left: 70px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
}

.service-block-three .outer-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.services-section-three .owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.services-section-three .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 85px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.services-section-three .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.services-section-three .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.services-section-three .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #d8dce5;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.projects-section-two {
    position: relative;
    padding: 100px 0 0;
    background-color: #043544;
}

.projects-section-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-block-two .image,
.project-block-two .inner-box {
    position: relative;
}

.project-block-two .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(
        90deg,
        #043544,
        rgb(168 2 2 / 0%)
    );
    opacity: 0;
    transition: 0.5s;
}

.swiper-slide-active.project-block-two .image:before {
    opacity: 1;
}

.project-block-two .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: 0.7s;
    transition-delay: 0.3s;
}

.swiper-slide-active.project-block-two .content {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.project-block-two .left-box {
    position: relative;
    padding-right: 60px;
}

.project-block-two .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 10px;
}

.project-block-two .category:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    height: 1px;
    width: 50px;
    background-color: #fff;
}

.project-block-two h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.project-block-two .text {
    border-left: 3px solid;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 32px;
}

.projects-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.projects-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -92px;
    top: 0;
    height: 64px;
    width: 64px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-prev:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0;
    color: #9ca6b6;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    background-color: #fff;
    transform: rotate(180deg);
}

.projects-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -92px;
    top: 0;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-next:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 66px;
    right: 0;
    color: #9ca6b6;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    background-color: #fff;
}

.projects-section-two .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.process-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.process-section-three .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.process-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px 30px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}

.process-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-block-three p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: var(--optika-font-family);
    color: #9ca6b6;
    text-transform: uppercase;
}

.process-block-three .icon {
    position: relative;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin-bottom: -10px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-45px);
    transition: 0.5s;
}

.process-block-three .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.process-block-three .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.process-section-three .consult-btn {
    position: relative;
    width: 114px;
    height: 114px;
    border: 7px solid #bfccf7;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.process-section-three .consult-btn i {
    display: block;
    font-size: 25px;
    font-weight: 400;
}

.process-section-three .consult-btn a {
    color: #fff;
}

.faq-section {
    position: relative;
    padding: 100px 0 70px;
    background: #fffaee;
}

.faq-section .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.3;
    bottom: 0;
    background-size: cover;
}

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0;
    margin-bottom: 25px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2em;
    background: #fff;
    font-weight: 500;
    font-family: var(--optika-font-family);
    padding: 15px 58px 15px 30px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.accordion-box .block .acc-btn.active {
    background: #fff;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 30px;
    top: 5px;
    width: 20px;
    height: 30px;
    font-size: 36px;
    color: #a80202;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
    transform: rotate(90deg);
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #0eaf96;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 23px 30px;
    border-top: 1px solid #e4e7ee;
    background: #fff;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
}

.accordion-box .block .content .text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.faq-section .wrapper-box {
    position: relative;
    background: #fff;
    padding: 50px 50px 45px;
}

.faq-section .author-box {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    margin-bottom: 30px;
}

.faq-section .author-box .image {
    position: absolute;
    top: 0;
    left: 0;
}

.faq-section .author-box .image img {
    border-radius: 50%;
}

.faq-section .author-box h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.faq-section .author-box .phone-number {
    position: relative;
    font-size: 30px;
    font-weight: 600;
}

.faq-section .mail {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.faq-section .list {
    margin-bottom: 18px;
}

.faq-section .list li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.faq-section .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #9ca6b6;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.faq-section .read-more-link i {
    margin-left: 5px;
    font-weight: 400;
}

.faq-section .question-icon {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.testimonial-block-five {
    position: relative;
    padding: 100px 0;
}

.testimonial-block-five .logo {
    margin-bottom: 35px;
}

.testimonial-block-five h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.testimonial-block-five .text {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-block-five .rating {
    margin-bottom: 9px;
    font-size: 20px;
}

.testimonial-block-five .author-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.testimonial-block-five .designation {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.testimonial-section-five .author-thumb {
    margin-top: 40px;
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.testimonial-section-five .swiper-slide-active .author-thumb {
    opacity: 1;
}

.testimonial-section-five .quote {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.testimonial-section-five {
    position: relative;
}

.testimonial-section-five:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50%;
    height: 80px;
}

.testimonial-section-five .swiper-nav-button {
    position: absolute;
    right: 30px;
    bottom: 75px;
    width: 140px;
    height: 78px;
    background: #fff;
}

.testimonial-section-five .swiper-button-next,
.testimonial-section-five .swiper-button-prev {
    color: #9ca6b6;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    top: 0;
    background: transparent;
    border: 1px solid #dadee6;
    border-radius: 50%;
    margin: 0;
    transition: all 0.4s ease 0s;
}

.testimonial-section-five .swiper-button-prev {
    transform: rotate(-180deg);
}

.news-section-five {
    background-color: #132252;
    position: relative;
    padding: 100px 0 70px;
}

.news-block-five {
    position: relative;
    margin-bottom: 30px;
}

.news-block-five .inner-box {
    position: relative;
    padding: 40px 30px 33px;
    background-color: #0f1c45;
    background-size: cover;
    border-top: 3px solid;
}

.news-block-five:after,
.news-block-five:before {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 0;
    width: 3px;
    height: 100%;
    transition: 0.5s;
    transform: scale(0);
    z-index: 9;
}

.news-block-five:before {
    right: 15px;
    left: auto;
}

.news-block-five:hover:after,
.news-block-five:hover:before {
    transform: scale(1);
}

.news-block-five .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0f1c45;
    transition: 0.5s;
}

.news-block-five .inner-box:hover:before {
    opacity: 0.92;
}

.news-block-five .inner-box:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    transition: 0.5s;
    transform: scale(0);
}

.news-block-five .inner-box:hover:after {
    transform: scale(1);
}

.news-block-five .date {
    position: relative;
    padding-left: 65px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    margin-bottom: 30px;
    line-height: 1.4em;
    color: #fff;
}

.news-block-five .date strong {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

.news-block-five .author {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.news-block-five .author img {
    border-radius: 50%;
}

.news-block-five .title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    pointer-events: none;
    width: max-content;
    transition: all 0.5s ease 0s;
    padding: 0 11px;
    border-radius: 6px;
    background: #cbd3d8;
}

.news-block-five .author:hover .title {
    opacity: 1;
}

.news-block-five .title:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 7px;
    bottom: -6px;
    -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    background: #cbd3d8;
}

.news-block-five .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 25px;
    padding: 0 17px;
    border-radius: 12.5px;
}

.news-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #fff;
}

.news-block-five h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-image: url(../media/pattern-6.124d9625.png);
    opacity: 0.5;
}

.news-block-five h4 a {
    color: #fff;
}

.news-block-five .read-more-btn a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #aab1c8;
    font-family: var(--optika-font-family);
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.news-block-five .read-more-btn a i {
    position: relative;
    top: 1px;
    transition: all 0.5s ease 0s;
    margin-left: 5px;
}

.news-block-five .read-more-btn a:hover {
    color: #fff;
}

.news-block-five .comments a {
    position: relative;
    color: #aab1c8;
    transition: 0.5s;
}

.news-block-five .comments i {
    margin-right: 10px;
}

.news-block-five .comments:hover {
    color: #fff;
}

.pricing-section.style-two {
    background-color: #ebf0f9;
}

.pricing-section .ribbon {
    position: absolute;
    top: -10px;
    right: 19px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    padding: 0 11px;
    border-radius: 10px;
    line-height: 21px;
    background-color: #ebf0f9;
}

.pricing-block.style-two {
    padding: 0 15px;
}

.pricing-section.style-two .pricing-content .wrapper-box {
    box-shadow: none;
}

.pricing-block.style-two .inner-box {
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}

.pricing-block.style-two .top-content {
    background-color: #231933;
}

.pricing-block.style-two .top-content .category,
.pricing-block.style-two .top-content .price {
    color: #fff;
}

.pricing-block.style-two.active .lower-content h5 {
    background-color: #231933;
}

.pricing-block.style-two.active .lower-content h5:after,
.pricing-block.style-two.active .lower-content h5:before {
    background-color: #261c36;
}

.pricing-block.style-two .lower-content ul li {
    padding-left: 0;
    font-weight: 500;
}

.pricing-block.style-two .lower-content h4 {
    font-family: inherit;
}

.subscribe-newsletter-three {
    position: relative;
    padding: 100px 0 140px;
    background-size: cover;
}

.subscribe-newsletter-three .content-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}

.subscribe-newsletter-three .content-box .image img {
    width: 100%;
}

.subscribe-newsletter-three .content-box .lower-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
}

.subscribe-newsletter-three .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.subscribe-newsletter-three .form-group {
    position: relative;
}

.subscribe-newsletter-three .form-group input {
    height: 55px;
    border: 1px solid #e4e7ee;
    background: transparent;
    width: 100%;
    padding-left: 45px;
    padding-right: 75px;
}

.subscribe-newsletter-three .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #e4e7ee;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #9ca6b6;
    transition: 0.5s;
}

.subscribe-newsletter-three .form-group i {
    position: absolute;
    left: 21px;
    top: 15px;
}

.subscribe-newsletter-three h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.subscribe-newsletter-three .bottom-content {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
}

.subscribe-newsletter-three .bottom-content a {
    font-weight: 600;
}

.subscribe-newsletter-three .bottom-content a i {
    font-weight: 400;
    font-size: 16px;
    margin-left: 6px;
}

.feature-section-six {
    position: relative;
    margin-top: -80px;
    background-color: #eff2f5;
}

.feature-block-six {
    position: relative;
    z-index: 2;
}

.feature-block-six .inner-box {
    position: relative;
    background: #fff;
    padding: 30px 30px 30px 120px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.feature-block-six:first-child .inner-box {
    border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box {
    border-top-right-radius: 30px;
}

.feature-block-six:first-child .inner-box:before {
    border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box:before {
    border-top-right-radius: 30px;
}

.feature-block-six .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0f3186;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-top: 3px solid;
}

.feature-block-six .inner-box:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.feature-block-six .icon {
    position: absolute;
    left: 30px;
}

.feature-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.5s;
}

.feature-block-six .inner-box:hover h4 {
    color: #fff;
}

.feature-block-six .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

.feature-block-six .inner-box:hover .text {
    color: #fff;
}

.feature-block-six .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    color: #0c2957;
}

.feature-block-six .read-more-link i {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.about-section-four {
    position: relative;
    padding: 100px 0 70px;
}

.about-section-four .image-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section-four .image-block:before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 6px;
    border-image: initial;
    border-radius: 3px;
}

.about-section-four .image-one {
    position: relative;
    margin-left: 130px;
    width: 100%;
    display: inline-block;
    border-radius: 6px;
}

.about-section-four .image-one .image-box {
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
}

.about-section-four .image-one img {
    border-radius: 6px;
    width: 100%;
    transition: 1s;
}

.about-section-four .image-one:hover img {
    transform: scale(1.1);
}

.about-section-four .image-two {
    position: relative;
    margin-top: -206px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
    display: inline-block;
    border-radius: 6px;
}

.about-section-four .image-two .image-box {
    position: relative;
    overflow: hidden;
}

.about-section-four .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-section-four .image-two:hover .image-box:before {
    animation: shine2 1s;
}

.about-section-four .image-two img {
    border-radius: 6px;
}

.about-section-four .logo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 115px;
    height: 115px;
    line-height: 106px;
    text-align: center;
    border-radius: 50%;
    border: 3px dotted #333;
    border-image: initial;
}

.about-section-four .logo:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.27);
    background: #23b723;
    border-radius: 50%;
}

.about-section-four .logo img {
    position: relative;
    width: 64px;
}

.about-section-four .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-four .text-block:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-four .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-four .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-four .author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 40px;
}

.about-section-four .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e1e5e9;
}

.about-section-four .author-info h4,
.about-section-four .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-four .text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-section-four .text,
.about-section .text,
.about-section .text p,
.about-section-four .text p {
    font-size: 17px;
    font-weight: 500;
}

.about-section-four .sec-title h2 {
    font-size: 45px;
}

.about-section-four .btn-style-one {
    background-color: #0f3186;
}

.about-section-four .btn-style-one .btn-title {
    text-transform: uppercase;
    padding: 13px 50px;
}

.about-section-four .btn-style-one i {
    font-size: 16px;
    top: 0;
}

.about-section-four .link-btn {
    margin-bottom: 30px;
}

.services-section-four {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-four {
    position: relative;
}

.service-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-four .image-box {
    position: relative;
}

.service-block-four .image-box img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-four .image-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0.74;
    background-image: -ms-linear-gradient(3deg, #0f3186 56%, #adbde5 100%);
}

.service-block-four .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    transition: 0.5s;
}

.service-block-four .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-four .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-four .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-four .icon-box h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-four .overlay {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-four .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-four .overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-top: 4px solid;
    border-bottom: 4px solid;
    transform: scale(0);
}

.service-block-four .inner-box:hover .overlay:after,
.service-block-four .inner-box:hover .overlay:before {
    transform: scale(1);
    opacity: 1;
}

.service-block-four .overlay:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0;
    border-left: 4px solid;
    border-right: 4px solid;
    transform: scaleY(0);
}

.service-block-four .content {
    position: relative;
    padding: 35px 30px;
    background-color: #eff2f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: 0.5s;
}

.service-block-four .inner-box:hover .content {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.service-block-four .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.why-choose-us-section-two {
    padding-top: 100px;
    padding-bottom: 70px;
}

.why-choose-us-section-two .sec-title {
    margin-bottom: 40px;
}

.why-choose-us-section-two .text {
    position: relative;
    color: #bac6e3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.whay-choose-block .inner-box {
    position: relative;
    padding-left: 150px;
    margin-bottom: 30px;
    min-height: 120px;
}

.whay-choose-block .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}

.whay-choose-block .icon span {
    height: 70px;
    width: 70px;
    border: 1px solid #ffffff30;
    line-height: 68px;
    text-align: center;
    background-color: #183783;
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 20px;
    transition: 0.5s;
}

.whay-choose-block .inner-box:hover .icon span {
    border-radius: 0;
}

.whay-choose-block .icon:before {
    position: absolute;
    content: "";
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background-image: url(../media/pattern-15.27763b00.png);
    border-radius: 50%;
}

.whay-choose-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.whay-choose-block .text {
    font-size: 18px;
    font-weight: 500;
    color: #bac6e3;
    margin-bottom: 35px;
}

.why-choose-us-section-two .image {
    position: relative;
    margin-top: -50px;
    margin-right: -290px;
    margin-bottom: -30px;
}

.projects-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.project-block-three .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-three .image img {
    position: relative;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-three .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.project-block-three .overlay-content:before {
    position: absolute;
    content: "";
    opacity: 0.9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -ms-linear-gradient(
        90deg,
        #0f3186 0,
        rgba(15, 49, 134, 0) 100%
    );
}

.project-block-three .inner-box:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.project-block-three .overlay-content .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    transform: translateX(30px) rotate(-1turn);
    transition: all 0.5s ease 0s;
}

.project-block-three .inner-box:hover .overlay-content .link-btn {
    transform: translateX(0) rotate(0deg);
}

.project-block-three .overlay-content .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}

.project-block-three .overlay-content .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.project-block-three .overlay-content .category {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-block-three .overlay-content .text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 0.5s ease 0s;
    margin-bottom: 0;
}

.project-block-three .inner-box:hover .overlay-content .content .text {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
}

.page-title {
    position: relative;
    padding: 140px 0;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 6px;
    overflow: hidden;
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(
        0deg,
        #073949,
        rgba(32, 22, 48, 0)
    );
}

.page-title .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title .content-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child {
    padding: 0;
    margin: 0;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: Font Awesome\5 Pro;
    top: -1px;
    right: 0;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

.error-section {
    position: relative;
    padding: 100px 0;
}

.error-section .image {
    margin-bottom: 60px;
}

.error-section h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.error-section .text {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

.faq-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.faq-section-two .icon {
    margin-bottom: 20px;
}

.faq-section-two h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-section-two form {
    position: relative;
    max-width: 770px;
    margin: 0 auto 25px;
}

.faq-section-two form input {
    position: relative;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    width: 100%;
}

.faq-section-two form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
    line-height: 60px;
    font-size: 20px;
    background-color: transparent;
}

.faq-section-two .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.contact-section.style-two {
    margin-top: 20px;
}

.contact-section.style-two
    .subscribe-newsletter
    .form-group
    button.btn-style-four {
    background-image: inherit;
    border-radius: 25px;
}

.contact-section.style-two .sec-title .text-decoration .left:after,
.contact-section.style-two .sec-title .text-decoration .left:before,
.contact-section.style-two .sec-title .text-decoration .right:after,
.contact-section.style-two .sec-title .text-decoration .right:before,
.contact-section.style-two .sec-title .text-decoration:before {
    background-color: #fff;
}

.contact-section.style-two .subscribe-newsletter h2 {
    padding-bottom: 0;
}

.contact-section.style-two .subscribe-newsletter .text {
    padding-bottom: 20px;
}

.contact-section.style-two .sec-title {
    margin-bottom: 50px;
}

.accordion-box.style-two .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-two .block .acc-content {
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block .acc-btn.active {
    background: #073949;
    border-color: #073949;
    color: #fff;
    border-left: 3px solid;
}

.accordion-box.style-three .block {
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.1);
}

.accordion-box.style-three .block .acc-btn {
    border: 1px solid #dee2e6;
}

.accordion-box.style-three .block .acc-btn.active {
    border-color: #fff;
    border-left: 3px solid;
    background-color: #fff;
}

.sidebar-page-container {
    position: relative;
    padding: 100px 0 70px;
}

.sidebar-page-container .pattern {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-size: cover;
}

.sidebar {
    position: relative;
    margin-bottom: 30px;
}

.widget + .widget {
    margin-top: 50px;
}

.widget .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.widget_search .form-group input[type="search"] {
    position: relative;
    width: 100%;
    height: 57px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 500;
    color: #5a5a68;
    padding: 10px 80px 10px 20px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    width: 50px;
    height: 57px;
}

.pagination,
.widget_search .form-group {
    position: relative;
}

.pagination {
    display: block;
    margin-bottom: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #5a5a68;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
}

.pagination li a,
.pagination li a:before {
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
}

.pagination li a:before {
    position: absolute;
    content: "";
    border-radius: 5px;
    left: -1px;
    top: -1px;
    transform: scale(0);
    z-index: -1;
}

.pagination li a.active:before,
.pagination li a:hover:before {
    transform: scale(1);
}

.pagination li a.active,
.pagination li a:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.portfolio-section {
    position: relative;
    padding: 100px 0 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.filter-tabs.filter-btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.filter-tabs.filter-btns li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px 50px;
    cursor: pointer;
}

.filter-tabs.filter-btns li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    transition: 0.5s;
    transform: scale(0);
}

.filter-tabs.filter-btns li.active:before {
    transform: scale(1);
}

.filters {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
}

.filter-tabs.filter-btns li span.count {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    display: block;
    transition: 0.5s;
    opacity: 0;
    transition-delay: 0.5s;
}

.filter-tabs.filter-btns li.active span.count {
    opacity: 1;
}

.portfolio-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.project-block-four {
    position: relative;
}

.project-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
}

.project-block-four .inner-box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.project-block-four .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #fff;
    transition: 0.5s;
    opacity: 0;
    transform: scaleY(0.7);
}

.project-block-four .inner-box:hover:before {
    opacity: 1;
    transform: scaleY(1);
}

.project-block-four .image img {
    width: 100%;
}

.project-block-four .inner-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    text-align: center;
}

.project-block-four .inner-box:hover .overlay {
    transform: translateY(50%);
    bottom: 50%;
}

.project-block-four h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
}

.project-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.project-block-five {
    position: relative;
}

.project-block-five .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.project-block-five .image img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.project-block-five .lower-content {
    position: relative;
    transition: 0.5s;
    padding-top: 30px;
    padding-bottom: 40px;
}

.project-block-five .inner-box:hover .lower-content {
    padding-left: 70px;
}

.project-block-five .link-btn {
    position: absolute;
    left: 0;
    top: 30px;
    transform: translateX(20px) rotate(-1turn);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-five .inner-box:hover .link-btn {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}

.project-block-five .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

.project-block-five h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.project-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

.project-block-six {
    position: relative;
}

.project-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
}

.project-block-six .image img {
    width: 100%;
}

.project-block-five .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    background: #073949;
    transition: 0.5s;
}

.project-block-five .inner-box:hover .image:before {
    opacity: 0.9;
}

.project-block-six .inner-box .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    text-align: center;
}

.project-block-six .inner-box:hover .content-box {
    transform: translateY(50%);
    bottom: 50%;
}

.project-block-six h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    font-family: inherit;
    opacity: 0;
    transition: 0.5s;
}

.project-block-six .inner-box:hover h5 {
    opacity: 1;
}

.project-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 35px;
}

.project-block-six .link-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateY(20px) translateX(-50%) rotate(-1turn);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.project-block-six .inner-box:hover .link-btn {
    transform: translateX(0) translateX(-50%) rotate(0deg);
    opacity: 1;
}

.project-block-six .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}

.project-block-seven {
    position: relative;
}

.project-block-seven .inner-box {
    position: relative;
    padding: 30px;
    border-radius: 6px;
}

.project-block-seven h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.project-block-seven h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.project-block-seven .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.project-block-seven .read-more-link i {
    margin-left: 5px;
}

.projects-section-three .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.projects-section-three .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.project-details {
    position: relative;
    padding: 100px 0 70px;
}

.project-details .top-box {
    position: relative;
    margin-bottom: 70px;
}

.project-details h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}

.project-details .project-info {
    position: relative;
    margin-bottom: 20px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
    margin-bottom: 5px;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.project-details .project-info .social-links {
    position: relative;
}

.project-details .project-info .social-links li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.project-details .project-info .social-links li a {
    font-size: 16px;
    color: #0c2957;
    transition: 0.5s;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.project-details .text {
    margin-bottom: 35px;
}

.project-details .text p {
    font-size: 18px;
    font-weight: 500;
}

.services-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.services-section-five .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.service-block-five {
    position: relative;
}

.service-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
}

.service-block-five .inner-box .content-box {
    position: relative;
    padding: 30px 30px 30px 133px;
    border-radius: 6px;
    transition: 0.5s;
    background-color: #fff;
    z-index: 9;
    min-height: 120px;
}

.service-block-five .inner-box .content-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0f3186;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.service-block-five .inner-box:before {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 20px;
    opacity: 0.3;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: 0.5s;
    background-color: #0f3186;
}

.service-block-five .inner-box:hover:before {
    bottom: -10px;
}

.service-block-five .inner-box:after {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 10px;
    opacity: 0.5;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #0f3186;
    transition: 0.5s;
}

.service-block-five .inner-box:hover:after {
    bottom: -5px;
}

.service-block-five .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    padding-right: 20px;
    line-height: 60px;
    color: #a3b4ce;
    border-right: 1px solid #e1e5e9;
    transition: 0.5s;
}

.style-two .service-block-five .icon {
    color: #0c2957;
}

.style-two .service-block-five .inner-box:hover .icon {
    color: #fff;
}

.service-block-five .inner-box:hover .icon {
    border-color: #4b65a4;
}

.service-block-five h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
}

.service-block-five .inner-box:hover h4 {
    color: #fff;
}

.style-three .service-block-five .inner-box .content-box:before,
.style-three .service-block-five .inner-box:after,
.style-three .service-block-five .inner-box:before {
    background-color: #073949;
}

.style-three .service-block-five .inner-box:hover .icon {
    color: #fff;
}

.testimonial-section-six {
    position: relative;
    padding: 100px 0 0;
}

.testimonial-section-six .wrapper-box {
    position: relative;
}

.testimonial-section-six .pointer-block {
    position: absolute;
    left: 3%;
    top: 28%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.testimonial-section-six .pointer-block:nth-child(2) {
    left: 15.5%;
    top: 35.5%;
}

.testimonial-section-six .pointer-block:nth-child(3) {
    left: 31%;
    top: 19%;
}

.testimonial-section-six .pointer-block:nth-child(4) {
    left: 32.5%;
    bottom: 31%;
    top: auto;
}

.testimonial-section-six .pointer-block:nth-child(5) {
    left: 50.5%;
    top: auto;
    bottom: 45%;
}

.testimonial-section-six .pointer-block:nth-child(6) {
    left: auto;
    right: 40.5%;
    top: 28%;
}

.testimonial-section-six .pointer-block:nth-child(7) {
    left: auto;
    right: 30%;
    top: 39%;
}

.testimonial-section-six .pointer-block:nth-child(8) {
    left: auto;
    right: 11%;
    top: auto;
    bottom: 30%;
}

.testimonial-section-six .pointer-block:nth-child(9) {
    left: auto;
    right: 10%;
    top: 29%;
}

.testimonial-section-six .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #96a2bc;
    -ms-box-shadow: 0 0 0 0 #96a2bc;
    -o-box-shadow: 0 0 0 0 #96a2bc;
    box-shadow: 0 0 0 0 #96a2bc;
    animation: ripple 3s infinite;
    transition: 0.5s;
}

.testimonial-section-six .pointer-block:hover .point {
    border-color: #0f3185;
}

.testimonial-section-six .pointer-block .point:after {
    position: absolute;
    content: "";
    left: 9px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #0f3186;
    transition: 0.5s;
}

.testimonial-section-six .pointer-block .point:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s;
}

.testimonial-section-six .pointer-block:hover .point:before {
    background-color: #0f3185;
}

.testimonial-section-six .pointer-block:first-child .point:before,
.testimonial-section-six .pointer-block:nth-child(3) .point:before {
    animation-delay: 0.7s;
}

.testimonial-section-six .pointer-block .content {
    opacity: 0;
    position: relative;
    width: max-content;
    max-width: 430px;
    padding: 33px 50px 33px 55px;
    bottom: 30px;
    left: -100px;
    transition: 1s;
    transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-six .pointer-block .content:before {
    position: absolute;
    content: "";
    left: 98px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-section-six .pointer-block:hover .content {
    opacity: 1;
    transform: translateY(-100%);
}

.testimonial-section-six .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-section-six .pointer-block .content .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.testimonial-section-six .pointer-block .content h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.testimonial-section-six .pointer-block .content h4 span {
    font-size: 18px;
    font-family: var(--optika-font-family);
}

.process-section-four {
    position: relative;
    padding: 100px 0 70px;
    background-color: #0f3186;
}

.process-block-four {
    position: relative;
}

.process-block-four .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.process-block-four .inner-box:before {
    position: absolute;
    content: "";
    right: -121px;
    top: 52px;
    width: 214px;
    height: 35px;
    background: url(../media/icon-31.04686aab.png) no-repeat 50%;
}

.process-block-four:last-child .inner-box:before {
    display: none;
}

.process-block-four .icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto 30px;
    text-align: center;
    background: url(../media/shape-7.a90a8ab5.png) no-repeat 50%;
}

.process-block-four:nth-child(2) .icon {
    background: url(../media/shape-8.246fb100.png) no-repeat 50%;
}

.process-block-four:nth-child(3) .icon {
    background: url(../media/shape-9.81a34b32.png) no-repeat 50%;
}

.process-block-four h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.process-block-four .text {
    position: relative;
    color: #bac6e3;
    font-size: 18px;
    font-weight: 500;
}

.process-section-four .bottom-text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.process-section-four .bottom-text a {
    font-weight: 600;
}

.process-section-four .bottom-text a i {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.award-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #eff2f5;
}

.award-block-two {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.award-block-two .image {
    margin-bottom: 20px;
}

.award-block-two .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-two .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.award-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 70px;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 56px;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    color: #9ca6b6;
    font-size: 20px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff;
}

.award-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    transition: all 0.3s ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #9ca6b6;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:hover:before {
    color: #fff;
}

.contact-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.contact-section-two .contact-form-area {
    position: relative;
    background: #fff;
    padding: 56px 60px 58px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-section-two .theme-btn {
    width: 100%;
    background-color: #00773a;
}

.contact-section-two .theme-btn .btn-title {
    padding: 14.5px 50px;
    border-radius: 30px;
}

.contact-section-two .theme-btn i {
    font-size: 19px;
    top: 1px;
}

.contact-section-two .contact-form textarea {
    height: 115px;
}

.contact-section-two .row {
    margin: 0 -10px;
}

.contact-section-two .contact-form .form-group {
    padding: 0 10px;
}

.contact-section-two .contact-info {
    position: relative;
    padding: 37px 40px 26px;
    background-color: #a80202;
}

.contact-section-two .contact-info .logo {
    margin-bottom: 35px;
}

.contact-section-two .contact-info .logo img {
    width: auto;
}

.contact-section-two .contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.contact-section-two .contact-info ul {
    position: relative;
    margin-bottom: 30px;
}

.contact-section-two .contact-info ul li {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-section-two .contact-info ul li a {
    color: #fff;
}

.contact-section-two .read-more-link {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.contact-section-two .read-more-link i {
    position: relative;
    margin-left: 5px;
}

.contact-section-two .read-more-link:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #576fab;
}

.contact-section-two .owl-theme .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 35px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.contact-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 50px;
    top: 0;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-prev:before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    left: 0;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
}

.contact-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 30px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-next:before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    top: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    right: 0;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s ease 0s;
}

.client-section-two.style-two {
    background-color: #0f3186;
    padding: 100px 0 70px;
}

.client-section-two.style-two .wrapper-box {
    border: 0;
}

.client-section-two.style-two .column {
    border-color: hsla(0, 0%, 100%, 0.1);
}

.client-section-two.style-two .top-content .text {
    color: #fff;
}

.client-section-two.style-two .column img {
    opacity: 1;
}

.news-section-three.style-two {
    background-color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.news-section-three.style-two .news-block-three .read-more-link i {
    font-weight: 900;
}

.news-section-three.style-two
    .news-block-three
    .inner-box:hover
    .read-more-link {
    color: #fff;
}

.news-section-three.style-two .news-block-four .category,
.news-section-three.style-two .news-block-three .category,
.news-section-three.style-two .news-block-three .lower-content:before {
    background-color: #0f3186;
}

.news-section-three.style-two .read-more-post {
    background-color: #0f3186;
    color: #fff;
}

.news-section-three.style-two .read-more-post i {
    font-weight: 900;
}

.main-footer.style-five {
    background-size: cover;
}

.main-footer.style-five .widget-title {
    color: #0c2957;
}

.main-footer.style-five .logo-widget .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    color: #0c2957;
}

.main-footer.style-five .logo-widget .link-btn i {
    margin-right: 0;
    margin-left: 5px;
}

.main-footer.style-five .links-widget ul li a,
.main-footer.style-five .logo-widget .link-btn a {
    color: #0c2957;
}

.main-footer.style-five .links-widget ul li a:after,
.main-footer.style-five .links-widget ul li a:before {
    display: none;
}

.subscribe-widget {
    position: relative;
}

.subscribe-widget .text {
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.subscribe-widget .form-group {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-widget .form-group input {
    height: 56px;
    background: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #0c2957;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.subscribe-widget .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #0f3186;
    color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
}

.subscribe-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

.subscribe-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.subscribe-widget .social-links li a {
    position: relative;
    display: block;
    color: #0c2957;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.subscribe-widget .social-links li a:hover {
    color: #fff;
}

.subscribe-widget .social-links li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s;
}

.subscribe-widget .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.subscribe-widget .social-links li a span {
    position: relative;
}

.main-footer.style-five .footer-bottom {
    padding-bottom: 4px;
    border-top: 1px solid #d1d5d8;
    padding-top: 22px;
}

.main-footer.style-five .footer-bottom .copyright,
.main-footer.style-five .footer-bottom ul.menu li a {
    color: #0c2957;
}

.career-section {
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.career-block,
.career-section {
    position: relative;
}

.career-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background-color: #fff;
    padding: 80px 30px 35px;
    text-align: center;
}

.career-block .time {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #e1e5e9;
    line-height: 28px;
    padding: 0 30px;
    border-radius: 15px;
}

.career-block .icon {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.career-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-block .location {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.career-block .theme-btn {
    background-color: #f1f5f8;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

.career-block .theme-btn:hover .btn-title {
    color: #fff;
}

.career-block .theme-btn .btn-title {
    width: 100%;
}

.career-block ul {
    text-align: left;
}

.career-block ul li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.career-block ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.career-block ul li a {
    color: #0c2957;
}

.career-block ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #84859c;
    font-weight: 400;
}

.services-section-six {
    position: relative;
    padding: 100px 0 70px;
}

.service-block-six {
    position: relative;
}

.service-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.service-block-six .image-box {
    position: relative;
}

.service-block-six .image-box img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
}

.service-block-six .image-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0.74;
    background-image: -webkit-linear-gradient(47deg, #073949 37%, #7a2920 86%);
}

.service-block-six .icon-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    transition: 0.5s;
}

.service-block-six .inner-box:hover .icon-box {
    opacity: 0;
}

.service-block-six .icon-box .icon {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-block-six .icon-box h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
}

.service-block-six .icon-box h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
}

.service-block-six .overlay {
    position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    bottom: 0;
    transition: 0.5s;
    color: #fff;
    font-size: 50px;
    opacity: 0;
}

.service-block-six .inner-box:hover .overlay {
    opacity: 1;
}

.service-block-six .overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
}

.service-block-six .overlay a {
    position: relative;
    height: 100px;
    width: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    color: #fff;
    transform: translateY(100%);
    margin: 0 auto;
    transition: 0.5s;
}

.service-block-six .inner-box:hover .overlay a {
    transform: translateY(50%);
}

.service-block-six .content {
    position: relative;
    padding: 35px 30px;
    background-color: #eff2f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: 0.5s;
}

.service-block-six .inner-box:hover .content {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.service-block-six .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-section-seven {
    position: relative;
    padding: 100px 0;
}

.testimonial-section-seven .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.testimonial-section-seven .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-section-seven .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.testimonial-block-six {
    position: relative;
    padding: 0 15px;
}

.testimonial-block-six .inner-box {
    margin-bottom: 40px;
}

.testimonial-block-six .top-content {
    position: relative;
    background-color: #fff;
    padding: 28px 45px 25px 60px;
    border-radius: 6px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

.testimonial-block-six .top-content:before {
    position: absolute;
    content: "";
    left: 78px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top-color: #fff;
}

.testimonial-block-six .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #dcdfe3;
    transition: 0.5s;
}

.testimonial-block-six .logo .default {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}

.testimonial-block-six .inner-box:hover .logo .default {
    opacity: 0;
}

.testimonial-block-six .logo .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}

.testimonial-block-six .inner-box:hover .logo .hover {
    opacity: 1;
}

.testimonial-block-six .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-six .quote {
    position: absolute;
    font-size: 60px;
    color: #e0e0e4;
    bottom: -20px;
    right: 40px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}

.testimonial-block-six .inner-box:hover .quote {
    bottom: 20px;
}

.testimonial-block-six .rating {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-block-six .rating span {
    margin-right: 3px;
}

.testimonial-block-six .rating .style-two {
    color: #c0cdd3;
}

.testimonial-block-six .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.5s;
}

.testimonial-block-six .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
    margin-top: 30px;
    margin-left: 90px;
}

.testimonial-block-six .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.testimonial-block-six .author-box .image img {
    border-radius: 50%;
}

.testimonial-block-six .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    color: #202020;
    transition: 0.5s;
}

.testimonial-block-six .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    transition: 0.5s;
}

.testimonial-section-seven .testimonial-block-six .inner-box {
    margin-top: 30px;
}

.testimonial-section-seven .sec-title {
    margin-bottom: 20px;
}

.testimonial-section-eight {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.testimonial-section-eight .image-block,
.testimonial-section-eight .testimonial-block-four {
    margin-bottom: 30px;
}

.testimonial-section-nine {
    padding: 100px 0 50px;
    /* background-color: #f1f5f8 */
}

.testimonial-section-nine .testimonial-block-three {
    margin-bottom: 50px;
}

.testimonial-section-ten {
    position: relative;
    padding: 100px 0 60px;
}

.testimonial-block-six.style-two .top-content {
    background: #073949;
    margin-left: 0;
}

.testimonial-block-six.style-two .top-content:before {
    border-top-color: #073949;
    left: 55px;
}

.testimonial-block-six.style-two .author-box {
    margin-left: 40px;
}

.testimonial-block-six.style-two .text {
    color: #d2ccda;
}

.testimonial-block-six.style-two .quote {
    bottom: 30px;
    color: #4d4559;
}

.testimonial-block-six.style-two .inner-box:hover .quote {
    bottom: 30px;
}

.contact-section.style-three {
    background-color: #f1f5f8;
}

.contact-section.style-three .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-three .btn-style-one {
    width: 100%;
}

.contact-section.style-three .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-three .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-three .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: 400;
}

.contact-section.style-three .read-more-link:before {
    display: none;
}

.contact-section.style-three .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-three .contact-section .author-box .phone-numer,
.contact-section.style-three .list li {
    color: inherit;
}

.contact-section.style-three .contact-form .bootstrap-select > .dropdown-toggle,
.contact-section.style-three .contact-form .form-group input[type="email"],
.contact-section.style-three .contact-form .form-group input[type="text"],
.contact-section.style-three .contact-form .form-group select,
.contact-section.style-three .contact-form .form-group textarea {
    border: 1px solid #e3e3e3;
}

.cta-section-two.style-two {
    position: relative;
    padding: 75px 0 45px;
}

.cta-section-two.style-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.92;
}

.cta-section-two.style-two .contact-info .icon,
.cta-section-two.style-two h2 span {
    -webkit-text-fill-color: #fff;
}

.cta-section-two.style-two .btn-style-two .btn-title {
    padding: 13px 50px;
}

.cta-section-two.style-two .btn-style-two .btn-title:before {
    background-color: #222;
}

.team-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.team-section-three {
    position: relative;
    padding: 100px 0;
}

.team-section-three .read-more-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-family: var(--optika-font-family);
}

.team-section-three .read-more-link i {
    margin-left: 5px;
    font-weight: 400;
}

.team-section-three .sec-title .text {
    font-size: 20px;
    color: inherit;
}

.team-section-three .link-btn {
    position: relative;
    margin-top: 50px;
}

.team-section-four {
    position: relative;
    padding-bottom: 70px;
    background-image: -webkit-linear-gradient(90deg, #073949 70%, #fff0);
    padding-top: 101px;
}

.team-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-block-three .image,
.team-block-three .inner-box {
    position: relative;
}

.team-block-three .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #fd4a36, #073949 86%);
    transition: 0.5s;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-three:hover .image:before {
    opacity: 0.9;
    transform: perspective(400px) rotateX(0deg);
}

.team-block-three .image img {
    width: 100%;
    filter: grayscale(1);
    transition: 0.5s;
}

.team-block-three .inner-box:hover .image img {
    filter: grayscale(0);
}

.team-block-three .content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    opacity: 0;
    z-index: 9;
    transition: 0.5s;
}

.team-block-three .inner-box:hover .content {
    opacity: 1;
}

.team-block-three .content .author-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.team-block-three .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.team-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.team-block-three .social-links {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    transition: 0.5s;
    transform: scaleX(0);
}

.team-block-three .inner-box:hover .social-links {
    transform: scaleX(1);
}

.team-block-three .social-links li a {
    width: 42px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #e1e5e9;
    transition: 0.5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-three .social-links li:last-child a {
    border-bottom: 0;
}

.contact-section.style-four {
    background-color: #fff;
    padding-bottom: 70px;
}

.contact-section.style-four .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-section.style-four .btn-style-one {
    width: 100%;
}

.contact-section.style-four .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-four .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: inherit;
}

.contact-section.style-four .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: 400;
}

.contact-section.style-four .read-more-link:before {
    display: none;
}

.contact-section.style-four .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-four .contact-section .author-box .phone-numer,
.contact-section.style-four .list li {
    color: inherit;
}

.contact-section.style-four .contact-form .bootstrap-select > .dropdown-toggle,
.contact-section.style-four .contact-form .form-group input[type="email"],
.contact-section.style-four .contact-form .form-group input[type="text"],
.contact-section.style-four .contact-form .form-group select,
.contact-section.style-four .contact-form .form-group textarea {
    border: 1px solid #e3e3e3;
}

.faq-section-three {
    position: relative;
    padding: 100px 0 160px;
}

.faq-section-three .contact-form-area {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
}

.faq-section-three .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-three .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-three .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-three .contact-form .bootstrap-select > .dropdown-toggle,
.faq-section-three .contact-form .form-group input[type="email"],
.faq-section-three .contact-form .form-group input[type="text"],
.faq-section-three .contact-form .form-group select,
.faq-section-three .contact-form .form-group textarea {
    border-color: transparent transparent #e1e5e9;
    padding: 0;
}

.faq-section-three .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-three .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

.team-section-five {
    position: relative;
    padding: 100px 0 135px;
}

.team-section-five .row {
    margin: 0 -30px;
}

.team-block-four {
    position: relative;
    padding: 0 30px;
}

.team-block-four .inner-box {
    position: relative;
    margin-bottom: 60px;
    background-color: #fff;
}

.team-block-four .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.team-block-four .image:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 75px;
    height: 30px;
    background-color: #fff;
    z-index: 6;
    border-top-right-radius: 6px;
}

.team-block-four .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #fd4a36, #073949 86%);
    transition: 0.5s;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.team-block-four:hover .image:before {
    opacity: 0.85;
    transform: perspective(400px) rotateX(0deg);
}

.team-block-four .image img {
    width: 100%;
}

.team-block-four .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.team-block-four .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.team-block-four .social-links-wrapper:hover .icon {
    color: #fff;
}

.team-block-four .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    transition: 0.5s;
    transform: scaleX(0);
    width: max-content;
}

.team-block-four .social-links-wrapper:hover .social-links {
    transform: scaleX(1);
}

.team-block-four .social-links li {
    display: inline-block;
}

.team-block-four .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    transition: 0.5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.team-block-four .social-links li:last-child a {
    border-right: 0;
}

.team-block-four .author-title {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid;
    margin-top: -5px;
    margin-bottom: 20px;
    z-index: 9;
}

.team-block-four h4 {
    font-size: 22px;
    font-weight: 600;
}

.team-block-four .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.team-block-four .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.team-block-four .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.team-section-six {
    position: relative;
    padding: 100px 0 70px;
    background-color: #073949;
}

.team-section-six .sec-top .text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.award-section-three {
    position: relative;
    padding: 100px 0 135px;
    background-color: #fff;
}

.award-section-three .sec-title {
    margin-bottom: 20px;
}

.award-block-three {
    position: relative;
    padding: 30px 15px;
}

.award-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}

.award-block-three .image {
    margin-bottom: 20px;
}

.award-block-three .image img {
    width: auto;
    margin: 0 auto;
}

.award-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.award-section-three .owl-dots {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    top: -20px;
}

.award-section-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.award-section-three .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #e0e0e4;
    border-radius: 6px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.funfacts-section-two.style-two .content {
    background: transparent;
}

.funfacts-section-two.style-two .icon-box {
    background: transparent;
    top: 63px;
}

.funfacts-section-two.style-two .inner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
    width: 1px;
    bottom: 20px;
    background: #41394f;
}

.funfacts-section-two.style-two .column:last-child .inner:before {
    display: none;
}

.client-section-two.style-three {
    background-color: #f1f5f8;
    padding-top: 100px;
}

.client-section-two.style-three .column,
.client-section-two.style-three .wrapper-box {
    border-color: #e1e5e9;
}

.award-section.style-two {
    position: relative;
    background-position: 0;
}

.award-section.style-two .bottom-text a {
    color: #fff;
}

.award-section.style-two .sec-title .text {
    color: #d2ccda;
}

.team-section-seven {
    position: relative;
    padding: 100px 0 135px;
}

.contact-details-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section .sec-title h2 {
    padding-bottom: 20px;
}

.contact-info-block .inner-box {
    position: relative;
    padding: 40px 30px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
}

.contact-info-block .icon-box {
    position: relative;
    padding-left: 70px;
    min-height: 70px;
}

.contact-info-block .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-block h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-info-block h4 {
    font-size: 30px;
    font-weight: 600;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-block ul li a {
    color: #0c2957;
}

.contact-form-section {
    position: relative;
    padding-bottom: 70px;
}

.contact-form-section .live-contact {
    position: relative;
    margin-bottom: 30px;
}

.contact-form-section .live-contact img {
    border-radius: 6px;
}

.contact-form-section .live-contact .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    text-align: center;
}

.contact-form-section .live-contact .content .icon {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}

.contact-form-section .live-contact .content h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-form-section .live-contact .content .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-form-section .live-contact .content .btn-style-one .btn-title:before {
    background: #fff;
}

.contact-form-section .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section .contact-form .bootstrap-select > .dropdown-toggle,
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group select,
.contact-form-section .contact-form .form-group textarea {
    border-color: #f1f5f8;
    background-color: #f1f5f8;
    height: 56px;
}

.contact-form-section .contact-form .form-group textarea {
    height: 120px;
}

.contact-form-section .note p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.contact-details-section-two {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.contact-details-section-two:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fffaee;
    content: "";
    height: 50px;
    transform: translateX(-50%);
    border-radius: 6px;
}

.contact-details-section-two .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: inherit;
}

.contact-details-section-two .sec-title h2 {
    padding-bottom: 20px;
}

.contact-details-section-two .bottom-text {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-details-section-two .bottom-text a {
    position: relative;
    font-weight: 600;
}

.contact-details-section-two .bottom-text a i {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.contact-info-block {
    position: relative;
}

.contact-info-block-two {
    position: relative;
    z-index: 2;
}

.contact-info-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-two:first-child .inner-box {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box {
    border-top-right-radius: 30px;
}

.contact-info-block-two:first-child .inner-box:before {
    border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box:before {
    border-top-right-radius: 30px;
}

.contact-info-block-two .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #073949;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-top: 3px solid;
}

.contact-info-block-two .inner-box:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.contact-info-block-two .icon {
    position: absolute;
    left: 35px;
    top: 46px;
}

.contact-info-block-two h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.5s;
}

.contact-info-block-two .inner-box:hover h4 {
    color: #fff;
}

.contact-info-block-two ul li {
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}

.contact-info-block-two .inner-box:hover ul li {
    color: #fff;
}

.contact-info-block-two ul li a {
    color: #0c2957;
    transition: 0.5s;
}

.contact-info-block-two .inner-box:hover ul li a {
    color: #fff;
}

.contact-section.style-five {
    background-color: #f1f5f8;
    padding: 0;
}

.contact-section.style-five .auto-container {
    max-width: 100%;
    padding: 0;
}

.contact-section.style-five .inner-container {
    max-width: 585px;
}

.contact-section.style-five .left-column .inner-container {
    margin: 0 0 0 auto;
}

.contact-section.style-five .left-column,
.contact-section.style-five .right-column {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover;
}

.contact-section.style-five .contact-form {
    margin-bottom: 0;
}

.contact-section.style-five .contact-form .row {
    margin: 0 -10px;
}

.contact-section.style-five .contact-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-section.style-five .btn-style-one {
    width: 100%;
}

.contact-section.style-five .btn-style-one .btn-title {
    padding: 13px 30px;
    border-radius: 28px;
}

.contact-section.style-five .read-more-link {
    text-transform: uppercase;
    padding-left: 0;
    color: #fff;
}

.contact-section.style-five .read-more-link i {
    position: relative;
    margin-left: 5px;
    font-weight: 400;
}

.contact-section.style-five .read-more-link:before {
    display: none;
}

.contact-section.style-five .read-more-link:hover {
    text-decoration: none;
}

.contact-section.style-five .list li {
    color: #d7cfe3;
}

.contact-section.style-five .contact-section .author-box .phone-numer {
    color: inherit;
}

.contact-section.style-five .contact-form .bootstrap-select > .dropdown-toggle,
.contact-section.style-five .contact-form .form-group input[type="email"],
.contact-section.style-five .contact-form .form-group input[type="text"],
.contact-section.style-five .contact-form .form-group select,
.contact-section.style-five .contact-form .form-group textarea {
    border: 1px solid #e3e3e3;
    height: 55px;
}

.contact-section.style-five .author-box .phone-numer {
    color: #fff;
}

.contact-section.style-five .sec-title.light .text {
    color: #d7cfe3;
}

.contact-section.style-five .contact-form-box {
    position: relative;
    padding: 50px 50px 30px;
    background: #fff;
    margin-left: -50px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.contact-section.style-five .contact-form .form-group textarea {
    height: 110px;
}

.faq-section-four {
    padding: 100px 0 160px;
}

.faq-section-five {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.faq-section-five .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.faq-section-five .contact-form-area {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 60px 50px;
}

.faq-section-five .contact-form-area h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section-five .contact-form-area .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-section-five .contact-form .form-group {
    margin-bottom: 15px;
}

.faq-section-five .contact-form .bootstrap-select > .dropdown-toggle,
.faq-section-five .contact-form .form-group input[type="email"],
.faq-section-five .contact-form .form-group input[type="text"],
.faq-section-five .contact-form .form-group select,
.faq-section-five .contact-form .form-group textarea {
    border-color: transparent transparent #e1e5e9;
    padding: 0;
}

.faq-section-five .contact-form .form-group textarea {
    height: 95px;
}

.faq-section-five .contact-form .theme-btn.btn-style-one {
    margin-top: 25px;
}

.contact-details-section-three {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.contact-details-section-three .sec-top .text {
    font-size: 20px;
    font-weight: 500;
}

.contact-details-section-three .outer-box {
    position: relative;
    background: #fff;
    padding: 0 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.contact-info-block-three {
    position: relative;
    z-index: 2;
}

.contact-info-block-three .inner-box {
    position: relative;
    background: #fff;
    padding: 45px 0 40px 85px;
    border-bottom: 1px solid #e1e5e9;
}

.contact-info-block-three:last-child .inner-box {
    border-bottom: 0;
}

.contact-info-block-three .icon {
    position: absolute;
    left: 0;
    top: 46px;
}

.contact-info-block-three h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.5s;
}

.contact-info-block-three ul li {
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}

.contact-info-block-three ul li a {
    color: #0c2957;
    transition: 0.5s;
}

.contact-details-section-three .wrapper-box {
    position: relative;
}

.contact-details-section-three .pointer-block {
    position: absolute;
    left: 21%;
    top: 36%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.contact-details-section-three .pointer-block:nth-child(2) {
    left: 61%;
    top: 45.5%;
}

.contact-details-section-three .pointer-block:nth-child(3) {
    left: auto;
    right: 18.5%;
    top: auto;
    bottom: 28%;
}

.contact-details-section-three .pointer-block:nth-child(4) {
    left: 48.5%;
    bottom: 20.5%;
    top: auto;
}

.contact-details-section-three .pointer-block .point {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    transition: 0.5s;
}

.contact-details-section-three .pointer-block:hover .point {
    border-color: #fec8c2;
    transform: scale(1.7);
}

.contact-details-section-three .pointer-block .point:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    transition: 0.5s;
}

.contact-details-section-three .pointer-block:hover .point:after {
    transform: scale(0.7);
}

.contact-details-section-three .pointer-block .point:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s;
}

.contact-details-section-three .pointer-block:hover .point:before {
    background-color: #fca197;
}

.contact-details-section-three .pointer-block:first-child .point:before,
.contact-details-section-three .pointer-block:nth-child(3) .point:before {
    animation-delay: 0.7s;
}

.contact-details-section-three .pointer-block .content {
    opacity: 0;
    position: relative;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    bottom: 30px;
    left: -100px;
    transition: 1s;
    transform: translateY(-110%);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    pointer-events: none;
}

.contact-details-section-three .pointer-block .content:before {
    position: absolute;
    content: "";
    left: 90px;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.contact-details-section-three .pointer-block:hover .content {
    opacity: 1;
    transform: translateY(-100%);
}

.contact-details-section-three .pointer-block .content .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    text-align: center;
}

.contact-details-section-four {
    padding-bottom: 170px;
}

.contact-details-section-four,
.contact-form-section-two {
    position: relative;
    padding-top: 100px;
    background-color: #f1f5f8;
}

.contact-form-section-two {
    padding-bottom: 70px;
}

.contact-form-section-two .contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form-section-two .contact-form .bootstrap-select > .dropdown-toggle,
.contact-form-section-two .contact-form .form-group input[type="email"],
.contact-form-section-two .contact-form .form-group input[type="text"],
.contact-form-section-two .contact-form .form-group select,
.contact-form-section-two .contact-form .form-group textarea {
    border-color: #fff;
    background-color: #fff;
    height: 56px;
}

.contact-form-section-two .contact-form .form-group textarea {
    height: 120px;
}

.heighlight-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}

.heighlight-section:before {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    background: #fff;
    content: "";
    height: 50px;
    transform: translateX(-50%);
    border-radius: 6px;
}

.heighlight-block {
    position: relative;
}

.heighlight-block .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.heighlight-block .inner-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e1e5e9;
    width: 1px;
}

.heighlight-block:last-child .inner-box:before {
    display: none;
}

.heighlight-block .icon {
    position: relative;
    margin-bottom: 30px;
}

.heighlight-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.heighlight-block .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.heighlight-block .theme-btn {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.news-block-six {
    position: relative;
}

.news-block-six .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-six .image img {
    border-radius: 6px;
}

.news-block-six .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    padding: 0 40px 40px;
}

.news-block-six .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    transform: translateY(-12px);
    margin-bottom: 10px;
    transition: 0.5s;
    background: #292f43;
    width: max-content;
    line-height: 18px;
}

.news-block-six .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block-six .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: grey;
    margin-right: 5px;
    transition: 0.5s;
}

.news-block-six .post-meta li i {
    margin-right: 5px;
}

.news-block-six h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 30px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.news-block-six h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../media/border-shape-2.8e7f34a3.png) repeat-x 50%;
}

.news-block-six h4 a {
    color: #202020;
    transition: 0.5s;
}

.news-block-six .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.news-block-six .bottom-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-block-six .social-links-wrapper {
    position: relative;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.news-block-six .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px solid #e1e5e9;
}

.news-block-six .social-links-wrapper:hover .icon {
    color: #fff;
}

.news-block-six .social-links {
    position: absolute;
    right: 65px;
    top: 5px;
    overflow: hidden;
    transition: 0.5s;
    transform: scaleX(0);
    width: max-content;
}

.news-block-six .social-links-wrapper:hover .social-links {
    transform: scaleX(1);
}

.news-block-six .social-links li {
    display: inline-block;
}

.news-block-six .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e1e5e9;
    transition: 0.5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
    border-radius: 50%;
}

.news-block-six .social-links li:last-child a {
    border-right: 0;
}

.blog-sidebar {
    position: relative;
    border: 1px solid #e1e5e9;
    background-color: #f1f5f8;
    padding: 40px 30px;
    border-radius: 6px;
}

.blog-sidebar .widget_search {
    margin-top: -40px;
    margin-left: -30px;
    margin-right: -30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.widget_popular_post {
    position: relative;
}

.widget_popular_post .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget_popular_post .post:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-image: url(../media/pattern-6.124d9625.png);
}

.widget_popular_post .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_popular_post .post .post-thumb img {
    border-radius: 50%;
}

.widget_popular_post .post h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.widget_popular_post .post h5 a {
    color: #0c2957;
    transition: 0.5s ease;
}

.widget_popular_post .post .post-info {
    font-size: 15px;
    font-weight: 500;
}

.widget_archive .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    width: 100%;
    color: #0c2957;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--optika-font-family);
    border-radius: 6px;
}

.widget_archive .dropdown.bootstrap-select {
    width: 100% !important;
}

.widget_archive .bootstrap-select .dropdown-menu li a span.text {
    margin: 0;
    line-height: 40px;
}

.widget_newsletter {
    text-align: center;
    background: #fff;
    margin: 0 -30px -40px;
    padding: 35px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.widget_newsletter .content-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.widget_newsletter .form-group {
    position: relative;
}

.widget_newsletter .form-group input {
    height: 55px;
    border: 1px solid #e4e7ee;
    background: transparent;
    width: 100%;
    padding-left: 45px;
    padding-right: 75px;
}

.widget_newsletter .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #e4e7ee;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 16px;
    color: #9ca6b6;
    transition: 0.5s;
}

.widget_newsletter .form-group i {
    position: absolute;
    left: 21px;
    top: 15px;
}

.widget_newsletter h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
}

.widget_tag_cloud ul {
    margin: 0 -5px;
}

.widget_tag_cloud ul li {
    margin: 0 5px 10px;
    float: left;
}

.widget_tag_cloud ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    transition: 0.5s ease;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.widget_tag_cloud ul li a:hover {
    color: #fff;
}

.team-details-section {
    position: relative;
    padding: 100px 0 70px;
}

.single-team-member {
    position: relative;
    margin-right: 30px;
}

.single-team-member .inner-box {
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.single-team-member .image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .image .author-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    width: 3px;
    height: 45px;
    z-index: 6;
}

.single-team-member .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #fd4a36, #073949 86%);
    transition: 0.5s;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

.single-team-member:hover .image:before {
    opacity: 0.85;
    transform: perspective(400px) rotateX(0deg);
}

.single-team-member .image img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.single-team-member .social-links-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9;
}

.single-team-member .social-links-wrapper .icon {
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #84859c;
    font-size: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.single-team-member .social-links-wrapper:hover .icon {
    color: #fff;
}

.single-team-member .social-links {
    position: absolute;
    right: -50%;
    top: 70px;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    transition: 0.5s;
    transform: scaleX(0);
    width: max-content;
}

.single-team-member .social-links-wrapper:hover .social-links {
    transform: scaleX(1);
}

.single-team-member .social-links li {
    display: inline-block;
}

.single-team-member .social-links li a {
    width: 35px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    transition: 0.5s;
    font-size: 14px;
    color: #838d9e;
    display: inline-block;
}

.single-team-member .social-links li:last-child a {
    border-right: 0;
}

.single-team-member .author-title {
    position: relative;
    padding: 19px 33px;
    margin-top: -92px;
    margin-bottom: 20px;
    z-index: 9;
    background: #fff;
    margin-right: 75px;
    border-top-right-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.single-team-member h4 {
    font-size: 22px;
    font-weight: 600;
}

.single-team-member .designation {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    bottom: -5px;
}

.single-team-member ul.info-list {
    position: relative;
    padding: 10px 30px;
}

.single-team-member ul.info-list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #0c2957;
    margin-bottom: 20px;
}

.single-team-member ul.info-list li a {
    color: #0c2957;
}

.team-details-section .single-team-member ul.info-list li span {
    font-weight: 600;
    display: block;
    color: #838d9e;
}

.team-details-section .working-history {
    position: relative;
}

.team-details-section .working-history .top-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.team-details-section .working-history .top-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.team-details-section .timeline {
    position: relative;
    margin-left: 165px;
    border-left: 1px solid #e4e8eb;
    margin-bottom: 60px;
}

.team-details-section .timeline .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    top: -8px;
}

.team-details-section .timeline li {
    position: relative;
    padding-left: 37px;
}

.team-details-section .timeline li:before {
    position: absolute;
    content: attr(data-date);
    left: -165px;
    top: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    color: #838d9e;
}

.team-details-section .timeline li:after {
    position: absolute;
    content: "";
    left: -7.5px;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e4e8eb;
    border-radius: 50%;
    background-color: #fff;
}

.team-details-section .timeline li.current:after {
    border: 4px solid #fecdc7;
}

.team-details-section .contact-form .bootstrap-select > .dropdown-toggle,
.team-details-section .contact-form .form-group input[type="email"],
.team-details-section .contact-form .form-group input[type="text"],
.team-details-section .contact-form .form-group select,
.team-details-section .contact-form .form-group textarea {
    background-color: #f1f5f8;
    border-color: #f1f5f8;
}

.team-details-section .contact-form .form-group i {
    position: absolute;
    top: 20px;
    right: 35px;
}

.team-details-section .bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.widget_categories {
    margin-bottom: 45px;
}

.widget_categories .categories-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e5e9;
}

.widget_categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0 13px 20px;
    transition: 0.5s;
}

.widget_categories .categories-list li a:hover {
    padding-left: 0;
}

.widget_categories .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 0;
    top: 16px;
    transition: all 0.5s ease;
}

.widget_categories .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories .categories-list li a span {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    padding-left: 20px;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
}

.widget_categories .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
    font-size: 13px;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}

.widget_categories .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories .widget-title {
    margin-bottom: 7px;
}

.widget_categories_two {
    margin-bottom: 45px;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.widget_categories_two .categories-list li {
    position: relative;
    display: block;
    border: 1px solid #e1e5e9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #1e1e2a;
    padding: 14px 0 13px 42px;
    transition: 0.5s;
    border-radius: 6px;
}

.widget_categories_two .categories-list li a:hover {
    padding-left: 20px;
    color: #fff;
    background: #073949;
}

.widget_categories_two .categories-list li a:before {
    position: absolute;
    content: "\f063";
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
    font-size: 12px;
    color: #838d9e;
    left: 20px;
    top: 16px;
    transition: all 0.5s ease;
}

.widget_categories_two .categories-list li a:hover:before {
    opacity: 0;
}

.widget_categories_two .categories-list li a span {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    padding-left: 20px;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
}

.widget_categories_two .categories-list li a span:before {
    position: absolute;
    content: "\f061";
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
    font-size: 13px;
    left: 0;
    top: 0;
    color: #fff;
}

.widget_categories_two .categories-list li a:hover span {
    opacity: 1;
}

.widget_categories_two .widget-title {
    margin-bottom: 7px;
}

.widget_brochur {
    position: relative;
    padding: 30px;
    border-radius: 6px;
    background-size: cover;
}

.widget_brochur .widget-content {
    position: relative;
    padding-left: 65px;
}

.widget_brochur .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.widget_brochur h5 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget_brochur h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget_brochur a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #0c2957;
}

.widget_brochur a i {
    margin-right: 10px;
    color: #959ead;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    margin-bottom: 30px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}

.widget_contact .btn-style-one .btn-title:before {
    background-color: #fff;
}

.widget_contact .btn-style-one:hover .btn-title {
    color: #222;
}

.page-title-two {
    position: relative;
    padding: 157px 0;
    background-color: #646464;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.page-title-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 22, 48, 0.85);
}

.page-title-two .content-box {
    padding-left: 22px;
    position: relative;
}

.page-title-two .content-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 4px;
    height: 84px;
}

.page-title-two .content-box h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    color: #fff;
    font-weight: 600;
}

.page-title-two .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    transform: translateY(-12px);
    transition: 0.5s;
    background: #fff;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.page-title-two .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center;
}

.page-title-two .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-right: 5px;
    transition: 0.5s;
}

.page-title-two .post-meta li i {
    margin-right: 5px;
}

.blog-single-post,
.blog-single-post .top-content {
    position: relative;
}

.blog-single-post .lower-content {
    position: relative;
    padding: 0 100px;
    border-radius: 6px;
    margin: -100px 100px 0;
    background-color: #fff;
}

.blog-single-post .title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.blog-single-post .category {
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 3px 21px;
    transform: translateY(-12px);
    transition: 0.5s;
    background: #073949;
    width: max-content;
    line-height: 18px;
    margin: 0 auto 10px;
}

.blog-single-post .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: center;
}

.blog-single-post .post-meta li {
    font-size: 15px;
    font-weight: 500;
    color: #838d9e;
    margin-right: 5px;
    transition: 0.5s;
}

.blog-single-post .post-meta li i {
    margin-right: 5px;
}

.blog-single-post h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-single-post .text {
    margin-bottom: 30px;
}

.blog-single-post .text,
.blog-single-post .text p {
    font-size: 18px;
    font-weight: 500;
}

.blog-single-post .text p a {
    color: #838d9e;
    text-decoration: underline;
}

.blog-single-post blockquote {
    padding: 50px 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #0c2957;
    font-family: var(--optika-font-family);
    font-style: italic;
    text-align: center;
    margin: 0;
    background-color: transparent;
}

.blog-single-post ul.tag {
    padding-bottom: 50px;
    margin: 50px -5px 40px;
    border-bottom: 1px solid #e1e5e9;
    text-align: center;
}

.blog-single-post ul.tag li {
    margin: 0 5px 10px;
    display: inline-block;
}

.blog-single-post ul.tag li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 20px;
    color: #838d9e;
    padding: 3.5px 17px 7px;
    display: inline-block;
    transition: 0.5s ease;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.blog-single-post ul.tag li a:hover {
    color: #fff;
}

.blog-single-post .share-icon {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.blog-single-post .share-icon h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .share-icon .social-links {
    position: relative;
    text-align: center;
}

.blog-single-post .share-icon .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.blog-single-post .share-icon .social-links a {
    font-size: 14px;
    color: #fff;
    font-family: var(--optika-font-family);
    display: inline-block;
    padding: 11.5px 35px;
    border-radius: 25px;
}

.blog-single-post .share-icon .social-links a i {
    margin-right: 10px;
}

.blog-single-post .share-icon .social-links a.facebook {
    background-color: #3b5998;
}

.blog-single-post .share-icon .social-links a.twitter {
    background-color: #55acee;
}

.blog-single-post .share-icon .social-links a.linkedin {
    background-color: #dc4e41;
}

.blog-single-post .share-icon .social-links a.pinterest {
    background-color: #bd081c;
}

.blog-single-post .author-box {
    position: relative;
    padding: 40px 40px 30px 170px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border-radius: 6px;
}

.blog-single-post .author-box .image {
    position: absolute;
    left: 40px;
    top: 40px;
}

.blog-single-post .author-box .image img {
    border-radius: 50%;
}

.blog-single-post .author-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 {
    font-family: inherit;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #838d9e;
}

.blog-single-post .author-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-single-post .author-box .social-links {
    position: relative;
    margin-bottom: 10px;
}

.blog-single-post .author-box .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single-post .author-box .social-links li a {
    position: relative;
    display: block;
    color: #838d9e;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e2e6ea;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.blog-single-post .author-box .social-links li a:hover {
    color: #fff;
    border-color: transparent;
}

.blog-single-post .author-box .social-links li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0.7);
    opacity: 0;
    transition: 0.5s;
}

.blog-single-post .author-box .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.blog-single-post .author-box .social-links li a span {
    position: relative;
}

.blog-post-pagination {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eef2ed;
}

.blog-post-pagination h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.blog-post-pagination .prev-post a {
    position: relative;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .prev-post a i {
    margin-right: 5px;
    transform: rotate(180deg);
    display: inline-block;
}

.blog-post-pagination .next-post {
    text-align: right;
    width: 50%;
}

.blog-post-pagination .next-post .image-box {
    position: relative;
    padding-right: 90px;
}

.blog-post-pagination .next-post .image-box img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination .next-post a {
    position: relative;
    padding-right: 16px;
    color: #838d9e;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-post-pagination .next-post a i {
    margin-left: 5px;
}

.blog-post-pagination .prev-post {
    position: relative;
    width: 50%;
}

.blog-post-pagination .prev-post .image-box {
    position: relative;
    padding-left: 90px;
}

.blog-post-pagination .prev-post .image-box img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.blog-post-pagination:after {
    position: absolute;
    left: 50%;
    content: "";
    top: 45px;
    width: 1px;
    bottom: 45px;
    background-color: #f2f2f2;
}

.blog-post-pagination .next-post a:hover,
.blog-post-pagination .prev-post a:hover {
    color: #f13729;
}

.comments-area {
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog-single-post .group-title,
.comments-area {
    position: relative;
}

.blog-single-post .group-title h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.comments-area .comment-box:last-child .comment {
    padding-bottom: 0;
    border-bottom: 0;
}

.comments-area .comment-box:hover {
    border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
    margin-left: 65px;
}

.comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 20px 110px;
}

.comments-area .comment .comment-inner {
    position: relative;
    padding: 40px;
    background: #f1f5f8;
}

.comments-area .comment-box.reply-comment .comment-inner {
    background-color: #fff;
    border: 1px solid #e1e5e9;
}

.comments-area .comment .comment-inner .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    margin-bottom: 15px;
}

.comments-area .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area .date {
    font-size: 16px;
    color: #838d9e;
    font-weight: 400;
    font-family: var(--optika-font-family);
}

.comments-area .comment-box .reply-comment-btn {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease;
    font-family: var(--optika-font-family);
}

.comment-form,
.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select,
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 20px;
    height: 58px;
    color: #7c7b7b;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f13729;
}

.comment-form .form-group textarea {
    height: 120px;
}

.comment-form button {
    position: relative;
    display: block;
    margin-top: 10px;
}

.comment-form .note {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form .note input {
    margin-right: 7px;
}

.services-details {
    position: relative;
    padding: 100px 0 70px;
}

.services-details .content-side .image-slide {
    position: relative;
    margin-bottom: 50px;
}

.services-details .content-side .image-slide img {
    border-radius: 6px;
}

.services-details .content-side .image-slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 140px;
    background-color: #073949;
    padding: 40px;
    border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.services-details .content-side h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-details .content-side .icon {
    position: relative;
    font-size: 200px;
    line-height: 210px;
    color: #e5ebf4;
}

.services-details .content-side .text {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .text p {
    font-size: 18px;
    font-weight: 500;
}

.services-details .content-side .list {
    position: relative;
}

.services-details .content-side .list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.services-details .content-side .list li i {
    margin-right: 8px;
    font-size: 15px;
}

.service-block-seven {
    position: relative;
}

.service-block-seven .inner-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 10px #00000014;
}

.service-block-seven .icon {
    position: relative;
    padding: 30px 0 15px;
    min-height: 110px;
}

.service-block-seven .icon img {
    width: auto;
    margin: 0 auto;
}

.service-block-seven h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-block-seven .text {
    position: relative;
    padding: 20px;
    background-image: -webkit-linear-gradient(90deg, #fff 10%, #f1f5f8);
    font-size: 18px;
    font-weight: 500;
}

.services-details .tab-btn-style-one {
    position: relative;
    border: 0;
    margin-bottom: 30px;
}

.services-details .tab-btn-style-one li {
    margin-bottom: 10px;
    width: 100%;
}

.services-details .tab-btn-style-one li a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    border: 0;
    color: #0c2957;
    font-family: var(--optika-font-family);
    transition: 0.5s;
}

.services-details .tab-btn-style-one li a.active,
.services-details .tab-btn-style-one li a:hover {
    color: #fff;
}

.services-details .tab-btn-style-one li a:before {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    font-size: 16px;
    right: 20px;
    top: 13px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}

.services-details .tab-btn-style-one li a.active:before,
.services-details .tab-btn-style-one li a:hover:before {
    opacity: 1;
}

.services-details .tab-content {
    position: relative;
    margin-bottom: 30px;
}

.services-details .tab-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-details .tab-content .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.services-details .tab-content img {
    border-radius: 6px;
}

.pricing-section-two {
    position: relative;
    padding: 100px 0 70px;
}

.pricing-block-three {
    position: relative;
}

.pricing-block-three .inner-box {
    position: relative;
    padding: 40px 30px;
    background-color: #eef2f5;
    border-radius: 6px;
    margin-bottom: 50px;
}

.pricing-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -48px;
    width: 100%;
    height: 27px;
    background-image: url(../media/shape-17.99870043.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.pricing-block-three .icon {
    position: relative;
    margin-bottom: 25px;
}

.pricing-block-three h3 {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.1em;
}

.pricing-block-three h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    border-bottom: 0;
}

.pricing-block-three h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
}

.pricing-block-three .price {
    position: relative;
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 15px;
}

.pricing-block-three .price sup {
    position: relative;
    top: -23px;
    font-size: 32px;
}

.pricing-block-three .price span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #838d9e;
    line-height: 1.2em;
}

.pricing-block-three .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.pricing-block-three .btn-style-two .btn-title {
    color: #fff;
    background-color: #073949;
}

.pricing-block-three.popular .inner-box {
    background-color: #073949;
}

.pricing-block-three.popular .text,
.pricing-block-three.popular h3,
.pricing-block-three.popular h4 {
    color: #fff;
}

.pricing-block-three.popular .btn-style-two .btn-title {
    background-color: #fff;
}

.pricing-block-three.popular .btn-style-two:hover .btn-title {
    color: #fff;
}

.pricing-block-three .ribbon {
    position: absolute;
    right: -50px;
    top: -25px;
    transform: rotate(90deg);
    transform-origin: 0;
    padding: 1.5px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--optika-font-family);
}

.pricing-block-three .ribbon:before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 16px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
}

.pricing-block-three .ribbon:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 10px;
    height: 8px;
    background-color: #c32c1b;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.about-section-six {
    position: relative;
    padding: 100px 0 70px;
}

.about-section-six .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.about-section-six .text-block:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-six .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-six .text-block h4 {
    font-size: 22px;
    font-weight: 600;
}

.about-section-six .author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 50px;
}

.about-section-six .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e1e5e9;
}

.about-section-six .author-info h4,
.about-section-six .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-six .content-column .text {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}

.about-section-six .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section-six .experience-years-block {
    position: relative;
    margin-bottom: 30px;
}

.about-section-six .experience-years-block .image {
    position: relative;
    display: inline-block;
}

.about-section-six .experience-years-block .image img {
    border-radius: 50%;
}

.about-section-six .experience-years-block h2 {
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 700;
    color: #fff;
}

.about-section-six .experience-years-block .text {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    padding: 54px 29px 0;
    line-height: 1.2em;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
}

.about-section-six .experience-years-block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 100px;
    bottom: 0;
    background-image: url(../media/shape-18.fd3b62b2.png);
    background-position: 50% 80%;
}

.about-section-six .whay-choose-block .icon:before {
    background-image: url(../media/pattern-18.8624a361.png);
}

.about-section-six .whay-choose-block .text,
.about-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.about-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.about-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

.about-section-seven {
    position: relative;
    padding: 100px 0 70px;
}

.about-section-seven .image-box {
    position: relative;
    z-index: 9;
    text-align: center;
}

.about-section-seven .shape-one {
    position: absolute;
    left: -170px;
    top: -50px;
}

.about-section-seven .shape-two {
    position: absolute;
    left: -100px;
    bottom: 100px;
}

.about-section-seven .image-block .video-box {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 201px;
    height: 200px;
    text-align: center;
    z-index: 11;
    padding: 30px;
    margin-bottom: 30px;
}

.about-section-seven .image-block .video-box a {
    color: #fff;
}

.about-section-seven .play-icon {
    position: absolute;
    top: 50%;
    left: 53%;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.about-section-seven .curved-circle {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
}

.about-section-seven .image-block {
    position: relative;
}

.about-section-seven .image-block:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 30px;
    top: 100px;
    background-color: #0c2957;
    z-index: 2;
}

.about-section-seven .text-block {
    position: relative;
}

.about-section-seven .text-block:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.about-section-seven .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-section-seven .text-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section-seven .author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px;
}

.about-section-seven .author-info {
    position: relative;
    padding-left: 80px;
    border-right: 1px solid #e1e5e9;
    padding-right: 30px;
    margin-right: 30px;
    padding-top: 5px;
}

.about-section-seven .author-info img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section-seven .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.about-section-seven .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section-seven .text {
    font-size: 18px;
    font-weight: 500;
}

.about-section-seven .sec-title {
    margin-bottom: 40px;
}

.about-section-seven .bottom-content {
    margin-bottom: 30px;
}

.about-section-seven .bottom-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-section-seven form {
    position: relative;
}

.about-section-seven .form-group {
    position: relative;
    margin-bottom: 25px;
}

.about-section-seven input {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #eee;
    width: calc(100% - 210px);
    border-radius: 25px;
}

.about-section-seven .theme-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.about-section-seven .phone-number {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--optika-font-family);
}

.progress-levels .progress-box {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 3px;
    margin-left: 0;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -5%;
    top: 0;
    width: 0;
    height: 3px;
    border-bottom: 3px dashed;
    transition: all 2s ease 0.3s;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0;
}

.progress-levels .progress-box .percent {
    position: absolute;
    left: -85px;
    top: -43px;
    letter-spacing: 0;
    font-size: 16px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transition: all 2s ease 0.7s;
    background: #362d45;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.timeline-section {
    position: relative;
    padding: 100px 0 70px;
}

.timeline-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 335px;
    background-size: cover;
}

.timeline-section .sec-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #850707;
    opacity: 0.8;
}

.timeline-section .wrapper-box {
    position: relative;
    overflow: hidden;
}

.timeline-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    flex-direction: row-reverse;
    min-width: 600px;
}

.timeline-block:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 45px;
    width: 2px;
    background-color: #23b723;
    transform: translateX(-50%);
}

.timeline-block:after {
    position: absolute;
    content: "\f13c";
    font-size: 30px;
    color: #fff;
    font-family: Flaticon;
    line-height: 48px;
    top: 0;
    left: 50%;
    background: #23b723;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #fff;
    transform: translateX(-50%) rotate(90deg);
}

.timeline-block li {
    width: 50%;
    padding-left: 80px;
    position: relative;
    margin-bottom: 62px;
}

.timeline-block li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: #23b723;
    border: 9px solid #e4ffe4;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(2n):before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 34px;
    height: 34px;
    background-color: #d4d7de;
    border: 14px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(2n):after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:nth-child(2n) {
    padding-left: 0;
    padding-right: 80px;
    text-align: right;
    transform: translateY(127px);
}

.timeline-block .date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
}

.timeline-block h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.timeline-block .theme-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.timeline-block .read-more-btn {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c2957;
    font-family: var(--optika-font-family);
    margin-top: 7px;
    display: inline-block;
}

.timeline-block .read-more-btn i {
    margin-left: 10px;
}

.timeline-block .shape {
    position: absolute;
    left: 55px;
    top: 7px;
}

.timeline-block li:nth-child(2n) .shape {
    left: auto;
    right: 55px;
}

.experience-section-two {
    position: relative;
    padding: 100px 0 70px;
    background-color: #222;
    background-size: cover;
}

.experience-section-two .progress-levels {
    margin-bottom: 30px;
}

.experience-section-two .progress-box {
    position: relative;
    padding-left: 84px;
    margin-bottom: 30px;
}

.experience-section-two .progress-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.experience-section-two .progress-box .parcent {
    position: absolute;
    left: 0;
    top: 0;
}

.experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:before {
    position: absolute;
    right: -18px;
    top: 2px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two
    .progress-levels
    .progress-box.animated
    .bar
    .bar-fill:after {
    position: absolute;
    right: -15px;
    top: 2px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-section-two .wrapper-box {
    padding-left: 120px;
}

.experience-section-two .wrapper-box h2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg) translateX(0) translateY(-50%);
    transform-origin: 0;
    font-size: 50px;
    opacity: 0.2;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.experience-section-two .counter-column {
    margin-bottom: 50px;
}

.experience-section-two .counter-column .counter-title {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.experience-section-two .counter-column .count-box {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    font-family: var(--optika-font-family);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
}

.experience-section-two .counter-column .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: var(--optika-font-family);
    margin-bottom: 15px;
}

.experience-section-two .counter-column a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.experience-section-two .counter-column a i {
    margin-right: 7px;
}

.why-choose-us-section-three {
    position: relative;
    padding: 100px 0 70px;
}

.why-choose-us-section-three .wrapper-box {
    overflow: hidden;
}

.why-choose-us-section-three .outer-box {
    position: relative;
    margin: -2px;
}

.why-choose-us-section-three .whay-choose-block {
    border: 1px solid #f5f5f5;
    padding: 50px 0 0 30px;
}

.why-choose-us-section-three .whay-choose-block .icon:before {
    background-image: url(../media/pattern-18.8624a361.png);
}

.why-choose-us-section-three .whay-choose-block .text,
.why-choose-us-section-three .whay-choose-block h4 {
    color: #0c2957;
}

.why-choose-us-section-three .whay-choose-block .icon span {
    border-radius: 0;
    background: #fff;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.why-choose-us-section-three .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

.features-section-six {
    position: relative;
    padding: 100px 0 70px;
    background-color: #f1f5f8;
}

.features-section-six .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-section-six .content {
    max-width: 585px;
    margin: 0 0 0 auto;
    padding-left: 15px;
}

.features-section-six .video-box {
    position: relative;
    text-align: right;
    margin-bottom: -70px;
}

.features-section-six .video-box .image {
    position: relative;
}

.features-section-six .video-box .image:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 270px;
}

.features-section-six .video-box .image img {
    position: relative;
}

.features-section-six .video-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 116px;
    border-radius: 50%;
    z-index: 9;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.features-section-six .whay-choose-block {
    position: relative;
}

.features-section-six .whay-choose-block .icon:before {
    background-image: url(../media/pattern-18.8624a361.png);
}

.features-section-six .whay-choose-block .text,
.features-section-six .whay-choose-block h4 {
    color: #0c2957;
}

.features-section-six .whay-choose-block .icon span {
    border-radius: 0;
    background: #f1f5f8;
    color: #ddd;
    border: 1px solid #dcdfe3;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span {
    color: #fff;
}

.testimonial-section-eleven {
    position: relative;
    background-color: #073949;
    padding: 100px 0 0;
    margin-bottom: 100px;
}

.testimonial-section-eleven .wrapper-box {
    position: relative;
}

.testimonial-section-eleven .client-block {
    position: absolute;
    left: 8%;
    top: 20%;
    cursor: pointer;
}

.testimonial-section-eleven .client-block:nth-child(2) {
    left: 24%;
    top: -34px;
}

.testimonial-section-eleven .client-block:nth-child(3) {
    left: 21.5%;
    top: auto;
    bottom: 23%;
}

.testimonial-section-eleven .client-block:nth-child(4) {
    left: 42.5%;
    bottom: 40.5%;
    top: auto;
}

.testimonial-section-eleven .client-block:nth-child(5) {
    left: 57%;
    top: 9%;
}

.testimonial-section-eleven .client-block:nth-child(6) {
    right: 16%;
    top: 24.5%;
    left: auto;
}

.testimonial-section-eleven .client-block:nth-child(7) {
    right: 13%;
    top: -2.5%;
    left: auto;
}

.testimonial-section-eleven .client-block .thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: 0.5s;
}

.testimonial-section-eleven .client-block .thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimonial-section-eleven .client-block .content {
    opacity: 0;
    position: relative;
    width: max-content;
    max-width: 210px;
    padding: 10px 20px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    transition: 1s;
    transform: translateY(-20px) translateX(-50%);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    pointer-events: none;
}

.testimonial-section-eleven .client-block .content:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -23px;
    border: 15px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%);
}

.testimonial-section-eleven .client-block:hover .content {
    opacity: 1;
    transform: translateY(4px) translateX(-50%);
}

.testimonial-section-eleven .client-block .content h4 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-section-eleven .client-block .content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
}

.testimonial-block-seven {
    position: relative;
    z-index: 9;
}

.testimonial-block-seven .image {
    position: relative;
    width: 44%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.testimonial-block-seven .inner-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.testimonial-block-seven .content {
    position: relative;
    width: 56%;
    padding: 30px 30px 30px 60px;
}

.testimonial-block-seven .logo {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}

.testimonial-block-seven .logo img {
    width: auto;
    margin: 0 auto;
    line-height: 56px;
    display: inline-block;
}

.testimonial-block-seven .text {
    position: relative;
    color: #0c2957;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.5s;
    margin-top: 16px;
}

.testimonial-block-seven .author-box {
    position: relative;
    margin-bottom: 5px;
}

.testimonial-block-seven .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--optika-font-family);
    transition: 0.5s;
}

.testimonial-block-seven .author-box span {
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

.testimonial-section-eleven .testimonial-outer {
    position: relative;
    max-width: 770px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(50%);
    border-radius: 6px;
    margin: -50px auto 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.header-style-six {
    position: relative;
    background: #ebe8e4;
}

.header-top.style-six {
    background: #ebe8e4;
    border-bottom: 1px solid #d5d0c9;
}

.header-top.style-six .contact-info-two li a {
    color: #232b3e;
}

.header-top.style-six .contact-info-two li a i {
    position: relative;
    top: 1px;
}

.header-top.style-six .contact-info-two li {
    border-right: none;
}

.header-top.style-six .social-links li a {
    color: #232b3e;
    font-size: 16px;
}

.header-top.style-six .social-links li + li {
    position: relative;
    margin-left: 30px;
}

.header-top.style-six .social-links li:before {
    position: absolute;
    content: "";
    background: #d5d0c9;
    width: 1px;
    height: 20px;
    left: -15px;
    top: 4px;
}

.header-style-six .header-middle .wrapper-box {
    background: transparent;
    padding: 28px 0 44px;
}

.header-style-six .header-middle .logo {
    padding: 0;
    margin: 0;
    background: transparent;
}

.header-style-six .header-middle .icon-box h4 {
    color: #232b3e;
}

.header-style-six .header-middle .icon-box .text {
    color: #727580;
}

.header-style-six .header-middle .icon-box:before {
    background-color: #d5d0c9;
}

.header-style-six .header-upper .upper-inner {
    position: relative;
}

.header-style-six .header-upper .inner-container {
    position: absolute;
    width: 100%;
    top: -34px;
    background: #232b3e;
    min-height: auto;
}

.header-style-six .header-middle .outer-box {
    margin: 0;
}

.header-style-six .header-middle .icon-box:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-style-six .header-middle .contact-info {
    margin-top: -6px;
}

.header-style-six .nav-outer {
    float: none;
}

.header-style-six .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-six .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-six .main-menu .navigation {
    margin-top: 0;
    margin-left: 0;
}

.header-style-six .navbar-right-info {
    margin: 0;
}

.header-style-six .main-menu .navigation > li {
    margin: 0;
    padding: 16px 26px 18px 25px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-style-six .navbar-right-info .btn-style-four {
    border-radius: 0;
}

.header-style-six .navbar-right-info .btn-style-four i {
    position: absolute;
    left: 29px;
    top: 10px;
    font-size: 24px;
    z-index: 2;
}

.header-style-six .navbar-right-info .btn-style-four i:before {
    color: #fff;
}

.header-style-six .navbar-right-info .btn-style-four .btn-title {
    padding: 10px 31px 10px 67px;
    text-transform: uppercase;
    border-radius: 0;
}

.header-style-six .navbar-right-info .link-btn {
    margin: 0 24px;
}

.header-style-six .navbar-right-info .search-inner {
    position: relative;
    padding: 10px 0 10px 12px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-style-six .navbar-right-info .search-form .form-group {
    position: relative;
    margin: 0;
    padding-right: 52px;
}

.header-style-six
    .navbar-right-info
    .search-form
    .form-group
    input[type="search"] {
    position: relative;
    min-width: 200px;
    height: 50px;
    font-size: 16px;
    color: #9b9da8;
    background: transparent;
}

.header-style-six
    .navbar-right-info
    .search-form
    .form-group
    input::-webkit-input-placeholder {
    color: #9b9da8;
}

.header-style-six .navbar-right-info .search-form .form-group button {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 20px;
    color: #9a9ca7;
    background: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.banner-section.style-six {
    position: relative;
    text-align: center;
}

.banner-section.style-six .banner-carousel .content-box h2 {
    padding-bottom: 0;
    margin-bottom: 27px;
    font-size: 70px;
    line-height: 80px;
    text-transform: none;
}

.banner-section.style-six .banner-carousel .content-box h2:after,
.banner-section.style-six .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-six .banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.4;
    z-index: 1;
}

.home-6 .btn-style-four,
.home-6 .btn-style-four .btn-title {
    border-radius: 0;
}

.banner-section.style-six .banner-carousel .content-box {
    display: block;
    min-height: auto;
    padding: 0;
}

.banner-section.style-six .banner-carousel .slide-item {
    padding: 175px 0 280px;
}

.banner-section.style-six .banner-carousel .content-box .btn-box .theme-btn {
    margin: 0;
}

.banner-section.style-six .owl-theme .owl-nav .owl-next:after,
.banner-section.style-six .owl-theme .owl-nav .owl-prev:after {
    border-radius: 0 !important;
    border: 2px solid #fff;
}

.highlights-home-6 {
    position: relative;
    background-color: #ebe8e4;
}

.highlights-home-6 .inner-box {
    position: relative;
    display: block;
}

.highlights-home-6 .inner-box .single-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    background: #232b3e;
    padding: 30px 30px 22px;
}

.highlights-home-6 .inner-box .single-item .icon-box {
    position: relative;
    font-size: 65px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 24px;
}

.highlights-home-6 .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 21px;
    margin-bottom: 26px;
    border-bottom: 2px dotted #5d6a8a;
}

.highlights-home-6 .inner-box .single-item:last-child h3 {
    border-bottom: 2px dotted #8d6737;
}

.highlights-home-6 .inner-box .single-item h3:before {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #5d6a8a;
    width: 100%;
    left: 0;
    bottom: -7px;
}

.highlights-home-6 .inner-box .single-item:last-child h3:before {
    border-bottom: 2px dotted #8d6737;
}

.highlights-home-6 .inner-box .single-item .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.highlights-home-6 .inner-box .single-item .link a i {
    margin-left: 10px;
}

.highlights-home-6 .inner-box .single-item:first-child .link a {
    color: #9b9da8;
}

.highlights-home-6 .video-column .curve-text {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.highlights-home-6 .curved-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    min-height: 140px;
}

.highlights-home-6 .video-column {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 139.5px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.highlights-home-6 .video-column:before {
    position: absolute;
    content: "";
    background: #232b3e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.6;
}

.highlights-home-6 .video-column .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
    line-height: 65px;
    color: #fff;
}

.highlights-home-6 .video-column .video-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.highlights-home-6 .video-column .video-btn a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 1;
    box-shadow: 0 0 0 10px rgba(189, 138, 74, 0.45);
}

.highlights-home-6 .inner-container {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.feature-home-6 {
    position: relative;
    padding-top: 94px;
}

.feature-home-6:before {
    position: absolute;
    content: "";
    background: #ebe8e4;
    width: 100%;
    height: 537px;
    left: 0;
    top: 0;
}

.text-decoration-four {
    position: relative;
    height: 3px;
    width: 70px;
    background: url(../media/sec-title-dec-4.589390ef.png);
    display: block;
}

.text-center .text-decoration-four {
    margin: 0 auto;
}

.feature-home-6 .feature-block .inner-box {
    background: #ebe8e4;
}

.feature-home-6 .feature-block .inner-box,
.feature-home-6 .feature-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature-home-6 .feature-block .inner-box .image-box:before {
    position: absolute;
    content: "";
    background: #232b3e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
}

.feature-home-6 .feature-block .inner-box .image-box img {
    width: 100%;
}

.feature-home-6 .feature-block .inner-box .image-box:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 4px;
    left: 30px;
    bottom: 0;
    transition: all 0.5s ease;
}

.feature-home-6 .feature-block:hover .inner-box .image-box:after {
    width: calc(100% - 60px);
}

.feature-home-6 .feature-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 32px 30px;
}

.feature-home-6 .feature-block .inner-box .content-box .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 14px;
}

.feature-home-6 .feature-block .inner-box .content-box h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.feature-home-6 .feature-block .inner-box .text {
    position: relative;
    padding: 31px 30px 33px;
    margin: 0;
    z-index: 1;
}

.feature-home-6 .feature-block .inner-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #727580;
    transition: all 0.5s ease;
}

.feature-home-6 .feature-block:hover .inner-box .text p {
    color: #9b9da8;
}

.feature-home-6 .feature-block .inner-box .text:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #232b3e;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: -1;
}

.feature-home-6 .feature-block:hover .inner-box .text:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

p {
    margin: 0;
}

.home-6 .sec-title h2 {
    color: #232b3e;
    line-height: 50px;
}

.about-section-two.alternat-2 {
    padding: 95px 0 100px;
}

.about-section-two.alternat-2 .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 6px;
}

.about-section-two.alternat-2 .image-box img {
    width: 100%;
}

.about-section-two.alternat-2 .image-box:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-section-two.alternat-2 .image-box:hover:before {
    animation: shine2 1s;
}

.about-section-two.alternat-2 .content-block .text.light {
    color: #727580;
}

.about-section-two.alternat-2 .content-box {
    padding-right: 40px;
}

.about-section-two.alternat-2 .sec-title {
    margin-bottom: 30px;
}

.service-home-6 {
    position: relative;
    padding: 95px 0 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.service-home-6:before {
    position: absolute;
    content: "";
    background: #232b3e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.96;
}

.sec-title.light h2 {
    color: #fff;
}

.service-home-6 .service-block .inner-box {
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
}

.service-home-6 .service-block .inner-box,
.service-home-6 .service-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-home-6 .service-block .inner-box .image-box img {
    width: 100%;
}

.service-home-6 .service-block .inner-box .content-box .lower-content {
    position: relative;
    padding: 0 20px 20px;
}

.service-home-6
    .service-block
    .inner-box
    .content-box
    .lower-content
    .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    color: #fff;
    margin-top: -50px;
    margin-bottom: 14px;
}

.service-home-6 .service-block .inner-box .lower-content {
    background: -webkit-linear-gradient(-90deg, #303b55, #1a202f 100%);
}

.service-home-6 .service-block .inner-box span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 1px;
}

.service-home-6 .service-block .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 22px;
}

.service-home-6 .service-block .inner-box h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.service-home-6 .service-block .inner-box .link a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 15px;
    background: #2c364d;
    transition: all 0.5s ease;
}

.service-home-6 .service-block .inner-box .content-box {
    position: relative;
    transition: all 0.5s ease;
}

.service-home-6 .service-block .inner-box:hover .content-box {
    opacity: 0;
}

.service-home-6 .service-block .inner-box .overlay-content {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}

.service-home-6 .service-block .inner-box:hover .overlay-content {
    top: 0;
    opacity: 1;
}

.service-home-6 .service-block .inner-box .overlay-content .image-box .text {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    text-align: center;
    justify-content: center;
}

.service-home-6 .service-block .inner-box .overlay-content .image-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #727580;
}

.service-home-6 .service-block .inner-box .overlay-content .lower-content {
    padding: 21px 20px 20px;
}

.service-home-6
    .service-block
    .inner-box
    .overlay-content
    .lower-content
    .link
    a {
    background: transparent;
    border: 2px solid;
}

.service-home-6
    .service-block
    .inner-box
    .overlay-content
    .lower-content
    .link
    a:hover {
    color: #fff;
}

.service-home-6 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 36px;
}

.service-home-6 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: hsla(0, 0%, 100%, 0.15);
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.chooseus-home-6 {
    position: relative;
    padding: 100px 0;
}

.chooseus-home-6:before {
    position: absolute;
    content: "";
    background: #ebe8e4;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.94;
    z-index: 1;
}

.chooseus-home-6 .bg-layer .bg-1 {
    left: 0;
}

.chooseus-home-6 .bg-layer .bg-1,
.chooseus-home-6 .bg-layer .bg-2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.chooseus-home-6 .bg-layer .bg-2 {
    right: 0;
    background-attachment: fixed;
}

.chooseus-home-6 .left-column {
    position: relative;
    display: block;
    color: #fff;
    padding: 52px 40px 50px;
    z-index: 1;
}

.chooseus-home-6 .left-column .author-box {
    position: relative;
    padding: 0 0 0 90px;
    margin-bottom: 32px;
}

.chooseus-home-6 .left-column .author-box .author-thumb {
    position: absolute;
    left: 0;
    top: -2px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.chooseus-home-6 .left-column .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.chooseus-home-6 .left-column .author-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.chooseus-home-6 .left-column .author-box h3 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
}

.chooseus-home-6 .left-column .author-box h3 a {
    display: inline-block;
    color: #fff;
}

.chooseus-home-6 .left-column .author-box h3 a:hover {
    text-decoration: underline;
}

.chooseus-home-6 .left-column .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.chooseus-home-6 .left-column .text p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}

.chooseus-home-6 .left-column .text p:last-child {
    margin-bottom: 0;
}

.chooseus-home-6 .left-column .text p a {
    color: #fff;
}

.chooseus-home-6 .left-column .text p a:hover {
    text-decoration: underline;
}

.chooseus-home-6 .left-column .icon-box {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.chooseus-home-6 .left-column .support-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #fff;
    transition: all 0.5s ease;
}

.chooseus-home-6 .left-column .support-box a:hover {
    background: #fff;
}

.chooseus-home-6 .right-column {
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 2;
}

.chooseus-home-6 .right-column .single-item {
    position: relative;
    padding-left: 170px;
    margin-bottom: 64px;
    min-height: 122px;
}

.chooseus-home-6 .right-column .single-item:last-child {
    margin-bottom: 0;
}

.chooseus-home-6 .right-column .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    background: #fff;
    font-size: 50px;
    transition: all 0.5s ease;
}

.chooseus-home-6 .right-column .single-item:hover .icon-box {
    background: #232b3e;
}

.chooseus-home-6 .right-column .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #232b3e;
    padding-bottom: 15px;
    margin-bottom: 21px;
}

.chooseus-home-6 .right-column .single-item h3:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    background: url(../media/sec-title-dec-4.589390ef.png);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.chooseus-home-6 .right-column .single-item p {
    font-size: 18px;
    color: #727580;
    line-height: 28px;
}

.project-home-6 {
    position: relative;
    padding: 95px 0 100px;
}

.project-home-6 .outer-container {
    position: relative;
    padding: 0 30px;
}

.project-home-6 .single-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-home-6 .single-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #232b3e;
}

.project-home-6 .single-item .inner-box .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.project-home-6 .single-item .inner-box:hover .image-box img {
    opacity: 0.1;
    transform: scale(1.05);
}

.project-home-6 .single-item .inner-box .content-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.project-home-6 .single-item .inner-box .content-box .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.project-home-6 .single-item .inner-box:hover .content-box .text {
    bottom: 7px;
    opacity: 1;
}

.project-home-6 .single-item .inner-box .content-box .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 5px;
}

.project-home-6 .single-item .inner-box .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.project-home-6 .single-item .inner-box .content-box .text h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.project-home-6 .single-item .inner-box .content-box .other-links {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}

.project-home-6 .single-item .inner-box:hover .content-box .other-links {
    opacity: 1;
    transform: scale(1);
}

.project-home-6 .single-item .inner-box .content-box .other-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.project-home-6
    .single-item
    .inner-box
    .content-box
    .other-links
    li:last-child {
    margin-bottom: 0;
}

.project-home-6 .single-item .inner-box .content-box .other-links li a {
    position: relative;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 24px;
    color: #232b3e;
    text-align: center;
    transition: all 0.5s ease;
}

.project-home-6 .single-item .inner-box .content-box .other-links li a:hover {
    color: #fff;
}

.project-home-6 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 36px;
}

.project-home-6 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e9e4de;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.team-home-6 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #ebe8e4;
}

.team-home-6 .single-item .inner-box {
    position: relative;
    display: block;
    padding-bottom: 4px;
}

.team-home-6 .single-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-home-6 .single-item .inner-box .image-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, #bd8a4a, #232b3e 86%);
    transition: 0.5s;
    opacity: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transform: perspective(400px) rotateX(-90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
}

.team-home-6 .single-item .inner-box:hover .image-box:before {
    opacity: 0.8;
    transform: perspective(400px) rotateX(0deg);
}

.team-home-6 .single-item .inner-box .image-box img {
    width: 100%;
}

.team-home-6 .single-item .inner-box .image-box .icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.team-home-6 .single-item .inner-box .image-box .icon-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.team-home-6 .single-item .inner-box .image-box .icon-box a:hover {
    background: #fff;
}

.team-home-6 .single-item .inner-box .lower-content {
    position: relative;
    margin-left: 20px;
    max-width: 190px;
}

.team-home-6 .single-item .inner-box .lower-content .inner {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 26px 22px 23px 20px;
    margin-top: -115px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner {
    margin-top: -183px;
    padding-bottom: 91px;
}

.team-home-6 .single-item .inner-box .lower-content .inner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.team-home-6 .single-item .inner-box .lower-content .inner h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
}

.team-home-6 .single-item .inner-box .lower-content .inner h3 a {
    display: inline-block;
    color: #232b3e;
    transition: all 0.5s ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner h3 a {
    color: #fff;
}

.team-home-6 .single-item .inner-box .lower-content .inner .designation {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner .designation {
    color: #fff;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links {
    position: absolute;
    left: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.team-home-6 .single-item .inner-box:hover .lower-content .inner .social-links {
    opacity: 1;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-home-6
    .single-item
    .inner-box
    .lower-content
    .inner
    .social-links
    li:last-child {
    margin: 0 !important;
}

.team-home-6 .single-item .inner-box .lower-content .inner .social-links li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
}

.team-home-6 .single-item .inner-box .lower-content .inner:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -4px;
    transition: all 0.5s ease;
}

.team-home-6 .sec-title {
    position: relative;
}

.team-home-6 .sec-title .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
}

.testimonial-home-6 {
    position: relative;
    padding: 100px 0 95px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.testimonial-home-6:before {
    position: absolute;
    content: "";
    background: #232b3e;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.95;
}

.testimonial-home-6 .inner-box {
    position: relative;
    display: block;
    max-width: 750px;
    margin: 0 auto;
}

.testimonial-home-6 .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 25px;
}

.testimonial-home-6 .inner-box .thumb-box img {
    border-radius: 50%;
}

.testimonial-home-6 .inner-box .thumb-box:before {
    position: absolute;
    content: "\f14a";
    font-family: Flaticon;
    font-size: 18px;
    bottom: 0;
    right: -14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.testimonial-home-6 .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.testimonial-home-6 .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 2px;
}

.testimonial-home-6 .inner-box .text p {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    color: #c4c9cf;
    font-style: italic;
    margin-bottom: 26px;
}

.testimonial-home-6 .inner-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-home-6 .inner-box .text .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.testimonial-home-6 .owl-nav {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-home-6 .owl-nav .owl-prev {
    left: 0;
    background: url(../media/testimonial-2.73dc8283.png) !important;
    background-repeat: no-repeat;
}

.testimonial-home-6 .owl-nav .owl-next,
.testimonial-home-6 .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s ease;
}

.testimonial-home-6 .owl-nav .owl-next {
    right: 0;
    background: url(../media/testimonial-3.7b42872f.png) !important;
    background-repeat: no-repeat;
}

.testimonial-home-6 .owl-nav .owl-prev:before {
    content: "\f0d9";
    left: 18px;
    bottom: -39px;
}

.testimonial-home-6 .owl-nav .owl-next:before,
.testimonial-home-6 .owl-nav .owl-prev:before {
    position: absolute;
    font-family: Font Awesome\5 Pro;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    transition: all 0.5s ease;
}

.testimonial-home-6 .owl-nav .owl-next:before {
    content: "\f0da";
    right: 18px;
    bottom: -35px;
}

.testimonial-home-6 .owl-nav .owl-prev:after {
    content: "prev";
    left: 35px;
    bottom: -39px;
}

.testimonial-home-6 .owl-nav .owl-next:after,
.testimonial-home-6 .owl-nav .owl-prev:after {
    position: absolute;
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.testimonial-home-6 .owl-nav .owl-next:after {
    content: "next";
    right: 35px;
    bottom: -35px;
}

.news-home-6 {
    padding: 95px 0 70px;
}

.news-home-6,
.news-home-6 .sec-title {
    position: relative;
}

.news-home-6 .sec-title .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-home-6 .news-block-two .lower-content {
    border-radius: 0;
    background: #ebe8e4;
}

.news-home-6 .news-block-two .lower-content:before {
    border-radius: 0;
}

.news-home-6 .news-block-two .read-more-link {
    padding-left: 0;
    padding-right: 15px;
    color: #727580;
    text-transform: uppercase;
}

.news-home-6 .news-block-two .read-more-link:before {
    display: none;
}

.news-home-6 .news-block-two .read-more-link i {
    left: inherit;
    right: 0;
    top: 0;
    opacity: 1;
    font-size: 18px;
}

.cta-home-6 {
    position: relative;
    padding: 55px 0;
}

.cta-home-6 .text {
    position: relative;
    display: block;
    padding-left: 100px;
    margin: 0;
    min-height: 70px;
}

.cta-home-6 .text .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    background: #fff;
    text-align: center;
}

.cta-home-6 .text h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.cta-home-6 .form-inner {
    position: relative;
    margin-top: 5px;
}

.cta-home-6 .form-inner .form-group {
    position: relative;
    margin-bottom: 0;
    padding-right: 200px;
}

.cta-home-6 .form-inner .form-group i {
    position: absolute;
    left: 30px;
    top: 22px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}

.cta-home-6 .form-inner .form-group input[type="email"] {
    position: relative;
    width: 100%;
    display: block;
    height: 70px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    padding: 10px 20px 10px 60px;
    transition: all 0.5s ease;
    border-radius: 0;
}

.cta-home-6 .form-inner .form-group input::placeholder {
    color: #fff;
}

.cta-home-6 .form-inner .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.contact-home-6 {
    position: relative;
    padding: 95px 0 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.contact-home-6 .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 50px 50px;
    box-shadow: 0 0 40px 0 rgba(27, 31, 45, 0.15);
}

.contact-home-6 .default-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.contact-home-6 .default-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-home-6 .default-form .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    color: #232b3e;
    margin-bottom: 8px;
}

.contact-home-6 .default-form .form-group input[type="email"],
.contact-home-6 .default-form .form-group input[type="text"],
.contact-home-6 .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ebe8e4;
    border: 1px solid #ebe8e4;
    font-size: 18px;
    color: #727580;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.5s ease;
}

.contact-home-6 .default-form .form-group textarea {
    resize: none;
    height: 207px;
}

.contact-home-6 .default-form .form-group button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid;
    background: transparent;
    padding: 14.5px 15px;
    transition: all 0.5s ease;
}

.contact-home-6 .default-form .form-group button:hover {
    color: #fff;
}

.contact-home-6 .default-form .form-group.message-btn {
    padding-top: 4px;
}

.home-6 .client-section-two {
    padding: 95px 0 100px;
}

.home-6 .client-section-two .column img {
    opacity: 1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.home-6 .client-section-two .column:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.footer-style-six {
    position: relative;
    width: 100%;
    background: #232b3e;
}

.footer-style-six .footer-top {
    position: relative;
    padding: 96px 0 90px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-style-six a,
.footer-style-six p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #9b9da8;
}

.footer-style-six .footer-top .footer-logo {
    position: relative;
    margin-bottom: 31px;
}

.footer-style-six .footer-top .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-style-six .footer-top .download-box {
    position: relative;
    display: block;
    padding-left: 63px;
    min-height: 56px;
}

.footer-style-six .footer-top .download-box a {
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    border: 2px solid;
    transition: all 0.5s ease;
}

.footer-style-six .footer-top .download-box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.footer-style-six .footer-top .download-box a:hover {
    color: #fff;
}

.footer-style-six .footer-top .widget-title {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 32px;
}

.footer-style-six .footer-top .widget-title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    background: url(../media/sec-title-dec-4.589390ef.png);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.footer-style-six .footer-top .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.footer-style-six .footer-top .links-widget .links-list li {
    position: relative;
    float: left;
    width: 50%;
    display: block;
    margin-bottom: 12px;
}

.footer-style-six .footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0;
}

.footer-style-six .footer-top .links-widget .links-list li a {
    display: inline-block;
}

.footer-style-six .footer-top .counter-widget .single-item {
    position: relative;
    display: block;
    margin-bottom: 18px;
    padding-left: 75px;
}

.footer-style-six .footer-top .counter-widget .single-item:last-child {
    margin-bottom: 0;
}

.footer-style-six .footer-top .counter-widget .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 1px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #303b54;
    font-size: 24px;
    text-align: center;
}

.footer-style-six .footer-top .counter-widget .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-style-six .footer-top .counter-widget .single-item h6 {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #9b9da8;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.footer-style-six .footer-top .location-widget .map-outer {
    position: relative;
    display: block;
}

.footer-style-six .footer-top .location-widget .map-outer #contact-google-map {
    position: relative;
    width: 100%;
    height: 222px;
}

.footer-style-six .footer-bottom {
    position: relative;
    padding: 22px 0;
    border-top: none;
}

.footer-style-six .footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-right: 22px;
}

.footer-style-six .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-six .footer-bottom .footer-nav li a {
    position: relative;
}

.footer-style-six .footer-bottom .footer-nav li a:before {
    position: absolute;
    content: "/";
    top: -3px;
    right: -15px;
    color: #9b9da8;
}

.footer-style-six .footer-bottom .footer-nav li:last-child a:before {
    display: none;
}

.header-style-seven {
    position: relative;
}

.header-style-seven .auto-container {
    max-width: 1590px;
}

.header-style-seven .header-top {
    background: #272c49;
}

.header-style-seven .header-top .contact-info li {
    font-weight: 400;
}

.header-style-seven .header-top .contact-info li i {
    position: relative;
    top: 1px;
}

.header-style-seven .header-top .text {
    font-weight: 400;
}

.header-style-seven .header-top .text i {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.header-style-seven .header-top .text span {
    margin-right: 0;
    padding-right: 0;
}

.header-style-seven .header-upper .logo-box .logo {
    position: relative;
    padding: 28px 30px 30px 0;
    margin-right: 30px;
    float: left;
}

.header-style-seven .header-upper .logo-box .logo:before {
    position: absolute;
    content: "";
    background: #d9e5e3;
    width: 1px;
    height: 50px;
    top: 25px;
    right: 0;
}

.header-style-seven .header-upper .logo-box .login-box {
    position: relative;
    float: left;
}

.header-style-seven .header-upper .logo-box {
    display: flex;
    align-items: center;
}

.header-style-seven .header-upper .logo-box .login-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #717776;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 16px;
    transition: all 0.5s ease;
}

.header-style-seven .header-upper .logo-box .login-box a i {
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    color: #313652;
    font-weight: 400;
    top: 1px;
}

.header-style-seven .header-upper .logo-box .login-box a:before {
    position: absolute;
    content: "\f107";
    font-family: Font Awesome\5 Pro;
    top: 1px;
    right: 0;
    font-size: 16px;
}

.header-style-seven .navbar-right-info .btn-style-four i {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 20px;
    font-weight: 400;
    z-index: 2;
}

.header-style-seven .navbar-right-info .btn-style-four i:before {
    color: #fff;
}

.header-style-seven .navbar-right-info .btn-style-four .btn-title {
    padding: 10px 12px 10px 38px;
}

.search-popup .close-search {
    background: transparent;
}

.header-style-seven .navbar-right-info .search-toggler {
    margin-right: 30px;
}

.header-style-seven .header-upper {
    border-top: none;
}

.header-style-seven .main-menu .navigation > li.dropdown {
    padding-right: 0;
    margin-right: 44px;
}

.header-style-seven .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-seven .main-menu .navigation > li > a {
    font-weight: 700;
    color: #272c49;
}

.header-style-seven .main-menu .navigation > li:last-child {
    margin-right: 0;
}

.header-style-seven .navbar-right-info {
    padding-left: 30px;
    position: relative;
}

.header-style-seven .navbar-right-info:before {
    position: absolute;
    content: "";
    background: #d9e5e3;
    width: 1px;
    height: 50px;
    left: -2px;
    top: 0;
}

.banner-section.style-seven {
    position: relative;
}

.banner-section.style-seven .outer-container {
    position: relative;
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.banner-section.style-seven .pattern-layer {
    position: absolute;
    left: 0;
    top: 325px;
    right: 0;
    width: 100%;
    height: 797px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section.style-seven .banner-carousel .content-box {
    min-height: auto;
    padding: 0;
}

.banner-section.style-seven .banner-carousel .slide-item {
    position: relative;
    padding: 134px 0 145px;
}

.banner-section.style-seven .banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(
        0deg,
        rgba(39, 44, 73, 0.95) 20%,
        hsla(0, 0%, 100%, 0) 100%
    );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-section.style-seven .banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 85px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 27px;
    margin-bottom: 31px;
}

.banner-section.style-seven .banner-carousel .content-box h2 span {
    display: block;
    font-weight: 700;
}

.banner-section.style-seven .banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.banner-section.style-seven .banner-carousel .content-box h2:after {
    display: none;
}

.banner-section.style-seven .banner-carousel .content-box .text {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 28px;
    color: #a6a8b6;
    width: 100%;
}

.banner-section.style-seven
    .banner-carousel
    .content-box
    .btn-style-four
    .btn-title {
    padding: 13px 43px;
    text-transform: uppercase;
}

.banner-section.style-seven .owl-theme .owl-nav .owl-next {
    top: inherit;
    bottom: 120px;
}

.banner-section.style-seven .owl-theme .owl-nav {
    position: absolute;
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.banner-section.style-seven .owl-theme .owl-nav .owl-prev {
    top: inherit;
    bottom: 40px;
    left: inherit;
    right: 50px;
}

.feature-block-five .inner-box {
    z-index: 1;
}

.feature-block-five .inner-box .bg-shape {
    position: absolute;
    left: 0;
    top: 4px;
    width: 270px;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.feature-block-five .inner-box:hover .bg-shape {
    left: -5px;
    top: -1px;
    opacity: 1;
}

.home-7 .sec-title h2 {
    color: #272c49;
}

.service-home-7 {
    position: relative;
    padding: 95px 0 100px;
}

.service-home-7 .single-item .inner-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0/5%);
}

.service-home-7 .single-item .inner-box,
.service-home-7 .single-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-home-7 .single-item .inner-box .image-box:before {
    position: absolute;
    content: "";
    background: #272c49;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 1;
    transition: all 0.5s ease;
}

.service-home-7 .single-item .inner-box:hover .image-box:before {
    height: 100%;
}

.service-home-7 .single-item .inner-box .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.service-home-7 .single-item .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.service-home-7 .single-item .inner-box .lower-content {
    position: relative;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d9e5e3;
    border-top: none;
    padding-right: 80px;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

.service-home-7 .single-item .inner-box .lower-content .text {
    position: relative;
    padding: 25px 20px 22px;
    border-right: 1px solid #d9e5e3;
    border-top: 1px solid #d9e5e3;
    margin: 0;
}

.service-home-7 .single-item .inner-box .lower-content .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 11px;
    border-bottom: 1px solid #d9e5e3;
}

.service-home-7 .single-item .inner-box .lower-content .text h3 a {
    display: inline-block;
    color: #272c49;
    transition: all 0.5s ease;
}

.service-home-7 .single-item .inner-box .lower-content .text p {
    font-size: 18px;
    line-height: 28px;
    color: #717776;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 110px;
    line-height: 110px;
    background-color: #ecf4f3;
    text-align: center;
    border-bottom: 1px solid #d9e5e3;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
}

.service-home-7 .single-item .inner-box .lower-content .othre-box .link a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #b5c1c0;
}

.about-home-7 {
    position: relative;
    padding: 0 180px;
    z-index: 1;
}

.about-home-7 .outer-container {
    position: relative;
    padding: 100px 0 95px;
    background-color: #272c49;
    border-radius: 8px;
}

.about-home-7 .image-box {
    position: relative;
    display: block;
    padding-right: 140px;
    padding-top: 160px;
    margin-right: 20px;
}

.about-home-7 .image-box .image {
    border-radius: 8px;
}

.about-home-7 .image-box .image img {
    width: 100%;
    border-radius: 8px;
}

.about-home-7 .image-box .image-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.about-home-7 .image-box .image-1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-home-7 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-home-7 .image-box:hover .image-1:before {
    animation: shine2 1s;
}

.about-home-7 .image-box .icon-box {
    position: absolute;
    bottom: 80px;
    right: 60px;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    background-color: #31375b;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
    z-index: 1;
}

.about-home-7 .image-box .curved-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    bottom: 89px;
    right: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    min-height: 140px;
    z-index: 1;
}

.home-7 .sec-title.light h2 {
    color: #fff;
}

.about-home-7 .content-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.about-home-7 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.about-home-7 .content-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #a6a8b6;
}

.about-home-7 .content-box .inner-box {
    position: relative;
    display: block;
    padding-left: 170px;
    margin-bottom: 45px;
}

.about-home-7 .content-box .inner-box .award-box {
    position: absolute;
    left: 0;
    top: -5px;
    width: 108px;
    height: 108px;
}

.about-home-7 .content-box .inner-box .award-box:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, 0.1);
    width: 1px;
    height: 107px;
    top: 0;
    right: -32px;
}

.about-home-7 .content-box .inner-box .award-box img {
    width: 100%;
}

.about-home-7 .content-box .inner-box h2 {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 1px;
}

.about-home-7 .content-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.about-home-7 .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.about-home-7 .content-box .link a i {
    position: relative;
    font-size: 24px;
    margin-right: 10px;
    top: 2px;
    font-weight: 400;
}

.about-home-7 .content-box .sec-title {
    margin-bottom: 31px;
}

.chooseus-home-7 {
    position: relative;
    padding: 95px 0 25px;
    background-color: #ecf4f3;
}

.chooseus-home-7 .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 110px;
    margin-left: 30px;
    margin-bottom: 36px;
    padding-bottom: 34px;
    padding-right: 15px;
    border-bottom: 1px solid #d3dfdd;
}

.chooseus-home-7 .inner-box .single-column:last-child .single-item,
.chooseus-home-7 .inner-box .single-column:nth-child(3) .single-item {
    border-bottom: none;
}

.chooseus-home-7 .inner-box .single-item:before {
    position: absolute;
    content: "";
    background: #d3dfdd;
    width: 1px;
    height: calc(100% - 44px);
    top: 4px;
    right: -15px;
}

.chooseus-home-7 .inner-box .single-item:after {
    position: absolute;
    content: "";
    background: #d3dfdd;
    width: 1px;
    height: calc(100% - 44px);
    top: 4px;
    left: -30px;
}

.chooseus-home-7 .inner-box .single-column:last-child .single-item:after,
.chooseus-home-7 .inner-box .single-column:nth-child(2) .single-item:after {
    display: none;
}

.chooseus-home-7 .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    transition: all 0.5s ease;
}

.chooseus-home-7 .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.chooseus-home-7 .inner-box .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #717776;
    margin-bottom: 12px;
}

.chooseus-home-7 .inner-box .single-item a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #272c49;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.chooseus-home-7 .inner-box .single-item a i {
    position: relative;
    font-size: 24px;
    top: 4px;
    color: #b4c1bf;
    margin-right: 10px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.chooseus-home-7 .bg-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1097px;
    background-repeat: no-repeat;
    background-size: cover;
}

.clients-home-7 {
    position: relative;
}

.clients-home-7 .clients-logo-box {
    position: relative;
    display: block;
    padding: 50px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.clients-home-7 .clients-logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.clients-home-7 .clients-logo-box .logo-title {
    position: absolute;
    left: 40px;
    bottom: -38px;
    width: calc(100% - 80px);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.clients-home-7 .clients-logo-box:hover .logo-title {
    bottom: -28px;
    opacity: 1;
    visibility: visible;
}

.clients-home-7 .clients-logo-box .logo-title:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -13px;
    top: -8px;
    transform: rotate(45deg);
}

.clients-home-7 .clients-logo-box .logo-title a {
    position: relative;
    display: block;
    padding: 15px 20px 11px;
    font-size: 18px;
    font-family: Fira Sans, sans-serif;
    line-height: 30px;
    font-weight: 600;
    color: #272c49;
    z-index: 1;
    box-shadow: 0 10px 20px 0 rgb(0 0 0/5%);
}

.clients-home-7 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.clients-home-7 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.clients-home-7 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.works-home-7 {
    position: relative;
    overflow: hidden;
    padding: 95px 0 100px;
}

.works-home-7 .inner-container {
    position: relative;
    display: block;
    background: #e6eeed;
    border-radius: 10px;
    padding: 0 30px 70px;
}

.works-home-7 .single-item {
    position: relative;
    display: block;
    padding: 0 15px;
    margin-bottom: 53px;
}

.works-home-7 .single-item:before {
    position: absolute;
    content: "";
    background: #d3dfdd;
    width: 1px;
    height: 138px;
    right: -15px;
    bottom: 0;
}

.works-home-7 .single-column:last-child .single-item:before {
    display: none;
}

.works-home-7 .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 90px;
    background: #e6eeed;
    text-align: center;
    border-radius: 50%;
    border: 15px solid #fff;
    transition: all 0.5s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: -46px;
    top: -14px;
}

.works-home-7 .single-item span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.works-home-7 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 9px;
}

.works-home-7 .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #717776;
}

.works-home-7 .more-text {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 12px 75px 14px;
    text-align: center;
    border: 2px solid;
    border-radius: 10px;
}

.works-home-7 .more-text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 36px;
}

.works-home-7 .more-text i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
}

.works-home-7 .more-text h3 a {
    display: inline-block;
}

.works-home-7 .more-text h3 a:hover {
    text-decoration: underline !important;
}

.works-home-7 .sec-title {
    margin-bottom: 110px;
}

.works-home-7 .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1018px;
    height: 833px;
    background-repeat: no-repeat;
}

.works-home-7 .pattern-layer .pattern-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 834px;
    height: 828px;
    background-repeat: no-repeat;
}

.home-7 .funfacts-section {
    background: #272c49;
}

.home-7 .fact-counter .count-box {
    background-image: none;
}

.home-7 .fact-counter .inner {
    background: #31375b;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.home-7 .fact-counter .icon-box .counter-title {
    color: #fff;
}

.home-7 .fact-counter .text {
    color: #a6a8b6;
    font-weight: 400;
}

.testimonial-home-7 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.testimonial-home-7 .consult-form {
    transform: translateY(0);
    margin: 0;
}

.testimonial-home-7 .contact-form .bootstrap-select > .dropdown-toggle,
.testimonial-home-7 .form-inner input {
    color: #717776 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.testimonial-home-7 .form-inner .btn-style-three {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 50px;
    background: transparent;
}

.testimonial-home-7 .form-inner .btn-style-three:before {
    left: 2px;
    border-bottom: 2px dashed #0c2957;
}

.testimonial-home-7 .form-inner .btn-style-three i {
    margin-right: 8px;
}

.testimonial-home-7 .form-inner .btn-style-three:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 8px;
    right: 0;
    border-bottom: 1px dashed #2f334f;
}

.testimonial-home-7 .form-inner .btn-style-four {
    width: 100%;
}

.testimonial-home-7 .form-inner .contact-form .form-group {
    padding: 0 10px;
}

.testimonial-home-7 .form-inner {
    position: relative;
}

.testimonial-home-7 .form-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 18px;
    right: 18px;
    bottom: -10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
}

.testimonial-home-7 .form-inner .contact-form {
    z-index: 9;
    box-shadow: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
    position: relative;
    margin: 0 -5px;
}

.testimonial-home-7 .form-inner .sec-title h4 {
    margin-bottom: 12px;
}

.testimonial-home-7 .form-inner .sec-title h2 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.testimonial-home-7 .form-inner .sec-title {
    margin-bottom: 30px;
}

.testimonial-home-7 .form-inner .theme-btn {
    margin-top: 0;
}

.testimonial-home-7 .form-inner .more-text {
    position: relative;
    display: block;
    margin-top: -9px;
}

.testimonial-home-7 .form-inner .more-text p {
    font-size: 18px;
    line-height: 28px;
    color: #717776;
}

.testimonial-home-7 .consult-form {
    position: relative;
    z-index: 9;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    padding: 44px 50px 43px 40px;
    background: #fff;
    border-radius: 10px;
}

.testimonial-home-7 .consult-form:before {
    display: none;
}

.testimonial-home-7 .testimonial-inner {
    position: relative;
}

.testimonial-home-7 .testimonial-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 18px;
    right: 18px;
    bottom: -10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
}

.testimonial-home-7 .testimonial-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 0 55px 50px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
    z-index: 9;
}

.testimonial-home-7 .testimonial-content .inner-box {
    position: relative;
    display: block;
    padding-top: 50px;
}

.testimonial-home-7 .testimonial-content .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 19px;
}

.testimonial-home-7 .testimonial-content .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-home-7 .testimonial-content .quote-text {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 60px;
    font-size: 400px;
    line-height: 320px;
    font-family: Fira Sans, sans-serif;
    color: #e6eeed;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonial-home-7 .testimonial-content .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-home-7 .testimonial-content .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.testimonial-home-7 .testimonial-content .inner-box p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #717776;
}

.testimonial-home-7 .owl-theme .owl-nav .owl-next:after {
    line-height: 56px;
    margin-left: 33px;
}

.testimonial-home-7 .owl-theme .owl-nav .owl-next:after,
.testimonial-home-7 .owl-theme .owl-nav .owl-prev:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    left: 50%;
    transform: translateX(-50%);
    color: #353954;
    border: 1px solid #d9e5e3;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.testimonial-home-7 .owl-theme .owl-nav .owl-prev:after {
    line-height: 50px;
    transform: rotate(180deg);
    margin-left: -61px;
}

.testimonial-home-7 .owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 35px;
    height: 56px;
}

.testimonial-home-7 .owl-theme .owl-nav:before {
    position: absolute;
    content: "";
    background: #d9e5e3;
    width: calc(50% - 80px);
    height: 1px;
    left: 0;
    top: 27px;
}

.testimonial-home-7 .owl-theme .owl-nav:after {
    position: absolute;
    content: "";
    background: #d9e5e3;
    width: calc(50% - 80px);
    height: 1px;
    right: 0;
    top: 27px;
}

.news-home-7 {
    position: relative;
    background: #e6eeed;
    padding: 95px 0 100px;
}

.news-home-7 .news-block-one.style-two,
.news-home-7 .news-block-one.style-two .inner-box {
    border-radius: 8px;
    margin: 0;
}

.news-home-7 .news-block-one .author:before {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.news-home-7 .news-block-one .author:hover:before {
    opacity: 1;
}

.news-home-7 .news-block-one .author {
    transition: all 0.5s ease;
    border-radius: 50%;
}

.news-home-7 .news-block-one .read-more-btn a {
    text-transform: uppercase;
}

.news-home-7 .news-block-one .read-more-btn a i {
    opacity: 1;
    margin-right: 10px;
    position: relative;
    font-size: 24px;
    top: 4px;
    color: #b5c1c0;
    font-weight: 400;
    transition: all 0.5s ease;
}

.news-home-7 .news-block-one h4 a {
    transition: all 0.5s ease;
}

.subscribe-home-7 {
    position: relative;
    overflow: hidden;
    padding: 100px 0 95px;
}

.subscribe-home-7 .inner-box {
    position: relative;
    display: block;
}

.subscribe-home-7 .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #e6eeed;
    border-radius: 50%;
    margin-bottom: 25px;
}

.subscribe-home-7 .inner-box h2 {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 11px;
}

.subscribe-home-7 .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #717776;
    margin-bottom: 33px;
}

.subscribe-home-7 .inner-box .subscribe-form {
    position: relative;
    max-width: 570px;
    width: 100%;
    margin: 0 auto 22px;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group {
    position: relative;
    margin: 0;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 150px 10px 30px;
    font-size: 18px;
    color: #717776;
    font-weight: 400;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.subscribe-home-7 .inner-box .subscribe-form .form-group button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.subscribe-home-7 .inner-box .subscribe-form .form-group button:hover,
.subscribe-home-7 .inner-box .subscribe-form .form-group input:focus + button {
    background: #272c49;
}

.subscribe-home-7 .inner-box .more-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 500;
    margin: 0;
}

.subscribe-home-7 .pattern-layer .pattern-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 967px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe-home-7 .pattern-layer .pattern-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 859px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-style-seven {
    position: relative;
    background: #272c49;
}

.footer-style-seven .footer-top {
    position: relative;
    padding: 96px 0 72px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-style-seven .footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-style-seven .footer-top .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.footer-style-seven .footer-top .contact-widget .info li {
    position: relative;
    display: block;
    padding-left: 36px;
    margin-bottom: 17px;
}

.footer-style-seven .footer-top .contact-widget .info li:last-child {
    margin-bottom: 0;
}

.footer-style-seven .footer-top .contact-widget .info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 28px;
}

.footer-style-seven a,
.footer-style-seven p {
    font-size: 18px;
    line-height: 28px;
    color: #a6a8b6;
    transition: all 0.5s ease;
}

.footer-style-seven .footer-top .contact-widget .info li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-seven .footer-top .links-widget .links-list li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-style-seven .footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0;
}

.footer-style-seven .footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #a6a8b6;
    transition: all 0.5s ease;
}

.footer-style-seven .footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: "\f324";
    font-family: Font Awesome\5 Pro;
    left: 0;
    top: 2px;
    opacity: 1;
    font-size: 12px;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.5s ease;
}

.footer-style-seven .footer-top .links-widget .links-list li a:after {
    display: none;
}

.footer-style-seven .footer-top .gallery-widget .image-list {
    position: relative;
    margin: 0 -8px;
}

.footer-style-seven .footer-top .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 8px 16px;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background: #272c49;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image img {
    width: 100%;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.footer-style-seven
    .footer-top
    .gallery-widget
    .image-list
    li
    .image:hover
    img {
    opacity: 0.1;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 20px;
    color: #fff;
    z-index: 1;
    transition: all 0.5s ease;
}

.footer-style-seven .footer-top .gallery-widget .image-list li .image:hover a {
    transform: translate(-50%, -50%) scale(1);
}

.footer-style-seven .footer-top .gallery-widget .widget-title {
    margin-bottom: 32px;
}

.footer-style-seven .footer-bottom {
    position: relative;
    padding: 23px 0 24px;
    border: none;
}

.footer-style-seven .footer-bottom .logo {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
}

.footer-style-seven .footer-bottom .logo:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, 0.1);
    width: 1px;
    height: 42px;
    top: 0;
    right: 0;
}

.footer-style-seven .footer-bottom .text {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #a6a8b6;
    margin: 0;
}

.footer-style-seven .footer-bottom .text a {
    display: inline-block;
    transition: all 0.5s ease;
}

.footer-style-seven .footer-bottom .text a:hover {
    color: #fff;
}

.footer-style-seven .footer-bottom .left-column {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-style-seven .footer-bottom .social-links {
    margin: 0;
    top: 7px;
}

.header-style-ten {
    position: relative;
    padding: 0 100px;
}

.header-style-ten .header-upper {
    padding-bottom: 47px;
}

.header-style-ten .header-upper .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-10 .btn-style-four {
    border-radius: 30px;
}

.header-style-ten .header-upper .logo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.header-style-ten .header-upper .logo-box .logo {
    position: relative;
    float: left;
    padding: 0 30px 0 0;
    margin-right: 30px;
}

.header-style-ten .header-upper .logo-box .logo:before {
    position: absolute;
    content: "";
    background: #e1e7e5;
    width: 1px;
    height: 50px;
    top: -4px;
    right: 0;
}

.header-style-ten .header-upper .logo-box .search-box {
    position: relative;
    float: left;
}

.header-style-ten .header-upper .logo-box .search-box button {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #222324;
    background: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.header-style-ten .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-ten .main-menu .navigation > li.dropdown > a {
    font-weight: 700;
    color: #222324;
}

.header-style-ten .main-menu .navigation > li.dropdown {
    padding-right: 0;
}

.header-style-ten .navbar-right-info .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.header-style-ten .navbar-right-info .social-links li:first-child a {
    background: #3b5999;
}

.header-style-ten .navbar-right-info .social-links li:nth-child(2) a {
    background: #55acee;
}

.header-style-ten .navbar-right-info .social-links li:last-child a {
    background: #cd201f;
}

.header-style-ten .navbar-right-info .social-links li + li {
    margin-left: 10px;
}

.header-style-ten .navbar-right-info .social-links {
    margin-right: 15px;
}

.header-style-ten .main-menu .navigation {
    margin: 0;
}

.header-style-ten .sticky-header .header-upper {
    padding-bottom: 0;
}

.header-style-ten .header-lower {
    position: relative;
}

.header-style-ten .header-lower .header-lower-inner {
    position: absolute;
    left: 0;
    top: -47px;
    width: 100%;
    background: #222324;
    padding: 0 40px;
    border-radius: 10px;
}

.header-style-ten .header-lower .header-info li {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    padding: 21px 0 19px 60px;
}

.header-style-ten .header-lower .header-info li:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, 0.1);
    width: 1px;
    height: 100%;
    top: 0;
    right: 40px;
}

.header-style-ten .header-lower .header-info li:last-child:before {
    display: none;
}

.header-style-ten .header-lower .header-info li:last-child {
    border-right: none;
}

.header-style-ten .header-lower .header-info li i {
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 40px;
    line-height: 40px;
}

.header-style-ten .header-lower .header-info li h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.header-style-ten .header-lower .header-info li p {
    font-size: 18px;
    line-height: 28px;
    color: #979b9f;
}

.header-style-ten .header-lower .header-info li p a {
    display: inline-block;
    color: #979b9f;
    transition: all 0.5s ease;
}

.header-style-ten .header-lower .header-info li p a:hover {
    color: #fff;
}

.banner-section.style-ten {
    position: relative;
}

.banner-section.style-ten .slide-item {
    position: relative;
    padding: 195px 0;
}

.banner-section.style-ten .banner-content {
    position: relative;
    display: block;
    padding: 44px 40px 50px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease;
}

.banner-section.style-ten .swiper-slide-active .banner-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.banner-section.style-ten .banner-content h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-section.style-ten .banner-content p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 33px;
}

.banner-section.style-ten .banner-content .banner-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 41px;
    text-align: center;
    transition: all 0.5s ease;
}

.banner-section.style-ten .banner-content .banner-btn:hover {
    background: #fff;
}

.banner-section.style-ten .owl-theme .owl-nav .owl-next:after,
.banner-section.style-ten .owl-theme .owl-nav .owl-prev:after {
    border-radius: 10px;
    background: #fff;
}

.banner-section.style-ten .owl-theme .owl-nav .owl-next:hover:after,
.banner-section.style-ten .owl-theme .owl-nav .owl-prev:hover:after {
    color: #fff;
}

.banner-section.style-ten .owl-theme .owl-dots {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 33px;
}

.banner-section.style-ten .owl-theme .owl-dots span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
    background: transparent;
    transition: all 0.5s ease;
}

.banner-section.style-ten .owl-theme .owl-dots span:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0);
    transition: all 0.5s ease;
}

.banner-section.style-ten .owl-theme .owl-dot.active span:before,
.banner-section.style-ten .owl-theme .owl-dots span:hover:before {
    transform: scale(1);
}

.home-10 .sec-title h2 {
    color: #222324;
    padding: 0;
}

.about-home-10 {
    position: relative;
    padding: 100px 0;
}

.about-home-10 .content-box {
    position: relative;
    display: block;
}

.about-home-10 .content-box .sec-title {
    margin-bottom: 21px;
}

.about-home-10 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.about-home-10 .content-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
}

.about-home-10 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 29px;
}

.about-home-10 .content-box .inner-box .single-item:last-child {
    margin-bottom: 0;
}

.about-home-10 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.about-home-10 .content-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222324;
    margin-bottom: 0;
}

.about-home-10 .content-box .inner-box .single-item h3 {
    margin-bottom: 3px;
}

.about-home-10 .content-box .inner-box .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
}

.about-home-10 .content-box .inner-box {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.about-home-10 .content-box .lower-box {
    position: relative;
    display: block;
}

.about-home-10 .content-box .lower-box .signature {
    position: relative;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    margin-top: 3px;
}

.about-home-10 .content-box .lower-box .signature:before {
    position: absolute;
    content: "";
    background: #e1e7e5;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.about-home-10 .content-box .lower-box .author-box {
    position: relative;
    float: left;
}

.about-home-10 .content-box .lower-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.about-home-10 .video-inner {
    position: relative;
    text-align: center;
    padding: 209px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.about-home-10 .video-inner:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.12;
}

.about-home-10 .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}

.about-home-10 .video-inner .video-btn a:after,
.about-home-10 .video-inner .video-btn a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.9);
    animation: ripple 3s infinite;
    transition: all 0.4s ease;
}

.about-home-10 .video-inner .video-btn a:after {
    animation-delay: 0.6s;
}

.service-home-10 {
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.service-home-10:before {
    position: absolute;
    content: "";
    background: #222324;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.service-home-10 .content-box {
    position: relative;
    padding: 100px 0;
}

.service-home-10 .srvice-info {
    position: relative;
    background: rgba(24, 25, 26, 0.75);
}

.service-home-10 .srvice-info .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    padding: 19px 30px 17px 110px;
}

.service-home-10 .srvice-info .info-list li i {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.service-home-10 .srvice-info .info-list li .nav-link.active i {
    color: #fff;
}

.service-home-10 .srvice-info .info-list li h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.service-home-10 .srvice-info .info-list li h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.service-home-10 .srvice-info .info-list li h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.border-shape {
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.border-shape,
.border-shape .shape {
    position: absolute;
    top: 0;
    height: 100%;
}

.border-shape .shape {
    width: 1px;
    background: hsla(0, 0%, 100%, 0.2);
    z-index: 1;
}

.border-shape .shape-1 {
    left: 0;
}

.border-shape .shape-2 {
    left: 33.333%;
}

.border-shape .shape-3 {
    left: 66.666%;
}

.border-shape .shape-4 {
    right: 0;
}

.service-home-10 .content-box .inner-box {
    position: relative;
    display: block;
    margin-left: 40px;
    margin-right: 20px;
    background: #222324;
    border-radius: 8px;
    padding: 31px 40px 32px;
}

.service-home-10 .content-box .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #979b9f;
    margin-bottom: 19px;
}

.service-home-10 .content-box .inner-box .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #979b9f;
    margin-bottom: 8px;
}

.service-home-10 .content-box .inner-box .list li:last-child {
    margin-bottom: 0;
}

.service-home-10 .content-box .inner-box .list li a {
    display: inline-block;
    color: #979b9f;
    transition: all 0.5s ease;
}

.service-home-10 .content-box .inner-box .list {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.service-home-10 .content-box .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.service-home-10 .content-box .inner-box .link a i {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    top: 3px;
    margin-right: 10px;
}

.service-home-10 .content-box .title-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 290px;
    line-height: 250px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.1);
}

.service-home-10 .nav-tabs .nav-item.show .nav-link,
.service-home-10 .nav-tabs .nav-link.active {
    border: none;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.service-home-10 .nav-tabs .nav-link:focus,
.service-home-10 .nav-tabs .nav-link:hover {
    border: none;
}

.service-home-10 .nav-tabs .nav-link {
    padding: 0;
    border: none;
}

.service-home-10 .nav-tabs {
    border: none;
}

.chooseus-home-10 {
    position: relative;
    padding: 95px 0 100px;
}

.chooseus-home-10 .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.chooseus-home-10 .image img {
    width: 100%;
    border-radius: 10px;
}

.chooseus-home-10 .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.chooseus-home-10 .image:hover:before {
    animation: shine2 1s;
}

.chooseus-home-10 .sec-title {
    margin-bottom: 40px;
}

.chooseus-home-10 .inner-box {
    position: relative;
    display: block;
}

.chooseus-home-10 .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.chooseus-home-10 .inner-box .single-item:last-child {
    margin-bottom: 0;
}

.chooseus-home-10 .inner-box.text-left .single-item {
    padding-left: 100px;
}

.chooseus-home-10 .inner-box.text-right .single-item {
    padding-right: 100px;
}

.chooseus-home-10 .inner-box .single-item .icon-box {
    position: absolute;
    top: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.chooseus-home-10 .inner-box .single-item .icon-box:before {
    position: absolute;
    content: "";
    top: 25px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
}

.chooseus-home-10 .inner-box.text-left .single-item .icon-box:before {
    right: -6px;
}

.chooseus-home-10 .inner-box.text-right .single-item .icon-box:before {
    left: -6px;
}

.chooseus-home-10 .inner-box.text-left .single-item .icon-box {
    left: 0;
}

.chooseus-home-10 .inner-box.text-right .single-item .icon-box {
    right: 0;
}

.chooseus-home-10 .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    position: relative;
    line-height: 30px;
    color: #222324;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 21px;
}

.chooseus-home-10 .inner-box .single-item h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    bottom: 0;
}

.chooseus-home-10 .inner-box.text-left .single-item h3:before {
    left: 0;
}

.chooseus-home-10 .inner-box.text-right .single-item h3:before {
    right: 0;
}

.chooseus-home-10 .inner-box .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
    margin-bottom: 23px;
}

.chooseus-home-10 .inner-box .single-item .link-box .link {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #edf3f2;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.chooseus-home-10 .inner-box .single-item:hover .link-box .link {
    opacity: 0;
}

.chooseus-home-10 .inner-box .single-item .link-box {
    position: relative;
}

.chooseus-home-10 .inner-box .single-item .link-box .theme-btn {
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}

.chooseus-home-10 .inner-box .single-item:hover .link-box .theme-btn {
    transform: scale(1);
}

.chooseus-home-10 .inner-box.text-left .single-item .link-box .theme-btn {
    left: 0;
}

.chooseus-home-10 .inner-box.text-right .single-item .link-box .theme-btn {
    right: 0;
}

.chooseus-home-10 .inner-box .single-item .link-box .theme-btn i {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #fff;
    z-index: 2;
}

.chooseus-home-10 .inner-box .single-item .link-box .btn-style-four .btn-title {
    padding: 10px 23px 10px 44px;
    text-transform: uppercase;
}

.funfact-home-10 {
    position: relative;
    padding: 100px 0 95px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.funfact-home-10:before {
    position: absolute;
    content: "";
    background: #222324;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.funfact-home-10 .single-item {
    position: relative;
    display: block;
    padding: 0 50px;
}

.funfact-home-10 .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 32px;
}

.funfact-home-10 .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 25px;
}

.funfact-home-10 .single-item .count-outer:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.funfact-home-10 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.works-home-10 {
    position: relative;
    padding: 95px 0 100px;
    background: #edf3f2;
}

.works-home-10 .single-item {
    position: relative;
    display: block;
    border: 1px solid #d6dddb;
    border-radius: 8px;
    padding: 44px 20px 43px;
    text-align: center;
}

.works-home-10 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222324;
    margin-bottom: 0;
}

.works-home-10 .single-item .upper-title p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.works-home-10 .single-item .upper-title {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.works-home-10 .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 19px;
}

.works-home-10 .single-item .icon-box span {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.works-home-10 .single-item .text p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
}

.works-home-10 .single-item .text {
    margin: 0;
}

.works-home-10 .single-item .arrow {
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translateY(-50%);
    width: 176px;
    height: 26px;
    background-repeat: no-repeat;
}

.pricing-home-10 {
    position: relative;
    padding: 100px 0;
}

.pricing-home-10 .content-box {
    position: relative;
    display: block;
    margin-right: 60px;
}

.pricing-home-10 .content-box .sec-title {
    margin-bottom: 14px;
}

.pricing-home-10 .content-box .text {
    display: block;
    margin-bottom: 34px;
}

.pricing-home-10 .content-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
}

.pricing-home-10 .content-box .nav-tabs {
    position: relative;
    display: block;
    border: none;
    margin-bottom: 33px;
}

.pricing-home-10 .content-box li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.pricing-home-10 .content-box li:last-child {
    margin: 0 !important;
}

.pricing-home-10 .content-box .nav-tabs .nav-link {
    position: relative;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    color: #222324;
    cursor: pointer;
    padding: 0 0 0 25px;
    transition: all 0.5s ease;
}

.pricing-home-10 .content-box .nav-tabs .nav-link:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #c2c9c8;
    border-radius: 50%;
    left: 0;
    top: 5px;
    transition: all 0.5s ease;
}

.pricing-home-10 .content-box .nav-tabs .nav-link:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #c2c9c8;
    border-radius: 50%;
    left: 5px;
    top: 10px;
    transition: all 0.5s ease;
}

.pricing-home-10 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 30px;
    padding: 12px 34px;
    text-align: center;
    transition: all 0.5s ease;
}

.pricing-home-10 .content-box .btn-box a:hover {
    color: #fff;
}

.pricing-home-10 .paricing-table {
    position: relative;
    background: #fff;
    display: block;
    border: 1px solid #e1e7e5;
    border-radius: 8px;
    padding: 30px 30px 50px;
    text-align: center;
}

.pricing-home-10 .paricing-table .table-header {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e1e7e5;
}

.pricing-home-10 .paricing-table .table-header .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.pricing-home-10 .paricing-table .table-header h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222324;
    margin-bottom: 0;
}

.pricing-home-10 .paricing-table p {
    font-size: 18px;
    line-height: 22px;
    color: #717a78;
}

.pricing-home-10 .paricing-table h2 {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}

.pricing-home-10 .paricing-table .table-footer p {
    margin-bottom: 26px;
}

.pricing-home-10 .paricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #222324;
    background: #edf3f2;
    border-radius: 30px;
    padding: 12px 28px;
    text-align: center;
    transition: all 0.5s ease;
}

.pricing-home-10 .paricing-table .table-footer a:hover {
    color: #fff;
}

.testimonial-home-10 {
    position: relative;
    padding: 95px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.testimonial-home-10:before {
    position: absolute;
    content: "";
    background: #222324;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.4;
}

.home-10 .sec-title.light h2 {
    color: #fff;
}

.testimonial-home-10 .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: -20px;
    top: -10px;
    margin-bottom: 25px;
    box-shadow: 0 0 0 10px rgba(28, 131, 108, 0.3);
}

.testimonial-home-10 .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222324;
}

.testimonial-home-10 .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #717a78;
    margin-bottom: 23px;
    padding-top: 9px;
}

.testimonial-home-10 .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 9px;
}

.testimonial-home-10 .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-home-10 .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.news-home-10 {
    position: relative;
    padding: 95px 0 100px;
}

.news-home-10 .outer-container {
    position: relative;
    padding-left: 30px;
    margin-right: -495px;
}

.news-home-10 .owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}

.news-home-10 .news-block-one .inner-box {
    box-shadow: none;
    border: 1px solid #e1e7e5;
    border-radius: 0 8px 8px 0;
}

.news-home-10 .news-block-one.style-two {
    border-radius: 8px;
    overflow: hidden;
    max-width: 770px;
}

.news-home-10 .news-block-one .date {
    color: #222324;
}

.news-home-10 .news-block-one h4 a {
    color: #222324;
    transition: all 0.5s ease;
}

.news-home-10 .news-block-one .read-more-btn a {
    text-transform: uppercase;
    color: #222324;
}

.news-home-10 .news-block-one .read-more-btn a i {
    opacity: 1;
    margin-right: 10px;
    position: relative;
    font-size: 24px;
    top: 4px;
    color: #b5c1c0;
    font-weight: 400;
    transition: all 0.5s ease;
}

.news-home-10 .news-block-one .title {
    background: #edf3f2;
    color: #222324;
}

.news-home-10 .news-block-one .title:before {
    background: #edf3f2;
}

.news-home-10 .news-block-one .author {
    transition: all 0.5s ease;
    border-radius: 50%;
}

.news-home-10 .news-block-one .author:before {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
}

.news-home-10 .news-block-one .author:hover:before {
    opacity: 1;
}

.news-home-10 .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: -106px;
    right: 495px;
    display: block;
    height: 56px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.news-home-10 .owl-theme .owl-nav .owl-next:after {
    right: 0;
}

.news-home-10 .owl-theme .owl-nav .owl-next:after,
.news-home-10 .owl-theme .owl-nav .owl-prev:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #2c2e2f;
    background: #edf3f2;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}

.news-home-10 .owl-theme .owl-nav .owl-prev:after {
    right: 66px;
    transform: rotate(180deg);
}

.news-home-10 .owl-theme .owl-nav .owl-next:hover:after,
.news-home-10 .owl-theme .owl-nav .owl-prev:hover:after {
    color: #fff;
}

.news-home-10 .sec-title {
    margin-bottom: 40px;
}

.faq-home-10 {
    position: relative;
    padding: 95px 0 100px;
    background: #edf3f2;
}

.faq-home-10 .accordion-box.style-two .block .acc-btn.active {
    border-radius: 8px 8px 0 0;
}

.faq-home-10 .accordion-box.style-two .block .acc-content {
    box-shadow: none;
    border: 1px solid #d6dddb;
    border-radius: 0 0 8px 8px;
}

.faq-home-10 .accordion-box .block {
    border-radius: 8px;
    overflow: hidden;
}

.faq-home-10 .accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    color: #fff;
}

.faq-home-10 .accordion-box .block .acc-btn {
    color: #222324;
    border-radius: 8px;
    background: transparent;
}

.faq-home-10 .accordion-box .block .content .text {
    color: #717a78;
}

.faq-home-10 .accordion-box .block .acc-content {
    background: transparent;
}

.faq-home-10 .form-inner {
    position: relative;
    display: block;
    border: 1px solid #d6dddb;
    border-radius: 8px;
    padding: 40px 40px 25px;
}

.faq-home-10 .form-inner input,
.faq-home-10 .form-inner textarea {
    color: #717776 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    height: 54px !important;
    border-color: #d6dddb !important;
}

.faq-home-10 .form-inner textarea {
    height: 130px !important;
    resize: none;
}

.faq-home-10 .form-inner .form-group button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 30px;
    padding: 12px 45px;
    text-align: center;
    background: transparent;
    transition: all 0.5s ease;
}

.faq-home-10 .form-inner .form-group button:hover {
    color: #fff;
}

.faq-home-10 .form-inner .form-group .text {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #717776;
    padding-left: 15px;
    top: 14px;
    margin: 0;
}

.faq-home-10 .accordion-box {
    margin-bottom: 0;
}

.footer-banner-section {
    position: relative;
    padding: 46px 0;
}

.footer-banner-section:before {
    position: absolute;
    content: "";
    background: #000;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.1;
}

.footer-banner-section .single-item {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-right: 20px;
}

.footer-banner-section .single-column:last-child .single-item {
    margin-left: 25px;
}

.footer-banner-section .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.footer-banner-section .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.footer-banner-section .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #d9e2e0;
}

.footer-style-ten {
    position: relative;
    width: 100%;
}

.footer-style-ten .footer-top {
    position: relative;
    background-color: #222324;
    padding: 95px 0 100px;
}

.footer-style-ten .footer-top .footer-logo {
    position: relative;
    margin-bottom: 31px;
}

.footer-style-ten a,
.footer-style-ten p,
.footer-style-ten span {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #979b9f;
    transition: all 0.5s ease;
}

.footer-style-ten .footer-top .logo-widget {
    position: relative;
    margin-right: -20px;
    margin-top: 6px;
}

.footer-style-ten .footer-top .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.footer-style-ten .footer-top .logo-widget .download-box {
    position: relative;
    padding-left: 67px;
}

.footer-style-ten .footer-top .logo-widget .download-box a {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px;
    width: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer-style-ten .footer-top .logo-widget .download-box a:hover {
    background: #fff;
}

.footer-style-ten .footer-top .logo-widget .download-box h3 {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-ten .footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.footer-style-ten .footer-top .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.footer-style-ten .footer-top .link-widget {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-style-ten .footer-top .link-widget .link-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.footer-style-ten .footer-top .link-widget .link-list li:last-child {
    margin-bottom: 0;
}

.footer-style-ten .footer-top .link-widget .link-list li a {
    position: relative;
    padding-left: 22px;
}

.footer-style-ten .footer-top .link-widget .link-list li a:before {
    position: absolute;
    content: "\f324";
    font-family: Font Awesome\5 Pro;
    left: 0;
    top: 0;
    opacity: 1;
    font-size: 12px;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.5s ease;
}

.footer-style-ten .contact-form .bootstrap-select > .dropdown-toggle,
.footer-style-ten .footer-top .subscribe-widget input,
.footer-style-ten .footer-top .subscribe-widget textarea {
    border-color: #313234 !important;
    color: #979b9f !important;
    font-size: 18px !important;
    height: 56px !important;
    background: transparent !important;
    font-weight: 400;
    border-radius: 10px !important;
    padding-right: 40px;
}

.footer-style-ten .footer-top .subscribe-widget textarea {
    height: 90px !important;
    resize: none;
}

.footer-style-ten .footer-top .subscribe-widget .form-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0 5px;
}

.footer-style-ten .contact-form .bootstrap-select > .dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none !important;
}

.footer-style-ten .footer-top .subscribe-widget .form-group i {
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 12px;
    color: #979b9f;
}

.footer-style-ten .footer-top .form-inner {
    margin: 0 10px;
}

.footer-style-ten .footer-top .form-inner .btn-style-four {
    display: block;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

.footer-style-ten .footer-top .form-inner .btn-style-four .btn-title {
    color: #fff;
    text-transform: uppercase;
}

.footer-style-ten .footer-top .form-inner .message-btn {
    padding-top: 10px;
}

.footer-style-ten .footer-top .form-inner .btn-style-four .btn-title:before {
    background: #fff;
}

.footer-style-ten .footer-top .subscribe-widget .widget-title {
    margin-bottom: 32px;
}

.footer-style-ten .footer-bottom {
    position: relative;
    width: 100%;
    background: #19191a;
    padding: 21px 0;
    border: none;
}

.footer-style-ten .footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-right: 22px;
}

.footer-style-ten .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-ten .footer-bottom .footer-nav li a {
    position: relative;
}

.footer-style-ten .footer-bottom .footer-nav li a:before {
    position: absolute;
    content: "/";
    top: -3px;
    right: -15px;
    color: #9b9da8;
}

.footer-style-ten .footer-bottom .footer-nav li:last-child a:before {
    display: none;
}

.style-10.scroll-to-top {
    background: transparent;
    border: 2px solid;
    border-radius: 10px;
}

.style-10.scroll-to-top:hover {
    color: #fff;
}

.main-menu .navigation > li:last-child {
    margin-right: 0 !important;
}

.banner-section.style-12 {
    position: relative;
}

.banner-section.style-12 .content-box .video-btn {
    position: relative;
    padding: 16px 0 12px 75px;
    margin-bottom: 33px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease;
}

.banner-section.style-12
    .banner-carousel
    .swiper-slide-active
    .content-box
    .video-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.banner-section.style-12 .content-box .video-btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.banner-section.style-12 .content-box .video-btn h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-section.style-12 .content-box h2 {
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #191d26;
    font-weight: 600;
    margin: 0 0 17px;
    padding: 0;
    text-transform: none;
}

.banner-section.style-12 .content-box h2:after,
.banner-section.style-12 .content-box h2:before {
    display: none;
}

.banner-section.style-12 .content-box p {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #505359;
    margin-bottom: 33px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease;
}

.banner-section.style-12 .banner-carousel .swiper-slide-active .content-box p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.banner-section.style-12 .banner-carousel .content-box {
    min-height: auto;
    padding: 0;
}

.banner-section.style-12 .slide-item {
    position: relative;
    padding: 160px 0;
}

.banner-section.style-12 .content-box .btn-box {
    position: relative;
    transition: all 1s ease;
}

.banner-section.style-12
    .banner-carousel
    .swiper-slide-active
    .content-box
    .btn-box {
    transition-delay: 1.2s;
}

.banner-section.style-12 .content-box .btn-box .btn-style-four {
    border-radius: 8px;
    margin: 0;
}

.banner-section.style-12 .content-box .btn-box .btn-style-four .btn-title {
    padding: 12px 43px;
    text-transform: uppercase;
    border-radius: 8px;
}

.banner-section.style-12 .owl-theme .owl-nav .owl-next:after,
.banner-section.style-12 .owl-theme .owl-nav .owl-prev:after {
    border: none;
    font-size: 40px;
    color: #191d26;
}

.category-home-12 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #191d26;
}

.home-12 .sec-title h2 {
    color: #191d26;
}

.home-12 .sec-title.light h2 {
    color: #fff;
}

.home-12 .sec-title h4 {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.home-12 .sec-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 70px;
    height: 1px;
}

.home-12 .sec-title h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
}

.home-12 .sec-title.text-center h4:after,
.home-12 .sec-title.text-center h4:before {
    left: 50%;
    transform: translateX(-50%);
}

.category-home-12 .single-item {
    position: relative;
}

.category-home-12 .single-item .content-box {
    position: relative;
    display: block;
    padding: 40px 15px 34px;
    text-align: center;
    border: 1px solid #384052;
    border-radius: 8px;
    max-width: 235px;
    width: 100%;
}

.category-home-12 .single-item .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #2d333f;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    border: 1px solid #373f51;
    margin-bottom: 25px;
}

.category-home-12 .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.category-home-12 .single-item h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.category-home-12 .single-item p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.category-home-12 .single-item .content-box p {
    color: #888d99;
}

.category-home-12 .single-item .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 370px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    padding: 91px 30px 20px;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: 0.5s ease;
    z-index: 1;
    transform-origin: left center;
}

.category-home-12 .single-item:hover .overlay-content {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.category-home-12 .single-item .overlay-content:before {
    position: absolute;
    content: "";
    background: #191d26;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.6;
}

.category-home-12 .single-item .overlay-content .text {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7c7c7c;
}

.category-home-12 .single-item .overlay-content .text p {
    color: #fff;
}

.category-home-12 .single-item .video-btn {
    position: relative;
    display: inline-block;
    padding: 0 0 0 38px;
}

.category-home-12 .single-item .video-btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.category-home-12 .single-item .video-btn h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.home-12 .btn-style-five {
    background: transparent;
}

.home-12 .btn-style-five:hover {
    border-color: #222;
}

.category-home-12 .btn-style-five:hover {
    border-color: #fff;
    color: #fff;
}

.category-home-12 .btn-style-five .btn-title:before {
    background: #fff;
}

.category-home-12 .sec-title {
    position: relative;
    margin-bottom: 40px;
}

.category-home-12 .sec-title .btn-box {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.home-12 .sec-title h2 {
    padding-bottom: 0;
}

.home-12 .btn-style-five .btn-title {
    padding: 11px 25px;
    text-transform: uppercase;
}

.offered-home-12 {
    position: relative;
    padding: 95px 0 100px;
}

.offered-home-12 .single-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.offered-home-12 .single-item .inner-box .image-box {
    position: relative;
    display: block;
}

.offered-home-12 .single-item .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.offered-home-12 .single-item .inner-box .image img {
    width: 100%;
}

.offered-home-12 .single-item .inner-box .image:before {
    position: absolute;
    content: "";
    background: #191d26;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.85;
    transform: scale(0);
    z-index: 1;
    transition: all 0.5s ease;
}

.offered-home-12 .single-item .inner-box:hover .image:before {
    transform: scale(1);
}

.offered-home-12 .single-item .inner-box .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    z-index: 1;
    transition: all 0.5s ease;
}

.offered-home-12 .single-item .inner-box:hover .image a {
    transform: translate(-50%, -50%) scale(1);
}

.offered-home-12 .single-item .inner-box .image-box .category {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.offered-home-12 .single-item .inner-box .image-box .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-family: Barlow, sans-serif;
    color: #fff;
    font-weight: 500;
    background: rgba(25, 29, 38, 0.65);
    text-align: center;
    padding: 4px 10px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.offered-home-12 .single-item .inner-box .image-box .price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px 15px;
    border-top-left-radius: 8px;
    z-index: 1;
}

.offered-home-12 .single-item .inner-box .image-box .price:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 18px;
    right: -1px;
    bottom: -18px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.offered-home-12 .single-item .inner-box .image-box .offer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

.offered-home-12 .single-item .inner-box .lower-content {
    position: relative;
    display: block;
    border: 1px solid #e6e1e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 25px 15px 24px;
}

.offered-home-12 .single-item .inner-box .lower-content h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.offered-home-12 .single-item .inner-box .lower-content h5 a {
    display: inline-block;
    color: #191d26;
    transition: all 0.5s ease;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box ul {
    position: relative;
    float: left;
    margin-right: 10px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
}

.offered-home-12 .single-item .inner-box .lower-content .rating-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #191d26;
    transition: all 0.5s ease;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e6e1e0;
    border-radius: 8px;
    padding: 16px 20px 17px;
    box-shadow: 0 30px 30px 0 rgb(0 0 0/8%);
    margin-bottom: 13px;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    left: 25px;
    top: -10px;
    border-radius: 3px;
    transform: rotate(45deg);
    box-shadow: -1px -1px 0 0 #e6e1e0;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #828282;
    padding-left: 23px;
    margin-bottom: 3px;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .list-item
    li:last-child {
    margin-bottom: 0;
}

.offered-home-12 .single-item .inner-box .lower-content .list-item li:before {
    position: absolute;
    content: "";
    background: #e1dedd;
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box {
    position: relative;
}

.offered-home-12 .single-item .inner-box .lower-content .lower-box .view-time {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #191d26;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .view-time
    i {
    margin-right: 8px;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option {
    position: absolute;
    right: 0;
    top: 0;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #818181;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s ease;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-links {
    position: absolute;
    right: -15px;
    bottom: 26px;
    width: 113px;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 50px 0 rgb(0 0 0/8%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option:hover
    .share-links {
    visibility: visible;
    opacity: 1;
    bottom: 36px;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-links:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    right: 16px;
    bottom: -5px;
    transform: rotate(45deg);
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-links
    li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    line-height: 20px;
    border-right: 1px solid #d9cec7;
    text-align: center;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-links
    li:last-child {
    border-right: none;
}

.offered-home-12
    .single-item
    .inner-box
    .lower-content
    .lower-box
    .share-option
    .share-links
    li
    a {
    font-size: 14px;
    line-height: 20px;
    color: #191d26;
    transition: all 0.5s ease;
}

.offered-home-12 .nav-tabs {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #e6e1e0;
    margin-bottom: 50px;
}

.offered-home-12 .nav-tabs li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.offered-home-12 .nav-tabs .nav-link {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    font-size: 21px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #073848;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}

.offered-home-12 .nav-tabs .nav-link.active {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    font-size: 21px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #a80202;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}

.offered-home-12 .sec-title {
    margin-bottom: 30px;
}

.offered-home-12 .more-btn {
    position: relative;
    margin-top: 50px;
}

.about-home-12 {
    position: relative;
    padding: 100px 0;
}

.about-home-12 .content-box {
    position: relative;
    display: block;
}

.about-home-12 .content-box .sec-title {
    margin-bottom: 22px;
}

.about-home-12 .content-box .text {
    position: relative;
    margin: 0;
}

.about-home-12 .content-box .text p {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.9px;
    line-height: 1.7rem;
}

.about-home-12 .content-box .text ul li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    padding-left: 23px;
    margin-bottom: 10px;
}

.about-home-12 .content-box .text ul li:last-child {
    margin-bottom: 0;
}

.about-home-12 .content-box .text ul li:before {
    position: absolute;
    content: "\f061";
    font-family: Font Awesome\5 Pro;
    font-weight: 700;
    font-size: 14px;
    left: 0;
    top: 3px;
}

.about-home-12 .content-box .text ul {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.about-home-12 .content-box .text .btn-style-five .btn-title {
    padding: 11px 42px;
}

.about-home-12 .inner-box {
    padding-bottom: 80px;
    border-radius: 8px;
    margin-left: 30px;
}

.about-home-12 .inner-box,
.about-home-12 .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-home-12 .inner-box .image-box:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-home-12 .inner-box .image-box:hover:before {
    animation: shine2 1s;
}

.about-home-12 .inner-box .image-box img {
    width: 100%;
}

.about-home-12 .inner-box .nav-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.about-home-12 .inner-box .nav-tabs li {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    border-right: 1px solid #384052;
}

.about-home-12 .inner-box .nav-tabs li:last-child {
    border: none;
}

.about-home-12 .inner-box .nav-tabs li a {
    position: relative;
    display: block;
    padding: 24.5px 15px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    background: #191d26;
    transition: all 0.5s ease;
}

.about-home-12 .inner-box .nav-tabs li a i {
    font-weight: 400;
    color: #535c70;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.about-home-12 .inner-box .nav-tabs li a.active i {
    color: #fff;
}

.highlights-home-12 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #191d26;
}

.highlights-home-12 .single-item .inner-box {
    position: relative;
    display: block;
    border-radius: 8px;
    background: #272b36;
    padding: 55px 20px 32px 30px;
}

.highlights-home-12 .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 59px;
    height: 59px;
    line-height: 59px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 18px;
    margin-bottom: 45px;
    z-index: 1;
}

.highlights-home-12 .single-item .inner-box .icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}

.highlights-home-12 .single-item .inner-box .icon-box .shape .shape-1 {
    position: absolute;
    width: 93px;
    height: 92px;
    left: -18px;
    top: -16px;
    background-repeat: no-repeat;
}

.highlights-home-12 .single-item .inner-box .icon-box .shape .shape-2 {
    position: absolute;
    width: 92px;
    height: 86px;
    left: -11px;
    top: -7px;
    background-repeat: no-repeat;
    z-index: -2;
}

.highlights-home-12 .single-item .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
}

.highlights-home-12 .single-item .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #888d99;
    margin-bottom: 24px;
}

.highlights-home-12 .single-item .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.highlights-home-12 .single-item .inner-box a i {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 18px;
    transition: all 0.5s ease;
}

.highlights-home-12 .single-item .inner-box a:hover i {
    opacity: 1;
}

.highlights-home-12 .single-item .inner-box a:hover {
    padding-left: 30px;
}

.team-home-12 {
    position: relative;
    padding: 100px 0;
}

.team-home-12 .sec-title {
    margin: 0;
}

.team-home-12 .sec-title h2 {
    margin-bottom: 11px;
}

.team-home-12 .sec-title p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
}

.team-home-12 .slide-item .inner-box,
.team-home-12 .slide-item .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.team-home-12 .slide-item .inner-box .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        90deg,
        rgba(25, 29, 38, 0.95) 20%,
        rgba(25, 29, 38, 0.1) 50%
    );
    bottom: 0;
    right: 0;
    z-index: 1;
}

.team-home-12 .slide-item .inner-box .image img {
    width: 100%;
    border-radius: 10px;
}

.team-home-12 .slide-item .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 30px;
    width: 100%;
    z-index: 2;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box,
.team-home-12 .slide-item .inner-box .content-box .other-option .share-option {
    position: relative;
    display: inline-block;
    float: left;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .share-option {
    margin-right: 10px;
}

.team-home-12 .slide-item .inner-box .content-box .other-option .mail-box a,
.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #191d26;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .mail-box
    a:hover,
.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon:hover {
    color: #fff;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 113px;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 50px 0 rgb(0 0 0/8%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option:hover
    .share-links {
    visibility: visible;
    opacity: 1;
    bottom: 55px;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: 16px;
    bottom: -5px;
    transform: rotate(45deg);
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    line-height: 20px;
    border-right: 1px solid #d9cec7;
    text-align: center;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li:last-child {
    border-right: none;
}

.team-home-12
    .slide-item
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li
    a {
    font-size: 14px;
    line-height: 20px;
    color: #191d26;
    transition: all 0.5s ease;
}

.team-home-12 .slide-item .inner-box .content-box .other-option {
    position: relative;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #727272;
    margin-bottom: 21px;
}

.team-home-12 .slide-item .inner-box .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.team-home-12 .slide-item .inner-box .content-box .text h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.team-home-12 .slide-item .inner-box .content-box .text .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.team-home-12 .owl-theme .owl-nav {
    position: absolute;
    display: block;
    left: -175px;
    bottom: 55px;
}

.team-home-12 .owl-theme .owl-nav .owl-next:after {
    right: -5px;
}

.team-home-12 .owl-theme .owl-nav .owl-next:after,
.team-home-12 .owl-theme .owl-nav .owl-prev:after {
    font-family: Flaticon;
    content: "\f102";
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #2c2e2f;
    background: transparent;
    border: 1px solid #e6e1e0;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}

.team-home-12 .owl-theme .owl-nav .owl-prev:after {
    right: 66px;
    transform: rotate(180deg);
}

.team-home-12 .owl-theme .owl-nav .owl-next:hover:after,
.team-home-12 .owl-theme .owl-nav .owl-prev:hover:after {
    color: #fff;
}

.funfact-home-12 {
    position: relative;
}

.funfact-home-12:before {
    position: absolute;
    content: "";
    background: #f3efee;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.funfact-home-12 .inner-container {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0;
    z-index: 1;
    padding: 0 50px;
}

.funfact-home-12 .single-item {
    position: relative;
    display: block;
    padding: 56px 30px 52px 105px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.funfact-home-12 .single-column:last-child .single-item {
    border: none;
}

.funfact-home-12 .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 60px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #fff;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
}

.funfact-home-12 .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.funfact-home-12 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.testimonial-home-12 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #f3efee;
}

.testimonial-home-12 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-home-12 .owl-carousel {
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.testimonial-home-12 .inner-box {
    position: relative;
    display: block;
    border: 1px solid #dbd7d7;
    border-radius: 8px;
    text-align: center;
    padding: 0 30px 42px;
    transition: all 0.5s ease;
}

.testimonial-home-12 .owl-item.active .inner-box {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-home-12 .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    margin-bottom: 14px;
    margin-top: -44px;
    transition: all 0.5s ease;
}

.testimonial-home-12 .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-home-12 .inner-box .rating-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.testimonial-home-12 .inner-box .rating-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.testimonial-home-12 .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    margin-bottom: 19px;
}

.testimonial-home-12 .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #191d26;
}

.testimonial-home-12 .inner-box h3 span {
    font-size: 18px;
    font-family: Barlow, sans-serif;
    font-weight: 400;
}

.testimonial-home-12 .inner-box .quote {
    position: absolute;
    left: 40px;
    top: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

.testimonial-home-12 .owl-item.active .inner-box .quote {
    opacity: 1;
}

.testimonial-home-12 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.testimonial-home-12 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #d3cfcf;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 7.5px;
    transition: all 0.5s ease;
}

.testimonial-home-12 .sec-title {
    margin-bottom: 80px;
}

.instructor-home-12 {
    position: relative;
    padding-top: 260px;
}

.instructor-home-12 .bg-layer .bg-1 {
    left: 0;
}

.instructor-home-12 .bg-layer .bg-1,
.instructor-home-12 .bg-layer .bg-2 {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.instructor-home-12 .bg-layer .bg-2 {
    right: 0;
}

.instructor-home-12 .title-text span {
    position: absolute;
    top: -178px;
    display: block;
    font-size: 150px;
    line-height: 150px;
    font-family: Fira Sans, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.instructor-home-12 .title-text .text-1 {
    right: 55px;
}

.instructor-home-12 .title-text .text-2 {
    left: 55px;
}

.instructor-home-12 .inner-box {
    position: relative;
    display: block;
    background-color: #191d26;
    border-radius: 8px 8px 0 0;
    padding: 43px 30px 43px 150px;
}

.instructor-home-12 .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    left: 47px;
    top: 65px;
    width: 59px;
    height: 59px;
    line-height: 59px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 45px;
    z-index: 1;
}

.instructor-home-12 .inner-box .icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}

.instructor-home-12 .inner-box .icon-box .shape .shape-1 {
    position: absolute;
    width: 93px;
    height: 92px;
    left: -18px;
    top: -16px;
    background-repeat: no-repeat;
}

.instructor-home-12 .inner-box .icon-box .shape .shape-2 {
    position: absolute;
    width: 92px;
    height: 86px;
    left: -11px;
    top: -7px;
    background-repeat: no-repeat;
    z-index: -2;
}

.instructor-home-12 .inner-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.instructor-home-12 .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.instructor-home-12 .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #888d99;
}

.mr-40 {
    margin-right: 40px;
}

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

.news-home-12 {
    position: relative;
    padding: 95px 0 70px;
}

.news-home-12 .sec-title {
    position: relative;
    margin-bottom: 40px;
}

.news-home-12 .sec-title .btn-style-five .btn-title {
    padding: 11px 42px;
}

.news-home-12 .sec-title .theme-btn {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.news-home-12 .news-block-two .read-more-link {
    position: relative;
    padding: 0;
}

.news-home-12 .news-block-two .read-more-link:hover {
    padding-left: 30px;
}

.news-home-12 .news-block-two .read-more-link:hover i {
    opacity: 1;
}

.news-home-12 .news-block-two .read-more-link i {
    position: absolute;
    left: 0;
    top: -3px;
    opacity: 0;
    font-size: 18px;
    transition: all 0.5s ease;
}

.consulting-home-12 {
    position: relative;
    padding: 95px 0 195px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.consulting-home-12 .sec-title {
    margin-bottom: 43px;
}

.consulting-home-12 .sec-title h2 {
    margin-bottom: 10px;
}

.consulting-home-12 .sec-title p {
    font-size: 18px;
    line-height: 28px;
    color: #828282;
}

.consulting-home-12 .image-box {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.consulting-home-12 .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 8px;
    padding: 13px 20px;
    margin: 0 8px;
    transition: all 0.5s ease;
}

.consulting-home-12 .btn-box a i {
    position: relative;
    font-weight: 400;
    margin-right: 10px;
    font-size: 20px;
    top: 4px;
}

.consulting-home-12 .btn-box a:hover {
    color: #fff;
}

.consulting-home-12 .btn-box {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.consulting-home-12 .other-links li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: Barlow, sans-serif;
    color: #191d26;
    font-weight: 500;
}

.consulting-home-12 .other-links li a {
    display: inline-block;
    color: #191d26;
    transition: all 0.5s ease;
}

.subscribe-home-12 {
    position: relative;
}

.subscribe-home-12:before {
    position: absolute;
    content: "";
    background: #191d26;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.subscribe-home-12 .inner-container {
    position: relative;
    display: block;
    padding: 60px 0;
    border-radius: 8px;
    margin-top: -100px;
}

.subscribe-home-12 .inner-container:before {
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    left: -50px;
    top: 0;
    height: 100%;
    border-radius: 8px;
}

.subscribe-home-12 .text {
    position: relative;
    display: block;
    padding-left: 100px;
    margin: 0;
    min-height: 70px;
}

.subscribe-home-12 .text .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    background: #fff;
    text-align: center;
}

.subscribe-home-12 .text h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.subscribe-home-12 .form-inner {
    position: relative;
    margin-top: 5px;
}

.subscribe-home-12 .form-inner .form-group {
    position: relative;
    margin-bottom: 0;
    padding-right: 200px;
}

.subscribe-home-12 .form-inner .form-group i {
    position: absolute;
    left: 30px;
    top: 22px;
    font-size: 18px;
    color: #fff;
    z-index: 1;
}

.subscribe-home-12 .form-inner .form-group input[type="email"] {
    position: relative;
    width: 100%;
    display: block;
    height: 70px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: transparent;
    padding: 10px 20px 10px 60px;
    transition: all 0.5s ease;
    border-radius: 0;
}

.subscribe-home-12 .form-inner .form-group input::placeholder {
    color: #fff;
}

.subscribe-home-12 .form-inner .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.footer-style-12 a,
.footer-style-12 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #b6b9c2;
    transition: all 0.5s ease;
}

.footer-style-12 .footer-bottom {
    position: relative;
    width: 100%;
    background: #11141a;
    padding: 21px 0;
    border: none;
}

.footer-style-12 .footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-right: 22px;
}

.footer-style-12 .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-12 .footer-bottom .footer-nav li a {
    position: relative;
    transition: all 0.5s ease;
}

.footer-style-12 .footer-bottom .footer-nav li a:before {
    position: absolute;
    content: "/";
    top: -3px;
    right: -15px;
    color: #9b9da8;
}

.footer-style-12 .footer-bottom .footer-nav li:last-child a:before {
    display: none;
}

.footer-style-12 .footer-bottom .copyright a:hover {
    color: #fff;
}

.footer-style-12 .footer-top {
    position: relative;
    width: 100%;
    padding: 106px 0 93px;
    background-color: #191d26;
}

.footer-style-12 .footer-top .logo-widget {
    position: relative;
    padding-right: 30px;
    border-right: 1px solid #384052;
    margin-top: 4px;
}

.footer-style-12 .footer-top .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 35px;
}

.footer-style-12 .footer-top .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.footer-style-12 .footer-top .logo-widget .text h3 {
    display: block;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding-left: 60px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 40px;
    line-height: 40px;
}

.footer-style-12 .footer-top .logo-widget .inner-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.footer-style-12 .footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.footer-style-12 .footer-top .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.footer-style-12 .footer-top .link-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.footer-style-12 .footer-top .link-list li:last-child {
    margin-bottom: 0;
}

.footer-style-12 .footer-top .link-list li a {
    position: relative;
    transition: all 0.5s ease;
}

.footer-style-12 .footer-top .link-list li a:hover {
    padding-left: 19px;
}

.footer-style-12 .footer-top .link-list li a:before {
    position: absolute;
    content: "\f324";
    font-family: Font Awesome\5 Pro;
    left: 0;
    top: -1px;
    font-size: 12px;
    opacity: 0;
    transition: all 0.5s ease;
}

.footer-style-12 .footer-top .link-list li a:hover:before {
    opacity: 1;
}

.style-12.scroll-to-top {
    background: transparent;
    border: 2px solid;
    border-radius: 10px;
}

.style-12.scroll-to-top:hover {
    color: #fff;
}

.header-style-11 {
    position: relative;
}

.header-style-11 .header-top {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 9px 60px;
}

.header-style-11 .header-top .text {
    position: relative;
    padding-left: 42px;
    font-size: 18px;
    line-height: 30px;
    color: #72757f;
    font-weight: 400;
}

.header-style-11 .header-top .text strong {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-style-11 .header-top .text .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-style-11 .header-top .text a {
    position: relative;
    margin-left: 20px;
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    color: #242c36;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.header-style-11 .header-top .text a i {
    position: relative;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 400;
    top: 3px;
}

.header-style-11 .right-column {
    position: relative;
}

.header-style-11 .right-column .info li {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    line-height: 32px;
    margin-right: 40px;
}

.header-style-11 .right-column .info li:before {
    position: absolute;
    content: "";
    background: #e3e3e3;
    width: 1px;
    height: 51px;
    left: -20px;
    top: -11px;
}

.header-style-11 .right-column .info li:after {
    position: absolute;
    content: "";
    background: #e3e3e3;
    width: 1px;
    height: 51px;
    right: -20px;
    top: -11px;
}

.header-style-11 .right-column .info li:first-child:after {
    display: none;
}

.header-style-11 .right-column .info li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.header-style-11 .right-column .info li p {
    font-size: 18px;
    color: #76777a;
}

.header-style-11 .right-column .info li p a {
    color: #76777a;
    transition: all 0.5s ease;
}

.header-style-11 .right-column .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.header-style-11 .right-column .social-links li:last-child {
    margin: 0 !important;
}

.header-style-11 .right-column .social-links li a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.header-style-11 .right-column .info,
.header-style-11 .right-column .social-links {
    position: relative;
    float: left;
    line-height: 32px;
}

.header-style-11 .header-upper {
    position: relative;
    width: 100%;
    background: transparent;
}

.header-style-11 .header-upper .inner-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: auto;
    padding: 20px 60px;
    border-top: none;
    border-bottom: 1px solid #3f4d5d;
}

.header-style-11 .logo-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

.header-style-11 .logo-box .logo {
    padding: 7px 30px 7px 0 !important;
    margin-right: 30px;
    border-right: 1px solid #3f4d5d;
}

.header-style-11 .bootstrap-select .dropdown-toggle {
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    padding: 0 8px 0 0;
}

.header-style-11 .bootstrap-select .dropdown-toggle:focus {
    box-shadow: none;
    color: #fff;
    outline: none !important;
}

.header-style-11 .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 0;
    right: 0;
}

.header-style-11 .select-box {
    position: relative;
    padding-left: 28px;
}

.header-style-11 .select-box i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
}

.header-style-11
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 130px;
}

.header-style-11 .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-11 .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-11 .bootstrap-select .dropdown-menu li a span.text {
    margin: 0;
}

.header-style-11 .language {
    position: relative;
    display: inline-block;
    width: 94px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #fff;
    padding-left: 42px;
    padding-right: 15px;
    margin-right: 20px;
    margin-left: 40px;
}

.header-style-11 .language .icon-box {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 18px;
    line-height: 18px;
}

.header-style-11
    .language
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 35px;
}

.header-style-11 .language .bootstrap-select > .dropdown-toggle {
    color: #242c36;
}

.header-style-11 .language .dropdown-item {
    line-height: 20px;
}

.header-style-11
    .language
    .bootstrap-select
    .dropdown-toggle
    .filter-option:after {
    top: -2px;
    font-size: 16px;
    font-weight: 700;
}

.header-style-11 .language .bootstrap-select .dropdown-menu {
    left: -43px !important;
    min-height: auto !important;
}

.header-style-11 .language .bootstrap-select .dropdown-menu .inner {
    min-height: auto !important;
}

.header-style-11 .navbar-right-info .search-toggler {
    color: #fff;
}

.header-style-11 .navbar-right-info {
    margin: 0 0 0 40px;
}

.header-style-11 .main-menu .navigation {
    margin: 0;
}

.header-style-11 .main-menu .navigation > li.dropdown {
    padding-right: 0;
    margin-right: 45px;
}

.home-11 .btn-style-four,
.home-11 .btn-style-four .btn-title {
    border-radius: 0;
}

.header-style-11 .btn-style-four {
    background: transparent;
    border: 1px solid;
    color: #fff;
    text-transform: uppercase;
}

.header-style-11 .btn-style-four .btn-title {
    padding: 12px 42px;
}

.header-style-11 .sticky-header {
    padding: 20px 60px;
    background-color: #242c36;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.banner-section.style-11 {
    position: relative;
}

.banner-section.style-11 .slide-item {
    position: relative;
    padding: 270px 0 180px;
}

.banner-section.style-11 .slide-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        -90deg,
        #242c36 5%,
        rgba(36, 44, 54, 0)
    );
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner-section.style-11 .content-box {
    position: relative;
    display: block;
    min-height: auto;
    margin: 0;
    padding: 0 0 0 35px;
    border-left: 1px solid #fff;
}

.banner-section.style-11 .content-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 100px;
    top: 0;
    left: 6px;
}

.banner-section.style-11 .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    text-transform: none;
    margin-bottom: 15px;
    transition: all 1s ease;
}

.banner-section.style-11 .content-box h2:after,
.banner-section.style-11 .content-box h2:before {
    display: none;
}

.banner-section.style-11 .content-box h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 43px;
    transition: all 1s ease;
}

.banner-section.style-11 .banner-carousel .swiper-slide-active .content-box h2 {
    transition-delay: 0.8s;
}

.banner-section.style-11 .banner-carousel .swiper-slide-active .content-box h3 {
    transition-delay: 1s;
}

.banner-section.style-11 .content-box .btn-box {
    transition: all 1s ease;
}

.banner-section.style-11
    .banner-carousel
    .swiper-slide-active
    .content-box
    .btn-box {
    transition-delay: 1.2s;
}

.banner-section.style-11 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    padding: 14px 52px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.banner-section.style-11 .content-box .btn-box a:hover {
    background-color: #fff;
}

.banner-section.style-11 .owl-theme .owl-nav .owl-next:after,
.banner-section.style-11 .owl-theme .owl-nav .owl-prev:after {
    border-radius: 0 !important;
    border: 2px solid #fff;
}

.service-home-11 {
    position: relative;
    padding-top: 95px;
}

.home-11 .sec-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    width: 70px;
    height: 1px;
}

.home-11 .sec-title h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
}

.home-11 .sec-title.text-center h4:after,
.home-11 .sec-title.text-center h4:before {
    left: 50%;
    transform: translateX(-50%);
}

.home-11 .sec-title h4 {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.home-11 .sec-title h2 {
    color: #242c36;
}

.service-home-11 .single-item {
    position: relative;
    display: block;
}

.service-home-11 .single-item .image-box {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #063948;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%, 0 0);
}

.service-home-11 .single-item .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.service-home-11 .single-item:hover .image-box img {
    opacity: 0.1;
    transform: scale(1.05);
}

.service-home-11 .single-item .lower-content {
    position: relative;
    margin-left: 40px;
}

.service-home-11 .single-item .lower-content .inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 24px 30px 30px;
    margin-top: -103px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.service-home-11 .single-item .lower-content .inner .icon-box {
    position: absolute;
    top: -44px;
    right: 14px;
    width: 85px;
    height: 85px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.service-home-11 .single-item .lower-content .inner h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.service-home-11 .single-item .lower-content .inner h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 15px;
}

.service-home-11 .single-item .lower-content .inner h3 a {
    display: inline-block;
    color: #242c36;
    transition: all 0.5s ease;
}

.service-home-11 .single-item .lower-content .inner .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e3e3e3;
    padding: 11px 11px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.service-home-11 .single-item .lower-content .inner .btn-box a:hover {
    color: #fff;
}

.about-home-11 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #f2f2f2;
}

.about-home-11 .image-box {
    position: relative;
    display: block;
    padding-left: 157px;
    padding-bottom: 148px;
    margin-right: 30px;
}

.about-home-11 .image-box img {
    position: relative;
    width: 100%;
}

.about-home-11 .image-box .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-home-11 .image-box .video-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 148px;
    height: 148px;
    padding: 36px 20px 13px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.about-home-11 .image-box .video-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
}

.about-home-11 .image-box .video-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 21px;
}

.about-home-11 .image-box .video-btn h6 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.about-home-11 .image-box .vector-icon {
    position: absolute;
    left: -95px;
    top: 30px;
}

.home-11 .sec-title h2 {
    padding: 0;
}

.about-home-11 .content-box {
    position: relative;
    display: block;
    margin-top: -5px;
}

.about-home-11 .content-box .sec-title {
    margin-bottom: 20px;
}

.about-home-11 .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #72757f;
    margin-bottom: 19px;
}

.about-home-11 .progress-levels .progress-box {
    position: relative;
    margin-bottom: 9px;
}

.about-home-11 .progress-levels .progress-box:last-child {
    margin-bottom: 0;
}

.about-home-11 .progress-levels .progress-box .bar {
    position: relative;
    margin-left: 0;
}

.about-home-11 .progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    border: 1px solid;
    border-radius: 0;
}

.about-home-11 .progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    border-bottom: none;
    transition: all 2s ease 0.3s;
}

.about-home-11 .progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.about-home-11 .progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.about-home-11 .progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.about-home-11 .progress-levels .progress-box.animated .bar .bar-fill {
    left: 0;
}

.about-home-11 .progress-levels .progress-box .percent {
    position: absolute;
    left: inherit;
    right: 0;
    top: -49px;
    letter-spacing: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: Fira Sans, sans-serif;
    color: #242c36;
    opacity: 0;
    background: transparent;
    width: auto;
    height: auto;
    line-height: auto;
    transition: all 2s ease 0.7s;
}

.about-home-11 .progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.about-home-11 .progress-levels h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #242c36;
    margin-bottom: 9px;
}

.about-home-11 .progress-levels {
    position: relative;
    margin-bottom: 29px;
}

.about-home-11 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 14px 52px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.about-home-11 .content-box .btn-box a:hover {
    color: #fff;
}

.immigration-home-11 {
    position: relative;
    padding: 95px 0 100px;
}

.immigration-home-11 .inner-box {
    position: relative;
    display: block;
    margin-top: 45px;
}

.immigration-home-11 .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #192037;
}

.immigration-home-11 .inner-box .image-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        90deg,
        rgba(25, 32, 55, 0.8) 10%,
        rgba(25, 32, 55, 0.1)
    );
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.immigration-home-11 .inner-box .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.immigration-home-11 .inner-box:hover .image-box img {
    opacity: 0.2;
}

.immigration-home-11 .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    z-index: 1;
}

.immigration-home-11 .inner-box .flag {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    z-index: 1;
}

.immigration-home-11 .inner-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 22px;
    transition: all 0.5s ease;
}

.immigration-home-11 .inner-box:hover .content-box .text {
    padding-bottom: 97px;
}

.immigration-home-11 .inner-box .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.immigration-home-11 .inner-box .content-box .text h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.immigration-home-11 .inner-box .content-box .text p {
    position: absolute;
    opacity: 0;
    display: block;
    bottom: -10px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #979aa7;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.immigration-home-11 .inner-box:hover .content-box .text p {
    opacity: 1;
    bottom: 0;
}

.immigration-home-11 .inner-box .content-box .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.immigration-home-11 .inner-box .content-box .btn-box a:hover {
    color: #fff;
}

.immigration-home-11 .owl-dots {
    position: relative;
    display: block !important;
    text-align: center;
    margin-top: 27px;
}

.immigration-home-11 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #d3cfcf;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 7.5px;
    transition: all 0.5s ease;
}

.immigration-home-11 .sec-title {
    margin-bottom: 33px;
}

.chooseus-home-11 {
    position: relative;
}

.chooseus-home-11:before {
    position: absolute;
    content: "";
    background-color: #242c36;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.chooseus-home-11 .inner-container {
    position: relative;
    display: block;
    border-top: 5px solid;
}

.chooseus-home-11 .inner-box .single-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 40px 20px 33px 30px;
    background: #fff;
}

.chooseus-home-11 .inner-box .single-item:first-child {
    background: #242c36;
}

.chooseus-home-11 .inner-box .single-item:nth-child(2) {
    background: #f2f2f2;
}

.chooseus-home-11 .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    width: 77px;
    height: 77px;
    line-height: 77px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    margin-bottom: 26px;
}

.chooseus-home-11 .inner-box .single-item:first-child .icon-box {
    background: hsla(0, 0%, 100%, 0.05);
    color: #fff;
}

.chooseus-home-11 .inner-box .single-item:nth-child(2) .icon-box {
    background: #fff;
}

.chooseus-home-11 .inner-box .single-item:last-child .icon-box {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.chooseus-home-11 .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #242c36;
    margin-bottom: 8px;
}

.chooseus-home-11 .inner-box .single-item:first-child h3,
.chooseus-home-11 .inner-box .single-item:last-child h3 {
    color: #fff;
}

.chooseus-home-11 .inner-box .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #72757f;
}

.chooseus-home-11 .inner-box .single-item:first-child p,
.chooseus-home-11 .inner-box .single-item:last-child p {
    color: hsla(0, 0%, 100%, 0.6);
}

.chooseus-home-11 .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.chooseus-home-11 .image-box img {
    width: 100%;
}

.chooseus-home-11 .inner-box {
    position: relative;
    display: block;
    margin-right: -30px;
}

.home-11 .sec-title.light h2 {
    color: #fff;
}

.testimonial-home-11 {
    position: relative;
    padding: 95px 0 100px;
    background-color: #242c36;
}

.testimonial-home-11 .inner-box {
    position: relative;
    display: block;
    background: #2a333f;
    padding: 46px 40px 42px;
    margin-top: 45px;
}

.testimonial-home-11 .inner-box .icon-box {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 200px;
    line-height: 200px;
    color: #2f3946;
}

.testimonial-home-11 .inner-box .thumb-box {
    position: absolute;
    top: -45px;
    right: 40px;
    width: 90px;
    height: 90px;
    border: 4px solid #242c36;
    border-radius: 50%;
}

.testimonial-home-11 .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-home-11 .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.testimonial-home-11 .inner-box .rating-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.testimonial-home-11 .inner-box .rating-box {
    position: relative;
    margin-top: 4px;
    margin-bottom: 15px;
}

.testimonial-home-11 .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #979aa7;
    margin-bottom: 29px;
}

.testimonial-home-11 .inner-box h3 span {
    font-size: 18px;
    font-weight: 400;
}

.testimonial-home-11 .sec-title {
    margin-bottom: 38px;
}

.team-home-11 {
    position: relative;
    padding-top: 105px;
}

.team-home-11:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 163px;
    left: 0;
    bottom: 0;
}

.team-home-11 .sec-title {
    position: relative;
    margin-bottom: 40px;
}

.team-home-11 .sec-title a.link-btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    text-align: center;
    border: 1px solid #d7d7d7;
    padding: 14px 43px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.team-home-11 .sec-title a.link-btn:hover {
    color: #fff;
}

.team-home-11 .single-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 40px 20px 34px;
    z-index: 1;
    transition: all 0.5s ease;
}

.team-home-11 .single-item:hover {
    margin-bottom: -50px;
    margin-top: -20px;
    padding-bottom: 105px;
    box-shadow: 0 0 30px 0 rgba(27, 31, 45, 0.1);
}

.team-home-11 .single-item .image-box {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 190px;
    background: #fff;
    padding: 8px;
    border: 2px solid #242c36;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.team-home-11 .single-item .image-box img {
    width: 100%;
    border-radius: 50%;
}

.team-home-11 .single-item .lower-content {
    position: relative;
    display: block;
    padding-top: 15px;
}

.team-home-11 .single-item .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-home-11 .single-item .lower-content h3 a {
    display: inline-block;
    color: #242c36;
    transition: all 0.5s ease;
}

.team-home-11 .single-item .lower-content .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.team-home-11 .single-item .lower-content .social-links {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: -65px;
    background-color: #f2f2f2;
    padding: 10px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}

.team-home-11 .single-item:hover .lower-content .social-links {
    opacity: 1;
    transform: scale(1);
}

.team-home-11 .single-item .lower-content .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    line-height: 24px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}

.team-home-11 .single-item .lower-content .social-links li:last-child {
    border: none;
}

.team-home-11 .single-item .lower-content .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s ease;
}

.clients-home-11 {
    position: relative;
    padding: 110px 0;
}

.clients-home-11 .clients-logo-box {
    position: relative;
    display: block;
}

.clients-home-11 .clients-logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.funfact-home-11 {
    position: relative;
}

.funfact-home-11:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
}

.funfact-home-11 .inner-container {
    position: relative;
    display: block;
    background: #fff;
}

.funfact-home-11 .inner-container:before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(100% + 100px);
    height: 100%;
    left: -50px;
    top: 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.funfact-home-11 .single-item {
    position: relative;
    display: block;
    padding: 56px 30px 52px 105px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.funfact-home-11 .single-column:last-child .single-item {
    border: none;
}

.funfact-home-11 .single-item .icon-box {
    position: absolute;
    left: 0;
    top: 60px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #f2f2f2;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
}

.funfact-home-11 .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    margin-bottom: 7px;
}

.funfact-home-11 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #242c36;
    font-weight: 600;
}

.news-home-11 {
    position: relative;
    padding: 95px 0 100px;
}

.news-home-11 .single-item {
    position: relative;
    display: block;
}

.news-home-11 .single-item .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #242c36;
}

.news-home-11 .single-item .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.news-home-11 .single-item:hover .image-box img {
    opacity: 0.1;
}

.news-home-11 .single-item .image-box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    z-index: 1;
    transition: all 0.5s ease;
}

.news-home-11 .single-item:hover .image-box .link {
    transform: translate(-50%, -50%) scale(1);
}

.news-home-11 .single-item .image-box .category {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 16px;
    z-index: 1;
}

.news-home-11 .single-item .lower-content {
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 23px 20px 21px 30px;
}

.news-home-11 .single-item .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 10px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #72757f;
    font-weight: 500;
}

.news-home-11 .single-item .lower-content .post-info li:before {
    position: absolute;
    content: "/";
    top: 0;
    right: 0;
}

.news-home-11 .single-item .lower-content .post-info li:last-child:before {
    display: none;
}

.news-home-11 .single-item .lower-content .post-info li:last-child {
    padding: 0;
    margin: 0;
}

.news-home-11 .single-item .lower-content .post-info li a {
    display: inline-block;
    color: #72757f;
    transition: all 0.5s ease;
}

.news-home-11 .single-item .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.news-home-11 .single-item .lower-content h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.news-home-11 .single-item .lower-content h3 a {
    display: inline-block;
    color: #242c36;
    transition: all 0.5s ease;
}

.news-home-11 .single-item .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #242c36;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.news-home-11 .single-item .lower-content .link a i {
    position: relative;
    margin-right: 10px;
    font-size: 20px;
    top: 2px;
    font-weight: 400;
}

.contact-home-11 {
    position: relative;
    padding-bottom: 110px;
}

.contact-home-11:before {
    position: absolute;
    content: "";
    background: #f2f2f2;
    width: 100%;
    height: calc(50% + 110px);
    left: 0;
    bottom: 0;
}

.contact-home-11 .inner-container {
    position: relative;
    display: block;
    background: #242c36;
}

.contact-home-11 .contact-form-box {
    position: relative;
    display: block;
    padding: 55px 10px 57px 40px;
}

.contact-home-11 .contact-form-box .sec-title {
    margin-bottom: 40px;
}

.contact-home-11 .contact-form-box .bootstrap-select > .dropdown-toggle,
.contact-home-11 .contact-form-box input,
.contact-home-11 .contact-form-box textarea {
    height: 55px !important;
    border-color: #333f4d !important;
    border-radius: 0 !important;
    color: #979aa7 !important;
    font-size: 18px !important;
    font-weight: 400;
    background: transparent !important;
}

.contact-home-11 .contact-form-box .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

.contact-home-11 .contact-form-box textarea {
    height: 110px !important;
    resize: none;
}

.contact-home-11 .contact-form-box .btn-style-four {
    background: transparent;
    border: 1px solid;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-radius: 0;
}

.contact-home-11 .contact-form-box .form-group:last-child {
    margin-bottom: 0;
}

.contact-home-11 .image-box {
    position: relative;
    display: block;
}

.contact-home-11 .image-box img {
    width: 100%;
}

.consultation-home-11 {
    position: relative;
    background: #f2f2f2;
}

.consultation-home-11:before {
    position: absolute;
    content: "";
    background: #242c36;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.consultation-home-11 .inner-container {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
}

.consultation-home-11 .single-item {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 42px 30px 39px 140px;
}

.consultation-home-11 .single-item:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(
        0deg,
        rgba(21, 29, 45, 0.95) 50%,
        rgba(21, 29, 48, 0.45)
    );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.consultation-home-11 .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.consultation-home-11 .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.consultation-home-11 .single-item .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #b6b9c2;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.consultation-home-11 .single-item .link a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    top: 2px;
    margin-right: 10px;
}

.footer-style-11 {
    position: relative;
    width: 100%;
    background: #242c36;
}

.footer-style-11 .footer-top {
    position: relative;
    padding: 105px 0 102px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-style-11 .footer-top .post-widget .post:last-child {
    margin-bottom: 0;
}

.footer-style-11 .footer-top .footer-logo {
    position: relative;
    margin-bottom: 32px;
}

.footer-style-11 a,
.footer-style-11 p {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #979aa7;
    transition: all 0.5s ease;
}

.footer-style-11 .footer-top .logo-widget .text {
    position: relative;
    margin-bottom: 30px;
}

.footer-style-11 .footer-top .logo-widget .twitter-box {
    position: relative;
    padding-left: 57px;
}

.footer-style-11 .footer-top .logo-widget .twitter-box .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.footer-style-11 .footer-top .logo-widget .twitter-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-style-11 .widget-title {
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 32px;
}

.footer-style-11 .widget-title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.footer-style-11 .widget-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    left: 0;
    bottom: 5px;
}

.footer-style-11 .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.footer-style-11 .footer-top .link-list li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.footer-style-11 .footer-top .link-list li:last-child {
    margin-bottom: 0;
}

.footer-style-11 .footer-top .link-list li a {
    position: relative;
    padding-left: 19px;
    transition: all 0.5s ease;
}

.footer-style-11 .footer-top .link-list li a:before {
    position: absolute;
    content: "\f324";
    font-family: Font Awesome\5 Pro;
    left: 0;
    top: 0;
    font-size: 12px;
    transition: all 0.5s ease;
}

.footer-style-11 .footer-top .post-widget .post {
    padding: 0;
    margin-bottom: 19px;
}

.footer-style-11 .footer-top .post-widget .post p {
    margin-bottom: 5px;
}

.footer-style-11 .footer-top .post-widget .post h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.footer-style-11 .footer-top .post-widget .post h5 a {
    display: inline-block;
    color: #fff;
    line-height: 28px;
    transition: all 0.5s ease;
}

.footer-style-11 .footer-top .logo-widget {
    position: relative;
    margin-top: 5px;
}

.footer-style-11 .footer-bottom {
    position: relative;
    padding: 22px 0;
    border-top: none;
}

.footer-style-11 .footer-bottom .footer-nav li {
    position: relative;
    float: left;
    margin-right: 22px;
}

.footer-style-11 .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-11 .footer-bottom .footer-nav li a {
    position: relative;
}

.footer-style-11 .footer-bottom .footer-nav li a:before {
    position: absolute;
    content: "/";
    top: -3px;
    right: -15px;
    color: #9b9da8;
}

.footer-style-11 .footer-bottom .footer-nav li:last-child a:before {
    display: none;
}

.scroll-to-top.style-11 {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    background: #242c36;
    border-radius: 0;
}

.category-home-12 .col-lg-2:last-child .single-item .overlay-content {
    left: inherit;
    right: 0;
    transform-origin: right center;
}

@media only screen and (max-width: 1599px) {
    .header-style-ten {
        padding: 0 30px;
    }
     .banner-carousel
    {
        height:62vh;
    }

    .header-style-11 .select-box {
        display: none;
    }

    .header-style-11 .logo-box .logo {
        border: none;
        margin-right: 0;
    }

    .header-style-11 .right-column .info {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    .header-style-seven .header-top {
        text-align: center;
    }
   .banner-carousel
    {
        height:85vh;
    }
    .header-style-seven .header-top .top-left,
    .header-style-seven .header-top .top-right {
        display: block;
        width: 100%;
        float: none;
    }

    .header-style-seven .header-top .contact-info,
    .header-style-seven .header-top .social-links {
        display: block;
    }

    .header-style-seven .header-top .social-links li {
        float: none;
        display: inline-block;
    }

    .header-style-seven .navbar-right-info .link-btn {
        display: none;
    }

    .header-style-seven .header-upper .logo-box .logo {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .header-style-seven .navbar-right-info {
        margin-top: 35px;
    }

    .header-style-seven .navbar-right-info:before {
        top: -10px;
    }

    .about-home-7 {
        padding: 0;
    }

    .header-style-ten .header-lower {
        display: none;
    }

    .header-style-ten .header-upper {
        padding-bottom: 0;
    }

    .header-style-ten .navbar-right-info {
        margin-left: 0;
    }

    .header-style-11 .navbar-right-info .btn-box {
        display: none;
    }

    .header-style-11 .header-upper .inner-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1299px) {
    .header-style-six .main-menu .navigation > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-style-ten .navbar-right-info .social-links {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .feature-block-five .inner-box .bg-shape,
    .feature-block-five .inner-box:before {
        display: none;
    }

    .feature-block-five .inner-box {
        background: #fff;
        border-radius: 8px;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .feature-block-five .text br {
        display: none;
    }

    .immigration-home-11 .inner-box .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1139px) {
    .header-style-six .navbar-right-info {
        float: left;
    }
   .banner-carousel
    {
        height:58vh;
    }
    .header-style-six .nav-outer .mobile-nav-toggler {
        margin: 10px 0;
    }

    .header-style-seven .header-upper .logo-box .logo,
    .header-style-ten .header-upper .logo-box .logo {
        padding: 30px 30px 25px 0 !important;
    }

    .header-style-seven .nav-outer .mobile-nav-toggler {
        margin: 23px 0;
    }

    .header-style-ten .header-upper .logo-box {
        padding: 0;
    }

    .header-style-ten .header-upper .logo-box .logo:before {
        top: 25px;
    }

    .header-style-ten .nav-outer .mobile-nav-toggler {
        margin-left: 0;
    }

    .header-style-11 .right-column .social-links,
    .works-home-10 .single-item .arrow {
        display: none;
    }

    .header-style-11 .nav-outer .mobile-nav-toggler {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-section-two.alternat-2 .image-box {
        margin: 0 0 30px;
    }
    .project-home-6 {
        padding: 20px 0 100px !important;
    }
    .sec-title {
        margin-bottom: 20px !important;
    }
    .testimonial-block-nine {
        padding-right: 0 !important;
    }
    .about-section-six .experience-years-block .text {
        position: absolute;
        right: 50%;
        margin-left: 135px;
        top: 72%;
    }

    .service-home-6 .owl-dots {
        display: none;
    }

    .chooseus-home-6 .left-column {
        margin-bottom: 30px;
    }

    .chooseus-home-6:before {
        width: 100%;
    }

    .project-home-6 .owl-dots {
        display: none;
    }

    .team-home-6 .sec-title .theme-btn {
        position: relative;
        margin-top: 20px;
    }

    .team-home-6 .single-item .inner-box {
        margin-bottom: 30px;
    }

    .team-home-6 {
        padding-bottom: 70px;
    }

    .testimonial-home-6 .owl-nav {
        display: none;
    }

    .news-home-6 .sec-title .theme-btn {
        position: relative;
        margin-top: 20px;
    }

    .cta-home-6 .text {
        margin-bottom: 30px;
    }

    .footer-widget {
        margin: 0 0 30px !important;
    }

    .footer-style-six .footer-top {
        padding-bottom: 60px;
    }

    .header-style-six .header-middle .contact-info {
        display: none;
    }

    .header-style-six .header-middle .logo {
        width: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .service-home-7 .single-item .inner-box {
        margin-bottom: 30px;
    }

    .service-home-7 {
        padding-bottom: 70px;
    }

    .about-home-7 .image-box {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .works-home-7 .single-item {
        margin-bottom: 90px;
    }

    .testimonial-home-7 .form-inner {
        margin-bottom: 50px;
    }

    .news-home-7 .news-block-one.style-two .inner-box {
        margin-bottom: 30px;
    }

    .news-home-7 {
        padding-bottom: 70px;
    }

    .footer-style-seven .footer-top {
        padding-bottom: 42px;
    }

    .footer-style-seven .footer-bottom .left-column {
        float: none;
    }

    .footer-style-seven .footer-bottom .social-links {
        float: none;
        display: block;
        text-align: center;
    }

    .banner-section.style-ten .owl-theme .owl-dots,
    .border-shape {
        display: none;
    }

    .about-home-10 .content-box {
        margin-bottom: 30px;
    }

    .service-home-10 .srvice-info .info-list li {
        width: 50%;
    }

    .funfact-home-10 .single-item {
        margin-bottom: 30px;
        padding: 0;
    }

    .funfact-home-10 {
        padding-bottom: 65px;
    }

    .works-home-10 .single-item {
        margin-bottom: 30px;
    }

    .footer-style-ten .footer-top,
    .news-home-10,
    .works-home-10 {
        padding-bottom: 70px;
    }

    .pricing-home-10 .content-box {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .faq-home-10 .accordion-box {
        margin-bottom: 30px;
    }

    .footer-style-ten .footer-bottom .copyright,
    .footer-style-ten .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-style-ten .footer-bottom .footer-nav li {
        float: none;
        display: inline-block;
    }

    .service-home-11 .single-item {
        margin-bottom: 30px;
    }

    .about-home-11 .image-box .vector-icon {
        display: none;
    }

    .about-home-11 .image-box {
        margin: 0 0 30px;
    }

    .about-home-11 .content-box {
        margin: 0;
    }

    .immigration-home-11 .owl-dots {
        display: none !important;
    }

    .chooseus-home-11 .inner-box {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .team-home-11 .sec-title a.link-btn {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

    .team-home-11 .single-item:hover {
        margin: 0 0 30px;
        padding-bottom: 34px;
    }

    .team-home-11 .single-item .lower-content .social-links {
        position: relative;
        bottom: 0;
        opacity: 1;
        transform: scale(1);
        margin-top: 20px;
    }

    .news-home-11 .single-item,
    .team-home-11 .single-item {
        margin-bottom: 30px;
    }

    .funfact-home-11 .single-item {
        border: none;
    }

    .category-home-12,
    .highlights-home-12,
    .news-home-11 {
        padding-bottom: 70px;
    }

    .footer-style-11 .footer-top {
        padding-bottom: 72px;
    }

    .category-home-12 .single-item,
    .offered-home-12 .single-item .inner-box {
        margin-bottom: 30px;
    }

    .about-home-12 .inner-box {
        margin-left: 0;
        margin-top: 30px;
    }

    .highlights-home-12 .single-item .inner-box {
        margin-bottom: 30px;
    }

    .team-home-12 .sec-title {
        margin-bottom: 40px;
    }

    .funfact-home-12 .single-item {
        border: none;
    }

    .instructor-home-12 .title-text,
    .testimonial-home-12 .owl-dots {
        display: none;
    }

    .instructor-home-12 {
        padding: 0;
    }

    .instructor-home-12 .inner-box {
        margin: 0;
    }

    .instructor-home-12 .inner-box.mr-40 {
        margin-bottom: 30px;
    }

    .news-home-12 .sec-title .theme-btn {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }

    .subscribe-home-12 .text {
        margin-bottom: 30px;
    }

    .footer-style-12 .footer-top .logo-widget {
        border: none;
    }

    .footer-style-12 .footer-top {
        padding-bottom: 63px;
    }

    .footer-style-12 .footer-bottom .copyright,
    .footer-style-12 .footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-style-12 .footer-bottom .footer-nav li {
        float: none;
        display: inline-block;
    }

    .feature-home-6 .feature-block .inner-box {
        margin-bottom: 30px;
    }

    .about-section-two.alternat-2 {
        padding-bottom: 70px;
    }

    .feature-block-five .inner-box {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .features-section-five {
        padding-bottom: 0;
    }

    .news-home-10 .outer-container {
        padding: 0 30px;
        margin: 0;
    }

    .news-home-10 .owl-theme .owl-nav {
        display: none;
    }

    .footer-banner-section .single-item {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-banner-section .single-column:last-child .single-item {
        margin: 0;
    }

    .category-home-12 .sec-title .btn-box {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .banner-carousel
    {
        height:60vh;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section.style-six .banner-carousel .slide-item {
        padding: 120px 0 200px;
    }
    .banner-carousel
    {
        height:45vh;
    }

    .banner-section.style-six .banner-carousel .content-box h2 br,
    .sec-title h2 br {
        display: none;
    }

    .testimonial-home-6 .inner-box .text p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-home-6 .inner-box .text p br {
        display: none;
    }

    .contact-home-6 .default-form .form-group:last-child {
        margin-bottom: 27px;
    }

    .footer-style-11 .footer-bottom .copyright,
    .footer-style-11 .footer-bottom .footer-nav,
    .footer-style-six .footer-bottom .copyright,
    .footer-style-six .footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-style-11 .footer-bottom .footer-nav li,
    .footer-style-six .footer-bottom .footer-nav li {
        float: none;
        display: inline-block;
    }

    .subscribe-home-7 .inner-box p br {
        display: none;
    }

    .banner-section.style-ten .slide-item {
        padding: 100px 0;
    }

    .service-home-10 .srvice-info .info-list li {
        width: 100%;
    }

    .service-home-10 .content-box .inner-box {
        margin: 0;
    }

    .chooseus-home-10 .image {
        margin: 30px 0;
    }

    .pricing-home-10 .paricing-table {
        margin-bottom: 30px;
    }

    .pricing-home-10 {
        padding-bottom: 70px;
    }

    .banner-section.style-11 .slide-item {
        padding: 170px 0 100px;
    }

    .chooseus-home-11 .inner-box .single-item {
        width: 100%;
    }

    .banner-section.style-12 .slide-item {
        padding: 100px 0;
    }

    .category-home-12 .col-lg-2:last-child .single-item .overlay-content {
        left: 0;
        right: inherit;
        transform-origin: left center;
    }

    .funfact-home-12 .single-column:nth-child(2) .single-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .funfact-home-12 .single-column:nth-child(2) .single-item .icon-box {
        top: 4px;
    }

    .highlights-home-6 .inner-box .single-item {
        width: 100%;
    }

    .chooseus-home-6 .left-column .icon-box {
        display: none;
    }

    .chooseus-home-6 .right-column {
        padding-left: 0;
    }

    .contact-home-11 .contact-form-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-home-12 .inner-box .nav-tabs li {
        width: 100%;
    }

    .about-home-12 .inner-box {
        padding-bottom: 240px;
    }
}

@media only screen and (max-width: 575px) {
    .chooseus-home-6 .right-column .single-item {
        padding-left: 130px;
    }

    .contact-home-6 .form-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-carousel
    {
        height:41vh;
    }

    .banner-section.style-seven .banner-carousel .content-box h2 {
        line-height: 45px;
    }

    .chooseus-home-7 .inner-box .single-item {
        margin-left: 0;
    }

    .works-home-7 .more-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-home-7 .pattern-layer,
    .testimonial-home-7 .testimonial-content .quote-text {
        display: none;
    }

    .footer-style-seven .footer-top .links-widget .links-list li {
        width: 100%;
    }

    .footer-style-seven .footer-bottom .logo {
        float: none;
        display: block;
        text-align: center;
        padding: 0;
        border: none;
        margin: 0 0 10px;
    }

    .footer-style-seven .footer-bottom .left-column {
        display: block;
    }

    .footer-style-seven .footer-bottom .text {
        float: none;
        display: block;
        text-align: center;
    }

    .banner-section.style-ten .banner-content h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .banner-section.style-11 .content-box h2 {
        line-height: 45px;
    }

    .header-style-11 .header-top .text .icon-box {
        top: 8px;
    }

    .banner-section.style-12 .content-box h2,
    .banner-section.style-six .banner-carousel .content-box h2 {
        line-height: 45px;
    }

    .consulting-home-12 .btn-box a {
        margin: 5px;
    }
}

@media only screen and (max-width: 499px) {
    .cta-home-6 .form-inner .form-group button,
    .subscribe-home-12 .form-inner .form-group button {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }
    .banner-carousel
    {
        height:37vh;
    }

    .cta-home-6 .form-inner .form-group,
    .subscribe-home-12 .form-inner .form-group {
        padding-right: 0;
    }

    .header-style-seven .header-upper .logo-box .login-box {
        display: none;
    }

    .header-style-ten .header-upper .logo-box .logo {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

    .header-style-ten .header-upper .logo-box .search-box {
        display: none;
    }

    .about-home-10 .content-box .lower-box .signature {
        margin-bottom: 10px;
    }

    .faq-home-10 .form-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-home-11 .image-box {
        padding: 0;
    }

    .about-home-11 .image-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .consultation-home-11 .single-item {
        padding-left: 30px;
    }

    .consultation-home-11 .single-item .icon-box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .footer-style-12 .footer-top .logo-widget .inner-box .single-item {
        width: 100%;
    }

    .footer-style-12
        .footer-top
        .logo-widget
        .inner-box
        .single-item:first-child {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 375px){
 .banner-carousel
    {
        height:28vh;
    }
}

.btn-style-eight {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
}

.btn-style-eight:hover {
    color: #fff;
    background: transparent;
}

.btn-style-eight .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 22px 35px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.btn-style-eight:hover .btn-title {
    color: #fff;
}

.btn-style-eight .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-eight:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.btn-style-eight .btn-title i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1em;
    top: 4px;
}

.btn-style-nine {
    line-height: 28px;
}

.btn-style-nine:hover {
    color: #fff;
    background: transparent;
}

.btn-style-nine .btn-title {
    padding: 16px 35px;
}

.scroll-to-top-style8 {
    background: #a04e3f;
}

.scroll-to-top-style8,
.scroll-to-top-style9 {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-radius: 0;
    margin-left: 0;
}

.scroll-to-top-style9 {
    background: #1e4fc8;
}

.owl-nav-style-one.owl-theme .owl-next span,
.owl-nav-style-one.owl-theme .owl-prev span {
    position: relative;
    display: block;
    text-align: center;
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #3e4354;
    border-radius: 0;
    color: #969baa;
    font-size: 32px;
    font-weight: 400;
    line-height: 56px;
    margin: 0;
    padding: 0;
    transition: all 0.7s ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    top: -5px;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 15px;
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    border: 2px solid #1e4fc8;
    background: #1e4fc8;
}

.sec-title.style-eight {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 0;
    padding-bottom: 37px;
}

.sec-title.style-eight h4 {
    position: relative;
    display: inline-block;
    color: #a04e3f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 19px;
}

.sec-title.style-eight h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #a04e3f;
    content: "";
}

.sec-title.style-eight h2 {
    color: #005050;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0;
    letter-spacing: normal;
}

.sec-title.style-eight.clr2 h4 {
    color: #b0bebe;
}

.sec-title.style-eight.clr2 h4:before {
    background: #b0bebe;
}

.sec-title.style-eight.clr2 h2 {
    color: #fff;
}

.sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 37px;
}

.sec-title.style-nine h4 {
    position: relative;
    display: block;
    color: #1e4fc8;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.sec-title.style-nine h2 {
    color: #21242d;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0;
    letter-spacing: normal;
}

.main-header.header-style-eight {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header.header-style-eight .sticky-header .header-upper {
    border-top: 0 solid #e5e5e5;
}

.main-header.header-style-eight .sticky-header {
    background: #fff;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-header.header-style-eight .sticky-header .auto-container {
    max-width: 1200px;
    padding: 0 15px;
}

.main-header.header-style-eight .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0;
}

.main-header.header-style-eight .sticky-header .main-menu .navigation {
    margin: 22px 0 22px 30px;
}

.main-header.header-style-eight .auto-container {
    max-width: 100%;
    padding: 0;
}

.main-header.header-style-eight .header-upper-style8 .inner-container {
    position: relative;
    min-height: 72px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-upper-style8 {
    position: relative;
    display: block;
    border-top: none;
}

.header-style-eight .header-upper-style8 .logo-box .logo {
    position: relative;
    display: block;
    padding: 0;
}

.header-upper-style8 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style8 .navigation {
    margin-left: 60px;
    margin-top: 0;
}

.main-menu.style8 .navigation > li {
    padding: 18px 0;
    margin-right: 50px;
}

.main-menu.style8 .navigation > li:last-child {
    margin-right: 0;
}

.main-menu.style8 .navigation > li.dropdown {
    padding-right: 0;
}

.main-menu.style8 .navigation > li.dropdown > a:after {
    display: none;
}

.main-menu.style8 .navigation > li > a {
    color: #fff;
    font-size: 17px;
    padding: 3px 0;
}

.main-menu.style8 .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -24px;
    right: 0;
    width: 12px;
    height: 12px;
    background: #a04e3f;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    transform: scale(0);
    transition: all 0.3s ease;
}

.main-menu.style8 .navigation > li.current > a:before,
.main-menu.style8 .navigation > li:hover > a:before {
    transform: scale(1);
}

.header-upper-right-style8 {
    position: relative;
    display: block;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-upper-right-style8 .social-links li {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 42px;
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, 0.15);
    margin: 0;
}

.header-upper-right-style8 .social-links li:first-child {
    border-left: none;
}

.header-upper-right-style8 .social-links li + li {
    margin-left: 0;
}

.header-upper-right-style8 .social-links li a {
    color: #fff;
    font-size: 14px;
}

.header-upper-right-style8 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 25px;
    width: 72px;
    height: 72px;
    color: #fff;
    border-left: 1px solid hsla(0, 0%, 100%, 0.15);
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-upper-right-style8 .shopping-cart-outer {
    position: relative;
    display: block;
    width: 71px;
}

.header-upper-right-style8 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}

.header-upper-right-style8 .shopping-cart-outer .shopping-cart .count {
    background: #a04e3f;
}

.header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler {
    position: relative;
    display: block;
    width: 71px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 0;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    border-left: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-upper-right-style8 .right-button {
    position: relative;
    display: block;
}

.banner-section.style-eight .banner-carousel .slide-item .image-layer {
    z-index: 1;
}

.banner-section.style-eight .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #005050;
    opacity: 0.8;
    z-index: -1;
}

.banner-section.style-eight .banner-carousel .content-box {
    min-height: 860px;
    padding: 0;
}

.banner-section.style-eight .banner-carousel .content-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-section.style-eight .banner-carousel .content-box h2 {
    position: relative;
    color: #fff;
    font-size: 48px;
    line-height: 1.15em;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: none;
}

.banner-section.style-eight .banner-carousel .content-box h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background-color: #fff;
}

.banner-section.style-eight .banner-carousel .content-box h2:after {
    display: none;
}

.banner-section.style-eight .banner-carousel .content-box .text {
    color: #b0bebe;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto 35px;
    font-weight: 400;
}

.banner-section.style-eight
    .banner-carousel
    .content-box
    .btn-box
    .btn-style-eight
    .btn-title {
    padding: 16px 45px;
}

.contact-info-section-eight {
    position: relative;
    display: block;
    background: transparent;
}

.contact-info-eight {
    position: relative;
    display: block;
    background: #fff;
    margin-top: -45px;
    padding: 22px 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.contact-info-eight ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-eight ul li {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    padding-left: 30px;
}

.contact-info-eight ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #dfe9e9;
    content: "";
}

.contact-info-eight ul li .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-info-eight ul li .inner .icon {
    width: 60px;
}

.contact-info-eight ul li .inner .icon span:before {
    position: relative;
    top: 3px;
    font-size: 40px;
    line-height: 40px;
}

.contact-info-eight ul li .inner .title {
    position: relative;
    display: block;
}

.contact-info-eight ul li .inner .title h3 {
    color: #005050;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.contact-info-eight ul li .inner .title p {
    color: #717e7e;
    font-size: 18px;
    line-height: 20px;
    margin: 6px 0 0;
}

.contact-info-eight ul li .inner .title p a {
    color: #717e7e;
}

.welcome-section-eight {
    background: #fff;
    padding: 100px 0;
}

.welcome-image-box-eight,
.welcome-section-eight {
    position: relative;
    display: block;
}

.welcome-image-box-eight .thm-shape {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.welcome-image-box-eight .inner {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    z-index: 2;
}

.welcome-content-eight {
    position: relative;
    display: block;
}

.welcome-content-eight .sec-title.style-eight {
    padding-bottom: 35px;
}

.welcome-content-eight .inner {
    position: relative;
    display: block;
}

.welcome-content-eight .inner h3 {
    color: #a04e3f;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}

.welcome-content-eight .inner p {
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.welcome-content-eight .inner .authorized {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.welcome-content-eight .inner .authorized .left {
    position: relative;
    display: flex;
}

.welcome-content-eight .inner .authorized .image {
    position: relative;
    display: block;
    width: 60px;
    z-index: 1;
}

.welcome-content-eight .inner .authorized .social {
    position: relative;
    display: block;
    margin-left: -15px;
}

.welcome-content-eight .inner .authorized .social a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #a04e3f;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.welcome-content-eight .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
    margin: 0;
}

.welcome-content-eight .inner .text h3 {
    color: #005050;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 5px;
}

.welcome-content-eight .inner .text span {
    color: #717e7e;
    font-size: 18px;
}

.welcome-content-eight .inner .signature {
    position: relative;
    display: block;
    margin-top: 40px;
}

.service-section-eight {
    position: relative;
    display: block;
    background: #005050;
    padding: 100px 0 50px;
    z-index: 1;
}

.service-section-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.service-block-eight {
    position: relative;
    margin-bottom: 43px;
}

.service-block-eight .inner-box {
    position: relative;
    display: block;
}

.service-block-eight .inner-box .img-holder {
    position: relative;
    display: block;
    padding-right: 25px;
}

.service-block-eight .inner-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-eight .inner-box .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e5eeee;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.service-block-eight .inner-box:hover .img-holder .inner:after {
    opacity: 0.9;
    transform: scaleY(1);
}

.service-block-eight .inner-box .img-holder .inner img {
    width: 100%;
}

.service-block-eight .inner-box .img-holder .icon {
    position: absolute;
    top: 30px;
    right: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.service-block-eight .inner-box:hover .img-holder .icon {
    transform: scale(0);
}

.service-block-eight .inner-box .img-holder .icon span:before {
    color: #a04e3f;
}

.service-block-eight .inner-box .img-holder .button {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 1;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.service-block-eight .inner-box:hover .img-holder .button {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    opacity: 1;
}

.service-block-eight
    .inner-box
    .img-holder
    .button
    .btn-style-eight
    .btn-title {
    padding: 11px 25px;
}

.service-block-eight .inner-box .text-holder {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 25px;
    margin-right: 25px;
}

.service-block-eight .inner-box .text-holder h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}

.service-block-eight .inner-box .text-holder h3 a {
    color: #fff;
}

.service-block-eight .inner-box .text-holder p {
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}

.choose-section-eight {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0;
}

.video-holder-box8 {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    max-width: 540px;
    width: 100%;
}

.video-holder-box8 .video-box {
    position: relative;
    display: block;
    padding: 305px 0;
}

.video-holder-box8 .video-box a {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.video-holder-box8 .video-box a:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, 0.3);
    z-index: -1;
}

.video-holder-box8 .video-box a span:before {
    position: relative;
    display: block;
    color: #a04e3f;
    font-size: 50px;
    line-height: 120px;
    text-align: center;
}

.choose-content-eight {
    position: relative;
    display: block;
}

.choose-content-eight .sec-title.style-eight {
    padding-bottom: 39px;
}

.choose-content-eight .inner-content,
.choose-content-eight .inner-content ul {
    position: relative;
    display: block;
}

.choose-content-eight .inner-content ul li {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 50px 0 rgba(215, 226, 226, 0.7);
}

.choose-content-eight .inner-content ul li:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    height: 5px;
    background: #a04e3f;
    content: "";
    transform: scaleX(0.1) translateX(0) rotateX(90deg);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.choose-content-eight .inner-content ul li:hover:before {
    transform: scaleX(1) translateX(0) rotateX(0deg);
    transition: all 0.4s linear;
}

.choose-content-eight .inner-content ul li + li {
    margin-top: 30px;
}

.choose-content-eight .inner-content ul li .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 100px;
}

.choose-content-eight .inner-content ul li .inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-content-eight .inner-content ul li .inner .icon .icon-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.choose-content-eight .inner-content ul li:hover .inner .icon .icon-bg1 {
    transform: scale(0);
}

.choose-content-eight .inner-content ul li .inner .icon .icon-bg1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.choose-content-eight
    .inner-content
    ul
    li:hover
    .inner
    .icon
    .icon-bg1-overlay {
    transform: scale(1);
}

.choose-content-eight .inner-content ul li .inner .icon span:before {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    font-size: 45px;
    line-height: 80px;
    text-align: center;
}

.choose-content-eight .inner-content ul li .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 100px;
    margin: 0;
}

.choose-content-eight .inner-content ul li .inner .text h3 {
    color: #005050;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}

.choose-content-eight .inner-content ul li .inner .text p {
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.working-process-section-eight {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 50px;
}

.working-process-section-eight .row {
    counter-reset: count;
}

.working-process-block-eight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 43px;
}

.working-process-block-eight .img-holder {
    position: relative;
    display: block;
    width: 160px;
}

.working-process-block-eight .img-holder .shape-bg {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: -10px;
    right: -30px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
}

.working-process-block-eight .img-holder .inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.working-process-block-eight .img-holder .counting-step-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

.working-process-block-eight .img-holder .counting-step-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #a04e3f;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    font-family: Fira Sans, sans-serif;
}

.working-process-block-eight:hover .img-holder .counting-step-box:before {
    color: #fff;
    background: #a04e3f;
}

.working-process-block-eight .text-holder {
    position: relative;
    display: block;
    padding-top: 29px;
}

.working-process-block-eight .text-holder h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}

.working-process-block-eight .text-holder h3 a {
    color: #005050;
}

.working-process-block-eight:hover .text-holder h3 a {
    color: #a04e3f;
}

.working-process-block-eight .text-holder p {
    color: #717e7e;
    font-size: 18px;
    margin: 0;
}

.team-section-eight {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0;
}

.team-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}

.team-section-eight_title .sec-title.style-eight {
    padding-bottom: 0;
}

.team-section-eight_title .btn-box {
    position: relative;
    display: block;
    padding-bottom: 13px;
}

.team-section-eight_title .btn-box .btn-style-eight {
    color: #a04e3f;
    background: transparent;
}

.team-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}

.team-block-eight,
.team-block-eight .img-holder {
    position: relative;
    display: block;
}

.team-block-eight .img-holder {
    overflow: hidden;
}

.team-block-eight .img-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a04e3f;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 1;
}

.team-block-eight:hover .img-holder:before {
    opacity: 0.9;
    transform: perspective(400px) rotateX(0deg);
}

.team-block-eight .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: 0.5s;
}

.team-block-eight:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.team-block-eight .img-holder .overlay-content .inner {
    position: absolute;
    left: 30px;
    bottom: 25px;
    right: 30px;
}

.team-block-eight .img-holder .overlay-content .inner .top {
    position: relative;
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    padding-bottom: 26px;
    margin-bottom: 24px;
}

.team-block-eight .img-holder .overlay-content .inner .top span {
    color: #fff;
    font-size: 18px;
}

.team-block-eight .img-holder .overlay-content .inner .top h3 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 0;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content {
    position: relative;
    display: flex;
    align-items: center;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content .icon {
    width: 40px;
}

.team-block-eight
    .img-holder
    .overlay-content
    .inner
    .bottom-content
    .icon
    span:before {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content .text {
    position: relative;
    display: block;
    top: -1px;
    padding-left: 15px;
    margin: 0;
}

.team-block-eight .img-holder .overlay-content .inner .bottom-content .text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.team-block-eight
    .img-holder
    .overlay-content
    .inner
    .bottom-content
    .text
    p
    a {
    color: #fff;
}

.team8-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.team8-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}

.team8-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #cad4d4;
    background: #fff;
    margin: 0 7.5px;
    padding: 0;
    border-radius: 50%;
    transition: all 0.1s linear;
    transition-delay: 0.1s;
}

.team8-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.team8-carousel.owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #a04e3f;
}

.pricing-plan-section-eight {
    position: relative;
    display: block;
    padding: 100px 0 60px;
}

.pricing-plan-section-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 530px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.pricing-plan-block-eight {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 20px 20px 0;
    transform: translateZ(0);
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    margin-bottom: 40px;
    z-index: 10;
}

.pricing-plan-block-eight:hover {
    transform: translate3d(0, -10px, 0);
}

.pricing-plan-block-eight .table-header {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 40px 0 60px;
    z-index: 1;
}

.pricing-plan-block-eight .table-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #005050;
    opacity: 0.8;
    z-index: -1;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.pricing-plan-block-eight:hover .table-header:before {
    background: #a04e3f;
}

.pricing-plan-block-eight .table-header .top {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.pricing-plan-block-eight .table-header .top h3 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 3px;
}

.pricing-plan-block-eight .table-header .top span {
    color: #b0bebe;
    font-size: 18px;
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}

.pricing-plan-block-eight:hover .table-header .top span {
    color: #fff;
}

.pricing-plan-block-eight .table-header .package {
    position: relative;
    display: block;
}

.pricing-plan-block-eight .table-header .package h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}

.pricing-plan-block-eight .table-header .package span {
    position: relative;
    top: -21px;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding-right: 6px;
}

.pricing-plan-block-eight .table-header .package b {
    position: relative;
    display: inline-block;
    top: -5px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
}

.pricing-plan-block-eight .table-button {
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: -30px;
    z-index: 1;
}

.pricing-plan-block-eight .table-button .btn-style-eight {
    color: #a04e3f;
    background: #fff;
    display: block;
}

.pricing-plan-block-eight .table-button .btn-style-eight .btn-title {
    padding: 16px 35px;
}

.pricing-plan-block-eight .price-list {
    position: relative;
    display: block;
    padding: 0 20px;
}

.pricing-plan-block-eight .price-list ul {
    position: relative;
    display: block;
    padding: 10px 0 22px;
}

.pricing-plan-block-eight .price-list ul li {
    color: #717e7e;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #d3dddd;
}

.pricing-plan-block-eight .price-list ul li:last-child {
    border: none;
}

.testimonial-section-eight-h8 {
    position: relative;
    display: block;
    padding: 0 0 100px;
    z-index: 1;
}

.testimonial-section-eight-h8 .layer-outer {
    position: absolute;
    top: -355px;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1;
}

.testimonial-section-eight-h8 .layer-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.75;
}

.testimonial-block-eight {
    position: relative;
    display: block;
    padding-top: 50px;
}

.testimonial-block-eight:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: 0.15;
    z-index: 1;
}

.testimonial-block-eight .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.testimonial-block-eight .img-holder:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 4px solid #fff;
    border-radius: 50%;
}

.testimonial-block-eight .inner-content {
    position: relative;
    display: block;
    padding: 70px 50px 43px;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
}

.testimonial-block-eight .inner-content h3 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 2px;
}

.testimonial-block-eight .inner-content span {
    color: #b0bebe;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-block-eight .inner-content .text {
    position: relative;
    display: block;
    padding-top: 13px;
    margin: 0;
}

.testimonial-block-eight .inner-content .text p {
    color: #b0bebe;
    font-size: 18px;
    margin: 0;
}

.blog-section-eight {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 40px;
}

.news-section-eight_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 37px;
}

.news-section-eight_title .sec-title.style-eight {
    padding-bottom: 0;
}

.news-section-eight_title .btn-box {
    position: relative;
    display: block;
    padding-bottom: 13px;
}

.news-section-eight_title .btn-box .btn-style-eight {
    color: #a04e3f;
    background: transparent;
}

.news-section-eight_title .btn-box .btn-style-eight .btn-title {
    padding: 14px 40px;
    border: 2px solid #a04e3f;
}

.news-block-eight {
    margin-bottom: 60px;
}

.news-block-eight,
.news-block-eight .img-holder {
    position: relative;
    display: block;
}

.news-block-eight .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-eight .img-holder .inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005050;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 1;
}

.news-block-eight:hover .img-holder .inner:before {
    opacity: 0.65;
    transform: perspective(400px) rotateX(0deg);
}

.news-block-eight .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}

.news-block-eight:hover .img-holder .overlay-icon {
    transform: perspective(400px) scaleY(1);
}

.news-block-eight .img-holder .overlay-icon a {
    position: relative;
    display: inline-block;
}

.news-block-eight .img-holder .overlay-icon span {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.news-block-eight .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    background: #005050;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.news-block-eight:hover .img-holder .inner:after {
    opacity: 0.35;
    transform: scaleY(1);
}

.news-block-eight .img-holder img {
    width: 100%;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.news-block-eight:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.news-block-eight .img-holder .categories-box {
    position: absolute;
    left: 30px;
    bottom: -12px;
    width: 100px;
    height: 24px;
    text-align: center;
    z-index: 3;
}

.news-block-eight .img-holder .categories-box p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.news-block-eight .text-holder {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 32px 30px 26px;
}

.news-block-eight .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-eight .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #a04e3f;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-right: 16px;
    margin-right: 15px;
}

.news-block-eight .text-holder .meta-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.news-block-eight .text-holder .meta-info li:before {
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #717e7e;
    content: "";
    transform: rotate(20deg);
}

.news-block-eight .text-holder .meta-info li:last-child:before {
    display: none;
}

.news-block-eight .text-holder .meta-info li a {
    color: #717e7e;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.news-block-eight .text-holder .blog-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 11px;
}

.news-block-eight .text-holder .blog-title a {
    color: #005050;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.awards-section-eight {
    position: relative;
    display: block;
    background-color: transparent;
    background-image: radial-gradient(
        at bottom right,
        #58ff657d 10%,
        #62b7691f 64%
    );
    opacity: 1;
    padding: 100px 0;
    z-index: 1;
}

.awards-section-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.awards-block-eight {
    position: relative;
    display: block;
    background: #fff;
    margin: 20px 0px;
    border-radius: 20px;
    text-align: center;
    padding: 20px 10px 40px 10px;
}

.awards-block-eight .awards {
    position: relative;
    display: flex;
    justify-content: center;
}

.awards-block-eight .awards img {
    height: 150px;
}

.awards-block-eight .awards_title {
    color: #005050;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
}

.awards-block-eight .awards_title-two {
    font-size: 19px;
    margin-top: 7px;
}

.contact-form-faq-section-eight {
    position: relative;
    display: block;
    background: #e8f1f1;
    padding: 100px 0 70px;
}

.contact-form-eight {
    position: relative;
    display: block;
    max-width: 535px;
    width: 100%;
    background: #fff;
    padding: 55px 50px 45px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.contact-form-eight .title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.contact-form-eight .title h2 {
    color: #005050;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 9px;
}

.contact-form-eight .title p {
    color: #005050;
    font-size: 18px;
    margin: 0;
}

.contact-form form .input-box,
.contact-form-h8 {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    margin-bottom: 20px;
}

.contact-form-h8 input[type="email"],
.contact-form-h8 input[type="text"],
.contact-form-h8 textarea {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    height: 50px;
    border: 0 solid #e3e3e4;
    border-bottom: 1px solid #e1e5e9;
    color: #717e7e;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.5s ease;
    font-family: var(--optika-font-family);
}

.contact-form-h8 textarea {
    height: 126px;
    padding-left: 0;
    padding-right: 0;
}

.contact-form-h8 input[type="email"]:focus,
.contact-form-h8 input[type="text"]:focus,
.contact-form-h8 textarea:focus {
    color: #171717;
    border-color: #171717;
}

.contact-form-h8 input[type="text"]::-webkit-input-placeholder {
    color: #777;
}

.contact-form-h8 input[type="text"]:-moz-placeholder,
.contact-form-h8 input[type="text"]::-moz-placeholder {
    color: #777;
}

.contact-form-h8 input[type="text"]:-ms-input-placeholder {
    color: #777;
}

.contact-form-h8 input[type="email"]::-webkit-input-placeholder {
    color: #777;
}

.contact-form-h8 input[type="email"]:-moz-placeholder,
.contact-form-h8 input[type="email"]::-moz-placeholder {
    color: #777;
}

.contact-form-h8 input[type="email"]:-ms-input-placeholder {
    color: #777;
}

.contact-form-h8 textarea::-webkit-input-placeholder {
    color: #777;
}

.contact-form-h8 textarea:-moz-placeholder,
.contact-form-h8 textarea::-moz-placeholder {
    color: #717e7e;
}

.contact-form-h8 textarea:-ms-input-placeholder {
    color: #717e7e;
}

.contact-form-h8 .btn-style-eight {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.contact-form-h8 .btn-style-eight .btn-title {
    padding: 16px 35px;
}

.faq-content-eight {
    position: relative;
    display: block;
}

.faq-content-eight .accordion-box .block {
    margin-bottom: 20px;
}

.faq-content-eight .accordion-box .block:last-child {
    margin-bottom: 0;
}

.funfacts-section-eight {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
    padding: 100px 0;
}

.funfacts-section-eight:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a04e3f;
    opacity: 0.95;
    z-index: -1;
}

.fact-counter-eight {
    position: relative;
    display: flex;
    align-items: center;
}

.fact-counter-eight .counter-column {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    padding-right: 30px;
    margin-right: 30px;
}

.fact-counter-eight .counter-column:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.fact-counter-eight .counter-column .inner {
    position: relative;
    display: block;
}

.fact-counter-eight .counter-column .inner .content {
    position: relative;
    display: flex;
    align-items: center;
}

.fact-counter-eight .counter-column .inner .content .icon-box {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 45px;
}

.fact-counter-eight .counter-column .inner .content .count-box {
    position: relative;
    display: block;
    padding-left: 20px;
}

.fact-counter-eight .counter-column .inner .content .count-box span {
    position: relative;
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 40px;
    font-weight: 600;
    font-family: Fira Sans, sans-serif;
}

.fact-counter-eight .counter-column .inner .content .count-box .counter-title {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 18px;
    font-family: Fira Sans, sans-serif;
}

.footer-section-eight {
    overflow: hidden;
    background: #005050;
    padding: 0;
}

.footer-eight,
.footer-section-eight {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-eight {
    padding: 100px 0 90px;
}

.footer-eight .pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 25px;
}

.single-footer-widget .title h3 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding: 30px 30px 36px;
    background: #fff;
    max-width: 340px;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #dfe9e9;
    padding-bottom: 15px;
}

.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
    padding-top: 26px;
    margin-bottom: 19px;
}

.single-footer-widget .our-company-info .text-box h3 {
    color: #005050;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 9px;
}

.single-footer-widget .our-company-info .text-box p {
    color: #717e7e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.single-footer-widget .our-company-info .phone-number {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .phone-number p {
    color: #a04e3f;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px;
}

.single-footer-widget .our-company-info .phone-number h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.single-footer-widget .our-company-info .phone-number h3 a {
    color: #005050;
}

.footer-widget-link-box {
    position: relative;
    display: flex;
}

.footer-widget-links1 {
    position: relative;
    display: block;
}

.footer-widget-links1.left {
    width: 200px;
}

.footer-widget-links1 li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}

.footer-widget-links1 li:last-child {
    margin-bottom: 0;
}

.footer-widget-links1 li a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #b0bebe;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.footer-widget-links1 li a:hover {
    color: #fff;
}

.footer-widget-links1 li a:before {
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: Font Awesome\5 Pro;
}

.widget-popular-post {
    position: relative;
    display: block;
    margin-top: 7px;
}

.widget-popular-post li {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-popular-post li:last-child {
    margin-bottom: 0;
}

.widget-popular-post li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}

.widget-popular-post li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    top: -9px;
}

.widget-popular-post li .title-box span {
    position: relative;
    display: inline-block;
    color: #b0bebe;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.widget-popular-post li .title-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 6px;
}

.widget-popular-post li .title-box h3 a {
    color: #fff;
}

.footer-bottom-eight {
    position: relative;
    display: block;
    background: #005050;
    padding: 21px 0;
}

.footer-bottom-eight .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}

.copyright-text p a {
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
    padding-right: 3px;
}

.copyright-text p a:hover {
    color: #fff;
}

.footer-menu-style1 {
    position: relative;
    display: block;
}

.footer-menu-style1 ul {
    overflow: hidden;
}

.footer-menu-style1 ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
}

.footer-menu-style1 ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-menu-style1 ul li:before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background: hsla(0, 0%, 100%, 0.3);
    transform: rotate(10deg);
    content: "";
}

.footer-menu-style1 ul li:last-child:before {
    display: none;
}

.footer-menu-style1 ul li a {
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease;
}

.main-header.header-style-nine {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header.header-style-nine .sticky-header {
    background: #fff;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-header.header-style-nine .sticky-header .header-upper .logo-box .logo {
    padding: 29px 0;
}

.main-header.header-style-nine .sticky-header .main-menu .navigation {
    margin: 22px 0 22px 30px;
}

.main-header .header-top-style9 {
    position: relative;
    display: block;
    background: #21242d;
    padding: 25px 0;
}

.header-top-style9 .top-left,
.header-top-style9 .top-left .logo-box,
.header-top-style9 .top-left .logo-box .logo {
    position: relative;
    display: block;
}

.header-top-style9 .top-left .logo-box .logo a {
    position: relative;
    display: inline-block;
}

.contact-info-9,
.header-top-style9 .top-right {
    position: relative;
    display: block;
}

.contact-info-9 {
    overflow: hidden;
}

.contact-info-9 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    min-height: 50px;
}

.contact-info-9 li:last-child {
    margin-right: 0;
}

.contact-info-9 li .inner-box {
    position: relative;
    display: block;
    padding-left: 50px;
    min-height: 50px;
}

.contact-info-9 li .inner-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.contact-info-9 li .inner-box .icon span:before {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

.contact-info-9 li .inner-box .title {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 50px;
}

.contact-info-9 li .inner-box .title h3 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.contact-info-9 li .inner-box .title p {
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.contact-info-9 li .btn-box {
    position: relative;
    display: block;
}

.contact-info-9 li .btn-box .btn-style-nine {
    color: #999ead;
    background: #333743;
}

.contact-info-9 li .btn-box .btn-style-nine .btn-title {
    padding: 11px 35px;
}

.main-header .header-upper-style9 {
    position: relative;
    display: block;
    border: none;
}

.main-header .header-upper-style9 .inner-container {
    position: relative;
    min-height: 70px;
    background: #1e4fc8;
}

.main-header .header-upper-style9 .inner-container:before {
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0;
    right: 100%;
    background: #1e4fc8;
    content: "";
}

.main-header .header-upper-style9 .nav-outer {
    position: relative;
    float: left;
}

.main-menu.style9 .navigation {
    margin: 0;
    padding: 7px 0;
}

.main-menu.style9 .navigation > li > a {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.header-upper-right-style9 {
    position: relative;
    display: block;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-upper-right-style9 .search-toggler {
    position: relative;
    background-color: transparent;
    font-size: 20px;
    width: 50px;
    height: 30px;
    color: #fff;
    border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.header-upper-right-style9 .shopping-cart-outer {
    position: relative;
    display: block;
    width: 71px;
}

.header-upper-right-style9 .shopping-cart-outer .shopping-cart {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    padding-right: 10px;
    width: 34px;
    cursor: pointer;
    margin: 0 auto;
}

.header-upper-right-style9 .shopping-cart-outer .shopping-cart .count {
    color: #1e4fc8;
    background: #fff;
}

.header-upper-right-style9 .right-box {
    position: relative;
    display: block;
    width: 220px;
    background: #fff;
    text-align: right;
    padding: 9px 30px 10px;
}

.header-upper-right-style9 .right-box p {
    color: #1e4fc8;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.header-upper-right-style9 .right-box a {
    color: #21242d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.header-upper-right-style9 .phone-icon {
    position: relative;
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    background: #1e4fc8;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
}

.header-upper-right-style9 .phone-icon span:before {
    position: relative;
    display: inline-block;
    top: 2px;
}

.header-upper-right-style9 .phone-icon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-color: transparent transparent transparent #1e4fc8;
    border-style: solid;
    border-width: 20px 15px 20px 45px;
}

.header-upper-right-style9 .phone-icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 50%;
    height: 40px;
    border-color: transparent #1e4fc8 transparent transparent;
    border-style: solid;
    border-width: 25px 45px 25px 0;
}

.banner-section.style-nine {
    margin-top: 100px;
}

.banner-section.style-nine .banner-carousel .slide-item .image-layer {
    z-index: 1;
}

.banner-section.style-nine .banner-carousel .slide-item .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #21242d;
    opacity: 0.2;
    z-index: -1;
}

.banner-section.style-nine .banner-carousel .content-box {
    min-height: 860px;
    padding: 0;
}

.banner-section.style-nine .banner-carousel .content-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-section.style-nine .banner-carousel .content-box h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    line-height: 1.15em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 0;
}

.banner-section.style-nine .banner-carousel .content-box h2:after,
.banner-section.style-nine .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section.style-nine .banner-carousel .content-box .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto 43px;
    font-weight: 400;
}

.banner-section.style-nine
    .banner-carousel
    .content-box
    .btn-box
    .btn-style-eight
    .btn-title {
    padding: 16px 45px;
}

.service-section-nine {
    background: #eaecf1;
    padding: 100px 0;
}

.service-block-nine,
.service-block-nine .inner-box,
.service-block-nine .inner-box .img-holder,
.service-section-nine {
    position: relative;
    display: block;
}

.service-block-nine .inner-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-nine .inner-box .img-holder .inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #21242d;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 1;
}

.service-block-nine .inner-box:hover .img-holder .inner:before {
    opacity: 0.9;
    transform: perspective(400px) rotateX(0deg);
}

.service-block-nine .inner-box .img-holder .inner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #21242d;
    background: linear-gradient(0deg, #21242d, rgba(45, 34, 33, 0) 55%);
    opacity: 1;
    transition: 0.5s;
    transform: perspective(400px) rotateX(0deg);
    transform-origin: top;
    z-index: 1;
}

.service-block-nine .inner-box .img-holder .inner img {
    width: 100%;
}

.service-block-nine .inner-box .img-holder .overlay-static-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 2;
}

.service-block-nine:hover .inner-box .img-holder .overlay-static-content {
    transform: scale(0);
}

.service-block-nine .inner-box .img-holder .overlay-static-content .icon {
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background: rgba(30, 79, 200, 0.5);
    font-size: 80px;
    text-align: center;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.service-block-nine
    .inner-box
    .img-holder
    .overlay-static-content
    .icon
    span:before {
    color: #fff;
}

.service-block-nine .inner-box .img-holder .title-box {
    position: absolute;
    left: 30px;
    bottom: 24px;
    right: 0;
    z-index: 3;
}

.service-block-nine .inner-box .img-holder .title-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 3px;
}

.service-block-nine .inner-box .img-holder .title-box h3 a {
    color: #fff;
}

.service-block-nine .inner-box .img-holder .title-box p {
    color: #999ead;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.service-block-nine .inner-box .img-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.service-block-nine .inner-box:hover .img-holder .overlay-content {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    opacity: 1;
}

.service-block-nine .inner-box .img-holder .overlay-content .button {
    position: relative;
}

.service-block-nine .inner-box .img-holder .overlay-content .button a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #1e4fc8;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
}

.service-block-nine
    .inner-box
    .img-holder
    .overlay-content
    .button
    a
    span:before {
    color: #fff;
}

.service9-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.service9-carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}

.service9-carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c5c8ce;
    background: #eaecf1;
    margin: 0 7.5px;
    padding: 0;
    border-radius: 50%;
    transition: all 0.1s linear;
    transition-delay: 0.1s;
}

.service9-carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.service9-carousel.owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #1e4fc8;
}

.welcome-section-nine {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0;
}

.welcome-image-box-nine {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.welcome-image-box-nine .left-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.welcome-image-box-nine .single-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-image-box-nine .single-image-box img {
    width: 100%;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.welcome-image-box-nine .single-image-box:hover img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.welcome-image-box-nine .right-box {
    position: relative;
    display: block;
}

.welcome-image-box-nine .right-box ul {
    position: relative;
    display: block;
    margin-top: -15px;
    margin-bottom: -15px;
}

.welcome-image-box-nine .right-box ul li {
    position: relative;
    display: block;
    padding: 15px 0;
}

.welcome-image-box-nine .right-box ul li .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-content-nine {
    position: relative;
    display: block;
}

.welcome-content-nine .sec-title.style-nine {
    padding-bottom: 19px;
}

.welcome-content-nine .inner {
    position: relative;
    display: block;
}

.welcome-content-nine .inner .top-text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.welcome-content-nine .inner .top-text p {
    color: #21242d;
    font-size: 18px;
    margin: 0;
}

.welcome-content-nine .inner .bottom-text {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.welcome-content-nine .inner .bottom-text p {
    color: #72757f;
    font-size: 18px;
    margin: 0;
}

.welcome-content-nine .inner ul {
    position: relative;
    display: block;
}

.welcome-content-nine .inner ul li {
    position: relative;
    display: block;
    color: #21242d;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: Fira Sans, sans-serif;
    margin-bottom: 15px;
}

.welcome-content-nine .inner ul li:last-child {
    margin-bottom: 0;
}

.welcome-content-nine .inner ul li span:before {
    position: relative;
    top: 2px;
    color: #1e4fc8;
    font-size: 20px;
    padding-right: 20px;
}

.welcome-content-nine .inner .btn-box {
    margin-top: 41px;
}

.gallery-section-nine {
    position: relative;
    display: block;
    background: #21242d;
    padding: 100px 0;
    z-index: 1;
}

.gallery-section-nine_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
}

.gallery-section-nine_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #21242d;
    opacity: 0.85;
    z-index: -1;
}

.gallery-nine_title {
    position: relative;
    display: block;
}

.gallery-nine_title .sec-title.style-nine {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.gallery-nine_title .sec-title.style-nine h4 {
    margin-bottom: 12px;
}

.gallery-nine_title .sec-title.style-nine h2 {
    color: #fff;
}

.gallery-nine_title .inner-content {
    position: relative;
    display: block;
}

.gallery-nine_title .inner-content p {
    color: #999ead;
    font-size: 18px;
    margin: 0;
}

.gallery-nine_title .inner-content .btn-box {
    margin-top: 33px;
}

.single-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #1e4fc8;
    background: rgba(33, 36, 45, 0.9);
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) scale(1.3);
    transition: all 0.7s linear;
    transition-delay: 0.1s;
    opacity: 0;
    z-index: 2;
}

.single-gallery-item:hover:before {
    transform: perspective(1200px) rotateX(0deg) scale(1);
    opacity: 1;
}

.single-gallery-item .img-holder {
    position: relative;
    display: block;
}

.single-gallery-item .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-gallery-item .img-holder .inner img {
    width: 100%;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.single-gallery-item .img-holder .overlay-content {
    position: absolute;
    top: -30%;
    left: 0;
    bottom: -30%;
    right: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateZ(-100%);
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 2;
}

.single-gallery-item:hover .img-holder .overlay-content {
    transform: perspective(1200px) rotateX(0deg) translateZ(0);
    top: 0;
    bottom: 0;
    opacity: 1;
}

.single-gallery-item .img-holder .overlay-content .title-box {
    position: absolute;
    left: 40px;
    bottom: 34px;
    right: 20px;
}

.single-gallery-item .img-holder .overlay-content .title-box p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
}

.single-gallery-item .img-holder .overlay-content .title-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.single-gallery-item .img-holder .overlay-content .title-box h3 a {
    color: #fff;
}

.single-gallery-item .img-holder .overlay-content .button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.single-gallery-item .img-holder .overlay-content .button a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #1e4fc8;
    font-size: 15px;
    text-align: center;
}

.single-gallery-item .img-holder .overlay-content .button a span:before {
    color: #fff;
    font-weight: 700;
}

.gallery-nine-carousel.owl-theme .owl-stage-outer {
    margin-right: -400px;
}

.gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -165px;
}

.working-process-section-nine {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 60px;
}

.working-process-section-nine .row {
    counter-reset: count;
}

.working-process-block-nine {
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 46px 20px 43px;
    margin-bottom: 40px;
}

.working-process-block-nine .border-box {
    position: absolute;
    top: 50%;
    right: -110px;
    bottom: 0;
    width: 175px;
    height: 1px;
    background: #cacdd3;
    z-index: 2;
}

.working-process-block-nine .border-box:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    background-image: url(../media/arrow-right.d930abb7.png);
    width: 12px;
    height: 25px;
}

.working-process-block-nine .title-holder {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.working-process-block-nine .title-holder h3 {
    color: #21242d;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 1px;
}

.working-process-block-nine .title-holder span {
    color: #1e4ec6;
    font-size: 16px;
}

.working-process-block-nine .icon-holder {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 0;
    margin: 0 auto;
}

.working-process-block-nine .icon-holder span:before {
    position: relative;
    display: block;
    color: #fff;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
}

.working-process-block-nine .icon-holder .counting-step-box {
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.working-process-block-nine .icon-holder .counting-step-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #202020;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    font-family: Fira Sans, sans-serif;
}

.working-process-block-nine .text-holder {
    position: relative;
    display: block;
    padding-top: 21px;
}

.working-process-block-nine .text-holder p {
    color: #72757f;
    font-size: 18px;
    margin: 0;
}

.video-gallery-section-nine {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
}

.video-gallery-section-nine:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21242d;
    opacity: 0.9;
    z-index: -1;
}

.video-gallery-nine_content {
    padding: 100px 0;
}

.video-gallery-nine_content,
.video-holder-box9,
.video-holder-box9 .video-box {
    position: relative;
    display: block;
}

.video-holder-box9 .video-box {
    margin-bottom: 33px;
}

.video-holder-box9 .video-box a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    border: 2px solid #fff;
}

.video-holder-box9 .video-box a span:before {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 96px;
    text-align: center;
}

.video-holder-box9 .video-box a:before {
    display: none;
}

.video-gallery-nine_content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
}

.video-gallery-nine_content .btn-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 38px;
}

.choose-section-nine {
    position: relative;
    display: block;
    background: #72757f;
    padding: 100px 0 70px;
    z-index: 1;
}

.choose-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: -1;
}

.choose-block-nine {
    position: relative;
    display: block;
    background: #fff;
    padding: 27px 30px 23px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    z-index: 1;
}

.choose-block-nine_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
    height: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.choose-block-nine:hover .choose-block-nine_bg {
    height: 100%;
}

.choose-block-nine:before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 5px;
    bottom: 30px;
    background: #1e4fc8;
    content: "";
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.choose-block-nine:hover:before {
    top: 0;
    bottom: 0;
}

.choose-block-nine .top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.choose-block-nine .top .icon {
    position: relative;
    display: block;
    width: 75px;
}

.choose-block-nine .top .icon span:before {
    color: #9a9eab;
    font-size: 55px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.choose-block-nine:hover .top .icon span:before {
    color: #999ead;
}

.choose-block-nine .top .title {
    position: relative;
    display: block;
}

.choose-block-nine .top .title h4 {
    color: #21242d;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.choose-block-nine:hover .top .title h4 {
    color: #fff;
}

.choose-block-nine .text {
    position: relative;
    display: block;
    margin: 0;
}

.choose-block-nine .text p {
    color: #72757f;
    font-size: 18px;
    margin: 0;
    transition: all 0.2s linear;
    transition-delay: 0.3s;
}

.choose-block-nine:hover .text p {
    color: #999ead;
}

.testimonial-section-nine {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 1;
}

.testimonial-section-nine .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: left;
    background-size: contain;
    z-index: -1;
}

.testimonial-nine_title {
    position: relative;
    display: block;
}

.testimonial-nine_title .sec-title.style-nine {
    padding-bottom: 8px;
}

.testimonial-nine_title .inner-content {
    position: relative;
    display: block;
}

.testimonial-nine_title .inner-content p {
    color: #72757f;
    font-size: 18px;
    margin: 0;
}

.testimonial-nine_title .inner-content .btn-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.testimonial-nine_title .inner-content .btn-box .btn-style-nine {
    border: 2px solid #1e4fc8;
    background: transparent;
}

.testimonial-nine_title .inner-content .btn-box .btn-style-nine .btn-title {
    color: #1e4fc8;
    padding: 14px 40px;
}

.testimonial-nine_title
    .inner-content
    .btn-box
    .btn-style-nine:hover
    .btn-title {
    color: #fff;
}

.testimonial-block-nine {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-bottom: 35px;
}

.testimonial-block-nine .inner-box {
    position: relative;
    display: block;
    border-radius: 20px;
    background: #a80202;
    padding: 30px 40px 42px;
    z-index: 1;
}

.testimonial-block-nine .rating {
    position: relative;
    display: block;
}

.testimonial-block-nine .rating span {
    color: #23b723;
    font-size: 20px;
}

.testimonial-block-nine .rating span + span {
    margin-left: 3px;
}

.testimonial-block-nine .text {
    position: relative;
    display: block;
    margin-top: 14px;
    margin-bottom: 20px;
}

.testimonial-block-nine .text p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.testimonial-block-nine h3 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-align: end;
    font-style: italic;
    margin: 0 0 3px;
}

.testimonial-block-nine span {
    color: #999ead;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-block-nine .quote-icon {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    color: #b50f0f;
    font-size: 200px;
    z-index: -1;
    display: flex;
    align-items: center;
}

.testimonial-block-nine .img-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    z-index: 2;
}

.testimonial-nine-carousel.owl-theme .owl-next span,
.testimonial-nine-carousel.owl-theme .owl-prev span {
    position: relative;
    display: block;
    text-align: center;
}

.testimonial-nine-carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
}

.testimonial-nine-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 160px;
    width: 160px;
    background: #1e4fc8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    z-index: 10;
}

.testimonial-nine-carousel.owl-theme .owl-nav:before {
    position: absolute;
    top: 20px;
    left: 50%;
    bottom: 20px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
    content: "";
}

.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    background: transparent;
    border: 0 solid #3e4354;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.7s ease 0s;
}

.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: inline-block;
    line-height: 18px;
    top: -4px;
}

.testimonial-nine-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.testimonial-nine-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
    transform: rotate(0deg);
}

.testimonial-nine-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
}

.brand-section-nine {
    background: #1e4fc8;
    padding: 24px 0;
}

.brand-content-nine,
.brand-content-nine ul,
.brand-section-nine {
    position: relative;
    display: block;
}

.brand-content-nine ul:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #1e4fc8;
    z-index: 1;
}

.brand-content-nine ul li {
    position: relative;
    display: block;
    padding-left: 40px;
}

.brand-content-nine ul li:before {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 35px;
    width: 1px;
    background: #fff;
    opacity: 0.25;
}

.brand-block-nine {
    position: relative;
    display: block;
}

.brand-block-nine a {
    position: relative;
    display: inline-block;
}

.brand-block-nine a img {
    width: auto;
}

.blog-section-nine {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 40px;
}

.blog-section-nine .sec-title.style-nine {
    padding-bottom: 49px;
}

.news-block-nine .img-holder .inner:before {
    background-color: #21242d;
}

.news-block-nine:hover .img-holder .inner:before {
    opacity: 0.45;
}

.news-block-nine .img-holder .inner:after {
    opacity: 0.1;
    background: #21242d;
}

.news-block-nine:hover .img-holder .inner:after {
    opacity: 0.45;
}

.news-block-nine .img-holder .categories-box {
    top: -12px;
    bottom: auto;
}

.news-block-nine .text-holder {
    background: #fff;
    border: 1px solid #e4e7ee;
    border-top: none;
}

.news-block-nine .text-holder .meta-info li {
    color: #1e4fc8;
}

.news-block-nine .text-holder .blog-title a {
    color: #21242d;
}

.news-block-nine .text-holder .blog-title a:hover {
    color: #1e4fc8;
}

.news-block-nine .text-holder .readmore {
    position: relative;
    display: block;
    padding-top: 12px;
}

.news-block-nine .text-holder .readmore a {
    position: relative;
    display: inline-block;
    color: #21242d;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.news-block-nine .text-holder .readmore a span:before {
    position: relative;
    display: inline-block;
    color: #1e4fc8;
    padding-right: 6px;
    font-size: 26px;
    line-height: 0;
    top: 6px;
}

.news-block-nine:hover .text-holder .readmore a {
    color: #1e4fc8;
}

.service-section-ten {
    position: relative;
    display: block;
    background: #eaecf1;
    padding: 0;
}

.service-tem-content {
    position: relative;
    display: block;
    margin-top: -100px;
    margin-right: -285px;
    z-index: 10;
}

.service-block-ten {
    position: relative;
    display: block;
    background: #21242d;
    padding: 50px 0;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    z-index: 1;
}

.service-block-ten_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
    height: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-ten:hover .service-block-ten_bg {
    height: 100%;
}

.service-block-ten .icon {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.service-block-ten .icon span:before {
    color: #fff;
    font-size: 80px;
}

.service-block-ten .title-holder {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.service-block-ten .title-holder h3 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.service-block-ten .title-holder p {
    color: #999ead;
    font-size: 18px;
    margin: 0;
}

.service-block-ten .button {
    position: relative;
    display: block;
}

.service-block-ten .button .btn-style-nine {
    background: #333743;
    color: #999ead;
}

.service-block-ten .button .btn-style-nine .btn-title {
    padding: 11px 40px;
}

.service-block-ten .button .btn-style-nine .btn-title:before {
    background-color: #1e4fc8;
}

.service-block-ten .button .btn-style-nine:hover {
    background: #1e4fc8;
    color: #fff;
}

.service10-carousel.owl-theme .owl-next span,
.service10-carousel.owl-theme .owl-prev span {
    position: relative;
    display: block;
}

.service10-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: -79px;
    bottom: 0;
    width: 80px;
    background: #1e4fc8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service10-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
    padding: 0;
    transition: all 0.7s ease 0s;
}

.service10-carousel.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
}

.service10-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.service10-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 0;
    transform: rotate(0deg);
}

.service10-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ddd;
}

.call-back-form-section-nine {
    position: relative;
    display: block;
    margin-bottom: -108px;
    z-index: 2;
}

.call-back-form-nine {
    background: #1e4fc8;
    padding: 50px 40px 34px;
}

.call-back-form-nine,
.call-back-form_title {
    position: relative;
    display: block;
}

.call-back-form_title .sec-title.style-nine {
    padding-bottom: 0;
}

.call-back-form_title .sec-title.style-nine h4 {
    color: #fff;
    margin-bottom: 14px;
}

.call-back-form_title .sec-title.style-nine h2 {
    color: #fff;
}

.call-back-form_box {
    position: relative;
    display: block;
}

.call-back-form_box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.call-back-form_box input[type="email"],
.call-back-form_box input[type="text"],
.call-back-form_box textarea {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 19px;
    padding-right: 19px;
    transition: all 0.5s ease;
    font-family: var(--optika-font-family);
}

.call-back-form_box input[type="email"]:focus,
.call-back-form_box input[type="text"]:focus,
.call-back-form_box textarea:focus {
    border-color: hsla(0, 0%, 100%, 0.45);
}

.call-back-form_box input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.call-back-form_box input[type="text"]:-moz-placeholder,
.call-back-form_box input[type="text"]::-moz-placeholder {
    color: #fff;
}

.call-back-form_box input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.call-back-form_box input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.call-back-form_box input[type="email"]:-moz-placeholder,
.call-back-form_box input[type="email"]::-moz-placeholder {
    color: #fff;
}

.call-back-form_box input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.call-back-form_box textarea::-webkit-input-placeholder {
    color: #fff;
}

.call-back-form_box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}

.call-back-form_box .bootstrap-select > .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 19px;
    color: #fff !important;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: var(--optika-font-family);
}

.call-back-form_box .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.call-back-form_box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.call-back-form_box .bootstrap-select > .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: icomoon !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}

.call-back-form_box .bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: Font Awesome\5 Pro;
    content: "\f107";
    position: absolute;
    right: 19px;
    top: 15px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
}

.call-back-form_box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0 solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000;
}

.call-back-form_box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.call-back-form_box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 0.5s ease;
    font-family: Open Sans, sans-serif;
}

.call-back-form_box .btn-style-nine {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    color: #21242d;
}

.call-back-form_box .btn-style-eight .btn-title {
    padding: 16px 35px;
}

.footer-section-nine {
    position: relative;
    display: block;
    background: #21242d;
    border-top: 8px solid #1e4fc8;
}

.footer-nine {
    position: relative;
    display: block;
    padding: 200px 0 95px;
}

.single-footer-widget-nine {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget-nine.margintop_minus {
    margin-top: -5px;
}

.single-footer-widget-nine .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget-nine .our-company-info .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.single-footer-widget-nine .our-company-info .text-box {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.single-footer-widget-nine .our-company-info .text-box p {
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.single-footer-widget-nine .our-company-info .copyright-text {
    position: relative;
    display: block;
}

.single-footer-widget-nine .our-company-info .copyright-text p {
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin: 0;
}

.single-footer-widget-nine .our-company-info .footer-social-links-nine {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 23px;
}

.single-footer-widget-nine .our-company-info .footer-social-links-nine li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li:last-child {
    margin-right: 0;
}

.single-footer-widget-nine .our-company-info .footer-social-links-nine li a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    text-align: center;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li
    .clr-fb {
    background: #3b5999;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li
    .clr-tw {
    background: #55acee;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li
    .clr-google {
    background: #cd201f;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li
    .clr-skype {
    background: #0077b5;
}

.single-footer-widget-nine
    .our-company-info
    .footer-social-links-nine
    li
    a
    span {
    color: #fff;
}

.single-footer-widget-nine .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.single-footer-widget-nine .title h3 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.single-footer-widget-nine .footer-widget-links2 {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget-nine .footer-widget-links2 li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.single-footer-widget-nine .footer-widget-links2 li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-nine .footer-widget-links2 li a {
    position: relative;
    display: inline-block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    padding-left: 26px;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
}

.single-footer-widget-nine .footer-widget-links2 li a:hover {
    color: #fff;
}

.single-footer-widget-nine .footer-widget-links2 li a:before {
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: Font Awesome\5 Pro;
}

.single-footer-widget-nine .footer-widget-opening-hour-box {
    position: relative;
    display: block;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li {
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 21px;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li:first-child {
    margin-top: 6px;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li i:before {
    position: relative;
    display: inline-block;
    left: 1px;
    color: #999ead;
    font-size: 15px;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li .left {
    position: relative;
    display: inline-block;
    padding-right: 45px;
    padding-left: 8px;
}

.single-footer-widget-nine .footer-widget-opening-hour-box ul li .right {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.single-footer-widget-nine .subscribe-box-nine {
    position: relative;
    display: block;
}

.single-footer-widget-nine .subscribe-box-nine p {
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.single-footer-widget-nine .subscribe-box-nine .subscribe-form {
    position: relative;
    display: block;
    margin-top: 23px;
}

.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 50px;
    background: transparent;
    border: 2px solid #313644;
    color: #999ead;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    transition: all 0.5s ease;
    font-family: var(--optika-font-family);
}

.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    .subscribe-message {
    position: relative;
    display: block;
    color: #999ead;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 11px;
}

.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    input::-webkit-input-placeholder {
    color: #999ead;
}

.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    input:-moz-placeholder,
.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    input::-moz-placeholder {
    color: #999ead;
}

.single-footer-widget-nine
    .subscribe-box-nine
    .subscribe-form
    input:-ms-input-placeholder {
    color: #999ead;
}

.subscribe-box-nine,
.subscribe-form {
    position: relative;
    display: block;
}

.subscribe-form {
    width: 100%;
}

.subscribe-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.subscribe-form .input-box .icon {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    color: #999ead;
    font-size: 18px;
    line-height: 60px;
}

.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px 0 50px;
    background: #fff;
    border: 0 solid hsla(0, 0%, 100%, 0.2);
    color: #393d73;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    border-radius: 10px;
    transition: all 0.5s ease;
    font-family: Open Sans, sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #393d73;
}

.subscribe-form input:-moz-placeholder,
.subscribe-form input::-moz-placeholder {
    color: #393d73;
}

.subscribe-form input:-ms-input-placeholder {
    color: #393d73;
}

.subscribe-form button {
    width: 100%;
}

.footer-bottom-nine {
    position: relative;
    display: block;
    background: #1b1e25;
    padding: 22px 0 23px;
}

.footer-bottom-nine .outer-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-nine .footer-menu-style1 ul li a {
    color: #999ead;
}

@media only screen and (min-width: 1200px) and (max-width: 1915px) {
    .service-tem-content {
        margin-top: -100px;
        margin-right: 0;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler,
    .header-upper-right-style8 .search-toggler,
    .header-upper-right-style8 .shopping-cart-outer,
    .header-upper-right-style8 .social-links {
        display: none;
    }

    .testimonial-block .inner-box {
        position: relative;
        padding-left: 100px;
        width: 95%;
    }

    .testimonial-block {
        padding: 95px 50px;
    }

    .service-tem-content {
        margin-top: -100px;
        margin-right: 0;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler,
    .header-upper-right-style8 .search-toggler,
    .header-upper-right-style8 .shopping-cart-outer,
    .header-upper-right-style8 .social-links {
        display: none;
    }

    .main-header.header-style-eight .header-upper-style8 .logo-box .logo {
        padding: 0;
    }

    .main-menu.style8 .navigation > li {
        margin-right: 40px;
    }

    .main-header.header-style-eight .nav-outer .mobile-nav-toggler {
        margin: 11px 0 11px 15px;
    }

    .welcome-content-eight {
        padding-top: 50px;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .welcome-content-eight .inner .authorized {
        margin-top: 43px;
        flex-direction: column;
    }

    .welcome-content-eight .inner .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .video-holder-box8 {
        max-width: 770px;
    }

    .choose-content-eight {
        padding-top: 60px;
    }

    .contact-form-eight {
        max-width: 100%;
        padding: 55px 50px 45px;
    }

    .faq-content-eight {
        padding-top: 60px;
    }

    .fact-counter-eight .counter-column {
        padding-right: 10px;
        margin-right: 20px;
    }

    .fact-counter-eight .counter-column .inner .content .count-box {
        padding-left: 10px;
    }

    .fact-counter-eight .counter-column .inner .content .count-box span {
        font-size: 50px;
    }

    .fact-counter-eight
        .counter-column
        .inner
        .content
        .count-box
        .counter-title {
        font-size: 18px;
        margin-top: 18px;
    }

    .single-footer-widget .our-company-info {
        padding: 30px 30px 36px;
        max-width: 460px;
    }

    .single-footer-widget.pdtop {
        padding-top: 50px;
    }

    .main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
        float: right;
        margin: 10px 0;
    }

    .main-menu.style9 .navigation > li {
        margin-right: 30px;
    }

    .welcome-image-box-nine {
        max-width: 470px;
        margin: 0 auto;
    }

    .welcome-image-box-nine .left-box {
        display: block;
        margin-bottom: 30px;
    }

    .service-tem-content {
        margin-top: -100px;
        margin-right: 0;
        padding-right: 70px;
    }

    .welcome-content-nine {
        margin-top: 60px;
        padding: 0 100px;
        text-align: center;
    }

    .gallery-nine_title {
        padding-bottom: 50px;
    }

    .gallery-nine-carousel {
        position: relative;
        display: block;
    }

    .gallery-nine-carousel.owl-theme .owl-stage-outer {
        margin-right: 0;
    }

    .gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        margin-top: 40px;
    }

    .working-process-block-nine .border-box {
        display: none;
    }

    .testimonial-nine_title {
        padding-bottom: 50px;
    }

    .testimonial-nine_title .sec-title.style-nine h2 br {
        display: none;
    }

    .call-back-form_title {
        padding-bottom: 37px;
    }

    .call-back-form_title .sec-title.style-nine h2 br {
        display: none;
    }

    .single-footer-widget-nine.marbtm {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler,
    .header-upper-right-style8 .search-toggler,
    .header-upper-right-style8 .shopping-cart-outer,
    .header-upper-right-style8 .social-links {
        display: none;
    }

    .main-header.header-style-eight .header-upper-style8 .logo-box .logo {
        padding: 0;
    }

    .main-menu.style8 .navigation > li {
        margin-right: 40px;
    }

    .main-header.header-style-eight .nav-outer .mobile-nav-toggler {
        margin: 11px 0 11px 15px;
    }

    .contact-info-eight {
        padding: 30px 0;
    }

    .contact-info-eight ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-info-eight ul li {
        max-width: 320px;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .contact-info-eight ul li:last-child {
        margin-bottom: 0;
    }

    .contact-info-eight ul li:before {
        display: none;
    }

    .welcome-content-eight {
        padding-top: 50px;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .welcome-content-eight .inner .authorized {
        margin-top: 43px;
        flex-direction: column;
    }

    .welcome-content-eight .inner .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .service-block-eight {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 43px;
    }

    .video-holder-box8 {
        max-width: 770px;
    }

    .choose-content-eight {
        padding-top: 60px;
    }

    .pricing-plan-block-eight {
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .contact-form-eight {
        max-width: 100%;
        padding: 55px 50px 45px;
    }

    .faq-content-eight {
        padding-top: 60px;
    }

    .fact-counter-eight {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .fact-counter-eight .counter-column {
        max-width: 350px;
        border-right: 0 solid hsla(0, 0%, 100%, 0.2);
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .fact-counter-eight .counter-column:last-child {
        margin-bottom: 0;
    }

    .fact-counter-eight .counter-column .inner .content .count-box {
        margin-top: 20px;
        padding-left: 0;
    }

    .fact-counter-eight
        .counter-column
        .inner
        .content
        .count-box
        .counter-title {
        font-size: 20px;
        font-weight: 500;
        margin-top: 18px;
    }

    .fact-counter-eight .counter-column .inner .content {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .single-footer-widget .our-company-info {
        padding: 30px 30px 36px;
        max-width: 460px;
    }

    .single-footer-widget.pdtop {
        padding-top: 50px;
    }

    .main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
        float: right;
        margin: 10px 0;
    }

    .main-menu.style9 .navigation > li {
        margin-right: 30px;
    }

    .welcome-image-box-nine {
        max-width: 470px;
        margin: 0 auto;
    }

    .welcome-image-box-nine .left-box {
        display: block;
        margin-bottom: 30px;
    }

    .service-tem-content {
        margin-top: -100px;
        margin-right: 0;
        padding-right: 70px;
    }

    .welcome-content-nine {
        margin-top: 60px;
        padding: 0 100px;
        text-align: center;
    }

    .gallery-nine_title {
        padding-bottom: 50px;
    }

    .gallery-nine-carousel {
        position: relative;
        display: block;
    }

    .gallery-nine-carousel.owl-theme .owl-stage-outer {
        margin-right: 0;
    }

    .gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        margin-top: 40px;
    }

    .working-process-block-nine .border-box {
        display: none;
    }

    .testimonial-nine_title {
        padding-bottom: 50px;
    }

    .testimonial-nine_title .sec-title.style-nine h2 br {
        display: none;
    }

    .news-block-eight {
        max-width: 570px;
        margin: 0 auto 60px;
    }

    .call-back-form_title {
        padding-bottom: 37px;
    }

    .call-back-form_title .sec-title.style-nine h2 br {
        display: none;
    }

    .single-footer-widget-nine.marbtm {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-eight .header-upper-right-style8 .sidemenu-nav-toggler,
    .header-upper-right-style8 .right-button,
    .header-upper-right-style8 .search-toggler,
    .header-upper-right-style8 .shopping-cart-outer,
    .header-upper-right-style8 .social-links {
        display: none;
    }

    .header-upper-style8 .nav-outer {
        position: relative;
        float: right;
        padding-right: 10px;
    }

    .main-header.header-style-eight .header-upper-style8 .logo-box .logo {
        padding: 0;
    }

    .main-menu.style8 .navigation > li {
        margin-right: 40px;
    }

    .main-header.header-style-eight .nav-outer .mobile-nav-toggler {
        margin: 11px 0 11px 15px;
    }

    .contact-info-eight {
        padding: 40px 20px;
    }

    .contact-info-eight ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-info-eight ul li {
        max-width: 320px;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .contact-info-eight ul li:last-child {
        margin-bottom: 0;
    }

    .contact-info-eight ul li:before {
        display: none;
    }

    .contact-info-eight ul li .inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .contact-info-eight ul li .inner .title {
        margin-top: 10px;
    }

    .welcome-image-box-eight .inner {
        padding: 0;
    }

    .welcome-content-eight {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .welcome-content-eight .inner .authorized {
        margin-top: 43px;
        flex-direction: column;
    }

    .welcome-content-eight .inner .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .video-holder-box8 {
        max-width: 770px;
    }

    .choose-content-eight {
        padding-top: 60px;
        text-align: center;
    }

    .choose-content-eight .inner-content ul li .inner {
        padding-left: 0;
    }

    .choose-content-eight .inner-content ul li .inner .icon {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
    }

    .choose-content-eight .inner-content ul li .inner .text {
        padding-left: 0;
    }

    .team-section-eight_title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 50px;
    }

    .team-section-eight_title .btn-box {
        padding-top: 27px;
        padding-bottom: 0;
    }

    .pricing-plan-block-eight {
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .news-section-eight_title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 50px;
    }

    .news-section-eight_title .btn-box {
        padding-top: 27px;
        padding-bottom: 0;
    }

    .contact-form-eight {
        max-width: 100%;
        padding: 55px 30px 45px;
    }

    .faq-content-eight {
        padding-top: 60px;
    }

    .fact-counter-eight {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .fact-counter-eight .counter-column {
        max-width: 350px;
        border-right: 0 solid hsla(0, 0%, 100%, 0.2);
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .fact-counter-eight .counter-column:last-child {
        margin-bottom: 0;
    }

    .fact-counter-eight .counter-column .inner .content .count-box {
        margin-top: 20px;
        padding-left: 0;
    }

    .fact-counter-eight
        .counter-column
        .inner
        .content
        .count-box
        .counter-title {
        font-size: 20px;
        font-weight: 500;
        margin-top: 18px;
    }

    .fact-counter-eight .counter-column .inner .content {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .single-footer-widget .our-company-info {
        padding: 30px 30px 36px;
        max-width: 560px;
    }

    .single-footer-widget.pdtop {
        padding-top: 50px;
    }

    .single-footer-widget.marbtm {
        margin-bottom: 50px;
    }

    .footer-widget-links1.right {
        position: relative;
        display: block;
        padding-top: 12px;
    }

    .footer-bottom-eight {
        padding: 26px 0;
    }

    .footer-bottom-eight .outer-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-eight .copyright-text {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-widget-link-box {
        position: relative;
        display: block;
    }

    .main-header .header-top-style9 {
        display: none;
    }

    .main-header .header-upper-style9 .nav-outer .mobile-nav-toggler {
        float: right;
        margin: 10px 0;
    }

    .main-menu.style9 .navigation > li {
        margin-right: 30px;
    }

    .header-upper-right-style9 .phone-icon,
    .header-upper-right-style9 .search-toggler,
    .header-upper-right-style9 .shopping-cart-outer {
        display: none;
    }

    .banner-section.style-nine {
        margin-top: 70px;
    }

    .banner-section.style-nine .banner-carousel .content-box {
        min-height: 860px;
        padding: 0 0 70px;
    }

    .welcome-image-box-nine {
        max-width: 470px;
        margin: 0 auto;
    }

    .welcome-image-box-nine .left-box {
        display: block;
        margin-bottom: 30px;
    }

    .service-tem-content {
        margin-top: -100px;
        margin-right: 0;
        padding-right: 70px;
    }

    .welcome-content-nine {
        margin-top: 50px;
        padding: 0 20px;
        text-align: center;
    }

    .gallery-nine_title {
        padding-bottom: 50px;
    }

    .gallery-nine-carousel {
        position: relative;
        display: block;
    }

    .gallery-nine-carousel.owl-theme .owl-stage-outer {
        margin-right: 0;
    }

    .gallery-nine-carousel.owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        margin-top: 40px;
    }

    .working-process-block-nine .border-box {
        display: none;
    }

    .choose-block-nine .top {
        display: block;
        margin-bottom: 9px;
        text-align: center;
    }

    .choose-block-nine .top .icon {
        margin: 0 auto;
        text-align: center;
    }

    .choose-block-nine .top .title {
        margin-top: 13px;
    }

    .choose-block-nine .text {
        text-align: center;
    }

    .testimonial-nine_title {
        padding-bottom: 50px;
    }

    .testimonial-block-nine .quote-icon,
    .testimonial-nine_title .sec-title.style-nine h2 br {
        display: none;
    }

    .brand-content-nine ul li {
        padding-left: 0;
        text-align: center;
    }

    .news-block-eight {
        max-width: 570px;
        margin: 0 auto 60px;
    }

    .call-back-form-nine {
        padding: 70px 40px 54px;
    }

    .call-back-form_title {
        padding-bottom: 37px;
    }

    .call-back-form_title .sec-title.style-nine h2 br {
        display: none;
    }

    .single-footer-widget-nine.marbtm {
        margin-bottom: 50px;
    }

    .single-footer-widget-nine.pdtop {
        padding-top: 50px;
    }

    .footer-bottom-nine {
        text-align: center;
    }

    .footer-bottom-nine .footer-menu-style1 ul li {
        float: none;
        padding-right: 16px;
        margin-right: 10px;
    }
}

.header-top-13 {
    position: relative;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3);
}

.header-top-13 .info-box {
    position: relative;
    padding-left: 30px;
}

.header-top-13 .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    font-weight: 700;
}

.header-top-13 .info-box h6 {
    font-size: 16px;
    line-height: 30px;
    color: #363a3d;
    font-weight: 600;
}

.header-top-13 .info-box h6 a {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 18px;
    color: #363a3d;
    transition: all 0.5s ease;
}

.header-top-13 .info-box h6 a i {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    margin-right: 8px;
    top: 4px;
}

.header-top-13 .top-left {
    position: relative;
    float: left;
    padding: 11px 30px 11px 0;
}

.header-top-13 .top-left:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 5000px;
    height: 100%;
    top: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header-top-13 .top-right {
    position: relative;
    float: right;
    padding: 11px 0;
}

.header-top-13 .top-right .social-links,
.header-top-13 .top-right .support-box {
    position: relative;
    display: inline-block;
    float: left;
}

.header-top-13 .top-right .social-links {
    margin-right: 10px;
}

.header-top-13 .top-right .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.header-top-13 .top-right .social-links li:last-child {
    margin-right: 0;
}

.header-top-13 .top-right .social-links li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    font-size: 15px;
    color: #363a3d;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.header-top-13 .top-right .social-links li a:hover {
    color: #fff;
}

.header-top-13 .top-right .support-box {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding-right: 15px;
}

.header-top-13 .top-right .support-box h6 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 40px;
}

.header-top-13 .top-right .support-box h6 a {
    display: inline-block;
    color: #363a3d;
    transition: all 0.5s ease;
}

.header-top-13 .top-right .support-box h6 i {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.btn-style-seven {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-seven,
.btn-style-seven .btn-title {
    position: relative;
    font-weight: 600;
    overflow: hidden;
}

.btn-style-seven .btn-title {
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 15px 43px;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
}

.btn-style-seven:hover .btn-title {
    color: #fff;
}

.btn-style-seven .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-seven:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.banner-section-home13 .banner-carousel .content-box {
    padding-top: 287px;
    padding-bottom: 180px;
}

.banner-section-home13 .banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: 1;
}

.banner-section-home13 .banner-carousel .content-box h2:after,
.banner-section-home13 .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section-home13 .banner-carousel .content-box h2 {
    padding-bottom: 0;
    margin-bottom: 35px;
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-section-home13 .banner-carousel .content-box {
    min-height: auto;
}

.banner-section-home13 .banner-carousel .content-box .btn-box .theme-btn {
    margin: 0;
}

.banner-section-home13 .owl-theme .owl-nav .owl-next:after,
.banner-section-home13 .owl-theme .owl-nav .owl-prev:after {
    content: "\f101";
    font-family: customicon;
}

.banner-section-home13 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home13 .owl-theme .owl-nav .owl-prev:hover:after {
    color: #fff;
}

.about-section-home13 {
    position: relative;
    padding: 120px 0;
}

.sec-title-two {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.sec-title-two h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-left: 20px;
}

.sec-title-two h6:before {
    position: absolute;
    content: "//";
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 800;
    font-family: Fira Sans, sans-serif;
}

.sec-title-two.text-center h6 {
    padding-right: 20px;
}

.sec-title-two.text-center h6:after {
    position: absolute;
    content: "//";
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: 800;
    font-family: Fira Sans, sans-serif;
}

.sec-title-two h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #202327;
    margin-bottom: 0;
}

.sec-title-two.light h2 {
    color: #fff;
}

.about-section-home13 .content-box {
    position: relative;
    display: block;
    margin-right: 50px;
}

.about-section-home13 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.about-section-home13 .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #202327;
    margin-bottom: 18px;
}

.about-section-home13 .content-box p {
    font-size: 18px;
    line-height: 28px;
    color: #717070;
    margin-bottom: 0;
}

.about-section-home13 .content-box .inner-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.about-section-home13 .content-box .inner-box .single-item .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 13px;
}

.about-section-home13 .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #202327;
    margin-bottom: 7px;
}

.about-section-home13 .image-box {
    position: relative;
    display: block;
}

.about-section-home13 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-section-home13 .image-box .image img {
    width: 100%;
}

.about-section-home13 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-section-home13 .image-box:hover .image:before {
    animation: shine2 1s;
}

.about-section-home13 .image-box .counter-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 25px 20px 22px;
}

.about-section-home13 .image-box .counter-column:last-child {
    background-color: #202327;
}

.about-section-home13 .image-box .counter-column .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.about-section-home13 .image-box .counter-column h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.service-section-home13 {
    position: relative;
    padding: 115px 0 120px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.service-section-home13:before {
    position: absolute;
    content: "";
    background-color: #073949;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.sec-title-two p {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.9px;
    line-height: 1.7rem;
}

.about-home-12 .single-item .inner-box,
.about-home-12 .single-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-home-12 .single-item .inner-box .image-box:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    transform: scale(0);
    z-index: 1;
    transition: all 0.5s ease;
}

.about-home-12 .single-item .inner-box:hover .image-box:before {
    transform: scale(1);
}

.about-home-12 .single-item .inner-box .image-box img {
    width: 100%;
}

.about-home-12 .single-item .inner-box .icon-box {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    line-height: 120px;
    background-color: #fff;
    font-size: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 15px hsla(0, 0%, 100%, 0.5);
    z-index: 2;
    transition: all 0.5s ease;
}

.about-home-12 .single-item .inner-box:hover .icon-box {
    transform: translate(-50%, -50%) scale(0);
}

.about-home-12 .single-item .inner-box .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 21px 15px 18px;
    text-align: center;
    z-index: 2;
}

.about-home-12 .single-item .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #202327;
}

.about-home-12 .single-item .inner-box .text h3 a {
    display: inline-block;
    color: #202327;
    transition: all 0.5s ease;
}

.about-home-12 .single-item .inner-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #717070;
    margin-bottom: 0;
}

.about-home-12 .sec-title-two {
    margin-bottom: 50px;
}

.chooseus-section-home13 {
    position: relative;
    background-color: #f8f7f7;
    padding: 111px 0 75px;
}

.chooseus-section-home13 .single-item .inner-box {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.chooseus-section-home13 .single-item .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #21242d;
    padding-left: 30px;
    margin-bottom: 14px;
}

.chooseus-section-home13 .single-item .inner-box h3:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
    -webkit-clip-path: polygon(0 0, 50% 0, 150% 100%, -50% 100%, 50% 0);
    clip-path: polygon(0 0, 50% 0, 150% 100%, -50% 100%, 50% 0);
}

.chooseus-section-home13 .single-item .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #717070;
    margin-bottom: 17px;
}

.chooseus-section-home13 .single-item .inner-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #21242d;
    text-transform: uppercase;
    font-weight: 600;
}

.chooseus-section-home13 .single-item .inner-box h6 a {
    position: relative;
    display: inline-block;
    color: #21242d;
    padding-left: 30px;
    transition: all 0.5s ease;
}

.chooseus-section-home13 .single-item .inner-box h6 a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
}

.project-section-home13 {
    position: relative;
    padding: 111px 0 120px;
}

.project-section-home13 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-section-home13 .owl-carousel {
    max-width: 975px;
    width: 100%;
    margin: 0 auto;
}

.project-section-home13 .project-block .inner-box {
    position: relative;
    display: block;
}

.project-section-home13 .project-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-section-home13 .project-block .inner-box .image-box img {
    width: 100%;
}

.project-section-home13 .project-block .inner-box .image-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        -90deg,
        rgba(32, 35, 39, 0.2) 50%,
        rgba(32, 35, 39, 0.95)
    );
    top: 0;
    right: 0;
    z-index: 1;
}

.project-section-home13 .project-block .inner-box .text {
    position: absolute;
    display: block;
    left: 60px;
    bottom: 0;
    width: calc(100% - 120px);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

.project-section-home13 .owl-item.active .project-block .inner-box .text {
    opacity: 1;
    bottom: 35px;
}

.project-section-home13 .project-block .inner-box .text .btn-box {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.project-section-home13 .project-block .inner-box .text .btn-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.project-section-home13 .project-block .inner-box .text .btn-box a:hover {
    color: #fff;
}

.project-section-home13 .project-block .inner-box .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 7px;
}

.project-section-home13 .project-block .inner-box .text p i {
    margin-right: 8px;
}

.project-section-home13 .project-block .inner-box .text h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.project-section-home13 .project-block .inner-box .text h2 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.project-section-home13 .owl-theme .owl-dots {
    display: none;
}

.project-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -89px;
    top: 0;
    height: 64px;
    width: 64px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    background: #f8f7f7;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-prev:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0;
    color: #737272;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    transform: rotate(180deg);
}

.project-section-home13 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -89px;
    top: 0;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: transparent;
    background: #f8f7f7;
    font-size: 0;
    opacity: 1;
    margin-top: -30px;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.project-section-home13 .owl-theme .owl-nav .owl-next:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0;
    color: #737272;
    font-size: 24px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.project-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.project-section-home15 .sec-title-two {
    margin-bottom: 50px;
}

.video-section-home15 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.video-section-home15 .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    animation-play-state: running;
    opacity: 0;
}

.video-section-home15 .border-animation.border-2 {
    animation-delay: 1s;
}

.video-section-home15 .border-animation.border-3 {
    animation-delay: 2s;
}

.video-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 96px;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}

@keyframes squares {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.24);
        opacity: 1;
    }

    to {
        transform: scale(2.1);
        opacity: 0;
    }
}

.video-box .video-btn {
    position: relative;
    display: block;
    margin-bottom: 55px;
}

.video-section-home13 .slider-block {
    position: relative;
    display: block;
}

.video-section-home13 .slider-block h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-right: 20px;
}

.video-section-home13 .slider-block h3 {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    padding-right: 25px;
}

.video-section-home13 .slider-block h3 span {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 36px;
    font-weight: 400;
}

.video-section-home13 .sec-title-two {
    margin-bottom: 4px;
}

.video-section-home13 .owl-nav {
    display: none;
}

.video-section-home13 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 32px;
}

.video-section-home13 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 7.5px;
    transition: all 0.5s ease;
}

.video-section-home13 .owl-dots button.active {
    background-color: #fff;
}

.video-section-home13 .owl-dots button:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    transform: scale(0);
    transition: all 500sm ease;
}

.video-section-home13 .owl-dots button.active:before {
    transform: scale(1);
}

.team-section-home13 {
    position: relative;
    padding: 111px 0 120px;
}

.team-section-home13 .team-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 9px;
    border-bottom: 1px solid #eaeaea;
}

.team-section-home13 .team-block .inner-box .image-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.team-section-home13 .team-block .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #073949;
}

.team-section-home13 .team-block .inner-box:hover .image-box img {
    opacity: 0.3;
    transform: scale(1.05);
}

.team-section-home13 .team-block .inner-box .lower-content {
    position: relative;
    padding: 25px 29px 30px;
}

.team-section-home13 .team-block .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-section-home13 .team-block .inner-box .lower-content h3 a {
    display: inline-block;
    color: #202327;
    transition: all 0.5s ease;
}

.team-section-home13 .team-block .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box:last-child {
    margin-right: 0;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #717070;
    line-height: 30px;
    border: 1px solid #eaeaea;
    padding: 5px 17.5px;
    min-width: 100px;
    transition: all 0.5s ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a i {
    color: #363a3d;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.team-section-home13 .team-block .inner-box .lower-content .info-box > a:hover,
.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    > a:hover
    i {
    color: #fff;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 127px;
    padding: 13px 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box:hover
    .share-link {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 14px;
    height: 14px;
    right: 14px;
    bottom: -5px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 0 #eaeaea;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link:after {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -20px;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link
    li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    line-height: 16px;
    border-right: 1px solid #eaeaea;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link
    li:last-child {
    border-right: none;
}

.team-section-home13
    .team-block
    .inner-box
    .lower-content
    .info-box
    .share-link
    li
    a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #717070;
    line-height: 16px;
    transition: all 0.5s ease;
}

.team-section-home13 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-section-home13 .owl-carousel .owl-item {
    opacity: 0;
}

.team-section-home13 .owl-carousel .owl-item.active {
    opacity: 1;
}

.team-section-home13 .owl-theme .owl-dots {
    display: none;
}

.team-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0;
    display: block;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-prev:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0;
    color: #737272;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    transform: rotate(180deg);
}

.team-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: transparent;
    background: #f8f7f7;
    font-size: 0;
    opacity: 1;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.team-section-home13 .owl-theme .owl-nav .owl-next:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0;
    color: #737272;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.team-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.team-section-home13 .sec-title-two {
    margin-bottom: 50px;
}

.testimonial-section-home13 {
    position: relative;
    padding: 111px 0 120px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.testimonial-section-home13:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.testimonial-section-home13 .testimonial-block {
    padding: 0;
    margin-bottom: 45px;
}

.testimonial-section-home13 .testimonial-block .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 40px 40px 0;
}

.testimonial-section-home13 .testimonial-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 26px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.testimonial-section-home13 .testimonial-block .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222324;
    margin-bottom: 0;
}

.testimonial-section-home13 .testimonial-block .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 23px;
}

.testimonial-section-home13 .testimonial-block .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #717070;
    margin-bottom: 33px;
}

.testimonial-section-home13 .testimonial-block .inner-box .testimonial-thumb {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: -52px;
}

.testimonial-section-home13
    .testimonial-block
    .inner-box
    .testimonial-thumb
    img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-section-home13 .sec-title-two {
    margin-bottom: 50px;
}

.news-section-home13 {
    position: relative;
    padding: 111px 0 120px;
}

.news-section-home13 .news-block .inner-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #21242d;
    text-transform: uppercase;
    font-weight: 600;
}

.news-section-home13 .news-block .inner-box h6 a {
    position: relative;
    display: inline-block;
    color: #21242d;
    padding-left: 30px;
    transition: all 0.5s ease;
}

.news-section-home13 .news-block h6 a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
}

.news-section-home13 .news-block .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.news-section-home13 .news-block .inner-box:hover {
    box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.15);
}

.news-section-home13 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.news-section-home13 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.news-section-home13 .news-block .inner-box .image-box {
    position: relative;
    display: block;
}

.news-section-home13 .news-block .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #202327;
}

.news-section-home13 .news-block .inner-box .image-box .image img {
    width: 100%;
    transition: all 0.5s ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image img {
    transform: scale(1.05);
    opacity: 0.1;
}

.news-section-home13 .news-block .inner-box .image-box .category {
    position: absolute;
    left: 30px;
    top: -15px;
}

.news-section-home13 .news-block .inner-box .image-box .category a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 21px;
    text-align: center;
    transition: all 0.5s ease;
}

.news-section-home13 .news-block .inner-box .image-box .category a:hover {
    background: #073949;
}

.news-section-home13 .news-block .inner-box .image-box .image a {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.news-section-home13 .news-block .inner-box:hover .image-box .image a {
    transform: translate(-50%, -50%) scale(1);
}

.news-section-home13 .news-block .inner-box .image-box .image a:hover {
    background-color: #fff;
}

.news-section-home13 .news-block .inner-box .lower-content {
    position: relative;
    display: block;
    border: 1px solid #eaeaea;
    padding: 21px 30px;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

.news-section-home13
    .news-block
    .inner-box
    .lower-content
    .post-info
    li:last-child {
    margin: 0 !important;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info li a {
    color: #717070;
    transition: all 0.5s ease;
}

.news-section-home13
    .news-block
    .inner-box
    .lower-content
    .post-info
    li:before {
    position: absolute;
    content: "/";
    color: #717070;
    top: 0;
    right: -12px;
}

.news-section-home13
    .news-block
    .inner-box
    .lower-content
    .post-info
    li:last-child:before {
    display: none;
}

.news-section-home13 .news-block .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.news-section-home13 .news-block .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-section-home13 .news-block .inner-box .lower-content h3 a {
    display: inline-block;
    color: #202327;
    transition: all 0.5s ease;
}

.news-section-home13 .sec-title-two {
    margin-bottom: 65px;
}

.news-section-home13 .owl-theme .owl-dots {
    display: none;
}

.news-section-home13 .owl-theme .owl-nav {
    position: absolute;
    top: -125px;
    right: 0;
    display: block;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    background: #f8f7f7;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-prev:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    left: 0;
    color: #737272;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    transform: rotate(180deg);
}

.news-section-home13 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 56px;
    color: transparent;
    background: #f8f7f7;
    font-size: 0;
    opacity: 1;
    border-radius: 50%;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.news-section-home13 .owl-theme .owl-nav .owl-next:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    right: 0;
    color: #737272;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.news-section-home13 .owl-theme .owl-nav button:hover:after {
    color: #fff;
}

.faq-section-home13 {
    position: relative;
    height: 700px;
    display: flex;
    padding-top: 80px;
    align-items: center;
}

.faq-section-home13 .bg-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50% - 45px);
    height: calc(100% - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.faq-section-home13 .content-box {
    position: relative;
    display: block;
    padding: 150px 100px 150px 0;
}

.faq-section-home13 .content-box .content-inner {
    position: relative;
    display: block;
    padding: 50px 40px;
}

.faq-section-home13 .content-box .content-inner .icon-box {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.faq-section-home13 .content-box .content-inner .inner {
    position: relative;
    display: block;
    padding: 2px 0 0 90px;
    margin-bottom: 31px;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.faq-section-home13 .content-box .content-inner .inner h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.faq-section-home13 .content-box .content-inner .inner h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.faq-section-home13 .content-box .content-inner .inner h2 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.faq-section-home13 .content-box .content-inner .inner h2 a:hover {
    text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .email-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.faq-section-home13 .content-box .content-inner .email-box p {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.faq-section-home13 .content-box .content-inner .email-box p a {
    color: #fff;
    transition: all 0.5s ease;
}

.faq-section-home13 .content-box .content-inner .email-box p a:hover {
    text-decoration: underline !important;
}

.faq-section-home13 .content-box .content-inner .info li {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
}

.faq-section-home13 .content-box .content-inner .info {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.faq-section-home13 .content-box .content-inner .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 15px 46px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.faq-section-home13 .content-box .content-inner .btn-box a:hover {
    background: #202327;
}

.faq-section-home13 .accordion-box .block {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.faq-section-home13 .accordion-box .block.active-block {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.faq-section-home13 .accordion-box .block .acc-btn {
    color: #202327;
    border-left: 2px solid transparent;
}

.faq-section-home13 .accordion-box .block .content .text {
    font-weight: 400;
    color: #717070;
}

.faq-section-home13 .sec-title-two {
    margin-bottom: 48px;
}

.clients-section-home13 {
    position: relative;
    padding: 50px 0 30px;
}

.clients-section-home13 .clients-inner {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e4de;
    border-bottom: none;
    margin-bottom: 54px;
}

.clients-section-home13 .logo-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
}

.clients-section-home13 .logo-list li .clients-logo {
    position: relative;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-right: 1px solid #e9e4de;
    border-bottom: 1px solid #e9e4de;
}

.clients-section-home13 .logo-list li:last-child .clients-logo,
.clients-section-home13 .logo-list li:nth-child(4) .clients-logo {
    border-right: none;
}

.clients-section-home13 .logo-list img {
    width: 170px;
    transition: all 0.5s ease;
}

.clients-section-home13 .logo-list img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.clients-section-home13 .more-links h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #21242d;
    text-transform: uppercase;
    font-weight: 600;
}

.clients-section-home13 .more-links h6 a {
    position: relative;
    display: inline-block;
    color: #21242d;
    padding-left: 30px;
    transition: all 0.5s ease;
}

.clients-section-home13 .more-links h6 a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
}

.clients-section-home13 .sec-title-two {
    margin-bottom: 48px;
}

.footer-style-13 {
    position: relative;
    background-color: #202327;
}

.footer-style-13 .footer-top {
    position: relative;
    background-color: #2a2e33;
    padding: 30px 40px;
}

.footer-style-13 .footer-top:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    left: 0;
    top: -6px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo,
.footer-style-13 .footer-top .logo-inner .text {
    position: relative;
    display: inline-block;
    float: left;
}

.footer-style-13 .footer-top .logo-inner {
    position: relative;
    margin-top: 9px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo {
    margin-right: 80px;
}

.footer-style-13 .footer-top .logo-inner .footer-logo:before {
    position: absolute;
    content: "";
    background-color: hsla(0, 0%, 100%, 0.2);
    width: 1px;
    height: 65px;
    top: -12px;
    right: -40px;
}

.footer-style-13 .footer-top .logo-inner .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-13 .footer-top .subscribe-inner .form-group {
    position: relative;
    margin-bottom: 0;
    padding-right: 180px;
}

.footer-style-13 .footer-top .subscribe-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 30px;
    padding: 10px 30px 10px 70px;
    background-color: transparent;
    font-size: 16px;
    color: #9fa2a6;
    transition: all 0.5s ease;
}

.footer-style-13 .footer-top .subscribe-inner .form-group .icon {
    position: absolute;
    left: 42px;
    top: 17px;
    z-index: 1;
    font-size: 18px;
}

.btn-style-eight2 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 15px 44.5px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.btn-style-eight2:hover {
    color: #fff;
}

.btn-style-eight2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-style-eight2:hover:before {
    width: 100%;
}

.footer-style-13 .footer-top .subscribe-inner .form-group button {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-style-13 .footer-widget .widget-title {
    position: relative;
    display: block;
    padding-bottom: 22px;
    margin-bottom: 35px;
}

.footer-style-13 .footer-widget h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-13 .footer-widget .widget-title .decore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41px;
    height: 10px;
    background-repeat: no-repeat;
}

.footer-style-13 .widget-section {
    position: relative;
    padding: 95px 0 80px;
}

.footer-style-13 .about-widget .widget-content h3 {
    margin-bottom: 12px;
    line-height: 32px;
}

.footer-style-13 .widget-section p {
    font-size: 16px;
    color: #9fa2a6;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.footer-style-13 .about-widget p {
    margin-bottom: 33px;
}

.footer-style-13 .links-widget ul lili {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-style-13 .links-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-style-13 .links-widget ul li a {
    font-size: 16px;
    color: #9fa2a6;
    font-size: 18px;
    line-height: 28px;
    padding-left: 26px;
}

.footer-style-13 .links-widget ul li a:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 6px;
    border-radius: 0;
    opacity: 1;
    background-color: #444950;
    transform: rotate(90deg);
    -webkit-clip-path: polygon(0 0, 50% 0, 150% 100%, -50% 100%, 50% 0);
    clip-path: polygon(0 0, 50% 0, 150% 100%, -50% 100%, 50% 0);
    transition: all 0.5s ease;
}

.footer-style-13 .links-widget ul li a:after {
    display: none;
}

.footer-style-13 .links-widget .widget-title {
    margin-bottom: 31px;
}

.footer-style-13 .post-widget .post {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding-bottom: 22px;
    padding-left: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.footer-style-13 .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.footer-style-13 .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #9fa2a6;
    margin-bottom: 6px;
}

.footer-style-13 .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.footer-style-13 .post-widget .post h5 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.footer-style-13 .post-widget .more-links h6 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-style-13 .post-widget .more-links h6 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    transition: all 0.5s ease;
}

.footer-style-13 .post-widget .more-links h6 a i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
    font-weight: 400;
}

.footer-style-13 .post-widget .post-inner {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.scroll-to-top.style-13 {
    transform: rotate(0deg);
    background-color: transparent;
    font-size: 30px;
    border: solid;
    border-width: 2px;
    border-radius: 0;
}

.footer-style-13 .footer-bottom {
    position: relative;
    width: 100%;
    background-color: #2a2e33;
    padding: 21px 0;
    border: none;
}

.footer-style-13 .footer-bottom a,
.footer-style-13 .footer-bottom p {
    font-size: 16px;
    color: #9fa2a6;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.footer-style-13 .footer-bottom .copyright {
    float: left;
}

.footer-style-13 .footer-bottom .footer-nav {
    float: right;
}

.footer-style-13 .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-13 .footer-bottom .footer-nav li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -14px;
    font-size: 18px;
    color: #9fa2a6;
}

.footer-style-13 .footer-bottom .footer-nav li:last-child:before {
    display: none;
}

.header-style-14 {
    position: relative;
    background-color: #fff;
}

.header-top-14 .top-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbe3e6;
    padding: 11px 0;
}

.header-top-14 .top-inner .info-box li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    color: #727b7f;
    text-transform: uppercase;
    margin-right: 18px;
}

.header-top-14 .top-inner .info-box li:last-child {
    margin: 0 !important;
}

.header-top-14 .top-inner .info-box li a {
    display: inline-block;
    color: #727b7f;
    font-family: Fira Sans, sans-serif;
    transition: all 0.5s ease;
}

.header-top-14 .top-inner .text {
    margin-bottom: 0;
}

.header-top-14 .top-inner .text p {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    color: #727b7f;
    padding-left: 30px;
    margin-bottom: 0;
}

.header-top-14 .top-inner .text p a {
    font-family: Fira Sans, sans-serif;
    color: #727b7f;
    transition: all 0.5s ease;
}

.header-top-14 .top-inner .text p i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
}

.header-top-14 .top-inner .language,
.header-top-14 .top-inner .language li,
.header-top-14 .top-inner .search-btn {
    position: relative;
    display: inline-block;
    float: left;
}

.header-top-14 .top-inner .language li {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 18px;
}

.header-top-14 .top-inner .language li,
.header-top-14 .top-inner .language li a {
    font-family: Fira Sans, sans-serif;
    color: #727b7f;
}

.header-top-14 .top-inner .language li:last-child {
    margin: 0 !important;
}

.header-top-14 .top-inner .language {
    margin-right: 40px;
}

.header-top-14 .top-inner .language:before {
    position: absolute;
    content: "";
    background-color: #dbe3e6;
    width: 1px;
    height: 16px;
    top: 5px;
    right: -20px;
}

.header-top-14 .top-inner .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    background: transparent;
    cursor: pointer;
    top: 3px;
    transition: all 0.5s ease;
}

.header-style-14 .header-upper {
    border-top: none;
}

.header-style-14 .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-style-14 .outer-box .main-menu .navigation {
    margin-top: 0;
    margin-left: 0;
}

.header-style-14 .logo-box .logo {
    padding: 25px 0;
}

.header-style-14 .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-14 .nav-right .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 0 !important;
}

.header-style-14 .nav-right .social-links li:last-child {
    margin: 0 !important;
}

.header-style-14 .social-links li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.header-style-14 .social-links li a:hover {
    background-color: #222;
}

.header-style-14 .sticky-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.banner-section-home14 {
    position: relative;
}

.banner-section-home14 .slide-item {
    position: relative;
    padding: 120px 0;
}

.banner-section-home14 .content-inner {
    position: relative;
    display: block;
    background-color: hsla(0, 0%, 100%, 0.92);
    padding: 73px 60px 80px;
}

.btn-style-nine {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-nine,
.btn-style-nine .btn-title {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0;
}

.btn-style-nine .btn-title {
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 13px 53px;
    transition: all 0.3s ease 0s;
}

.btn-style-nine:hover .btn-title {
    color: #fff;
}

.btn-style-nine .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 0;
    background-color: #222;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-nine:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.banner-section-home14 .content-inner h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.banner-section-home14 .content-inner h2 {
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: #133441;
    padding-bottom: 29px;
    margin-bottom: 42px;
}

.banner-section-home14 .content-inner h2:before {
    position: absolute;
    content: "";
    background-color: #133441;
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.banner-section-home14 .content-inner p {
    position: relative;
    display: block;
    color: #727b7f;
    line-height: 28px;
    margin-bottom: 32px;
}

.banner-section-home14 .banner-carousel .content-inner {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease;
}

.banner-section-home14 .banner-carousel .swiper-slide-active .content-inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.banner-section-home14 .owl-theme .owl-dots {
    display: none;
}

.banner-section-home14 .owl-theme .owl-nav {
    position: absolute;
    right: 375px;
    bottom: 98px;
    display: block;
    top: auto;
    left: inherit;
    width: auto;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -146px;
    height: 68px;
    width: 68px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-prev:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    left: 0;
    color: #fff;
    border: 2px solid #fff;
    font-size: 24px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    transform: rotate(180deg);
}

.banner-section-home14 .owl-theme .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    height: 68px;
    width: 68px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    border: initial none;
    border-color: initial;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

.banner-section-home14 .owl-theme .owl-nav .owl-next:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    right: 0;
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}

.feature-section-home14 {
    position: relative;
    padding: 114px 0 113px;
}

.sec-title-three {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sec-title-three h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #133441;
    font-weight: 500;
    margin-bottom: 10px;
}

.sec-title-three p {
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 0;
}

.feature-section-home14 .feature-block .inner-box {
    position: relative;
    display: block;
    padding: 0 30px;
}

.feature-section-home14 .feature-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
    color: #aab2b6;
    margin-bottom: 28px;
    z-index: 1;
    transition: all 0.5s ease;
}

.feature-section-home14 .feature-block .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background-color: #f0f6f8;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    left: 29px;
    z-index: -1;
}

.feature-section-home14 .feature-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #133441;
    margin-bottom: 14px;
}

.feature-section-home14 .feature-block .inner-box h3 a {
    display: inline-block;
    color: #133441;
    transition: all 0.5s ease;
}

.feature-section-home14 .feature-block .inner-box p {
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 0;
}

.service-section-home14 {
    position: relative;
}

.service-section-home14 .tabs-box .tab {
    position: relative;
    display: none;
    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;
}

.service-section-home14 .tabs-box .tab.active-tab {
    display: block;
}

.service-section-home14 .tabs-box .tab {
    transform: scale(0.9) translateY(0);
}

.service-section-home14 .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0);
}

.service-section-home14 .tab-btns {
    position: relative;
    width: 100%;
    background-color: #133441;
    padding: 20px 20px 17px;
}

.service-section-home14 .tab-btn {
    position: relative;
    display: block;
    padding: 1px 10px 0 90px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.service-section-home14 .tab-btn .icon-box {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 45px;
    line-height: 45px;
}

.service-section-home14 .tab-btn span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.service-section-home14 .tab-btn h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.service-section-home14 .tabs-content {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.service-section-home14 .tabs-content .content-box {
    position: relative;
    display: block;
    background-color: #fff;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    padding: 31px 30px 32px 40px;
}

.service-section-home14 .tabs-box {
    position: relative;
    width: 100%;
}

.service-section-home14 .tabs-box .line-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.service-section-home14 .tabs-box .line-box .line {
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 1px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.2);
    z-index: 1;
}

.service-section-home14 .tabs-box .line-box .line-2 {
    left: 66.666%;
}

.service-section-home14 .tabs-content .content-box p {
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 19px;
}

.service-section-home14 .tabs-content .content-box .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 8px;
}

.service-section-home14 .tabs-content .content-box .list li:last-child {
    margin-bottom: 0;
}

.service-section-home14 .tabs-content .content-box .list {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.service-section-home14 .tabs-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #133441;
    text-transform: uppercase;
    font-weight: 600;
}

.service-section-home14 .tabs-content .content-box h6 a {
    position: relative;
    display: inline-block;
    color: #133441;
    padding-left: 30px;
    transition: all 0.5s ease;
}

.service-section-home14 .tabs-content .content-box a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
}

.service-section-home14 .big-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 240px;
    line-height: 200px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    width: 100%;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.15);
    text-transform: uppercase;
    text-align: center;
}

.process-section-two.home-14 .process-block-two h4 {
    color: #133441;
}

.process-section-two.home-14 .process-block-two .text,
.process-section-two.home-14 .process-block-two p {
    color: #727b7f;
}

.process-section-two.home-14 {
    padding: 114px 0 84px;
}

.funfact-section-home14 {
    position: relative;
}

.funfact-section-home14 .inner-container {
    position: relative;
    width: calc(100% + 100px);
    padding: 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    left: -50px;
}

.funfact-section-home14 .counter-block {
    position: relative;
    display: block;
    padding: 56px 0 53px 135px;
}

.funfact-section-home14 .counter-block .icon-box {
    position: absolute;
    left: 30px;
    top: 60px;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 92px;
    font-size: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.funfact-section-home14 .counter-block .count-outer {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.funfact-section-home14 .counter-block h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.funfact-section-home14 .counter-column {
    position: relative;
    border-right: 1px solid hsla(0, 0%, 100%, 0.4);
}

.funfact-section-home14 .counter-column:last-child {
    border: none;
}

.project-section-home14 {
    position: relative;
    padding: 40px 0 120px;
}

.project-section-home14 .project-block,
.project-section-home14 .project-block .image-box {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.project-section-home14 .project-block .image-box img {
    width: 100%;
}

.project-section-home14 .project-block .content-box {
    position: absolute;
    left: 20px;
    top: 50px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #a80202bf;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.project-section-home14 .project-block:hover .content-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
}

.project-section-home14 .project-block .content-box .view-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.project-section-home14 .project-block .content-box .view-btn a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.project-section-home14 .project-block .content-box .view-btn a:hover {
    background-color: #133441;
}

.project-section-home14 .project-block .content-box .text {
    position: absolute;
    bottom: 22px;
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    margin-bottom: 0;
}

.project-section-home14 .project-block .content-box .text p {
    position: relative;
    margin-bottom: 3px;
}

.project-section-home14 .project-block .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #133441;
    margin-bottom: 0;
}

.project-section-home14 .project-block .content-box .text h3 a {
    display: inline-block;
    color: #fbfbfb;
    transition: all 0.5s ease;
}

.project-section-home14 .owl-nav {
    display: none;
}

.project-section-home14 .owl-dots {
    position: relative;
    display: block !important;
    text-align: center;
    margin-top: 30px;
}

.project-section-home14 .owl-dots button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #dbe3e6;
    border-radius: 0;
    cursor: pointer;
    margin: 0 6px;
    transition: all 0.5s ease;
}

.cta-section-home14 {
    position: relative;
}

.cta-section-home14 .inner-container {
    position: relative;
    padding: 55px 0 54px;
    border-top: 1px solid #dbe3e6;
    border-bottom: 1px solid #dbe3e6;
}

.cta-section-home14 .text {
    position: relative;
    display: block;
    padding-left: 85px;
    margin-bottom: 0;
}

.cta-section-home14 .text .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 60px;
    line-height: 60px;
}

.cta-section-home14 .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #133441;
    margin-bottom: 2px;
}

.cta-section-home14 .text p {
    position: relative;
    display: block;
    font-size: 18px;
    color: #727b7f;
    margin-bottom: 0;
}

.cta-section-home14 .btn-box {
    margin-top: 8px;
}

.chooseus-section-home14 {
    position: relative;
    padding: 120px 0;
}

.chooseus-section-home14 .video-inner {
    position: relative;
    width: 100%;
    padding: 293px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.chooseus-section-home14 .video-inner .video-btn a {
    position: relative;
    display: inline-block;
}

.chooseus-section-home14 .video-inner .video-btn a:after,
.chooseus-section-home14 .video-inner .video-btn a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.9);
    animation: ripple 3s infinite;
    transition: all 0.4s ease;
}

.chooseus-section-home14 .video-inner .video-btn a:after {
    animation-delay: 0.6s;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0);
    }

    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}

.chooseus-section-home14 .content-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    padding: 36px 30px 33px 145px;
    min-height: 164px;
}

.chooseus-section-home14 .content-box .single-item:last-child {
    margin-bottom: 0;
}

.chooseus-section-home14 .content-box .single-item .icon-box {
    position: absolute;
    left: 30px;
    top: 40px;
    width: 84px;
    height: 84px;
    line-height: 92px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.chooseus-section-home14 .content-box .single-item .icon-box:before {
    position: absolute;
    content: "";
    background-color: #719fb1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.chooseus-section-home14 .content-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #133441;
    margin-bottom: 9px;
}

.chooseus-section-home14 .content-box .single-item p {
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 0;
}

.chooseus-section-home14 .content-box .sec-title-three {
    margin-bottom: 43px;
}

.chooseus-section-home14 .content-box {
    margin-top: -5px;
}

.team-section-home14 {
    position: relative;
}

.team-section-home14 .team-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-section-home14 .team-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #133441;
}

.team-section-home14 .team-block .inner-box .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        -90deg,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.7)
    );
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 1.5s ease;
}

.team-section-home14 .team-block .inner-box:hover .image:before {
    opacity: 0;
}

.team-section-home14 .team-block .inner-box .image img {
    width: 100%;
    transition: all 0.5s ease;
}

.team-section-home14 .team-block .inner-box:hover .image img {
    opacity: 0.1;
}

.team-section-home14 .team-block .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 30px;
    width: 100%;
    z-index: 2;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .mail-box,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option {
    position: relative;
    display: inline-block;
    float: left;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option {
    margin-right: 10px;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .mail-box
    a,
.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-icon {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 113px;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 50px 0 rgb(0 0 0/8%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option:hover
    .share-links {
    visibility: visible;
    opacity: 1;
    bottom: 55px;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    left: 16px;
    bottom: -5px;
    transform: rotate(45deg);
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    line-height: 20px;
    border-right: 1px solid #d9cec7;
    text-align: center;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li:last-child {
    border-right: none;
}

.team-section-home14
    .team-block
    .inner-box
    .content-box
    .other-option
    .share-option
    .share-links
    li
    a {
    font-size: 14px;
    line-height: 20px;
    color: #133441;
    transition: all 0.5s ease;
}

.team-section-home14 .team-block .inner-box .content-box .other-option {
    position: relative;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #727272;
    margin-bottom: 21px;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.team-section-home14 .team-block .inner-box .content-box .text h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.team-section-home14 .team-block .inner-box .content-box .text .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

.team-section-home14 .sec-title-three {
    margin-bottom: 40px;
}

.team-section-home14 .more-btn {
    margin-top: 50px;
}

.testimonial-section-home14 {
    position: relative;
    padding: 114px 0 60px;
}

.testimonial-section-home14 .testimonial-block {
    position: relative;
    display: block;
    background-color: #f0f6f8;
    padding: 0 50px 43px;
    border-right: 1px solid #dbe3e6;
}

.testimonial-section-home14 .theme_carousel owl-theme {
    position: relative;
}

.testimonial-section-home14 .theme_carousel owl-theme:before {
    position: absolute;
    content: "";
    background-color: #f0f6f8;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: 19px;
    margin-top: -48px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.testimonial-section-home14 .testimonial-block .testimonial-thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-section-home14 .slide {
    margin-top: 60px;
}

.testimonial-section-home14 .testimonial-block h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #133441;
    margin-bottom: 0;
}

.testimonial-section-home14 .testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.testimonial-section-home14 .testimonial-block p {
    font-size: 18px;
    line-height: 28px;
    color: #727b7f;
    margin-bottom: 0;
}

.testimonial-section-home14 .sec-title-three {
    margin-bottom: 40px;
}

.clients-section-home14 {
    position: relative;
    padding-bottom: 120px;
}

.clients-section-home14 .clients-logo img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    min-height: 46px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 0.5s ease;
}

.clients-section-home14 .clients-logo img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.clients-section-home14 .clients-logo {
    position: relative;
    display: block;
    padding: 20px 0;
}

.clients-section-home14 .clients-logo:before {
    position: absolute;
    content: "";
    background-color: #dbe3e6;
    width: 1px;
    height: 85px;
    top: 0;
    right: -15px;
}

.scroll-to-top.style-14 {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    font-size: 30px;
    transform: rotate(0deg);
}

.scroll-to-top.style-14:hover {
    color: #fff;
    box-shadow: none;
}

.footer-style-14 {
    position: relative;
    background-color: #133441;
}

.footer-style-14 .footer-top {
    position: relative;
    padding: 100px 0 92px;
}

.footer-style-14 .footer-bottom {
    position: relative;
    width: 100%;
    background-color: #102d38;
    padding: 21px 0;
    border: none;
}

.footer-style-14 .footer-bottom a,
.footer-style-14 .footer-bottom p {
    font-size: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.footer-style-14 .footer-bottom .copyright {
    float: left;
}

.footer-style-14 .footer-bottom .footer-nav {
    float: right;
}

.footer-style-14 .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-14 .footer-bottom .footer-nav li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -14px;
    font-size: 18px;
    color: #9fa2a6;
}

.footer-style-14 .footer-bottom .footer-nav li:last-child:before {
    display: none;
}

.footer-style-14 .footer-top .upper-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.footer-style-14 .footer-top .upper-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 25px;
}

.footer-style-14 .footer-top .upper-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 28px;
}

.footer-style-14 .footer-top .info-box {
    position: relative;
    display: block;
}

.footer-style-14 .footer-top .info-box:before {
    position: absolute;
    content: "";
    background-color: #214959;
    width: 1px;
    height: 50px;
    top: 4px;
    right: -15px;
}

.footer-style-14 .footer-top .info-column:last-child .info-box:before {
    display: none;
}

.footer-style-14 .footer-top .info-box h6 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 7px;
}

.footer-style-14 .footer-top .info-box p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.footer-style-14 .footer-top .info-box p a {
    color: #fff;
    transition: all 0.5s ease;
}

.footer-style-14 .footer-top .info-inner {
    position: relative;
    display: block;
    padding-bottom: 53px;
    margin-bottom: 53px;
    border-bottom: 1px solid #214959;
}

.footer-style-14 .footer-top .footer-menu li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

.footer-style-14 .footer-top .footer-menu li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    color: #fff;
    transition: all 0.5s ease;
}

.header-style-15 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.header-style-15 .header-inner {
    position: relative;
    padding: 40px 100px 0;
}

.header-style-15 .header-inner .outer-box {
    position: relative;
    display: block;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 6px;
}

.header-style-15 .header-upper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding: 0 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.header-style-15 .main-menu .navigation {
    margin: 0;
}

.header-style-15 .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-15 .header-upper .logo-box .logo {
    padding: 28px 0;
}

.header-style-15 .nav-right .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-left: 0 !important;
}

.header-style-15 .nav-right .social-links li:last-child {
    margin: 0 !important;
}

.header-style-15 .nav-right .social-links li a {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #131821;
    text-align: center;
    border-radius: 5px;
}

.header-style-15 .nav-right .social-links li a:hover {
    background-color: #fff;
}

.header-style-15 .header-lower {
    position: relative;
    padding: 0 40px;
}

.header-style-15 .header-lower .left-column {
    position: relative;
    float: left;
}

.header-style-15 .header-lower .right-column {
    position: relative;
    float: right;
}

.header-style-15 .header-lower .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 48px;
    margin-right: 40px;
    color: #a7adb7;
    padding-left: 30px;
}

.header-style-15 .header-lower .info li:before {
    position: absolute;
    content: "";
    background-color: hsla(0, 0%, 100%, 0.2);
    width: 1px;
    height: 100%;
    top: 0;
    right: -20px;
}

.header-style-15 .header-lower .info li:last-child:before {
    display: none;
}

.header-style-15 .header-lower .info li:last-child {
    margin: 0 !important;
}

.header-style-15 .header-lower .info li a {
    display: inline-block;
    color: #a7adb7;
    transition: all 0.5s ease;
}

.header-style-15 .header-lower .info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.header-style-15 .header-lower .right-column .info li i {
    top: 14px;
}

.header-style-15 .header-lower .right-column .info li a span {
    font-weight: 600;
    color: #fff;
    transition: all 0.5s ease;
}

.header-style-15 .sticky-header .header-upper {
    border-bottom: none !important;
}

.header-style-15 .sticky-header {
    background-color: #131821;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.header-style-15 .nav-outer {
    position: relative;
    padding-right: 20px;
}

.header-style-15 .nav-outer .search-btn {
    position: absolute;
    top: 18px;
    right: 0;
}

.header-style-15 .nav-outer .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.5s ease;
}

.header-style-15 .main-menu .navigation > li.dropdown > a:after {
    display: none;
}

.header-style-15 .main-menu .navigation > li {
    margin-right: 30px !important;
}

.btn-style-ten {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #131821;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background-size: 200% auto;
}

.btn-style-ten,
.btn-style-ten .btn-title {
    position: relative;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
}

.btn-style-ten .btn-title {
    display: block;
    z-index: 1;
    font-family: Fira Sans, sans-serif;
    padding: 13px 43px;
    transition: all 0.3s ease 0s;
}

.btn-style-ten:hover .btn-title {
    color: #fff;
}

.btn-style-ten .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #131821;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.btn-style-ten:hover .btn-title:before {
    transform: scale(1);
    transform-origin: top left;
}

.banner-section-home15 .banner-carousel .slide-item {
    padding: 378px 0 207px;
}

.banner-section-home15 .banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    background-color: #131821;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 1;
}

.banner-section-home15 .banner-carousel .content-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
}

.banner-section-home15 .banner-carousel .content-box h2 {
    padding-bottom: 0;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.banner-section-home15 .banner-carousel .content-box h2:after,
.banner-section-home15 .banner-carousel .content-box h2:before {
    display: none;
}

.banner-section-home15 .banner-carousel .content-box h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.banner-section-home15 .banner-carousel .content-box h2 {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.8s ease;
}

.banner-section-home15 .banner-carousel .swiper-slide-active .content-box h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.banner-section-home15 .banner-carousel .content-box p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 43px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease;
}

.banner-section-home15 .banner-carousel .swiper-slide-active .content-box p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.banner-section-home15 .owl-theme .owl-nav .owl-next:after,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:after {
    content: "\f101";
    border-radius: 5px;
}

.banner-section-home15 .owl-theme .owl-nav .owl-next:hover:after,
.banner-section-home15 .owl-theme .owl-nav .owl-prev:hover:after {
    color: #fff;
}

.banner-section-home15 .owl-theme .owl-nav {
    top: 59%;
}

.service-section-home15 {
    position: relative;
    padding: 105px 0 110px;
    background-color: #131821;
}

.sec-title-four {
    position: relative;
    display: block;
    padding-bottom: 24px;
    margin-bottom: 60px;
}

.sec-title-four h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #131821;
}

.sec-title-four:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.sec-title-four.text-center:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title-four.light h2 {
    color: #fff;
}

.service-section-home15 .service-block .inner-box {
    position: relative;
    display: block;
    border-radius: 5px;
    border: 1px solid #2b3038;
    padding: 30px 30px 21px;
    overflow: hidden;
}

.service-section-home15 .service-block .inner-box .shape-1 {
    top: -55px;
    right: -70px;
    width: 180px;
    height: 160px;
}

.service-section-home15 .service-block .inner-box .shape-1,
.service-section-home15 .service-block .inner-box .shape-2 {
    position: absolute;
    background-color: #1e232c;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box .shape-2 {
    top: 0;
    right: 95px;
    width: 80px;
    height: 68px;
}

.service-section-home15 .service-block .inner-box .shape-3 {
    position: absolute;
    top: 0;
    right: 36px;
    width: 64px;
    height: 55px;
    opacity: 0.67;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%, 50% 0);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%, 50% 0);
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box:hover .shape-1,
.service-section-home15 .service-block .inner-box:hover .shape-2,
.service-section-home15 .service-block .inner-box:hover .shape-3 {
    opacity: 0;
}

.service-section-home15 .service-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 13px;
}

.service-section-home15 .service-block .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 7px;
}

.service-section-home15 .service-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 29px;
    margin-bottom: 23px;
}

.service-section-home15 .service-block .inner-box h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box h3:before {
    position: absolute;
    content: "";
    border: 1px dashed #525967;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
}

.service-section-home15 .service-block .inner-box h3:after {
    position: absolute;
    content: "";
    border: 1px dashed #525967;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.service-section-home15 .service-block .inner-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #a7adb7;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 16px;
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover {
    color: #fff;
    padding-left: 40px;
}

.service-section-home15 .service-block .inner-box .link-btn a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 12px;
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover:before {
    width: 20px;
}

.service-section-home15 .service-block .inner-box .link-btn a i {
    position: absolute;
    left: 21px;
    top: 3px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box .link-btn a:hover i {
    opacity: 1;
}

.service-section-home15 .service-block .inner-box .bg-layer {
    position: absolute;
    left: -100%;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.service-section-home15 .service-block .inner-box:hover .bg-layer {
    left: 0;
}

.service-section-home15 .service-block .inner-box .bg-layer:before {
    position: absolute;
    content: "";
    background-color: #131821;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.94;
}

.service-section-home15 .more-text {
    position: relative;
    display: block;
    margin-top: 55px;
}

.service-section-home15 .more-text h5 {
    font-size: 20px;
    line-height: 28px;
    color: #a7adb7;
}

.service-section-home15 .more-text h5 a {
    color: #a7adb7;
    border-bottom: 1px dashed #a7adb7;
    transition: all 0.5s ease;
}

.about-section-home15 {
    position: relative;
    padding: 110px 0;
}

.about-section-home15 .image-box {
    position: relative;
    display: block;
    padding-right: 140px;
    padding-top: 50px;
    margin-right: 20px;
}

.about-section-home15 .image-box .image {
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.about-section-home15 .image-box .image img {
    width: 100%;
    border-radius: 6px;
}

.about-section-home15 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-25deg);
}

.about-section-home15 .image-box:hover .image:before {
    animation: shine2 1s;
}

.about-section-home15 .image-box .bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 140px);
    height: calc(100% - 50px);
    border-radius: 6px;
}

.about-section-home15 .image-box .text {
    position: absolute;
    top: 250px;
    right: -160px;
    transform: rotate(90deg);
    margin-bottom: 0;
}

.about-section-home15 .image-box .text h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #131821;
    text-transform: uppercase;
}

.about-section-home15 .progress-box {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 80px;
    margin-bottom: 51px;
}

.about-section-home15 .progress-box:last-child {
    margin-bottom: 0;
}

.about-section-home15 .progress-box .bar {
    position: relative;
    width: 100%;
    height: 3px;
    background: #e9e9e9;
    border-radius: 0;
    margin-bottom: 20px;
}

.about-section-home15 .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 3px;
    border-radius: 3px;
    transition: all 1.5s ease;
}

.about-section-home15 .progress-box .bar-inner:before {
    position: absolute;
    content: "";
    border: dashed;
    border-width: 3px;
    border-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.about-section-home15 .progress-box .bar-inner:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: -5px;
    right: -3px;
    box-shadow: 0 0 0 4px #ffe5b2;
}

.about-section-home15 .progress-box .count-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    font-family: Fira Sans, Sans-serif;
    line-height: 54px;
    background: #f4f4f4;
    color: #131821;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
}

.about-section-home15 .progress-box h5 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #131821;
    margin-bottom: 20px;
}

.about-section-home15 .progress-inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 27px;
}

.about-section-home15 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.about-section-home15 .content-box .text p {
    color: #727580;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 0;
}

.about-section-home15 .progress-inner {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.about-section-home15 .sec-title-four {
    margin-bottom: 40px;
}

.about-section-home15 .content-box .author-box {
    position: relative;
    display: block;
}

.about-section-home15 .content-box .author-box .author,
.about-section-home15 .content-box .author-box .signature {
    position: relative;
    float: left;
}

.about-section-home15 .content-box .author-box .signature {
    top: -4px;
}

.about-section-home15 .content-box .author-box .author {
    margin-right: 60px;
    padding-left: 80px;
    padding-bottom: 5px;
}

.about-section-home15 .content-box .author-box .author .author-thumb {
    position: absolute;
    left: 0;
    top: -4px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.about-section-home15 .content-box .author-box .author h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #131821;
    font-weight: 500;
    margin-bottom: 0;
}

.about-section-home15 .content-box .author-box .author .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.about-section-home15 .content-box .author-box .author:before {
    position: absolute;
    content: "";
    background-color: #ece9e4;
    width: 1px;
    height: 60px;
    top: -4px;
    right: -30px;
}

.chooseus-section-home15 {
    position: relative;
    background-color: #131821;
    padding: 105px 0 80px;
}

.chooseus-section-home15 .pattern-layer {
    left: 0;
    width: calc(50% + 250px);
}

.chooseus-section-home15 .bg-layer,
.chooseus-section-home15 .pattern-layer {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.chooseus-section-home15 .bg-layer {
    right: 0;
    width: calc(50% - 250px);
}

.chooseus-section-home15 .single-item {
    position: relative;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 25px 30px 22px;
    transition: all 0.5s ease;
}

.chooseus-section-home15 .single-item:hover {
    border-color: hsla(0, 0%, 100%, 0.15);
}

.chooseus-section-home15 .single-item:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.chooseus-section-home15 .single-item:hover:before {
    height: 0%;
}

.chooseus-section-home15 .single-item .upper {
    position: relative;
    display: block;
    padding-left: 72px;
    margin-bottom: 13px;
    min-height: 65px;
}

.chooseus-section-home15 .single-item .upper .icon-box {
    position: absolute;
    left: 0;
    top: 4px;
    width: 52px;
    height: 52px;
    line-height: 56px;
    background-color: #131821;
    font-size: 30px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
}

.chooseus-section-home15 .single-item .upper h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #131821;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.chooseus-section-home15 .single-item:hover .upper h3 {
    color: #fff;
}

.chooseus-section-home15 .single-item .text {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.chooseus-section-home15 .single-item .text p {
    margin-bottom: 0;
    color: #72757f;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.5s ease;
}

.chooseus-section-home15 .single-item:hover .text p {
    color: #a7adb7;
}

.project-section-home15 {
    position: relative;
    padding: 105px 0 110px;
}

.project-section-home15 .project-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-section-home15 .project-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-section-home15 .project-block .inner-box .image-box img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 0.5s ease;
}

.project-section-home15 .project-block .inner-box:hover .image-box img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.project-section-home15 .project-block .inner-box .text {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    background-color: #131821;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.project-section-home15 .project-block .inner-box:hover .text {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.project-section-home15 .project-block .inner-box .text p {
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 3px;
}

.project-section-home15 .project-block .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.project-section-home15 .project-block .inner-box h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.project-section-home15 .more-btn {
    position: relative;
    display: block;
    margin-top: 60px;
}

.video-section-home15 {
    position: relative;
    padding-top: 110px;
}

.video-section-home15 .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 110px);
}

.video-section-home15 .bg-layer,
.video-section-home15 .inner-box {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.video-section-home15 .inner-box {
    position: relative;
    display: block;
    padding: 40px 30px;
    border-radius: 5px;
    overflow: hidden;
}

.video-section-home15 .inner-box:before {
    position: absolute;
    content: "";
    background-color: #131821;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.95;
}

.video-section-home15 .inner-box h2 {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-section-home15 .inner-box .btn-style-ten .btn-title:before {
    background-color: #fff;
}

.video-section-home15 .inner-box .btn-style-ten:hover .btn-title {
    color: #131821 !important;
}

.video-section-home15 .inner-box .video-box {
    position: relative;
    display: inline-block;
    /* width: 142px;
    height: 142px; */
    text-align: center;
    /* margin-bottom: 35px */
}

.video-section-home15 .inner-box .video-box a {
    color: #fff;
}

.video-section-home15 .inner-box .play-icon {
    position: absolute;
    top: 53%;
    left: 53%;
    color: #a80202;
    display: inline-block;
    transform: translate(-50%, -50%);
    font-size: 33px;
}

.video-section-home15 .inner-box .curved-circle {
    position: absolute;
    top: -10px;
    left: 0;
    width: 142px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--optika-font-family);
    transform: rotate(180deg);
}

.video-section-home15 .inner-box .curved-circle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 69px;
    bottom: 9px;
}

.team-section-home15 {
    position: relative;
    padding: 105px 0 110px;
}

.team-section-home15 .team-block {
    position: relative;
    padding-right: 25px;
    text-align: center;
}

.team-section-home15 .team-block .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    max-width: 245px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 15px 25px;
}

.team-section-home15 .team-block .inner-box:before {
    position: absolute;
    content: "";
    background-color: #131821;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.team-section-home15 .team-block:hover .inner-box:before {
    height: 100%;
    top: 0;
}

.team-section-home15 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.team-section-home15 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.team-section-home15 .team-block .inner-box .image-box {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 13px;
}

.team-section-home15 .team-block .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 0.5s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.team-section-home15 .team-block:hover .inner-box .image-box img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.team-section-home15 .team-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.team-section-home15 .team-block .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: #131821;
    transition: all 0.5s ease;
}

.team-section-home15 .team-block:hover .inner-box h3 a {
    color: #fff;
}

.team-section-home15 .team-block .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #72757f;
    transition: all 0.5s ease;
}

.team-section-home15 .team-block .inner-box .other-option {
    position: absolute;
    right: -25px;
    bottom: 45px;
    background-color: #fff;
    width: 50px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.team-section-home15 .team-block .inner-box .other-option > li {
    position: relative;
    display: block;
    text-align: center;
    padding: 14px 0;
    color: #b6b9c1;
    cursor: pointer;
    transition: all 0.5s ease;
}

.team-section-home15 .team-block .inner-box .other-option > li a {
    color: #b6b9c1;
    transition: all 0.5s ease;
}

.team-section-home15 .team-block .inner-box .other-option > li:before {
    position: absolute;
    content: "";
    background-color: #e9e9e9;
    width: 34px;
    height: 1px;
    left: 8px;
    bottom: 0;
}

.team-section-home15
    .team-block
    .inner-box
    .other-option
    > li:last-child:before {
    display: none;
}

.team-section-home15 .team-block .inner-box .other-option .share-links {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 50px;
    width: 100px;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.team-section-home15
    .team-block
    .inner-box
    .other-option
    .share-option:hover
    .share-links {
    visibility: visible;
    opacity: 1;
    right: 60px;
}

.team-section-home15 .team-block .inner-box .other-option .share-links:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 14px;
    right: -4px;
    transform: rotate(45deg);
}

.team-section-home15 .team-block .inner-box .other-option .share-links li {
    width: 33.333%;
}

.team-section-home15 .team-block .inner-box .other-option .share-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b6b9c1;
    transition: all 0.5s ease;
}

.team-section-home15 .owl-theme .owl-dots {
    display: none;
}

.team-section-home15 .owl-theme .owl-nav {
    position: absolute;
    top: -115px;
    right: 0;
    display: block;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    color: transparent;
    font-size: 0;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 20px 20px 0 rgb(0 0 0/8%);
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-prev:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    left: 0;
    color: #22262f;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    transform: rotate(180deg);
}

.team-section-home15 .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: transparent;
    background: #fff;
    font-size: 0;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 20px 20px 0 rgb(0 0 0/8%);
    transition: all 0.3s ease 0s;
}

.team-section-home15 .owl-theme .owl-nav .owl-next:after {
    font-family: customicon;
    content: "\f101";
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    right: 0;
    color: #22262f;
    font-size: 20px;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

.testimonial-home-15 {
    position: relative;
    background-color: #f4f4f4;
    padding: 105px 0 110px;
}

.testimonial-home-15 .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 46px 40px 42px;
    margin-top: 45px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0/8%);
    border-radius: 6px;
}

.testimonial-home-15 .inner-box .icon-box {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 200px;
    line-height: 200px;
    color: #f4f4f4;
}

.testimonial-home-15 .inner-box .thumb-box {
    position: absolute;
    top: -45px;
    right: 40px;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
}

.testimonial-home-15 .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-home-15 .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #131821;
    font-weight: 600;
    margin: 0;
}

.testimonial-home-15 .inner-box .rating-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.testimonial-home-15 .inner-box .rating-box {
    position: relative;
    margin-top: 4px;
    margin-bottom: 15px;
}

.testimonial-home-15 .inner-box p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #72757f;
    margin-bottom: 29px;
}

.testimonial-home-15 .inner-box h3 span {
    font-size: 18px;
    font-weight: 400;
}

.testimonial-home-15 .sec-title {
    margin-bottom: 38px;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.testimonial-home-15 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.pricing-section-home15 {
    position: relative;
    padding: 105px 0 110px;
}

.pricing-section-home15 .sec-title-four .theme-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pricing-section-home15 .pricing-table {
    position: relative;
    display: block;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.pricing-section-home15 .pricing-table .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}

.pricing-section-home15 .pricing-table .table-header h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 36px;
    color: #131821;
    font-weight: 800;
    margin-bottom: 5px;
}

.pricing-section-home15 .pricing-table .table-header span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #72757f;
}

.pricing-section-home15 .pricing-table .table-header {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-bottom: 33px;
}

.pricing-section-home15 .pricing-table .table-header:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.pricing-section-home15 .pricing-table .table-content h2 {
    position: relative;
    display: block;
    float: left;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    font-family: Barlow, sans-serif;
    margin-right: 10px;
    padding-left: 20px;
}

.pricing-section-home15 .pricing-table .table-content span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #72757f;
    float: left;
    font-weight: 400;
    font-family: Barlow, sans-serif;
    top: 11px;
}

.pricing-section-home15 .pricing-table .table-content h2 .symble {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 34px;
    font-weight: 500;
    font-family: Barlow, sans-serif;
}

.pricing-section-home15 .pricing-table .table-content .price-box {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.pricing-section-home15 .pricing-table .table-content p {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #131821;
    margin-bottom: 34px;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    background-color: #131821;
    border-radius: 6px;
    text-align: center;
    padding: 12px 15px;
    transition: all 0.5s ease;
}

.pricing-section-home15 .pricing-table .table-content .pricing-btn:hover {
    color: #131821;
}

.pricing-section-home15 .pricing-table.active {
    background-color: #131821;
}

.pricing-section-home15 .pricing-table.active .table-header h3 {
    color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content span,
.pricing-section-home15 .pricing-table.active .table-header span {
    color: #a5abb5;
}

.pricing-section-home15 .pricing-table.active .table-content p {
    color: #fff;
}

.pricing-section-home15 .pricing-table.active .table-content .pricing-btn {
    background-color: #fff;
}

.pricing-section-home15
    .pricing-table.active
    .table-content
    .pricing-btn:hover {
    color: #131821;
}

.pricing-section-home15 .pricing-table .tags {
    position: absolute;
    top: 24px;
    right: -6px;
    height: 30px;
    padding: 0 17px;
    text-align: center;
    transform: rotate(-90deg);
}

.pricing-section-home15 .pricing-table .tags h6 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-section-home15 .pricing-table .tags .shape {
    position: absolute;
    content: "";
    background-color: #d78e00;
    width: 11px;
    height: 9px;
    right: 0;
    top: -8px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%, 0 0);
}

.pricing-section-home15 .pricing-table .tags:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 15px;
    left: -13px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.pricing-section-home15 .pricing-table .tags:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 15px;
    left: -13px;
    bottom: 0;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.news-section-home15 {
    position: relative;
    padding: 105px 0 110px;
    background-color: #131821;
}

.news-section-home15 .news-block .inner-box {
    position: relative;
    display: block;
    border-radius: 6px;
    background-color: #1e232c;
    border-top: solid;
    border-width: 3px;
    overflow: hidden;
    padding: 32px 30px 36px;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box:before {
    position: absolute;
    content: "";
    border: solid;
    border-width: 3px;
    border-radius: 6px;
    left: 0;
    top: -3px;
    height: 0%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box:hover:before {
    height: calc(100% + 3px);
    opacity: 1;
}

.news-section-home15 .news-block .inner-box .upper {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}

.news-section-home15 .news-block .inner-box .upper h2 {
    position: relative;
    float: left;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    margin-right: 13px;
}

.news-section-home15 .news-block .inner-box .upper span {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-size: "Fira Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    top: 5px;
}

.news-section-home15 .news-block .inner-box .post-thumb {
    position: absolute;
    top: 8px;
    right: 0;
    border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .post-thumb img {
    width: 100%;
    border-radius: 50%;
}

.news-section-home15 .news-block .inner-box .category a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #131821;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 0 22px;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .category {
    position: relative;
    display: block;
    margin-bottom: 15px;
    z-index: 2;
}

.news-section-home15 .news-block .inner-box .category a:hover {
    background-color: #fff;
}

.news-section-home15 .news-block .inner-box .title {
    position: relative;
    display: block;
    padding-bottom: 27px;
    margin-bottom: 23px;
    z-index: 1;
}

.news-section-home15 .news-block .inner-box .title h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.news-section-home15 .news-block .inner-box .title h3 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .title .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-size: cover;
    background-repeat: repeat-x;
}

.news-section-home15 .news-block .inner-box .lower-box .link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #a7adb7;
    font-weight: 600;
    padding-left: 16px;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover {
    color: #fff;
    padding-left: 40px;
}

.news-section-home15 .news-block .inner-box .lower-box .link:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    top: 12px;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover:before {
    width: 20px;
}

.news-section-home15 .news-block .inner-box .lower-box .link i {
    position: absolute;
    left: 21px;
    top: 3px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .lower-box .link:hover i {
    opacity: 1;
}

.news-section-home15 .news-block .inner-box .lower-box {
    position: relative;
    display: block;
    z-index: 2;
}

.news-section-home15 .news-block .inner-box .lower-box .comment {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 16px;
    line-height: 26px;
    color: #999fa9;
    font-style: normal;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .lower-box .comment i {
    margin-right: 8px;
}

.news-section-home15 .news-block .inner-box .bg-layer {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.news-section-home15 .news-block .inner-box .bg-layer:before {
    position: absolute;
    content: "";
    background-color: #131821;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.92;
}

.news-section-home15 .news-block .inner-box:hover .bg-layer {
    left: 0;
}

.clients-section-home15 {
    padding: 105px 0 110px;
}

.clients-section-home15 .clients-inner {
    box-shadow: none;
    margin-bottom: 0;
}

.clients-section-home15 .text p {
    color: #72757f;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.clients-section-home15 .text {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}

.contact-section-home15 {
    position: relative;
    padding: 60px 0 70px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
}

.contact-section-home15 .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-section-home15 .form-group:last-child {
    margin-bottom: 0;
}

.contact-section-home15 .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    color: #131821;
    margin-bottom: 5px;
}

.contact-section-home15 .form-group input[type="email"],
.contact-section-home15 .form-group input[type="text"],
.contact-section-home15 .form-group textarea {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f4f4f4;
    border-radius: 6px;
    border: 1px solid #f4f4f4;
    padding: 15px 20px;
    font-size: 18px;
    color: #727580;
    transition: all 0.5s ease;
}

.contact-section-home15 .form-group textarea {
    display: block;
    resize: none;
    height: 207px;
}

.contact-section-home15 .form-inner {
    position: relative;
    background-color: #fff;
    padding: 45px 50px 50px;
}

.contact-section-home15 .form-group .theme-btn {
    width: 100%;
}

.scroll-to-top.style-15 {
    background-color: transparent;
    border-radius: 5px;
    font-size: 30px;
    transform: rotate(0deg);
    border: solid;
    border-width: 1px;
}

.footer-style-15 {
    background-color: #131821;
}

.footer-style-15 .footer-top {
    position: relative;
    padding: 106px 0 100px;
}

.footer-style-15 .widget-title {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.footer-style-15 .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-15 .footer-top p {
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 0;
}

.footer-style-15 .footer-top .about-widget h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 18px;
}

.footer-style-15 .footer-top .about-widget .email {
    position: relative;
    display: block;
    padding-left: 58px;
}

.footer-style-15 .footer-top .about-widget .email i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 40px;
}

.footer-style-15 .footer-top .about-widget .email p a {
    color: #a7adb7;
    transition: all 0.5s ease;
}

.footer-style-15 .links-widget .link-list li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-style-15 .links-widget .link-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    padding-left: 17px;
    transition: all 0.5s ease;
}

.footer-style-15 .links-widget .link-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: Font Awesome\5 Pro;
    font-size: 16px;
    left: 0;
    top: 0;
    font-weight: 400;
    opacity: 1;
}

.footer-style-15 .gallery-widget .image-list {
    position: relative;
    display: block;
    margin: 0 -4.5px;
}

.footer-style-15 .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 4.5px 12px;
}

.footer-style-15 .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    border-radius: 5px;
}

.footer-style-15 .gallery-widget .image-list li .image img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.footer-style-15 .gallery-widget .image-list li .image:hover img {
    opacity: 0.3;
}

.footer-style-15 .gallery-widget .widget-title {
    margin-bottom: 32px;
}

.footer-style-15 .post-widget .post {
    position: relative;
    display: block;
    margin-bottom: 18px;
    padding: 0;
}

.footer-style-15 .post-widget .post:last-child {
    margin-bottom: 0;
}

.footer-style-15 .post-widget .post span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #a7adb7;
    margin-bottom: 4px;
}

.footer-style-15 .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.footer-style-15 .post-widget .post h5 a {
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease;
}

.footer-style-15 .footer-subscribe {
    position: relative;
}

.footer-style-15 .footer-subscribe:before {
    position: absolute;
    content: "";
    background-color: #1e232c;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}

.footer-style-15 .footer-subscribe .subscribe-inner {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding-left: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    color: #131821;
    text-align: center;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-right: 300px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box {
    position: relative;
    width: 50%;
    float: left;
}

.footer-style-15
    .footer-subscribe
    .subscribe-inner
    .form-group
    .field-box:first-child:before {
    position: absolute;
    content: "";
    background-color: #e9e9e9;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.footer-style-15
    .footer-subscribe
    .subscribe-inner
    .form-group
    input[type="email"],
.footer-style-15
    .footer-subscribe
    .subscribe-inner
    .form-group
    input[type="text"] {
    position: relative;
    font-size: 18px;
    color: #727580;
    height: 74px;
    padding: 15px 30px 15px 50px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box i {
    position: absolute;
    font-size: 16px;
    left: 20px;
    top: 29px;
    color: #727580;
    z-index: 1;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 74px;
}

.footer-style-15 .footer-subscribe .subscribe-inner .message-btn button {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: Fira Sans, sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 15px;
}

.footer-style-15 .footer-bottom {
    position: relative;
    width: 100%;
    background-color: #1e232c;
    padding: 32px 0;
    border: none;
}

.footer-style-15 .footer-bottom a,
.footer-style-15 .footer-bottom p {
    font-size: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.footer-style-15 .footer-bottom .copyright {
    float: left;
}

.footer-style-15 .footer-bottom .footer-nav {
    float: right;
}

.footer-style-15 .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child {
    margin: 0 !important;
}

.footer-style-15 .footer-bottom .footer-nav li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -14px;
    font-size: 18px;
    color: #9fa2a6;
}

.footer-style-15 .footer-bottom .footer-nav li:last-child:before {
    display: none;
}

@media only screen and (max-width: 1399px) {
    .header-style-15 .nav-right {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .about-section-home13 .content-box {
        margin-right: 0;
    }

    .footer-style-13 .footer-top .logo-inner .footer-logo {
        margin-bottom: 15px;
    }

    .footer-style-13 .footer-top .logo-inner .footer-logo:before,
    .process-section-two.home-14 .process-wrapper:before {
        display: none;
    }

    .cta-section-home14 .btn-box,
    .cta-section-home14 .text {
        float: none !important;
        display: block;
    }

    .cta-section-home14 .btn-box {
        margin-top: 20px;
    }

    .header-style-15 .nav-outer .mobile-nav-toggler {
        background-color: #fff;
        margin: 0 15px 0 0;
    }

    .header-style-15 .header-lower {
        display: none;
    }

    .header-style-15 .header-upper {
        border-bottom: none;
    }

    .chooseus-section-home15 .pattern-layer {
        width: 100%;
    }

    .chooseus-section-home15 .bg-layer {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-top-13 .top-left {
        float: none;
        display: block;
        text-align: center;
    }

    .header-top-13 .info-box {
        display: inline-block;
    }

    .header-top-13 .top-left:before {
        right: -15px;
        border-radius: 0;
    }

    .header-top-13 .top-right {
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }

    .header-top-13 .top-right .social-links,
    .header-top-13 .top-right .support-box {
        float: none;
    }

    .header-top-13 .top-right .support-box {
        display: none;
    }

    .banner-carousel .content-box {
        display: block;
    }

    .about-section-home13 .content-box,
    .service-section-home13 .single-item .inner-box {
        margin-bottom: 30px;
    }

    .service-section-home13 {
        padding-bottom: 90px;
    }

    .faq-section-home13 .content-box {
        padding: 0;
        margin-bottom: 30px;
    }

    .faq-section-home13 .bg-layer {
        display: none;
    }

    .clients-section-home13 .logo-list li {
        width: 50%;
    }

    .footer-style-13 .footer-widget {
        margin: 0 0 30px !important;
    }

    .footer-style-13 .widget-section {
        padding-bottom: 50px;
    }

    .banner-section-home13 .banner-carousel .content-box {
        width: 100%;
    }

    .feature-section-home14 .feature-block .inner-box {
        margin-bottom: 30px;
    }

    .feature-section-home14 {
        padding-bottom: 83px;
    }

    .service-section-home14 .tab-btn {
        margin-bottom: 15px;
    }

    .service-section-home14 .tabs-box .line-box {
        display: none;
    }

    .service-section-home14 .tab-btns {
        padding-bottom: 2px;
    }

    .chooseus-section-home14 .video-inner,
    .team-section-home14 .team-block .inner-box {
        margin-bottom: 30px;
    }

    .footer-style-14 .footer-top .info-box {
        margin-bottom: 15px;
    }

    .banner-section-home15 .banner-carousel .slide-item {
        padding-top: 300px;
    }

    .service-section-home15 .service-block .inner-box {
        margin-bottom: 30px;
    }

    .about-section-home15 .image-box {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .video-section-home15 .inner-box h2 br {
        display: none;
    }

    .pricing-section-home15 .sec-title-four .theme-btn {
        position: relative;
        margin-top: 10px;
    }

    .pricing-section-home15 .pricing-table {
        margin-bottom: 30px;
    }

    .pricing-section-home15 {
        padding-bottom: 80px;
    }

    .news-section-home15 .news-block .inner-box {
        margin-bottom: 30px;
    }

    .news-section-home15 {
        padding-bottom: 90px;
    }

    .clients-section-home15 .text {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer-style-15 .footer-widget {
        margin: 0 0 30px;
    }

    .footer-style-15 .footer-top {
        padding-bottom: 70px;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .message-btn {
        width: 160px;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .form-group {
        padding-right: 180px;
    }

    .team-section-home15 .team-block .inner-box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .project-section-home13 .project-block .inner-box .text .btn-box,
    .team-section-home13 .owl-theme .owl-nav .owl-prev {
        display: none;
    }

    .video-section-home13 .slider-block h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .news-section-home13 .owl-theme .owl-nav {
        display: none;
    }

    .clients-section-home13 .logo-list li {
        width: 100%;
    }

    .footer-style-13 .footer-bottom .copyright,
    .footer-style-13 .footer-bottom .footer-nav,
    .footer-style-14 .footer-bottom .copyright,
    .footer-style-14 .footer-bottom .footer-nav,
    .footer-style-15 .footer-bottom .copyright,
    .footer-style-15 .footer-bottom .footer-nav {
        float: none;
        display: block;
        text-align: center;
    }

    .footer-style-13 .footer-bottom .footer-nav li,
    .footer-style-14 .footer-bottom .footer-nav li,
    .footer-style-15 .footer-bottom .footer-nav li {
        float: none;
    }

    .funfact-section-home14 .counter-block {
        padding-bottom: 0;
    }

    .funfact-section-home14 .inner-container {
        padding-bottom: 60px;
    }

    .project-section-home14 .owl-dots {
        display: none !important;
    }

    .header-top-14 .top-inner {
        display: block;
        text-align: center;
    }

    .header-top-14 .top-inner .text p i {
        display: none;
    }

    .header-style-15 .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .team-section-home15 .owl-theme .owl-nav {
        display: none;
    }

    .about-section-home13 .content-box .inner-box .single-item {
        margin-bottom: 30px;
    }

    .header-top-14 .top-inner .language,
    .header-top-14 .top-inner .search-btn {
        float: none;
    }

    .header-top-14 .top-inner .search-btn {
        top: -7px;
    }

    .clients-section-home13 .logo-list li .clients-logo {
        border-right: none !important;
    }

    .contact-section-home15 .form-group:last-child {
        margin-bottom: 20px;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .form-group {
        padding-right: 0;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .form-group .field-box {
        width: 100%;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .message-btn {
        position: relative;
        width: 100%;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner {
        padding-left: 0;
    }

    .footer-style-15 .footer-subscribe .subscribe-inner .message-btn {
        height: auto;
    }

    .footer-style-15
        .footer-subscribe
        .subscribe-inner
        .form-group
        input[type="email"],
    .footer-style-15
        .footer-subscribe
        .subscribe-inner
        .form-group
        input[type="text"] {
        width: 100%;
        z-index: 1;
    }

    .footer-style-15
        .footer-subscribe
        .subscribe-inner
        .form-group
        .field-box
        i {
        z-index: 2;
    }
}

@media only screen and (max-width: 499px) {
    .footer-style-15 .links-widget .link-list li {
        width: 100%;
    }

    .search-popup .search-form fieldset input[type="submit"] {
        position: relative;
        width: 100%;
        margin-top: 15px;
        border-radius: 7px;
    }

    .search-popup .search-form fieldset {
        border: none;
    }

    .banner-section-home13 .banner-carousel .content-box h2 {
        line-height: 40px;
        font-size: 35px;
    }

    .banner-section-home13 .banner-carousel .content-box {
        padding-top: 370px;
    }

    .about-section-home13 .image-box .counter-column h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .service-section-home13 .single-item .inner-box .text {
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .project-section-home13 .project-block .inner-box .text {
        left: 15px;
        width: calc(100% - 30px);
        bottom: 0;
    }

    .project-section-home13 .owl-item.active .project-block .inner-box .text {
        bottom: 0;
    }

    .footer-style-13 .footer-top .subscribe-inner .form-group button {
        position: relative;
        margin-top: 15px;
        width: 100%;
    }

    .footer-style-13 .footer-top .subscribe-inner .form-group {
        padding-right: 0;
    }

    .footer-style-13 .footer-top {
        padding: 30px;
    }

    .banner-section-home14 .content-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-section-home14 .content-inner h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .header-upper .social-links {
        display: none;
    }

    .header-top-14 .top-inner .text p {
        padding-left: 0;
    }

    .search-popup .search-form fieldset input[type="search"] {
        padding-right: 30px;
    }

    .funfact-section-home14 .counter-block h3 {
        font-size: 22px;
    }

    .chooseus-section-home14 .video-inner {
        padding: 150px 0;
    }

    .chooseus-section-home14 .content-box .single-item {
        padding-left: 30px;
    }

    .chooseus-section-home14 .content-box .single-item .icon-box {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .header-style-15 .header-upper {
        padding: 0 15px 10px;
    }

    br {
        display: none !important;
    }

    .banner-section-home15 .banner-carousel .content-box h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-section-home15 .image-box .text {
        position: relative;
        top: 0;
        right: 0;
        transform: rotate(0deg);
        margin-top: 15px;
    }

    .about-section-home15 .image-box {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .about-section-home15 .image-box .bg-layer {
        display: none;
    }

    .about-section-home15 .content-box .author-box .author {
        margin-bottom: 15px;
    }

    .contact-section-home15 .form-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-nav > * {
    color: #122e5b;
    font-size: 48px;
    width: 60px;
    height: 60px;
    line-height: 27px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background: #fff;
    transition: all 0.4s ease 0s;
    margin: 0 10px;
    padding: 0 0 9px;
}

.owl-nav > :hover {
    color: #fff;
    background: #222;
}

.list-timeline-item {
    max-width: 32rem;
}

.list-py-3 > li:not(:last-child) {
    padding-bottom: 1rem;
}

.list-py-3 > li:not(:first-child) {
    padding-top: 1rem;
}

.list-timeline::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/timeline.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    content: "";
}

.Products-list .row:nth-child(even) .col-lg-7 {
    order: -1;
    /* Moves the text column before the image */
}

.Products-list .row:nth-child(even) .col-lg-7.offset-lg-1 {
    margin-left: 0;
    /* Remove offset on reversed rows */
}

.Products-list .row:nth-child(odd) .col-lg-7.offset-lg-1 {
    margin-left: auto;
    /* Keep offset only on non-reversed rows */
}

.Products-list .row:nth-child(even) .col-lg-4 {
    margin-left: 8.33333%;
    /* Equivalent to Bootstrap's offset-lg-1 */
}

.Products-list .image-box {
    position: relative;
    display: inline-block;
}

.Products-list .image-one::before {
    content: "";
    position: absolute;
    top: -36px;
    left: -45px;
    transform: rotate(84deg);
    width: 80px;
    height: 80px;
    background: url(../images/shape/leaf-green.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
}

.specification .table tbody td,
.table tbody th {
    text-align: center;
    vertical-align: middle;
}
