.transition,
a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.genric-btn,
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.relative,
body {
    position: relative;
}

.genric-btn,
.genric-btn:focus,
.single-input,
.single-input:focus {
    outline: 0;
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/roboto-v18-latin-regular.eot);
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/roboto-v18-latin-regular.eot?#iefix) format('embedded-opentype'), url(/fonts/roboto-v18-latin-regular.woff2) format('woff2'), url(/fonts/roboto-v18-latin-regular.woff) format('woff'), url(/fonts/roboto-v18-latin-regular.ttf) format('truetype'), url(/fonts/roboto-v18-latin-regular.svg#Roboto) format('svg');
}

@font-face {
    font-family: Linearicons-Free;
    font-weight: 400;
    font-style: normal;
    src: url(/fonts/Linearicons-Free.eot?w118d);
    src: url(/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'), url(/fonts/Linearicons-Free.woff2?w118d) format('woff2'), url(/fonts/Linearicons-Free.woff?w118d) format('woff'), url(/fonts/Linearicons-Free.ttf?w118d) format('truetype'), url(/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
}

.myClass:before {
    font-family: FontAwesome;
    content: '\f024';
}

.gilroy,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-family: Gilroy-ExtraBold;
    font-style: normal;
    text-transform: uppercase;
    max-width: 100vw;
}

::-webkit-scrollbar {
    display: none;
}

.h1,
h1 {
    font-size: 35px;
    margin: 50px 0 30px;
    color: #e23030;
}

.h2,
h2 {
    font-size: 20px;
    color: #282829;
}

.h3,
h3 {
    font-size: 16px;
    color: #e23030;
}

.h4,
h4 {
    font-size: 14px;
    color: #282829;
}

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

a,
a:active,
a:focus,
a:hover {
    color: #e23030;
    max-width: 100vw;
}

a.button-frontpage,
a.button-frontpage:active,
a.button-frontpage:focus {
    color: #fff;
}

input,
select,
textarea {
    padding: 9px;
    border: 1px solid #939598;
}

.detail {
    color: #e23030;
}

.bold {
    font-weight: 500;
}

.italic {
    font-style:italic;
}

.underline {
    text-decoration: underline !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.uppercase {
    letter-spacing: -.01em;
    text-transform: uppercase;
}

.georgia {
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
}

.roboto {
    font-family: Roboto, sans-serif;
    font-style: normal;
    text-transform: none;
}

.fsi,
.text-italic {
    font-style: italic;
}

.highlight {
    padding: 20px;
    background-color: #939598;
}

.highlight pre {
    border: 0;
    background: 0 0;
}

.big {
    font-size: 1.5em!important;
}

.white {
    color: #fff;
}

.black {
    color: #282928;
}

.red {
    color: #e23030;
}

.hover-white:hover {
    color: #fff;
}

.hover-black:hover {
    color: #282928;
}

.hover-red:hover {
    color: #e23030;
}

::-moz-selection {
    color: #fff;
    background-color: #e23030;
}

::selection {
    color: #fff;
    background-color: #e23030;
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: #282829;
}

:-moz-placeholder {
    font-weight: 300;
    opacity: 1;
    color: #282829;
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 1;
    color: #282829;
}

:-ms-input-placeholder {
    font-weight: 300;
    color: #282829;
}

::-ms-input-placeholder {
    font-weight: 300;
    color: #282829;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300!important;
    line-height: 1.625em;
    overflow-x: hidden;
    color: #282829;
    max-width: 100vw;
}

figure,
ol,
ul {
    margin: 0;
    max-width: 100vw;
}

select {
    display: block;
}

a {
    transition: all .3s ease 0s;
}

iframe {
    border: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}

.btn i,
.btn-flat i,
.btn-floating i,
.btn-large i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
    background: #f9f9ff;
}

td,
th {
    border-radius: 0;
}

.clear::after,
.clear::before {
    display: table;
    content: ' ';
}

.clear::after {
    clear: both;
}

.fz-11 {
    font-size: 11px;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-30 {
    font-size: 30px;
}

.fz-48 {
    font-size: 48px!important;
}

.fs-45 {
    font-size: 4.5vw;
}

.fw100 {
    font-weight: 100;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400!important;
}

.fw500 {
    font-weight: 500;
}

.f700 {
    font-weight: 700;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

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

.ml-5 {
    margin-left: 5px!important;
}

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

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

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

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

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

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

.mr-5 {
    margin-right: 5px!important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

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

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-90 {
    padding-left: 90px;
}

.p-40 {
    padding: 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.transition {
    transition: all .3s ease 0s;
}

.default-select .nice-select .list .option,
.genric-btn {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.section-full {
    padding: 100px 0;
}

.section-half {
    padding: 75px 0;
}

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

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

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-align-items: center;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.flex-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -moz-align-self: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
}

.flex-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -moz-align-self: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-justify-content: space-between;
}

.space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-justify-content: space-around;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-flex-direction: column;
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -moz-flex-grow: 1;
}

.width-100 {
    width: 100%;
}

.display-table {
    display: table;
}

.light {
    color: #fff;
}

.dark {
    color: #222;
}

.overflow-hidden {
    overflow: hidden;
}

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

.container.width-90 {
    width: 90%;
    max-width: 90%!important;
}

.container.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.section-bg {
    background: #f9fafc;
}

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

.sample-text-area {
    padding: 100px 0 70px;
    background: #fff;
}

.sample-text {
    margin-bottom: 0;
}

.text-heading {
    font-size: 24px;
    margin-bottom: 30px;
}

.typo-list {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .no-flex-xs {
        display: block!important;
    }
    .typo-sec {
        margin-bottom: 30px;
    }
    .element-wrap {
        margin-top: 30px;
    }
}

b,
del,
sub,
sup,
u {
    color: #e23030;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #282928;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-top: 10px;
    margin-right: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    font-size: .8em;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    transition: all .3s ease 0s;
    text-align: center;
}

.genric-btn.link,
.genric-btn.link-border {
    text-decoration: underline;
}

.default-switch input + label,
.primary-switch input + label:before {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.genric-btn.e-large {
    line-height: 50px;
    padding: 0 40px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #222;
    border: 1px solid transparent;
    background: #f9f9ff;
}

.genric-btn.default-border,
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #222;
    border: 1px solid transparent;
    background: #f9f9ff;
}

.genric-btn.primary {
    color: #fff;
    border: 1px solid transparent;
    background: #e23030;
}

.genric-btn.primary-border,
.genric-btn.primary:hover {
    color: #e23030;
    border: 1px solid #e23030;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #e23030;
}

.genric-btn.success {
    color: #fff;
    border: 1px solid transparent;
    background: #4cd3e3;
}

.genric-btn.success-border,
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #4cd3e3;
}

.genric-btn.info {
    color: #fff;
    border: 1px solid transparent;
    background: #38a4ff;
}

.genric-btn.info-border,
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #38a4ff;
}

.genric-btn.warning {
    color: #fff;
    border: 1px solid transparent;
    background: #f4e700;
}

.genric-btn.warning-border,
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #f4e700;
}

.genric-btn.danger {
    color: #fff;
    border: 1px solid transparent;
    background: #f44a40;
}

.genric-btn.danger-border,
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #f44a40;
}

.genric-btn.link {
    color: #222;
    border: 1px solid transparent;
    background: #f9f9ff;
}

.genric-btn.link-border,
.genric-btn.link:hover {
    color: #222;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border:hover {
    color: #222;
    border: 1px solid transparent;
    background: #f9f9ff;
}

.genric-btn.disable {
    cursor: not-allowed;
    color: #222;
    border: 1px solid transparent;
    background: #f9f9ff;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    border-left: 2px solid #e23030;
    background: #f9f9ff;
}

.progress-table {
    min-width: 800px;
    padding: 15px 0 30px;
    background: #f9f9ff;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    color: #222;
}

.progress-table .table-row {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
}

.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: 0 0;
}

.progress-table .table-row .percentage .progress .progress-bar {
    line-height: 5px;
    height: 5px;
}

.ordered-list li,
.ordered-list-alpha li,
.ordered-list-roman li,
.unordered-list li {
    line-height: 1.82em!important;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4,
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    height: 200px;
    margin-top: 30px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
}

.unordered-list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 3px solid #e23030;
    border-radius: 50%;
    background: #fff;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    font-weight: 500;
    list-style-type: decimal-leading-zero;
    color: #e23030;
}

.ordered-list li span {
    font-weight: 300;
    color: #282928;
}

.ordered-list-alpha li {
    font-weight: 500;
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #e23030;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #282928;
}

.ordered-list-roman li {
    font-weight: 500;
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #e23030;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #282928;
}

.single-input {
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
    border: none;
    background: #f9f9ff;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    line-height: 40px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-input-accent,
.single-input-primary,
.single-input-secondary,
.single-textarea {
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
    outline: 0;
    background: #f9f9ff;
}

.single-textarea {
    height: 100px;
    resize: none;
    border: none;
}

.single-textarea:focus {
    outline: 0;
}

.single-input-primary {
    border: 1px solid transparent;
}

.single-input-primary:focus {
    border: 1px solid #e23030;
    outline: 0;
}

.single-input-accent {
    border: 1px solid transparent;
}

.single-input-accent:focus {
    border: 1px solid #eb6b55;
    outline: 0;
}

.single-input-secondary {
    border: 1px solid transparent;
}

.single-input-secondary:focus {
    border: 1px solid #f09359;
    outline: 0;
}

.default-switch {
    position: relative;
    width: 35px;
    height: 17px;
    cursor: pointer;
    border-radius: 8.5px;
    background: #f9f9ff;
}

.default-switch input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50%;
    background: #e23030;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
}

.default-switch input:checked + label {
    left: 19px;
}

.single-element-widget {
    margin-bottom: 30px;
}

.primary-switch {
    position: relative;
    width: 35px;
    height: 17px;
    cursor: pointer;
    border-radius: 8.5px;
    background: #f9f9ff;
}

.primary-switch input,
.primary-switch input + label,
.primary-switch input + label:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input {
    position: absolute;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
}

.primary-switch input + label:before {
    position: absolute;
    content: '';
    cursor: pointer;
    transition: all .2s;
    border-radius: 8.5px;
    background: 0 0;
}

.confirm-switch input + label:before,
.primary-switch input + label:after {
    content: '';
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.primary-switch input + label:after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    transition: all .2s;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #e23030;
}

.confirm-switch {
    position: relative;
    width: 35px;
    height: 17px;
    cursor: pointer;
    border-radius: 8.5px;
    background: #f9f9ff;
}

.confirm-switch input,
.confirm-switch input + label,
.confirm-switch input + label:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input {
    position: absolute;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
}

.confirm-switch input + label:before {
    position: absolute;
    transition: all .2s;
    border-radius: 8.5px;
    background: 0 0;
}

.confirm-switch input + label:after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    content: '';
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2);
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #f9f9ff;
}

.primary-checkbox input,
.primary-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-checkbox input {
    opacity: 0;
}

.primary-checkbox input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.primary-checkbox input:checked + label {
    border: none;
    background: url(/img/elements/primary-check.webp) center center/cover no-repeat;
}

.confirm-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #f9f9ff;
}

.confirm-checkbox input,
.confirm-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirm-checkbox input {
    opacity: 0;
}

.confirm-checkbox input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.confirm-checkbox input:checked + label {
    border: none;
    background: url(/img/elements/success-check.webp) center center/cover no-repeat;
}

.disabled-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #f9f9ff;
}

.disabled-checkbox input,
.disabled-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.disabled-checkbox input {
    opacity: 0;
}

.disabled-checkbox input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.disabled-checkbox input:disabled {
    z-index: 3;
    cursor: not-allowed;
}

.disabled-checkbox input:checked + label {
    border: none;
    background: url(/img/elements/disabled-check.webp) center center/cover no-repeat;
}

.primary-radio {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 8px;
    background: #f9f9ff;
}

.primary-radio input,
.primary-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-radio input {
    opacity: 0;
}

.primary-radio input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.primary-radio input:checked + label {
    border: none;
    background: url(/img/elements/primary-radio.webp) center center/cover no-repeat;
}

.confirm-radio {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 8px;
    background: #f9f9ff;
}

.confirm-radio input,
.confirm-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirm-radio input {
    opacity: 0;
}

.confirm-radio input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.confirm-radio input:checked + label {
    border: none;
    background: url(/img/elements/success-radio.webp) center center/cover no-repeat;
}

.disabled-radio {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 8px;
    background: #f9f9ff;
}

.disabled-radio input,
.disabled-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.disabled-radio input {
    opacity: 0;
}

.disabled-radio input + label {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.default-select .nice-select::after,
.form-select .nice-select::after {
    right: 20px;
}

.disabled-radio input:disabled {
    z-index: 3;
    cursor: not-allowed;
}

.disabled-radio input:checked + label {
    border: none;
    background: url(/img/elements/disabled-radio.webp) center center/cover no-repeat;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    height: 40px;
    padding-right: 40px;
    padding-left: 20px;
    border: none;
    border-radius: 0;
    background: #f9f9ff;
}

.default-select .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.default-select .nice-select .list .option {
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    min-height: 28px;
    padding-left: 20px;
    transition: all .3s ease 0s;
}

.form-select .nice-select .list .option,
.header-top .header-top-right i {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.default-select .nice-select .list .option.selected,
.default-select .nice-select .list .option:hover {
    color: #e23030;
    background: 0 0;
}

.default-select .current {
    font-weight: 300;
    margin-right: 50px;
}

@media (max-width:991px) {
    .progress-table-wrap {
        overflow-x: scroll;
    }
    .left-align-p p {
        margin-top: 20px;
    }
}

.form-select {
    width: 100%;
    height: 40px;
}

.form-select .nice-select {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    padding-left: 45px;
    border: none;
    border-radius: 0;
    background: #f9f9ff;
}

.form-select .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form-select .nice-select .list .option {
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    min-height: 28px;
    padding-left: 45px;
    transition: all .3s ease 0s;
}

.form-select .nice-select .list .option.selected,
.form-select .nice-select .list .option:hover {
    color: #e23030;
    background: 0 0;
}

.form-select .current {
    font-weight: 300;
    margin-right: 50px;
}

.header-top .header-top-left a,
.header-top .header-top-right a {
    margin-right: 10px;
}

.header-top {
    font-size: 12px;
    padding: 8px;
}

.header-top a {
    color: #fff;
}

.header-top ul li {
    display: inline-block;
    margin-left: 15px;
}

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

.header-top .header-top-right i {
    transition: all .3s ease 0s;
}

.header-top .header-top-right a:hover,
.primary-btn {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.header-top .header-top-right a:hover {
    transition: all .3s ease 0s;
}

.header-top .header-top-right a:hover i {
    color: #e23030;
}

.header-top .header-top-left {
    text-align: left;
}

.header-top .lnr {
    display: none;
}

@media (max-width:588px) {
    .header-top .lnr {
        font-size: 16px;
        font-weight: 700;
        display: block;
        color: #fff;
    }
    .header-top .text {
        display: none;
    }
}

.top-head-btn {
    padding: 9px 26px;
    background: #e23030;
}

.main-menu {
    padding-right: 50px;
    padding-left: 50px;
}

#header {
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    left: 0;
    padding: 5px;
    transition: all .5s;
    background-color: #282829;
}

#header.header-scrolled {
    transition: all .5s;
    background-color: rgba(34, 34, 34, 1);
}

#header #logo h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    padding-left: 10px;
    color: #000;
    border-left: 4px solid #e23030;
}

#header #logo img {
    margin: 0;
    padding: 0;
}

@media (max-width:992px) {
    .header-top {
        display: none;
    }
    #header #logo h1 {
        font-size: 28px;
    }
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    display: none;
}

.nav-menu li {
    position: relative;
    padding: 0 30px;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
    margin-left: 10px;
}

.nav-menu li.sfHover > ul,
.nav-menu li:hover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    right: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    transition: .3s;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    right: 15px;
    content: '\f107';
}

.sf-arrows ul .sf-with-ul:after {
    content: '\f105';
}

#nav-menu-container li {
    top: 12px;
}

@media (max-width:1665px) {
    #nav-menu-container li {
        padding: 20px;
    }
}

@media (max-width:1535px) {
    #nav-menu-container li {
        padding: 10px;
    }
}

@media (max-width:1200px) {
    .main-menu {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:992px) {
    #nav-menu-container li {
        padding: 5px;
    }
}

@media (max-width:1175px) {
    #nav-menu-container li {
        padding: 2px;
    }
    #nav-menu-container li a {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    #cbp-hsmenu-wrapper,
    #nav-menu-container {
        display: none;
    }
    .button-frontpage {
        padding: 10px!important;
    }
    #header {
        height: 50px;
    }
    #mobile-nav-toggle {
        top: 5px!important;
    }
}

.nav-menu a {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.nav-menu ul {
    margin: 22px 0 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}

.nav-menu ul li a {
    font-size: 12px;
    display: block;
    padding: 5px 10px;
    transition: .3s;
    text-transform: none;
    color: #333;
}

.nav-menu ul li:hover > a {
    color: #e23030;
}

.nav-menu ul ul {
    margin-top: 0;
    margin-right: 10px;
}

#mobile-nav-toggle {
    font-size: 35px;
    position: fixed;
    z-index: 999;
    top: 11px;
    right: 15px;
    display: none;
    cursor: pointer;
    transition: all .4s;
    border: 0;
    outline: 0;
    background: 0 0;
}

#mobile-nav-toggle i {
    font-weight: 900;
    color: #fff;
}

@media (max-width:992px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lnr-menu:before {
    content: "\e871"
}

.lnr-chevron-down:before {
    content: "\e874"
}

.lnr-cross:before {
    content: "\e870"
}

.lnr-chevron-up:before {
    content: "\e873"
}

.g-recaptcha>div>div {
    margin: 10px auto!important
}

#mobile-nav {
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: -260px;
    overflow-y: auto;
    width: 260px;
    transition: .4s;
    background: rgba(0, 0, 0, .8);
}

#mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-nav ul li a,
.mobile-nav-menu {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 22px 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    display: block;
}

.mobile-nav-menu {
    display: contents;
}

.error-text a:hover,
.footer-area a:hover,
.thanks-text a:hover {
    text-decoration: underline;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .language-switcher li {
    padding-left: 0;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    z-index: 99;
    right: 0;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active {
    color: #e23030;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-body-overly {
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

main {
    min-height: 735px;
    background-color: #fff;
}

.section-gap {
    padding: 120px 0;
}

.small-section-gap {
    padding: 100px 0 0;
}

@media (max-width:767px) {
    .small-section-gap {
        padding: 50px 0 0;
    }
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width:991.98px) {
    .section-title p br {
        display: none;
    }
}

.interact-button,
.primary-btn {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.alert-msg {
    color: green;
}

.primary-btn {
    line-height: 42px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    transition: all .3s ease 0s;
    color: #fff;
    border: none;
    border-radius: 25px;
    background-color: #e23030;
}

.primary-btn:focus {
    outline: 0;
}

.primary-btn span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: translateY(-60%);
    color: #fff;
}

.primary-btn:hover {
    color: #fff;
}

.primary-btn:hover span {
    right: 20px;
    color: #fff;
}

.primary-btn.white {
    color: #fff;
    border: 1px solid #fff;
}

.primary-btn.white span {
    color: #fff;
}

.primary-btn.white:hover {
    color: #e23030;
    background: #fff;
}

.primary-btn.white:hover span {
    color: #e23030;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.headline-frontpage-pc {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(/img/overlay-pattern-opacity.webp);
}

.headline-frontpage-pc p {
    font-size: 2vw;
    line-height: 1.5;
    width: 80%;
    margin: 80vh auto 1%;
    text-align: center;
    color: #fff;
}

.headline-frontpage-mobile {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(40, 41, 40, .75);
}

.headline-frontpage-mobile p {
    font-size: 5vw;
    line-height: 1.5;
    width: 100%;
    margin: 45% auto 15%;
    text-align: center;
    color: #fff;
}

.banner-content h1,
.single-service h4 {
    margin-bottom: 20px;
}

@media (max-width:992px) {
    main {
        min-height: auto;
    }
    .all-products-h1 {
        font-size: 4.5vw;
    }
}

@media (max-width:567px) {
    .all-products-h2 {
        font-size: 3.5vw;
    }
    .all-products-h3 {
        font-size: 3.25vw;
    }
}

@media (max-width:400px) {
    .all-products-h1 {
        font-size: 6vw;
    }
    .all-products-h2 {
        font-size: 4.5vw;
    }
    .all-products-h3 {
        font-size: 4vw;
    }
}

.interact-button {
    font-family: Roboto;
    font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #e23030;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    background-color: #e23030;
}

.gallery-area .single-gallery .content-details, .usp-area .usp-big .content-details, h3.employee_grid-item-name {
    font-family: Roboto, sans-serif;
}

.banner-area .primary-btn,
.header-btn {
    padding-right: 30px;
    padding-left: 30px;
}

.interact-button:hover {
    color: #e23030;
    border: 3px solid #e23030;
    background-color: transparent;
}

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

@media (max-width:767.98px) {
    .banner-area .fullscreen {
        height: 700px!important;
    }
}

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

.banner-content.overlay {
    position: absolute;
    height: 100%;
    background-color: #373739;
}

.banner-content.overlay-bg,
.header-btn {
    background-color: #e23030;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    color: #fff;
}

@media (max-width:414px) {
    .banner-content h1 {
        font-size: 25px;
    }
}

.banner-content p {
    max-width: 900px;
}

.header-btn {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}

.header-btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
}

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

@media (max-width:767px) {
    .banner-img {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

.single-service {
    padding: 25px;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
}

.single-service p {
    margin-bottom: 0;
}

.single-service:hover {
    border-color: #04091e;
    background-color: #04091e;
}

.gallery-area .single-gallery .content, .design-gallery .single-gallery .content, .usp-area .content {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.single-service:hover h4 {
    color: #e23030;
}

@media (max-width:1024px) {
    .single-service {
        padding: 22px;
    }
}

@media (max-width:991px) {
    .single-service {
        margin-bottom: 30px;
    }
}

.no-padding {
    padding-right: 0!important;
    padding-left: 0!important;
}

.usp-area .content {
    position: relative;
    margin: auto;
    padding: 0;
    cursor: default;
}

.usp-area .usp-big .content-details {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    margin: auto;
    padding-right: 1em;
    padding-left: 1em;
    transform: translateY(-45%);
    text-align: center;
    text-transform: inherit;
    color: #fff!important;
}

.usp-area .usp-big .usp-big-title {
    font-size: 1.65vw;
}

.usp-area .usp-big .usp-big-text {
    font-size: 1.2vw;
    line-height: 1.25em;
}

.usp-area .usp-big .content-image {
    z-index: 0;
    width: 100%;
    filter: brightness(50%);
}

@media (min-width:1150px) and (max-width:1450px) {
    .usp-area .usp-big .usp-big-title {
        font-size: 1.95vw;
    }
    .usp-area .usp-big .usp-big-text {
        font-size: 1.35vw;
        line-height: 1.35em;
    }
}

@media (min-width:881px) and (max-width:1050px) {
    .usp-area .usp-big .usp-big-text {
        font-size: 1.5vw;
        line-height: 1.5em;
    }
}

@media (min-width:576px) and (max-width:880px) {
    .usp-area .usp-big .usp-big-title {
        font-size: 2.5vw;
    }
    .usp-area .usp-big .usp-big-text {
        display: none;
    }
}

@media (max-width:575px) {
    .usp-area .usp-big .usp-big-title {
        font-size: 6.5vw;
    }
    .usp-area .usp-big .usp-big-text {
        display: none;
    }
}

.usp-area .usp-small-text {
    font-style: italic;
    color: #939598;
}

.gallery-area .single-gallery .content, .design-gallery .single-gallery .content {
    position: relative;
    margin: auto;
}

.design-gallery .content .single-gallery .content {
    border: solid 5px white;
}

.design-gallery .single-gallery .content {
    margin: 0;
    width: 100%;
    position: relative;
    transition: all 0.25s;
    filter: grayscale(100%);
}

.design-gallery .single-gallery .grid-button-background {
    filter: grayscale(0%);
}

.design-gallery .single-gallery .content p {
    font-size: 1.5em !important;
    transition: all 0.25s;
}

.design-gallery .single-gallery .content p .button-cta-portfolio {
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    transition: all 0.25s;
}

.design-gallery .single-gallery:hover .content {
    margin: 2.5%;
    width: 95%;
    filter: grayscale(0%);
}

.design-gallery .single-gallery:hover .content p {
    font-size: 1.45em !important;
}

.design-gallery .single-gallery:hover .content p .button-cta-portfolio {
    font-size: 17px;
}

.design-gallery {
    margin-top: 650px;
}

.gallery-area .single-gallery p, .design-gallery .single-gallery p {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    display: block;
    width: 100%;
    margin: auto;
    padding: 5%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.gallery-area .single-gallery p .owner-quote {
    font-size: 15px;
    line-height: 1.15em;
    color: #fff;
}

.gallery-area .single-gallery p:hover {
    display: none;
}

.gallery-area .content, .design-gallery .content {
    padding: 0;
}

@media (max-width:575px) {
    .gallery-area .content {
        padding: 7.5px 15px;
    }
    .gallery-area .single-gallery .content, .design-gallery .single-gallery .content {
        padding: 0;
    }
}

.gallery-area .single-gallery .content .content-overlay, .design-gallery .single-gallery .content .content-overlay {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: 0;
    background-color: #e23030;
}

.gallery-area .special-vacancy .content p, .gallery-area .special-vacancy .content p {
    z-index: 2;
}

.gallery-area .special-vacancy .content .content-overlay,
.gallery-area .titles-feature-overview .content .content-overlay {
    position: absolute;
    z-index: 1;
    top: 35%;
    right: 0;
    bottom: 35%;
    left: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: .8;
    background-color: #8c0000;
}

@media (max-width:414px) {
    .gallery-area .single-gallery .content-overlay, .design-gallery .single-gallery .content-overlay {
        margin: 0;
    }
}

.gallery-area .single-gallery .content:hover .content-overlay, .design-gallery .single-gallery .content:hover .content-overlay {
    top: 0;
    bottom: 0;
    opacity: .8;
}

.gallery-area .special-vacancy .content:hover .content-overlay,
.gallery-area .titles-feature-overview .content:hover .content-overlay {
    top: 0;
    bottom: 0;
    opacity: .8;
    background-color: #e23030;
}

.gallery-area .single-gallery .content-details, .design-gallery .single-gallery .content-details {
    font-size: 1.25em;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: inherit;
    opacity: 0;
    color: #fff;
}

.feature-area .single-feature,
.feature-area .single-feature h4 {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

#case-studies-overview .grid, #jobs-overview .grid {
    margin-left: 0;
    margin-right: 0;
}

#design-page .design-gallery .row {
    margin-left: 0;
    margin-right: 0;
    padding:0;
}
#design-page .design-gallery .row h1, #design-page .design-gallery .row h2 {
    z-index: 50;
}

@media (max-width:1199px) {
    #jobs-overview .gallery-area .single-gallery .content-details {
        font-size: 1.15em;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #jobs-overview .gallery-area .single-gallery p, #design-page .design-gallery .single-gallery p {
        font-size: 20px!important;
    }
    #jobs-overview .gallery-area .single-gallery .content-details {
        font-size: 1.05em;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #jobs-overview .gallery-area .single-gallery p {
        font-size: 4vw!important;
    }
    #design-page .design-gallery .single-gallery p {
        font-size: 5vw!important;
    }
    #case-studies-overview .gallery-area .single-gallery .content:hover p,
    #jobs-overview .gallery-area .single-gallery .content:hover p,
    #design-page .design-gallery .single-gallery .content:hover p {
        display: block!important;
    }
    #case-studies-overview .gallery-area .single-gallery .content:hover .content-details,
    #case-studies-overview .gallery-area .single-gallery .content:hover .content-overlay,
    #jobs-overview .gallery-area .single-gallery .content:hover .content-details,
    #jobs-overview .gallery-area .single-gallery .content:hover .content-overlay {
        display: none;
    }
    #case-studies-overview .gallery-area .special-vacancy .content:hover .content-overlay,
    #jobs-overview .gallery-area .special-vacancy .content:hover .content-overlay,
    #case-studies-overview .gallery-area .titles-feature-overview .content:hover .content-overlay,
    #jobs-overview .gallery-area .titles-feature-overview .content:hover .content-overlay {
        position: absolute!important;
        z-index: 1!important;
        top: 35%!important;
        right: 0!important;
        bottom: 35%!important;
        left: 0!important;
        display: block!important;
        opacity: .8!important;
        background-color: #8c0000!important;
    }
    .design-gallery .single-gallery .content {
        filter: grayscale(0%);
    }
    .design-gallery .single-gallery:hover .content {
        margin: 0;
        width: 100%;
        filter: grayscale(0%);
    }
}

@media (max-width:575px) {
    #jobs-overview .gallery-area .single-gallery p {
        font-size: 7.5vw!important;
    }
    #design-page .design-gallery .single-gallery p {
        font-size: 6vw!important;
    }
    #case-studies-overview .gallery-area .single-gallery .content:hover p,
    #jobs-overview .gallery-area .single-gallery .content:hover p,
    #design-page .design-gallery .single-gallery .content:hover p {
        display: block!important;
    }
    #case-studies-overview .gallery-area .single-gallery .content:hover .content-details,
    #case-studies-overview .gallery-area .single-gallery .content:hover .content-overlay,
    #jobs-overview .gallery-area .single-gallery .content:hover .content-details,
    #jobs-overview .gallery-area .single-gallery .content:hover .content-overlay {
        display: none;
    }
    #case-studies-overview .gallery-area .special-vacancy .content:hover .content-overlay,
    #jobs-overview .gallery-area .special-vacancy .content:hover .content-overlay,
    #case-studies-overview .gallery-area .titles-feature-overview .content:hover .content-overlay,
    #jobs-overview .gallery-area .titles-feature-overview .content:hover .content-overlay {
        position: absolute!important;
        z-index: 1!important;
        top: 35%!important;
        right: 0!important;
        bottom: 35%!important;
        left: 0!important;
        display: block!important;
        opacity: .8!important;
        background-color: #8c0000!important;
    }
    #case-studies-overview .grid, #jobs-overview .grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    .design-gallery .single-gallery .content {
        filter: grayscale(0%);
    }
    .design-gallery .single-gallery:hover .content {
        margin: 0;
        width: 100%;
        filter: grayscale(0%);
    }
}

.gallery-area .single-gallery .content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    width: 100%;
    margin: auto;
    color: #fff;
}

@media (max-width:414px) {
    .gallery-area .single-gallery .content-title {
        font-size: 15px;
        width: 92%;
    }
}

.gallery-area .single-gallery .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.gallery-area .single-gallery .content-image {
    z-index: 0;
    width: 100%;
    filter: brightness(50%);
}

.design-gallery .single-gallery .content-image {
    z-index: 0;
    width: 100%;
}

.design-gallery .single-gallery .grid-button-background {
    background-color: #8c0000;
}

.design-gallery .single-gallery .grid-button-image {
    z-index: 0;
    width: 100%;
    filter: opacity(35%);
}

.gallery-area .single-gallery .fadeIn-bottom, .design-gallery .single-gallery .fadeIn-bottom {
    top: 80%;
}

.special-vacancy-img {
    filter: opacity(25%);
}

.special-vacancy-background {
    background-color: rgba(140, 0, 0, .75)!important;
}

.webshop-image {
    width: 91.66667%;
    margin-top: 50px;
}

.faq-image {
    margin-top: 25px;
}

.faq-title {
    margin-top: 15px;
    color: #282928;
}

.about-us-area {
    margin-top: 75px;
}

.feature-area {
    background-color: #282928;
}

.feature-area .single-feature {
    margin-bottom: 30px;
    padding: 32px;
    transition: all .3s ease 0s;
    border-radius: 10px;
    background: #fff;
}

.feature-area .single-feature h4 {
    transition: all .3s ease 0s;
}

.testimonial-area .owl-dot,
.testimonial-area .owl-dot.active {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.feature-area .single-feature .title .lnr {
    font-size: 25px;
    font-weight: 600;
    margin-right: 15px;
    color: #222;
}

.feature-area .single-feature:hover .lnr,
.feature-area .single-feature:hover h4,
.single-testimonial .star .checked {
    color: #e23030;
}

.feature-area .single-feature p {
    margin-top: 15px;
    margin-bottom: 0;
}

.feature-area .single-feature:hover {
    cursor: pointer;
    background-color: #04091e;
}

@media (max-width:1024px) {
    .feature-area .single-feature {
        padding: 30px;
    }
}

.milestones,
.milestones div {
    text-align: justify;
}

@media(max-width:992px) {
    .milestones,
    .milestones div {
        margin: 0;
        padding: 0;
    }
    .milestone-img {
        padding: 15px;
    }
}

@media(max-width:576px) {
    .milestone-img {
        position: relative;
        left: 50%;
        width: 200px;
        transform: translateX(-50%);
    }
}

.logo-mobile,
.logo-pc {
    position: absolute;
    z-index: 1000;
    top: 0px;
}

.employees-grid {
    margin: 25px auto 10px;
}

.employee_grid-item {
    margin-bottom: 35px;
}

.employee_grid-item img {
    margin: 0;
}

h3.employee_grid-item-name {
    font-weight: 400;
    margin: 10px 0 5px;
}

.col.col-xs-6.col-sm-4.col-md-3.col-lg-3:last-child .employee_grid-item,
.col.col-xs-6.col-sm-4.col-md-3.col-lg-3:last-child .employee_grid-item-details {
    margin-bottom: 0;
}

.testimonial-area .owl-dots {
    bottom: 5px;
    width: 100%;
    margin-top: 70px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonial-area .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    transition: all .3s ease 0s;
    background: rgba(198, 176, 105, .2);
}

.testimonial-area .owl-dot.active {
    transition: all .3s ease 0s;
    background: #e23030;
}

.single-testimonial,
.single-testimonial h4 {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.single-testimonial {
    padding: 25px 30px;
    transition: all .3s ease 0s;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
}

.single-testimonial:hover {
    cursor: pointer;
}

.single-testimonial .thumb {
    margin-right: 30px;
}

.single-testimonial h4 {
    margin-bottom: 5px;
    transition: all .3s ease 0s;
}

.blog-area .owl-dot,
.blog-area .owl-dot.active {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.single-testimonial:hover h4 {
    cursor: pointer;
    color: #e23030;
}

.blog-area .single-blog-post .tags li:hover a,
.callto-action-wrap,
.callto-action-wrap h1 {
    color: #fff;
}

@media (max-width:575px) {
    .single-testimonial {
        margin: 15px;
    }
}

.callto-action-wrap {
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/img/call-action-bg.webp) center;
    background: -o-linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/img/call-action-bg.webp) center;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/img/call-action-bg.webp) center;
    background-size: cover;
}

.callto-action-wrap p {
    max-width: 560px;
    margin: 20px 0;
}

.callto-action-wrap .primary-btn {
    border: 1px solid transparent;
    border-radius: 0;
}

.callto-action-wrap .primary-btn:hover {
    color: #fff;
    border-color: #fff;
    background: 0 0;
}

.blog-area .owl-dots {
    bottom: 5px;
    width: 100%;
    margin-top: 70px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog-area .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    transition: all .3s ease 0s;
    background: rgba(198, 176, 105, .2);
}

.blog-area .owl-dot.active {
    transition: all .3s ease 0s;
    background: #e23030;
}

.blog-area .single-blog-post .tags li,
.blog-area .single-blog-post .title {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.blog-area .single-blog-post .thumb img {
    border-radius: 10px;
}

.blog-area .single-blog-post .tags {
    margin: 20px 0;
}

.blog-area .single-blog-post .tags li {
    display: inline-block;
    padding: 4px 12px;
    transition: all .3s ease 0s;
    border: 1px solid #eee;
}

.blog-area .single-blog-post .tags li:hover {
    background-color: #e23030;
}

.blog-area .single-blog-post .tags li a {
    font-size: 12px;
    font-weight: 400;
    color: #222;
}

.blog-area .single-blog-post .title {
    margin: 20px 0;
    transition: all .3s ease 0s;
}

.brands-area .brand-wrap .single-brand,
.footer-social a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.blog-area .single-blog-post .title:hover {
    color: #e23030;
}

.blog-area .single-blog-post .date {
    font-weight: 300;
    color: #222;
}

@media (max-width:575px) {
    .blog-area .single-blog-post {
        margin: 15px;
    }
}

.brands-area {
    background-color: #f9f9ff;
}

.brands-area .brand-wrap {
    padding: 40px 0;
}

.brands-area .brand-wrap .owl-carousel .owl-item img {
    width: auto!important;
}

.brands-area .brand-wrap .single-brand {
    transition: all .3s ease 0s;
    text-align: center;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brands-area .brand-wrap .single-brand:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.footer-area {
    line-height: 25px!important;
    color: #939598;
    background-color: #282928;
}

.footer-area a,
.footer-area a:hover {
    font-weight: 300;
    color: #e23030;
}

.footer-area ul {
    padding: 0;
    list-style-type: none;
}

#footer_logo img {
    max-width: 300px;
}

.footer-area h4 {
    line-height: 25px!important;
    color: #939598;
}

.footer-social a {
    font-size: 25px;
    padding: 0 30px 0 0;
    transition: all .3s ease 0s;
}

.footer-social a:hover i {
    color: #e23030;
}

.footer-social i {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #ccc;
}

.footermenu-footer {
    text-align: right!important;
    padding-top: 20px;
}

.footer-policy {
    height: 40px;
    background-color: #282928;
}

.footer-policy-left {
    float: left;
}

.footer-policy-right {
    float: right;
}

.footer-policy-right li {
    display: inline-block;
    padding: 0 0 0 50px!important;
}

@media (min-width:768px) and (max-width:992px) {
    .footer-area {
        line-height: 25px!important;
        color: #939598;
        background-color: #282928;
    }
    #footer-container.container {
        max-width: 100%;
    }
}

@media (min-width:400px) and (max-width:767px) {
    #footer_logo img {
        display: none;
    }
    #footer-container.container {
        max-width: 100%;
    }
    .contactdetails-footer, .footermenu-footer {
        margin: 40px 0 0 0!important;
        text-align: center;
    }
    .footermenu-footer {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footermenu-footer,
    .socialmedia-footer {
        margin-bottom: 1rem;
        text-align: center!important;
    }
    .footer-social a {
        padding: 0 15px;
    }
    .footer-policy.container {
        height: 60px;
        margin: 40px 0 0!important;
        text-align: center;
    }
    .footer-policy-left,
    .footer-policy-right {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-policy {
        margin: 40px 0!important;
    }
    .footer-policy p {
        margin: 0;
    }
    .footer-policy-right li {
        display: inline-block;
        padding: 0 15px!important;
    }
}

@media (max-width:399px) {
    #footer_logo img {
        display: none;
    }
    #footer-container.container {
        max-width: 100%;
    }
    .contactdetails-footer, .footermenu-footer {
        margin: 40px 0 0!important;
        text-align: center;
    }
    .footermenu-footer {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footermenu-footer,
    .socialmedia-footer {
        margin-bottom: 1rem;
        text-align: center!important;
    }
    .footer-social a {
        padding: 0 15px;
    }
    .footer-policy.container {
        height: 110px;
        margin: 40px 0 0!important;
        text-align: center;
    }
    .footer-policy li {
        display: block;
        padding: 0!important;
    }
    .footer-policy-left,
    .footer-policy-right {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-policy {
        margin: 40px 0!important;
    }
    .footer-policy p {
        margin: 0;
    }
}

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

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

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

@media (max-width:992px) {
    #footer_logo img {
        max-width: 100%;
    }
    .track-details-area .track-details-image {
        display: none;
    }
}

.before-installation-area {
    margin: 100px 0 0;
    padding: 100px;
    background-color: #eee;
}

.before-installation-area p {
    margin: 0;
}

@media (max-width:1360px) {
    .before-installation-area {
        padding: 50px 25px;
    }
    .before-installation-area .container {
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .before-installation-area {
        padding: 15px 0;
    }
}

.before-installation-area .case-study-img-small {
    margin-bottom: 25px;
}

.case-study-img-large img,
.case-study-img-medium img,
.case-study-img-small img {
    width: 100%;
    max-width: none;
}

@media (min-width:991px) {
    #case-study-vandelgokart .with-sms {
        width: 175%;
        margin-top: 50px;
    }
}

#case-study-powerarea .during-after-installation-area .case-study-img-large {
    margin-top: 10px;
}

#case-study-impactdriftpark .during-after-installation-area .case-study-img-large {
    margin-top: 40px;
}

#case-study-planetkarting .during-after-installation-area .case-study-img-large {
    margin-top: 25px;
}

#case-study-jerez .during-after-installation-area .case-study-img-large {
    margin-top: 30px;
}

#case-study-vandelgokart .during-after-installation-area .case-study-img-large {
    margin-top: -20px;
}

#case-study-cargokarting .during-after-installation-area .case-study-img-medium {
    margin-top: 10px;
}

#case-study-kartingdecaen .during-after-installation-area .case-study-img-medium {
    margin-top: 20px;
}

#case-study-impactdriftpark .during-after-installation-area .case-study-img-medium {
    margin-top: 60px;
}

#case-study-powerarea .during-after-installation-area .case-study-img-medium {
    margin-top: 45px;
}

#case-study-blockbuster .during-after-installation-area .case-study-img-medium {
    margin-top: 20px;
}

#case-study-kartingmondercange .during-after-installation-area .case-study-img-medium {
    margin-top: 15px;
}

#case-study-kart2000 .during-after-installation-area .case-study-img-medium,
#case-study-planetkarting .during-after-installation-area .case-study-img-medium {
    margin-top: 45px;
}

#case-study-jerez .during-after-installation-area .case-study-img-medium {
    margin-top: 80px;
}

#case-study-vandelgokart .during-after-installation-area .case-study-img-medium {
    margin-top: -15px;
}

@media (min-width:1200px) {
    .case-study-img-medium,
    .case-study-img-small {
        display: none;
        visibility: hidden;
    }
    .case-study-img-large {
        display: inline-block;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .case-study-img-small {
        display: none;
        visibility: hidden;
    }
    .case-study-img-medium {
        display: inline-block;
    }
    .case-study-img-large {
        display: none;
        visibility: hidden;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #case-study-cargokarting .during-after-installation-area .case-study-img-medium {
        margin-top: 80px;
    }
    #case-study-kartingdecaen .during-after-installation-area .case-study-img-medium {
        margin-top: 100px;
    }
    #case-study-impactdriftpark .during-after-installation-area .case-study-img-medium {
        margin-top: 10px;
    }
    #case-study-powerarea .during-after-installation-area .case-study-img-medium {
        margin-top: 55px;
    }
    #case-study-blockbuster .during-after-installation-area .case-study-img-medium {
        margin-top: -10px;
    }
    #case-study-kartingmondercange .during-after-installation-area .case-study-img-medium {
        margin-top: -30px;
    }
    #case-study-kart2000 .during-after-installation-area .case-study-img-medium {
        margin-top: -15px;
    }
    #case-study-planetkarting .during-after-installation-area .case-study-img-medium {
        margin-top: 15px;
    }
    #case-study-jerez .during-after-installation-area .case-study-img-medium {
        margin-top: 0;
    }
    #case-study-vandelgokart .during-after-installation-area .case-study-img-medium {
        margin-top: 75px;
    }
    .with-sms {
        width: 177%;
        margin-top: 50px;
    }
}

@media (min-width:992px) {
    #case-study-cargokarting .with-sms {
        width: 152%;
        margin-top: 50px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #case-study-cargokarting .with-sms {
        width: 177%;
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    #case-study-planetkarting .before-installation-area .case-study-image {
        margin-bottom: 25px;
    }
    .case-study-img-small {
        display: inline-block;
    }
    .case-study-img-large,
    .case-study-img-medium {
        display: none;
        visibility: hidden;
    }
    #case-study-cargokarting .with-sms {
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width:768px) {
    #case-study-kartingdecaen .with-sms {
        width: 177%;
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    #case-study-kartingdecaen .with-sms {
        width: 100%;
        margin-top: 0;
    }
}

.case-study-quote-bottom {
    font-size: 1.75em;
    line-height: 1.5em;
    margin: 100px 0 0;
    padding: 50px;
    background-color: #eee;
}

.case-study-quote-bottom p.owner-quote {
    font-size: 15px;
    margin: 0;
}

@media (max-width:767px) {
    .case-study-quote-bottom p.owner-quote {
        font-weight: 300;
    }
    .case-study-quote-bottom {
        padding: 25px 0;
    }
    .before-installation-area,
    .case-study-quote-bottom {
        margin: 50px 0 0;
    }
}

.logo-pc {
    max-width: 175px;
}

.logo-mobile {
    max-width: 65px;
}

.logo a {
    height: 80px;
}

@media (max-width:992px) {
    .logo-mobile {
        position: absolute;
        z-index: 1000;
        top: 2.5px;
        max-width: 175px;
    }
    .logo a {
        height: auto;
    }
}

@media (min-width:1151px) {
    .logo-mobile {
        display: none;
    }
}

@media (max-width:1150px) {
    .logo-pc {
        display: none;
    }
}

.counter-width {
    max-width: 175px;
}

.button-cta {
    width: 200px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #282829;
    border: none;
    border-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.button-product-links {
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    background-color: #282829;
    border: none;
    border-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.disclaimer-area,
.privacy-policy-area,
.product-details {
    text-align: justify;
}

.button-cta:hover {
    color: #fff;
    background-color: #e23030;
}

.product-details {
    position: relative;
    top: 0;
    left: 1100px;
    width: 650px;
    text-align: left;
    background-color: #eee;
}

.product-details-container:before,
.news-overview-container:before {
    position: absolute;
    top: -150px;
    right: 0;
    left: 0;
    overflow-x: hidden;
    content: '';
    transform: translateX(0);
    border-width: 0 0 150px 100vw;
    border-style: solid;
    border-color: transparent transparent #eee;
}

.product-details-container {
    position: absolute;
    top: 285px;
    right: 0;
    bottom: 235px;
    left: 0;
    width: 100vw;
    padding-bottom: 150px;
    background-color: #eee;
}

.news-overview-container {
    position: absolute;
    top: 235px;
    right: 0;
    bottom: 235px;
    left: 0;
    width: 100vw;
    padding-bottom: 150px;
    background-color: #eee;
}

.news-item {
    z-index: 100;
    margin-top: 120px;
}

.product-details-container.product-details-container-EN,
.news-overview-container.news-overview-container-EN {
    bottom: 285px;
}

.product-details-container h1,
.news-overview-container h1 {
    margin-top: 0;
}

.news-overview-img {
    transition: all ease-in-out 0.3s;
    transform: scale(1);
}

.news-overview-img:hover {
    transform: scale(0.95);
    transition: all ease-in-out 0.3s;
}

.product-img-large {
    position: absolute;
    z-index: 50;
    top: 175px;
    left: -25px;
    display: block;
    width: 1000px;
    margin: 0;
    padding: 0;
}

.product-img-large img,
.product-img-medium img {
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 25px #555;
}

.product-img-small img {
    border-radius: 5px;
    box-shadow: 0 0 25px #555;
}

.product-img-medium,
.product-img-small {
    display: none;
    visibility: hidden;
}

@media (max-width:1725px) {
    .product-details {
        position: relative;
        top: 0;
        left: 1025px;
        width: 550px;
        text-align: left;
        background-color: #eee;
    }
}

@media (max-width:1575px) {
    .product-details {
        position: relative;
        top: -30px;
        left: 825px;
        width: 550px;
        text-align: left;
        background-color: #eee;
    }
    .product-img-large {
        position: absolute;
        z-index: 50;
        top: 250px;
        left: -25px;
        display: block;
        width: 750px;
        margin: 0;
        padding: 0;
    }
    .product-page .footer-area {
        margin-top: 50px;
    }
    #design-page .footer-area {
        margin-top: 0;
    }
    .news-page .footer-area {
        margin-top: 50px;
    }
    .design-gallery {
        margin-top: 600px;
    }
}

@media (max-width:1425px) {
    .product-details {
        position: relative;
        top: -30px;
        left: 775px;
        width: 500px;
        text-align: justify;
        background-color: #eee;
    }
    .product-img-large {
        position: absolute;
        z-index: 50;
        top: 250px;
        left: -25px;
        display: block;
        width: 750px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width:1325px) {
    .product-details {
        position: relative;
        top: -30px;
        left: 54vw;
        width: 45vw;
        text-align: justify;
        background-color: #eee;
    }
    .product-img-large {
        display: none;
        visibility: hidden;
    }
    .product-img-medium {
        position: absolute;
        z-index: 50;
        top: 175px;
        left: -25px;
        display: block;
        visibility: visible;
        width: 50vw;
        margin: 0;
        padding: 0;
    }
}

@media (max-width:1250px) {
    .product-details {
        position: relative;
        top: 0;
        left: 54vw;
        width: 45vw;
        text-align: justify;
        background-color: #eee;
    }
    .product-img-medium {
        position: absolute;
        z-index: 50;
        top: 250px;
        left: -25px;
        display: block;
        visibility: visible;
        width: 50vw;
        margin: 0;
        padding: 0;
    }
    .product-page .footer-area {
        margin-top: 100px;
    }
    #design-page .footer-area {
        margin-top: 0;
    }
    .news-page .footer-area {
        margin-top: -50px;
    }
    .news-overview-container:before {
        position: absolute;
        top: -100px;
        right: 0;
        left: 0;
        overflow-x: hidden;
        content: '';
        transform: translateX(0);
        border-width: 0 0 100px 100vw;
        border-style: solid;
        border-color: transparent transparent #eee;
    }
    .news-overview-container {
        position: absolute;
        top: 235px;
        right: 0;
        bottom: 235px;
        left: 0;
        width: 100vw;
        padding-bottom: 150px;
        background-color: #eee;
    }
    .design-gallery {
        margin-top: 650px;
    }
}

@media (max-width:1180px) {
    .product-details {
        position: relative;
        top: 0;
        left: 42.5vw;
        width: 55vw;
        text-align: justify;
        background-color: #eee;
    }
    .product-details-container h1 {
        margin-bottom: 5px;
    }
    .product-img-medium {
        position: absolute;
        z-index: 50;
        top: 235px;
        left: -25px;
        display: block;
        visibility: visible;
        width: 40vw;
        margin: 0;
        padding: 0;
    }
    .product-details-container:before {
        top: -150px;
    }
    .product-details-container {
        top: 235px;
    }
    .product-page .footer-area {
        margin-top: 0;
    }
    .design-gallery {
        margin-top: 500px;
    }
}

@media (max-width:1050px) {
    .product-details {
        position: inherit;
        width: 100%;
        text-align: justify;
        background-color: #fff;
    }
    .product-details-container h1 {
        margin: 50px 0 30px;
    }
    .product-img-medium {
        display: none;
        visibility: hidden;
    }
    .product-img-small {
        position: absolute;
        z-index: 50;
        top: 45px;
        right: 0;
        left: 0;
        display: block;
        visibility: visible;
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    .product-img-small img {
        width: 100vw;
        max-width: 100vw;
        border-radius: 0!important;
        box-shadow: 0 0 0;
    }
    .product-details-container:before {
        position: inherit;
        display: none;
        background-color: #fff;
    }
    .product-details-container {
        position: inherit;
        margin: 40% 15px 0 15px;
        padding-bottom: 0;
        background-color: #fff;
    }
    #design-page .products-area {
        padding-bottom: 0px !important;
    }
    #design-page .design-gallery, #design-page .design-gallery .row {
        margin-top: 0px;
    }
}

@media (max-width:992px) {
    .product-details-container {
        margin: 50% 15px 0 15px;
        padding-bottom: 0;
    }
    .news-overview-container {
        width: 90%;
        margin: 50% auto 0;
        padding-bottom: 0;
    }
    .news-overview-container:before {
        position: inherit;
        display: none;
    }
    .news-overview-container {
        position: inherit;
        display: none;
    }
    .news-item {
        margin-top: 0px;
    }
    .news-page .footer-area {
        margin-top: 100px;
    }
}

@media (max-width:850px) {
    .product-details-container {
        margin: 40% 15px 0 15px;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .product-details-container {
        margin: 45% 15px 0 15px;
        padding-bottom: 0;
    }
    .news-item {
        margin-top: 50px;
    }
    .news-page .footer-area {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    .product-details-container {
        margin: 30% 15px 0 15px;
        padding-bottom: 0;
    }
}

.background-monitor {
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: 0;
}

.error-text,
.icon-scroll,
.icon-scroll:before,
.thanks-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width:1100px) {
    .hide-on-pc {
        display: none;
    }
}

@media (max-width:1099px) {
    .hide-on-mobile {
        display: none;
    }
}

.sitemap-area a {
    color: #e23030;
}

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

.full-screen-img {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.error-text,
.thanks-text {
    font-size: 1.5em;
    top: 15%;
    width: 100%;
    padding: 0 20px 35px;
    background-color: rgba(226, 48, 48, .85);
}

.error-text a,
.error-text h1,
.error-text p,
.thanks-text a,
.thanks-text h1,
.thanks-text p {
    color: #fff!important;
}

@media (max-width:768px) {
    .error-text,
    .thanks-text {
        font-size: 1.25em;
        top: 10%;
    }
    .error-text h1,
    .thanks-text h1 {
        font-size: 1.5em;
    }
}

@media (max-width:400px) {
    .error-text,
    .thanks-text {
        font-size: 1.15em;
        padding: 0 20px 10px;
    }
    .error-text h1,
    .thanks-text h1 {
        font-size: 1.25em;
        margin: 30px 0 10px;
    }
}

.icon-scroll {
    width: 28px;
    height: 45px;
    opacity: .6;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #fff;
}

.icon-scroll:before {
    top: 8px;
    width: 5px;
    height: 5px;
    margin-left: -2px;
    content: '';
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 2px;
    background: #fff;
}

#background-image,
#background-video {
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(26px);
        transform: translateY(26px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(26px);
        transform: translateY(26px);
        opacity: 0;
    }
}

.slider-div {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

#home-pc {
    height: 100vh;
}

#background-video {
    position: absolute;
    height: 100vh;
    object-fit: fill;
}

@media (max-width:1400px) {
    #home-pc {
        height: 100%;
    }
    .headline-frontpage-pc {
        height: 99%;
    }
    .headline-frontpage-pc p {
        font-size: 3vw;
        margin: 42.5% auto 2.5%;
    }
    #background-video {
        position: relative;
        width: 100vw;
        height: auto;
        object-fit: contain;
    }
}

@media (max-width:1150px) {
    .headline-frontpage-pc p {
        margin: 40.75% auto 2.5%;
    }
    #background-video {
        position: relative;
        width: 100vw;
        height: auto;
        object-fit: contain;
    }
}

#home-mobile {
    top: 45px;
}

#background-image {
    position: relative;
    height: 100%;
}

.g-recaptcha > div > div {
    margin: 10px auto!important;
}

.banner-image {
    background-image: url("/img/Products/advanced-tools-small.webp");
    height: 200px;
    width: 100vw;
    margin-top: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:768px) {
    .sidebar-mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .sidebar-pc {
        display: none;
    }
    .sidebar-mobile {
        padding: 0;
    }
    .sidebar-popular-posts {
        width: 47.5%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    .sidebar-popular-posts p {
        display: none;
    }
    .sidebar-categories {
        width: 47.5%;
        display: inline-block;
        text-align: right;
        vertical-align: top;
    }
}

.emloyee-img-blog {
    border-radius: 50%;
    width: 150px;
}

.sidebar-categories li {
    list-style: none;
}

.sidebar-categories a:hover {
    text-decoration: underline;
}

#blog-subscribe-form input,
#blog-comment-form input,
#blog-comment-form select,
#blog-comment-form textarea {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    color: #2c3e50;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-radius: 0;
    outline-style: none;	;
    outline-color: #e23030;
    background-color: #fff;
}

#blog-subscribe-form .button-cta {
    font-size: 14px;
    width: 80px;
    margin: 0 0 5px 5px;
    padding: 5px 2.5px;
    color: #2c3e50;
    border: 1px solid #ccc;
    border-radius: 0;
    outline-style: none;	;
    outline-color: #e23030;
    background-color: #fff;
}

#blog-subscribe-form .button-cta:hover {
    border: 1px solid #e23030;
    background-color: rgba(226,48,48,0.15);
}

.unsubscribe {
    font-style: italic;
    color: #ccc;
}

#blog-comment-form #name {
    display:inline-block;
    width: 47.5%;
}

#blog-comment-form #email {
    display:inline-block;
    width: 47.5%;
    margin-left: 4.15%;
}

@media (max-width:576px) {
    #blog-comment-form input,
    #blog-comment-form select,
    #blog-comment-form textarea {
        margin-bottom: 15px;
        padding: 0 5px;
    }
    #blog-comment-form #name, #blog-comment-form #email {
        display:inline-block;
        width: 100%;
        margin-left: 0;
    }
}

.blog-intro {
    background-color: #eee;
    border-radius: 5px;
    padding: 15px;
    font-style: italic;
    margin-bottom: 50px;
}

.feature-category {
    padding: 0;
    margin-bottom: 60px !important;
}

@media (max-width:992px) {
    .feature-category {
        margin-bottom: 30px !important;
    }
}

@media (max-width:576px) {
    .feature-category {
        margin-bottom: 30px !important;
        padding: 0 !important;
    }
}

@media (max-width:450px) {
    .features-page p.h3, .blog-page p.h3 {
        font-size: 20px !important;
    }
    .features-page .content:hover p.h3, .blog-page .content:hover p.h3 {
        display: block !important;
    }
    .features-page h3.content-details, .blog-page h3.content-details {
        display: none;
    }
    .features-page .content .content-overlay, .blog-page .content .content-overlay {
        top: 0 !important;
        bottom: 0 !important;
        opacity: .6 !important;
        background-color: #e23030 !important;
    }
}

.blog-page .blog-content p {
    margin: 0 auto 25px auto;
}

.blog-page .blog-content h4 {
    margin: 0 auto 25px auto;
    line-height: 1.75em;
}
